Jump to content

ButteredToast

Player
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ButteredToast

  • Rank
    Newcomer
  1. ButteredToast

    Priest SWP - Smite macro

    Sorry to continue on this, but i was trying to get one to work like this, So if PW:S isnt up it casts it, but if it is then it heals, however i need a CD for the PW:S any idea? /cast [nobuff:Power_Word @target] Power Word: Shield; Lesser Heal
  2. ButteredToast

    Priest SWP - Smite macro

    Fantastic, Thank you =)
  3. ButteredToast

    Priest SWP - Smite macro

    Heya, Basically i'm playing with a pally/priest and wanted to make a macro for the priest so that it will apply SW:P to the target only if it isnt affected, and if it already is then it'll cast smite, I found this after googling and added abit to make it what i wanted but its throwing errors. Any help appreciated /Script if UnitIsFriend("player", "target") then TargetUnit("targettarget") end; if not buffed("Shadow Word: Pain", 'target') then cast("Shadow Word: Pain");else c("Smite(Rank 1)"); end; TargetLastTarget()
×