Thread: Macro help..

  1. #1

    Macro help..

    Hi guys, I use a raid warning macro for my shield wall and raid wall abilites.. I was wondering if there a way that I can make it so if I hit that button more than once it won't spam it again. Like if the ability is on cooldown then it won't repeat the text that is in the macro.

    Anyone have any ideas on how to accomplish this?

    Thanks.

  2. #2
    I use this. Very simple addon, and saves macro space. Configure it exactly how you like.

    http://wow.curse.com/downloads/wow-a...kwarnings.aspx

    As a bonus, it announces Missed taunts and Immune taunts.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3
    thanks!!

    just one question about that addon, Is there a way to configure that addon so you can have more than the allotted slots to add in trinkets and off spells and such?

  4. #4
    Just going with the thread title.

    #showtooltip
    /cast "YOUR SUPER COOL SPELL"
    /script local c="SUPER COOL SPELL";if GetSpellCooldown(c)==0 then SendChatMessage("AMAZING COOL MESSAGE", "RAID", nil, nil) end;
    Unsure as to if that actually prints in raid chat as it's just taken from my Avenging wrath macro i have which uses yell

    #showtooltip
    /cast Avenging Wrath
    /script local c="Avenging Wrath";if GetSpellCooldown(c)==0 then PlaySoundFile("Sound\\Creature\\SelimFireheart\\SELIMEMPOWERED.wav"); SendChatMessage("Pop Pop Pop... BOOM!", "YELL", nil, nil) end;

  5. #5
    Dreadlord GeorgeParty's Avatar
    10+ Year Old Account
    Join Date
    Dec 2009
    Location
    Traversing through The Luminiferous Aether.
    Posts
    830
    also I've made a topic that is like the post your armoury thing to save people just doing a topic for one macro.

    http://www.mmo-champion.com/threads/...ost-your-macro.

  6. #6
    Quote Originally Posted by GeorgeParty View Post
    also I've made a topic that is like the post your armoury thing to save people just doing a topic for one macro.

    http://www.mmo-champion.com/threads/...ost-your-macro.
    As much as i can see what your trying to do (It's not stickied so it's more hassle to find for new people), some simple things can be easier done in smaller/fresher threads

Posting Permissions

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