1. #1

    Help with timing macro.

    Hello, i want to create a macro for my mage - when it casts time warp. to say a bunch of stuff on timed intervals EG:

    Time warp is now in effect
    ( 4 second delay )
    /s <random messge>
    (2 second delay )
    /s <random message>
    (1 second delay )
    /s Time warp ended.

    Something like this ( will be bigger ) but u get the point. any help will be much appreciated

    - Barrowwind

  2. #2
    Can't make such a macro.

  3. #3
    Indeed. Blizzard removed these types of options from the Macro API years ago. It's to prevent macros and addons from essentially creating bots.

  4. #4
    Unless something has changed recently this CAN be done

    /cast spell
    /in 10 /say blah blah
    /in 15 /say blah blah
    /in 40 /say Spell has ended

    This has always worked for me in the past, and I have seen similar macros used in recent times. So unless these were mods and something has changed this should work for you.

  5. #5
    Bloodsail Admiral Icebear's Avatar
    10+ Year Old Account
    Join Date
    Sep 2009
    Location
    Denmark
    Posts
    1,135
    Get the addon SlashIn and make
    /cast Time Warp
    /s Time Warp activated!
    /in 25 /s 15secs left of TW!
    /in 30 /s 10secs left of TW!
    /in 35 /s 5secs left of TW!
    /in 37 /s 3secs left of TW!
    Making your GIF Avatar to 20kb is hard. Especially when the original is 504kb

  6. #6
    Deleted
    Quote Originally Posted by Rhodekil View Post
    Unless something has changed recently this CAN be done

    /cast spell
    /in 10 /say blah blah
    /in 15 /say blah blah
    /in 40 /say Spell has ended
    I believe it only works with things like /say or /yell but the /in doesn't work with spell casts

  7. #7
    Bloodsail Admiral Icebear's Avatar
    10+ Year Old Account
    Join Date
    Sep 2009
    Location
    Denmark
    Posts
    1,135
    Quote Originally Posted by Rhodekil View Post
    Unless something has changed recently this CAN be done

    /cast spell
    /in 10 /say blah blah
    /in 15 /say blah blah
    /in 40 /say Spell has ended
    It was Ace2 that made that function, not Blizzard Standard UI.

    ---------- Post added 2011-06-15 at 08:10 AM ----------

    Quote Originally Posted by rewn View Post
    I believe it only works with things like /say or /yell but the /in doesn't work with spell casts
    /in 2 /cast XXXX
    doesn't work.
    /cast XXXX
    /in 2 Wohoo!
    works.
    Making your GIF Avatar to 20kb is hard. Especially when the original is 504kb

  8. #8
    So there is a mod that allows this then. The OP never requested the in command be used to cast an ability.

  9. #9
    Quote Originally Posted by Rhodekil View Post
    So there is a mod that allows this then. The OP never requested the in command be used to cast an ability.
    ^^

    And thank-you for your input the /in 5 worked perfectly

  10. #10
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    The "/in <x> /<command>" setup only works if you have either Ace2 (as part of another addon or standalone), or the addon SlashIn installed.

    It can only be used for non-secure actions - emotes, yells, speech, etc - and not for secure actions - casting spells, using items/trinkets, etc.

Posting Permissions

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