1. #1

    Paladin Seal macro

    I was wondering if there is a way to get this to work.
    /cast [nostance] Seal of Truth; Judgement

  2. #2
    Are the new seals considered stances? If so, what you you have should work. If they're not considered stances, then no. You can't check for buffs with a macro.

  3. #3
    It should work, but they changed the spelling for Judgment.

    Code:
    /cast [nostance]Seal of Truth;Judgment

  4. #4
    Quote Originally Posted by Judge40 View Post
    It should work, but they changed the spelling for Judgment.

    Code:
    /cast [nostance]Seal of Truth;Judgment
    It's not because I wrote Judgement, even when I use judgment instead it has the same result. THe seals are using the stance bar but are not considered a stance which is a shame.

    I was hoping that someone had an alternative to [nostance].

  5. #5
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Just use a modifier.
    Code:
    /cast [mod] Seal of Truth; Judgement

  6. #6
    Quote Originally Posted by Taryble View Post
    Just use a modifier.
    Code:
    /cast [mod] Seal of Truth; Judgement
    good job missing the whole point of what I was trying to accomplish with this macro.

  7. #7
    As long as Seals are registered as buffs there is no way for a macro to intelligently cast a Seal of its own accord when you lack one. A macro using a mod is the nearest thing you get to a one button macro for it.

  8. #8
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Quote Originally Posted by gilfer View Post
    good job missing the whole point of what I was trying to accomplish with this macro.
    Seals are not stances, they are buffs. Macros cannot check for buffs. Ergo, you have to utilize an alternate method.

    Good job missing that my version's currently the only way to even get close to what you want. When somebody's being honestly helpful, being snide is no way to thank them.

Posting Permissions

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