Cast Crusader Strike if your current SEAL is Seal of Truth. If your current SEAL if Seal of morality, it'll forged Divine Storm instead.
---------------------
2013 MERCEDES BENZ SL-CLASS
Absolutely NO idea if this will work. I've actually uninstalled WoW. :PCode:/run c=CastSpellByName cd=GetSpellCooldown r=IsSpellInRange t="target" p="player" b=UnitBuff dp="Divine Plea" po=UnitPower inq="Inquisition" tv="Templar's Verdict" u=IsUsableSpell cs="Crusader Strike" ds="Divine Storm" how="Hammer of Wrath" e="Exorcism" j="Judgement" hw="Holy Wrath" wog="Word of Glory" if not b(p,inq) and (po(p,9)>=1 or b(p,"Divine Purpose")) then c(inq) elseif b(p,"Seal of Truth") and cd(cs)==0 and r(cs,t)==1 and u(cs) and po(p,9)<3 then c(cs) elseif b(p,"Seal of Righteousness") and cd(ds)==0 and r(cs,t)==1 and u(ds) then c(ds) elseif (po(p,9)>2 or b(p,"Divine Purpose")) and UnitHealth(p)/UnitHealthMax(p)<0.4 and cd(wog)==0 and u(wog) then c(wog) elseif cd(how)==0 and r(how,t)==1 and u(how) then c(how) elseif b(p,"The Art of War") and cd(e)==0 and r(e,t)==1 then c(e) elseif cd(j)==0 and r(j,t)==1 then c(j) elseif cd(hw)==0 and r(cs,t)==1 then c(hw) elseif cd(dp)==0 and po(p)/UnitPowerMax(p)<0.75 then c(dp) end;
Rotation Addon: REMOVED BY REQUEST
I give no support for this, I'm just pointing you there. You have to figure out how to use it yourself.
You STILL need a lua unlocker for this, which a great person has done. He's really helpful and will help when he can.
Lua Unlocker: http://www.ownedcore.com/forums/worl...-unlocker.html
Last edited by Sikas; 07-31-2013 at 07:43 PM.
I have a request, and would be very grateful if you could. It's pretty simple: if Molten Core Molten Core - Spell - World of Warcraft is up, cast Soul Fire Soul Fire - Spell - World of Warcraft , otherwise cast Shadow Bolt Shadow Bolt - Spell - World of Warcraft
I'm gonna try figuring one out, I'll update this post if I do. I could write out the logic in java but I am not familiar with lua.
Thanks!
Edit:
Was easy.
/run if UnitBuff("player","Molten Core") then CastSpellByName("Soul Fire") else CastSpellByName("Shadow Bolt") end
Last edited by Alfalfa; 08-17-2013 at 10:52 PM.
In need of a script template that casts a certain spell when somebody else casts a specific spell towards you. For example, vanish when your target casts blind at you. This is what I have so far but I know there's a long way to go until it works properly.
CastSpellByName(GetSpellInfo(spellid),tar)
CastSpellByName("vanish")
function _castSpell(spellid,tar)
function _castSpell(spellid,tar)
if UnitCastingInfo("player") == 2094
and UnitChannelInfo("player") == nil
and IsPlayerSpell(spellid) == true
and cdRemains(spellid) == 1856
then
if tar ~= false
and rangeCheck(spellid,tar) == false
then
return false
elseif
tar ~= true
and rangeCheck(spellid,tar) == true
then
CastSpellByName(GetSpellInfo(1856),tar)
UIErrorsFrame:Clear()
PQR_DelayRotation(.123)
return true
elseif
tar == false
then
CastSpellByName(GetSpellInfo(nil))
UIErrorsFrame:Clear()
PQR_DelayRotation(.123)
return true
else
return false
end
I have a request for rogues:
Use vanish when opponent uses blind.
Use cloak of shadows when enemy uses Hammer of Justice.
Kick Flash of Light
And the macro should autoactivate, so that I have to click it only once when logging ingame.
Thanks in advance.
2k7
whether there is a macro / script that can quickly take into focus "succubus"??
hello fellaz, iwas using lua unlocker but it doesnt seem to be working with addons on.
Do u have any 3.3.5 lua unlocker that works with addons turned on ?
thx
Req for Rogues(SDM)
-Use vanish when blinded
-(macro should autoactivate, so I click it once when i log in)
Thanks![]()
Last edited by Profesar; 08-11-2014 at 01:02 PM.
i need help with a power word: shield macro
SDM
Logic:
check for "Power Word: Shield" buff and "Weakened Soul" debuff, if finds any, do nothing, if both are absent, casts Power Word: Shield
checks if unit is in range, exists, is alive, without checking this, it tends to "get stuck", trying to shield a far away or a offline member in raid/party
thanks in advance
Last edited by zyfraed; 08-30-2014 at 09:16 PM.
Hello,
Does this macro/scripts still works for Official WoW servers? Its possible to detect it?
thanks!
can someone give me a ele shaman wind shear interup when target casting
and grounding totem when needed
and last when i have 30% hp its automatic uses Shamanistic Rage?
btw can someone tell me how to use it? i have lua unlocker and the macro addons
now i put the scripts in script section and i dont know what to do from now
i did the /sdm run interup
but it does nothing
Hello, i have a request for anybody who can help me.
I can't find a macro :
- New arena role check (this menu pops when party leader is trying to queue 2v2/3v3/5v5 rated arena)
I would really appreciate if someone could help me, because i can't find anyone who knows this macro