- Code: Select all
/lunamo Lesser Healing Wave
/script A="Lesser Healing Wave" if UnitIsFriend("player","target") then CastSpellByName(A) else CastSpellByName("Lightning Bolt") end
/script if not UnitExists("target") then CastSpellByName(A, true) end
I'm looking to do the same for Chain Healing/Healing Wave but with Mouse 4/5. Can you tell me how to input for example:
Ctrl + Mouse 5 = Chain heal rank 2 on mouseover/friendly target + Chain Lightning on hostile target (no mouseover friendly).