Jump to content
Rhena

[Addon] YaHT - Yet another Hunter Timer

Recommended Posts

8 hours ago, Rhena said:

Is it really Serpent Sting? I had it only interrupt when pressing a button but the shot didn't go off (Viper Sting on a non mana target etc). I fixed that in the master now.

https://github.com/Aviana/YaHT/archive/master.zip

Yes, after serpent sting the autoshot bar gets stuck for 1 shot 

e.g  autoshot - serpent sting - autoshot (now cant see the load time, cant prepare for next auto) - autoshot (now its fine)

Master doesn't help and actually I've noticed this bug even in the 1.01 version that I was using until now.

Share this post


Link to post
Share on other sites

I'm having some buggy experiences with YaHT since I've made the change from Rais_autoshot.

https://youtu.be/WQCET9SklKU

 

I use macros for my auto shot so i do not need a button for just autoshot, all of my abilities are tied to autoshot except for aimed shot, not sure if this has anything to do with my experience or not though. My autoshot is never cancelled due to the macros i use, i would have to press esc to cancel autoshot cast.

 

I noticed that the timer for autoshot does not disappear while i'm on the move unless i cancel my autoshot, not sure if that's how it's intended to work or not; Another thing is that i spam my shot abilities until they hit, even if they are on cooldown which seems to occasionally bug out the autoshot timer making it red until the next autoshot.

 

Quote

/script if GetUnitName("target")==nil then TargetNearestEnemy() end
/run if CheckInteractDistance("target", 3) and (not PlayerFrame.inCombat) and (not IsCurrentAction(46)) then AttackTarget() end;
/run if (not CheckInteractDistance("target", 3)) and (not IsAutoRepeatAction(45)) then CastSpellByName("Auto Shot") end;

this is the macro i use for auto-shot, it is on a hidden bar and the shot/sting macros call the auto-shot macro with /run UseAction(48);

 

Not sure if there is a fix to compensate for my use of the auto-shot timer but if there is please let me know

 

When using Rais_autoshot i still have the issue of the auto-shot timer bar not dissapearing while i'm on the move, but it did not seem to be affected by me spamming my shot/sting macros which kept the timer accurate, and did not get stuck on red between autoshot-swings;

Share this post


Link to post
Share on other sites

Hey Rhena thanks for a great addon!

I'm having trouble with YaHT while using pfUI, specifically when Multi Shotting. I've disabled the default castbars through pfUI, but when using multishot it appears anyways and stays on my screen until I reload my UI.

Don't know whether pfUI og YaHT is the cause so I've posted in Shagu's thread as well.

 

Cheers

Share this post


Link to post
Share on other sites

Fyroshot: Your video shows exactly the problem leastry and Shaze have posted about. In addition you seem to have figured out that the bar won't fade in instances. This is a limitation of the vanilla client. There is no way to know if a character is currently moving or not. But it shouldn't be that big of a deal since you simply have to stop for the shot as soon as the white bar runs out. Its just that there will be no fade.

As for the white bar getting fucked up by shot abilities... I am still trying to see why that happens. Its difficult since it doesn't happen for me.

 

Zazabi: Turn off the castbars in the options?

Share this post


Link to post
Share on other sites

Thank you Rhena for confirming, I hope you are able to figure it out! it seems like it treats the shot/sting abilities as auto-shot in-between swings sometimes; is there a way to limit that from happening; ie: preventing the function of starting the white bar until a certain amount of time has passed after executing an auto-shot in-game? (presumably based on ranged weapon speed @ the time of auto-shot.)

Share this post


Link to post
Share on other sites

I decided to try out this addon last week with unfortunate results. Multi-shot seemed to always reset the autoshot bar. Multi-shot and Aimed Shot cast bars never showed up, but I assumed this was because I use Luna's cast bar. Also, the tranq messages never worked. I was using a modified Rais before without issues so I have since returned to that.

Share this post


Link to post
Share on other sites

- YaHT is broken on Elysium (possibly Darrowshire aswell?) because abilities don't consume ammo there (must be clearly a bug since i don't get that on any other realm) *edit* I made a ticket. Lets hope they fix it the right way around :P

- You have to have the newest version of LunaUF to have Multishot casts in it. Earlier versions only show Aimed Shot. This is is not influenced by YaHT.

- eCastbar, OCB and the default one are supported and work for me (when i enable YaHTs castbars)

Share this post


Link to post
Share on other sites

Hi!

What should be written in the ttranq channel option? If I want to set it to yell, should I write /y, or just Yell in that option?

Have no idea since it's impossible to test it without doing mc.

Share this post


Link to post
Share on other sites
	self.ChatTypes = {
		["SAY"] = true,
		["EMOTE"] = true,
		["YELL"] = true,
		["PARTY"] = true,
		["GUILD"] = true,
		["OFFICER"] = true,
		["RAID"] = true,
		["RAID_WARNING"] = true,
}

These are the options.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×