Nevermind can confirm that Blood Tap is wigging out at certain points in fights. Not sure why. But the CR makes the tank sit there and look like a spaz trying to cast BT. Even when you have the charges to do it it doesn't do it.
CR drops my fps very badly... Using Tuanha's Hunter and Monk CR but there is no problem like that....
View attachment 121670
P.S: Using Tyrael Hardlock@30 fps
tuanha said:LazyRaider/Tyrael with Framelock OFF - All other botbases (Raid Bot, Combat... are supported but LazyRaider/Tyrael provides the best performance)
Maybe that's your problem![]()
Tuanha's all routines support framelock perfectly... I guess he is not updated on information yet...
Sorry it does not help me... There is a lot of dps difference with framelock off and on... I was using this routine always framelock on since Tuanha update it to support framelock... First time i get fps drop with this routine. Maybe HB issue , not sure ...When I turn on Framelock in Tyrael then I got lags and regular freezes so I turned it off. But I don't see any performance losses while I'm tanking or dps'ing with the setting off. So it might help you too.
Do you think we can take trap with our pet right now with this fix ?Api Changes:
--------------
- WoWPetControl, a new class with API for controlling pets has been added to the Styx.WoWInternals namespace. (HB-137)
- Fixed an issue where SpellManager.ClickRemoteLocation did not work for issuing pet move commands. (HB-394)
if friendly.hunter.CastSpell('Ice Trap') and friendly.hunter.LooseAura('Trap Launcher')
freezeTimer = 2500
while freezeTimer > 0:
damagers = [ enemy.damager1, enemy.damager2 ]
for dd in damagers:
if enemy.healer.inRange(dd) <= spell.ActivationRange('Ice Trap')
me.CastSpell('Deathgrip').target(dd)
freezeTimer--
System.NullReferenceException: Object reference not set to an instance of an object.
at (Object )
at TuanHA_Combat_Routine.DatabaseSerializer.ResolveCondition(Object colorID)
at TuanHA_Combat_Routine.Classname.DisconnectSymbol(Double colorID, Boolean lockInstance, Boolean dataPosition)
at TuanHA_Combat_Routine.Classname.SearchAssembly(Object colorID)
CR drops my fps very badly... Using Tuanha's Hunter and Monk CR but there is no problem like that....
View attachment 121670
P.S: Using Tyrael Hardlock@30 fps
HB update to 727 fixed problem.
Getting the following error on a fresh HB install:
Code:System.NullReferenceException: Object reference not set to an instance of an object. at (Object ) at TuanHA_Combat_Routine.DatabaseSerializer.ResolveCondition(Object colorID) at TuanHA_Combat_Routine.Classname.DisconnectSymbol(Double colorID, Boolean lockInstance, Boolean dataPosition) at TuanHA_Combat_Routine.Classname.SearchAssembly(Object colorID)
Any ideas?
View attachment 121809