Is it me or is the AutoStance broken?
Is it me or is the AutoStance broken?
Yeah I checked through the code and he missed an "end" to close up an "if" statement. Should look more like this.
~Edited out~
After thinking about it this might fix a few Lua Errors that has been popping up lately. The missing "end" could have created problems. I'll have to see when I get on today.
Edit:
Hmm, just turned it on with my edit and multiple of the same error popped up. Apparently the "end" wasn't needed at the end of the "if" statement.
Last edited by jh16; 10-18-2013 at 05:29 PM.
Nice i just used some old code i had
Also found this weird "bug"Code:--FixStance if autoStance == true and ( GetSpecialization() == 1 or GetSpecialization() == 2 ) then if GetShapeshiftForm("player") ~= 1 and ( getHp("player") > 80 or (getHp("player") > 50 and poppedCDs("player") == true)) and inMelee() == true then CastShapeshiftForm(1) end if GetShapeshiftForm("player") ~= 2 and ( (getHp("player") < 70 and poppedCDs("player") == nil) or (getHp("player") < 50 and poppedCDs("player") == true) ) or inMelee() == nil then CastShapeshiftForm(2) end end if autoStance == true and GetSpecialization() == 3 and GetShapeshiftForm() ~= 2 then CastShapeshiftForm(2) end
If I turn on the rotation and then of. It still tries to Storm Bolt and spellreflect in duels.. Any one else got that?
where to change the autostance code?
The profile just breaks and stops working after a few minutes
Need a fix for autostance. copied and pasted the "fix" and it just stops the whole profile from working.
been using this pass couple days as a trial run, works pretty damn well. Nothing has broke either and has been working pretty flawlessly. Thanks man pretty awesome +rep
been fiddling with the profile but no luck.. 2.0.4 is broken..
anyone has the password for 2.0.0? i got the .rar but its locked.
Any one got a FIX for the interrupt? It still uses DS when people are immune
If a warrior pops reck or avatar and then bladestorm the profile will try to disarm coz the war is reck/avatar but its also bladestorming so it will try to disarm bladestorm and miss.
I wrote this:
I do not know if it works tho, any one got an idea?
HTML Code:function shouldDisarm(unit) for i=1,#disarmID do if UnitBuffID(unit,46924) ~= nil then return false end end end function shouldDisarm(unit) for i=1,#disarmID do if UnitBuffID(unit,disarmID[i]) ~= nil then return true end end end
Tried this rotation, but seems to break.
"[addon_name] has been blocked from an action only available to the Blizzard UI. You can disable this addon and reload the UI."
Did a clean install of Wow and installed previous addons 1 by 1, seems that both Stubby and Prat-3.0 are causing the problems, removed both for the present time. Anyone have experience with these two or know of a fix?
Last edited by sabsty; 10-22-2013 at 11:43 PM.