Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 14 of 14
  1. #11

    Default

    Here's how I would do it:

    MacroSequence
    Code:
    FrostNova = { [[
    /stopcasting
    /cast Frost Nova
    ]] },
    
    NovaSequence1 = {
        reset = { seconds = 25 },
        "/click FrostNova", "", "", ""
    },
    
    NovaSequence2 = {
        reset = { seconds = 25 },
        "", "/click FrostNova", "", ""
    },
    
    NovaSequence3 = {
        reset = { seconds = 25 },
        "", "", "/click FrostNova", ""
    },
    
    NovaSequence4 = {
        reset = { seconds = 25 },
        "", "", "", "/click FrostNova"
    },
    Normal Macro (Mage 1)
    Code:
    /click NovaSequence1
    Normal Macro (Mage 2)
    Code:
    /click NovaSequence2
    etc.

    All the normal macros should be bound to the same key.

    @legality - MacroSequence has been around for quite a while without issue, and it is from Cogwheel who is one of the UI & Macro forum MVPs (whatever Blizzard calls them -- green posters). It's all in-game code, and it's not doing anything that violates the spirit of the TOS either. IMO it is fine, but you should decide for yourself.

    @wowphreak - Thanks for the AHK tip! It is a bizarre little language...
    All my codes r belong to you: wow5box

  2. #12

    Default

    thanks for the examples, that is pretty slick.

  3. #13

    Default

    Thanks for the examples. Now my 2nd team rushing to 59, then one more team i will level before RAF is out and then i'll sit and think through my setup for outland instance grinding.

    One question though. What is "/click" command? Never seen it in solo-play macro (i'm rather new to multiboxing)
    Lok'tar ogar! Victory or death - it is these words that bind me to the Horde. For they are the most sacred and fundamental of truths to any warrior of the Horde. I give my flesh and blood freely to the Warchief. I am the instrument of my Warchief's desire. I am a weapon of my Warchief's command. From this moment until the end of days I live and die - For the Horde!

  4. #14

    Default

    /click simulates a button press. The WoW APIs let mod authors create virtual buttons and attach macros to them. When you do "/click SomeSequence" in a normal macro you are simulating a L-click of the invisible button named "SomeSequence", which MacroSequence has created with the sequence macro you specified.

    More info on /click here:
    http://www.wowwiki.com/Making_a_macr..._button_clicks
    All my codes r belong to you: wow5box

Similar Threads

  1. auto shot acting like round robin except I don't use round robin...
    By uberfail in forum New Multi-Boxers & Support
    Replies: 8
    Last Post: 12-29-2008, 09:27 PM
  2. Advice: Round robin on your insta nuke
    By magwo in forum PvP Discussion
    Replies: 8
    Last Post: 09-08-2008, 06:29 AM
  3. round robin
    By Shox in forum Software Tools
    Replies: 4
    Last Post: 05-12-2008, 09:01 AM
  4. Round-Robin
    By balrog78 in forum Software Tools
    Replies: 2
    Last Post: 02-25-2008, 09:42 PM
  5. Macro Question - Round Robin?
    By Morganti in forum General WoW Discussion
    Replies: 10
    Last Post: 07-17-2007, 10:59 AM

Posting Rules

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