1. #1
    Deleted

    On-use trinket macro

    Hello everyone,
    Can somebody tell me the right macro to use a trinket every time is out of cd while casting Power Word: Shield? I know it can sounds obvious and I could look like a noob, but mine isn't working... Sometimes I cannot cast the spell if the trinket is still on CD (I noticed this happens especially if I am in a raid group). Thanks in advance.

  2. #2
    Deleted
    This works pretty well for me:

    #showtooltip SPELLNAME
    /use TRINKETNAME
    /script UIErrorsFrame:Clear();
    /cast SPELLNAME

  3. #3
    Bloodsail Admiral Frmercury's Avatar
    10+ Year Old Account
    Join Date
    Sep 2009
    Location
    Probably Sleeping
    Posts
    1,078
    This will use both of your trinkets without an error message or character emote if they are not ready. COMPLETELY STOLEN from:
    http://howtopriest.com/viewtopic.php?f=18&t=2240

    Code:
    #showtooltip Power Word: Shield
    /run sfx=GetCVar("Sound_EnableSFX");
    /console Sound_EnableSFX 0
    /run UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE")
    /use 13
    /use 14
    /run UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE")
    /run SetCVar("Sound_EnableSFX",sfx);
    /cast Power Word: Shield

  4. #4
    Deleted
    First one doesn't work, I cannot understand why... Even inserting [@vuhdo] it does not always cast the spell if trinket is on CD.

Posting Permissions

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