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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

TuanHA Hunter - The Ultimate Experience

Lately when using lazy raider my hunter keeps stopping to eat when a bit low on health even when lazy raider is paused. It's excruciatingly annoying especially when going through the guo lai halls and it decides to sit down and eat right on a trap or under a falling rock! I don't know if it's the CC as I can't find any option in it about food or a new (annoying) feature with the recent hb patch but I really really need to turn this auto eating off.

Also always cancelling feign death instantly is really annoying especially since the cc starts auto attacking immediately the same thing it was just shooting...
Please uncheck Use Food on HP Below in Genera Setting Tab

I'll fix feight deadth soon.
 
Ok guys, new update bring what arena player always dream of: Crowd Control on Demand

Basically that help you CC the target WHEN you need it.

Hunter-CC-on-Demand.gif


So when you HOLD your keyboard Number 5 + Target In Line of Sight + Scatter Shot not on Cooldown, CR will Scatter Shot your focus. HOLD your keyboard Number 6, CR will Freezing Trap so on and so forth.

Please be advise that that an EARLY and NO TESTED revision, it may NOT work as intended.

Only Support Scatter Shot & Freezing Trap for now.

All pet ability like Crane (lullaby) - Shale Spider (Web Wrap) - Monkey (Bad Manner) are NOT YET SUPPORTED.

I gotta tame those to code it.

But I gotta run now, it's lunch time. Been spending 6 strait hours on these stupid code :D

Please test and let me know.

Thank you all donor push me that far ^.^
 
Last edited:
I tested it out, seems that the freezing trap is working but the scatter shot isn't. Also, the routine immediately will attack target after trapped or will multi-shot focus if they are close. Need to have some sort of stop attack command on recipient of trap. I only tested it in survival and MM.

BTW, the turning around to cancel attack works great :D Can't wait for the feign death code to be added too!

Keep up the amazing work, TuanHA
 
I tested it out, seems that the freezing trap is working but the scatter shot isn't. Also, the routine immediately will attack target after trapped or will multi-shot focus if they are close. Need to have some sort of stop attack command on recipient of trap. I only tested it in survival and MM.

BTW, the turning around to cancel attack works great :D Can't wait for the feign death code to be added too!

Keep up the amazing work, TuanHA
The CC on demand only work in arena/bg... and in arena/bg all aoe spell (including Multi-Shot) are disabled by default (unless you check Auto AoE on Number of Unit - well you shouln't - pvp is not about AoE)

Therefore I see no real reason CC break focus trap with AoE spell in PvP unless you make bad setting.
Need to have some sort of stop attack command on recipient of trap.
This is technical limitation: HB don't report correct data right after I drop a trap. Only 2 second after trap hit target, HB report that unit trapped :S. Well a lot work around code on it for now but not really worked out well.
 
Last edited:
Trinket2 doesn't obey its settings.

THCommon.cs.patch:
Code:
Index: THCommon.cs
===================================================================
--- THCommon.cs	(revision 171)
+++ THCommon.cs	(working copy)
@@ -5395,7 +5395,7 @@
                               " on Cooldown (Boss Only)");
                 StyxWoW.Me.Inventory.Equipped.Trinket2.Use();
             }
-            else if (Me.Combat && Attackable(Me.CurrentTarget, 40) &&
+            else if (THSettings.Instance.Trinket2 == 3 && Me.Combat && Attackable(Me.CurrentTarget, 40) &&
                      Me.Inventory.Equipped.Trinket2 != null &&
                      CanUseEquippedItem(Me.Inventory.Equipped.Trinket2) &&
                      Burst)
 
New revision have option to automatically set focus for you. It easier for CC focus with the introduction of CC on Demand feature.

Also fix trinket issue.
 
CC is pretty rough for doing dailies. If you are mounted, and something attacks you it dismounts to attack, great for PvP, bad for questing at times. I also find myself fighting with the bot over what I want it to attack. And some mobs it won't attack at all. I also noticed when I had Pet set to "Tank Add Mode" it would send the pet after dead mobs, and randomly attack things I wasn't even in combat with.
 

Attachments

CC is pretty rough for doing dailies. If you are mounted, and something attacks you it dismounts to attack, great for PvP, bad for questing at times. I also find myself fighting with the bot over what I want it to attack. And some mobs it won't attack at all. I also noticed when I had Pet set to "Tank Add Mode" it would send the pet after dead mobs, and randomly attack things I wasn't even in combat with.
Fix pet aggro unintended mob on Pet Tank Add mode.
 
Last edited:
I'm not sure what you mean by this.

PvE Serpent Sting uptime is also low, ~53%. This is a huge DPS loss.
You mean on Survival? As BM and MM, Multi Dot Serpent sting is not on high priority as it's doesn't do impressive damage.
 
You mean on Survival? As BM and MM, Multi Dot Serpent sting is not on high priority as it's doesn't do impressive damage.

Yes as Survival, but even on single target the up-time is low. Survival uptime should be 100%, as its ~14-15% of our damage on single target.
 
I dont really know. They just always.... work :b Can start a hunter at lvl 1, and he can go on for 2-3 days and I see him again in Hellfire Peninsula, happily questing away
 
I don't know but I think the profile not perfect on the ration for SV hunter I tried and good dps but not what i must really do 495 doing 86k dps on 25 raid . can you make the profile do more arcane shot then I checked raidbots after that pvp hunter topped dps metter on raid .
so I notced exp shot top damge 2nd top dmage was arcane shot then auto attack ..... can you make the profile do more arcane shot then what it dose now ??
 
I don't know but I think the profile not perfect on the ration for SV hunter I tried and good dps but not what i must really do 495 doing 86k dps on 25 raid . can you make the profile do more arcane shot then I checked raidbots after that pvp hunter topped dps metter on raid .
so I notced exp shot top damge 2nd top dmage was arcane shot then auto attack ..... can you make the profile do more arcane shot then what it dose now ??
Ok, ill revise SV, MM and BM rotation.

As currently it let Serpent Sting go off sometime and stay high focus a lot.

I'm currently work on auto freezing trap after Scatter Shot/Intimidatin/Lullaby/Web Wrate/Disengage Root... it work wonderfully now. Just need more test and committing soon.

After the Auto Freezing Trap completed, I'll revise DPS rotation and Special Edition will be ready :D
 
Update:

Fix Serpent Sting low up time on all 3 spec.

Add wonderful feature: Auto Freezing Trap on target that got Scatter Shot, Intimidation, Web Wrap, Lullaby, Narrow Escape (feature work but not fully optimized)

Please update and let me know.

Thank you
 
its working great in arena for me so far TuanHa cant wait for the donaters version :) the freezing trap after scatter shot would make it perfect but can it be hotkeyed? Otherwise you have to stop the rotation to try and get the scatter shot off :) Could you make it like if you press and hold left control it scatters and then freezes? Would be awesome for pvp :)
 
Back
Top