Add Aberration to Turn Undead,
And if you could go with Sac'ing Freezing Traps on the healer and not the dps, that would be awesome, if possible.Code:if type == "Undead" or type == "Demon" or type == "Aberration" then
Add Aberration to Turn Undead,
And if you could go with Sac'ing Freezing Traps on the healer and not the dps, that would be awesome, if possible.Code:if type == "Undead" or type == "Demon" or type == "Aberration" then
Last edited by oswalt0; 04-10-2013 at 04:17 PM.
Is there any way to incorporate unleash elements into the ele profile? Thanks!
Would like to see this as wellIs there any way to incorporate unleash elements into the ele profile![]()
Hmm, shame.
Enhance shams in pvp aren't in a bad position this patch or next patch.
Sorry, i've been away lately I got a new job and its been quite hellish. I'll try to catch up on profile fixes tonight and tomorrow.
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Something like this will work alot better. and its multi puropse.
PHP Code:
if HexKey then
if UnitExists("mouseover")
and UnitIsEnemy("mouseover", "player")
and PQR_IsOutOfSight("mouseover", 0.1) == false
and IsSpellInRange("Hex", "mouseover") == 1 then
CastSpellByID(51514, "mouseover")
end
if UnitExists("focus")
and UnitIsEnemy("focus", "player")
and PQR_IsOutOfSight("focus", 0.1) == false
and IsSpellInRange("Hex", "focus") == 1 then
CastSpellByID(51514, "focus")
end
end
Will hex your mouseover if its an enemy and in los/range and if you dont have a mouse over then it will hex your focus if it exists/inrange/los
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Ah, thought you were gone for good !
Can't wait to see what you do to the enhance pvp profile :P
They're getting a nice damage buff in 5.3
Edit:
For Grounding Totem can you make it so it casts Grounding at like the last 0.7 seconds or something so good players can't counter it.
Last edited by xLegendx; 04-16-2013 at 09:59 PM.
Last edited by xLegendx; 04-17-2013 at 09:18 AM.
New Ele build.
rev 2.2
-Added 3 mousebutton keys
-Added Hex Focus/Mouseover button (Mouse button 5)
-Added Earthquake (Mousebutton 4)
-Added Magma Totem if in AoE mode and in Melee
-Added 1-3 and 4+ modes to OldAoE(Just keep hitting the AoEKey to switch modes)
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Might be useful to someone, healing rain on left alt mouse location:
Considering Healing rain got buffed 20%, that plus Glyph of Healing Storm this does a fair amount of healing.PHP Code:
if IsLeftAltKeyDown()
and not GetCurrentKeyBoardFocus()
and not UnitChannelInfo("player")
and select(2,GetSpellCooldown(73920)) < 2
then
CastSpellByName(tostring(GetSpellInfo(73920)))
if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
return true
end
Any chance you could add Ancestral swiftness into the enhance rotation considering it now has a 10% melee haste passive buff. So AS + LB when no maelstrom stacks, and same with Aoe rotation but ChainLB? Tried myself but I suckSpell 16188 i believe.
Thanks