Any news on the Brewmaster or Mistweaver profile? No rush, I know your busy with druid still.
im using the arms pvp profile , and i having little problems, can u help me with this.
Wait funcion for Shockwave and intimidating shout
Shatering trow doesnt work
some code for die by the sword, like activate 45%hp or semething else with a key
for the rest is amazing.
i am rly rew in this so i dont know how to do it by myself, but im lokking a loot of profiles and this code for the stances improve a little the surviability. i think
if not UnitAffectingCombat("player")
and GetShapeshiftForm() ~= 1
then
CastShapeshiftForm(1)
end
if UnitAffectingCombat("player")
and 100 * UnitHealth("player") / UnitHealthMax("player") <= 75
and GetShapeshiftForm() ~= 2
then
CastShapeshiftForm(2)
end
if UnitAffectingCombat("player")
and 100 * UnitHealth("player") / UnitHealthMax("player") > 85
and GetShapeshiftForm() ~= 1
then
CastShapeshiftForm(1)
end
--PauseKey
if IsRightAltKeyDown()
then return true end
pd: sorry my bad english
Hi sorry to bother but did you mean progress over all of them including boomkin?
Boomkin has taken a backseat, I barely even go Boomkin even for Dailies..... I'll probably code something in next time I do dailies....
I've already completely rewritten Monk Healing.... I just need to fix a couple errors then tweak the numbers
I BELIEVE it properly does the dps portion of Monk Healing... I could be wrong tho
@Bu_ba it seems that word of glory on your Holy Paladin profile is bugged out.
This is what I get:
Code:Message: [string "if Nova_Spell[PQ_WordofGlory].check then ..."]:9: attempt to call global 'GetSpellByName' (a nil value) Time: 10/13/12 10:08:00 Count: 102 Stack: [C]: in function `GetSpellByName' [string "if Nova_Spell[PQ_WordofGlory].check then ..."]:9: in function `?' [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility' [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation' [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Last edited by SpyroPT; 10-13-2012 at 05:07 AM.
I'm trying to improve a little profile, nose really like it because it is new to me, I hope a little help.
this code, for shockwave, trying to work as it does the charge.
right?
if PQR_SpellAvailable(46986)
and Nova_Pause(4)
and Nova_Unit
and PQR_UnitFacing("player", PQR_CustomTarget, 90)
and ShoutRange then
return true
end
Thank you for the awesome work! A quick question on the druid resto profile if thats ok. Just wondeiring how it all works with the different options. WHen I look in rotation only the master file has spells active while the others dont. Is it something I am manually supposed to do? Any help would be appreciated.
I'm still working on tweaking the numbers of the other rotations in the profile. Those are more place holders until I finish coding everything. Its going to look a lot like my paladin profile did. Raid numbers are a lot trickier for druids then they were for paladin back in the day.
Sent from my Xoom using Tapatalk 2
there a law to no aswer to the noobs?