Hey, been using EWT as an unlocker and when i run with focusing shot sometimes the rotation pauses and does nothing for 3 to 6 seconds, is there a way to fix this, please
Hey, been using EWT as an unlocker and when i run with focusing shot sometimes the rotation pauses and does nothing for 3 to 6 seconds, is there a way to fix this, please
Thank you for the hunter fix. +rep
Perhaps adding:
To line 52 will fix it? 157065 is the static debuff you gain once you are in a Grasping Earth.Code:UnitDebuff('player', GetSpellName(157065))
Not sure but it is a thought. I guess I'll try it and report back.
I can confirm that the UnitHasVehicleUI fix we devised does indeed fix this problem. Until the source PE is updated, you can fix this yourself by editing Probably/system/timers/rotation.lua on line 53 and change
and UnitInVehicle("player") == false
to and UnitHasVehicleUI("player") == false
Heya NOCARRIER great work your profiles. But the solution for Kromog its not working for me. In what conditions did you get the CR work on the hands???
Hi NOCARRIOR it appears the glitch with the script bugging out with windwalker on Oregorger is still happening, is there anything that we can do to fix it? Maybe disable a module? Your profile is absolutely amazing, I've tried other profiles and even honorbuddy combat rotations and nothing performs like yours. Thanks!
Well, I did. all updated but still no dps on the hand. i changed the two lines with the unit fix but still the char only does auto attack. Guess i have to wait. No problem. Thank you for the quick reply.
Last edited by kakashi10; 02-10-2015 at 05:37 PM.
Starting from line 51 of Probably/system/timers/rotation.lua what does yours say? This is what you should have for lines 51 to 57.
Code:local cycle = (UnitBuff('player', GetSpellName(165803)) or UnitBuff('player', GetSpellName(164222)) or IsMounted() == false) and UnitHasVehicleUI("player") == false and ProbablyEngine.module.player.combat and ProbablyEngine.config.read('button_states', 'MasterToggle', false) and ProbablyEngine.module.player.specID and (ProbablyEngine.protected.unlocked or IsMacClient())
"Shootings easy, Aimings hard!" Stinky
Yep its just like that