Jump to content
wideon

Mod shift macros need help

Recommended Posts

Ok so I use this for Fire ward and Frost ward and it works

/run  local x = IsShiftKeyDown(); if x == nil then CastSpellByName("Fire Ward") else CastSpellByName("Frost Ward"); end;

But when I use it for Ice barrier and Mana Shield it does not work

/run local x = IsShiftKeyDown(); if x == nil then CastSpellByName("Ice Barrier") else CastSpellByName("Mana Shield"); end;

Share this post


Link to post
Share on other sites

Not at my PC to try, but try inserting the rank in there...something like:

CastSpellByName("Mana Shield(Rank 1)")

Pretty sure you need it exactly as I have it above, with no space between the world Shield and the (.

Hope that helps!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×