Okay I didn't upgrade yet, so using ur older ones still and KMD's
Okay I didn't upgrade yet, so using ur older ones still and KMD's
Should really only take about 5 minutes to fix KMDs stuff.
Create 2 functions (Put this at the top of the rotation):
Ability: Initialize
Spell ID: 0
Then in all of the abilities you want to cast Hawk for, change the code from:Code:if kmdInit == nil then kmdInit = true function PQ_SwitchToHawk() if UnitBuffID("player", 13165) == nil then CastSpellByID(13165, "player") end end function PQ_SwitchToFox() local FoxBuff = UnitBuffID("player", 82661) if PQR_IsMoving(1) == true and FoxBuff == nil and UnitExists("target") then CastSpellByID(82661, "player") end end end
to:Code:return true
Then for Steady/Cobra Shot, change the code to:Code:PQ_SwitchToHawk() return true
Code:PQ_SwitchToFox() return true
@Xelper
Ooops- I included some debug code in my rotation on accident.
Go into the ability editor and remove "PQR_Test("Hello")" from the ability "Crusader Strike (<3 HP)" and hit save. I'll repost in a bit.
I reuploaded it...
http://dl.dropbox.com/u/39925787/Xelper_PALADIN.zip
it wont switch seal of u use the AOE
nm i got it, u put the spell ID on recast delay
Good catch, thanks for letting me know.
Reupoaded with that fixed. I also added out of combat seal switching.
http://dl.dropbox.com/u/39925787/Xelper_PALADIN.zip
Last edited by Xelper; 03-12-2012 at 04:35 PM.
Improved a bit the Ultraxion code for warrior tank, can be use by anyone changing the spellid of defensive cooldowns.
What this does: Click the big buttom when the Hour of Twilight is about to cast and dont got Shield Wall or Last Stand buff.
This way all you need to do as tank is to use defensive cooldown when you want to be hit by Hour of twilight.Code:-- Avoid Hour of Twilight on Ultraxion, Delete next 3 lines if you are working as tank local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1") if channelSpell == GetSpellInfo(109417) and endTime/1000 - GetTime() < 1.1 and not UnitBuffID("player",871) and not UnitBuffID("player",12975) then RunMacroText("/click ExtraActionButton1") end
Some examples to skip buttom click and take hit:
and not UnitBuffID("player",4543-- Mage used iceblock
and not UnitBuffID("player",31224) -- Rogue used Cloak of Shadows
and not UnitBuffID("player",47585) -- Priest used Dispersion
and not UnitBuffID("player",48707) -- DK used Anti-Magic Shell
I see the cooldowns for most other classes but is there any way to add deterrence in for hunters?
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
so it would look like this and I would have to click deterrence or it auto clicks?
-if I have to click deterrence for it to not click the button how early do i have to click before?>
-- Avoid Hour of Twilight on Ultraxion, Delete next 3 lines if you are working as tank
local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1")
if channelSpell == GetSpellInfo(109417) and endTime/1000 - GetTime() < 1.1
and not UnitBuffID("player",19263)
then RunMacroText("/click ExtraActionButton1") end
@ Firepong iss our Moonkin profile with mousover dots and focus dots?
I dont know what i am doing wrong but i have been unable to get the profiles to show up at all i see the program running fine but when it comes to loading the profiles .. nothing works i have added what appears to be the updated profiles or tried using the old ones and they fail to work