What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

TuanHA Hunter - The Ultimate Experience

Подскажите почему при использовании этой рутины бывает что лагает,что это может быть и с чем это связанно?

google translator:D

"Tell me why the use of this routine is that the lag that it can be and what is the reason?"
 
How to fix this:
when im diying before my pet, bot always trying to res alive pet instead of it resummon.
thanks.
 
Here a nice Tranq shot post by Grillmasterx Things to tranq shot - Hunter - Arena Junkies

Pet Growl:



Keep Widow's Venom applied to the dps target:


So a detection for Widows Venom would be nice :D
Thank for the post.

My hunter coded to tranq shot the following buff
(unit.HasAura("Hand of Protection") ||
unit.HasAura("Nature's Swiftness") ||
unit.HasAura("Alter Time") ||
unit.HasAura("Presence of Mind") ||
unit.HasAura("Icy Veins") ||
unit.HasAura("Berserker Rage") &&
unit.HasAura("Enrage") &&
unit.HasAura("Hand of Freedom") &&
unit.CurrentTarget != null &&
unit.CurrentTarget == Me && TalentSort(unit) == 1 ||
unit.HasAura("Innervate") ||
unit.HasAura("Heroism") ||
unit.HasAura("Bloodlust"))

Pet Growl don't work with totem anymore, it work back in Cata... as far as I test.

Widow Venom coded to cast on these unit. However the priority is low, only above Arcane and Steady Cobra Shot.
Me.CurrentTarget.HasAura("Mortal Wounds") ||
Me.CurrentTarget.HasAura("Wound Poison") ||
Me.CurrentTarget.HasAura("Widow Venom")
 
Hey Tuanha, I had a Problem yesterday, while strafing to get anway from my target the bot don't cast anything as if it doesn't recognize the target is still infront of me
 
Thank for the post.

My hunter coded to tranq shot the following buff


Pet Growl don't work with totem anymore, it work back in Cata... as far as I test.

Widow Venom coded to cast on these unit. However the priority is low, only above Arcane and Steady Cobra Shot.

I have tested in duel and growl kill Grounding Totem
 
I have a problem when i play with the bot always laggs, i play with tyreal and framelock off
 
please read FAQ about dueling.

CR will not attack ppl in your party/group
 
Hey Tuanha when is the next update for SE being pushed to fix all the current issues plus i redownload the SE CR from the link you sent to my email when i try to update it there is no update tab
 
I just update DK and the rotation go from 800ms to 100ms also it work nice with framelock

I need more time to update hunter and other cr... please give me more time xD
 
Hi, can you add a check for charlevel=63 or has spell SteadyFocus to helpers SteadyShotSteadyFocus?

because right now, there is non and my lowlevel hunter is wasting time with steadyshots even though it has more focus then it needs for arcane shots (settings is at 60)

And i still have that issue with not doing anything while strafing away from the enemy, couldn't find anything in the code yet, but still trying to find the error...
 
Back
Top