1. #1

    Paladin Macros, need help

    Hey guys, i'm just wondering if there are any macros out there to switch seals with relation to each attack used in one/two clicks of a button. For example, first click of the macro changes your seal, then every click thereafter casts the spell you want to use (Crusader Strike/Divine Storm), until you change to the other spell (be it CS/DS) and it changes your seal once more, until you change to the other spell again, and so on and so forth.

    tl;dr any macros to take away the monotony of seal changing every few moments?

  2. #2
    Moderator Malthanis's Avatar
    10+ Year Old Account
    Join Date
    Apr 2010
    Location
    Not nearly out of the way enough
    Posts
    6,112
    You can't do 'if' statements based current buffs with macros.

    However, you can try this...

    Code:
    #showtooltip
    /cast [nomod]Crusader Strike; [mod]Seal of Truth

    Here, you'll normally use Crusader Strike when hitting the macro. If you press any of the mod keys (Control, Shift, or Alt), you'll cast Seal of Truth. Mod keys can also be specified (i.e. [mod:shift] or [mod:alt]).
    Host of Talking Skritt, a GW2 podcast!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •