Thread: Help please

  1. #1
    The Patient Artran's Avatar
    10+ Year Old Account
    Join Date
    Mar 2011
    Location
    Somewhere in this world
    Posts
    268

    Help please

    This macro is for pure fun lol, but it spams really bad when i start spamming battleshout in a bg when im stunned or what not.
    So..im gonna post this macro and i want someone to tell me how to make it where it has like a CD on when it will yell for the koda again. Thanks for the help guys!

    Macro:

    #showtooltip
    /cast Battle Shout
    /yell FOR THE KODA!!


    Just repost the macro with the new thing you add in there to make it have a cooldown on when it will yell the /yell again but still make battleshout cast

  2. #2
    Im bad at macros but im sure its somewhere along the lines of /castsequence reset=30 Battle shout, /y FOR THE KODA!

    You can change the 30 to w.e time you'd like


  3. #3
    I recommend RSA - Raeli's Spell Announcer

    But if you just want it for this macro you can use this:

    Code:
    #showtooltip
    /run local s="Battle Shout" if GetSpellCooldown(s)==0 then SendChatMessage("FOR THE KODA!!","YELL",nil,nil)end
    /cast Battle Shout

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  4. #4

Posting Permissions

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