Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 11

Hybrid View

  1. #1

    Default Macro Question - Round Robin?

    Quick question for someone more experienced with LUA than I am:

    I have 4 mages and I want one button (X for example) for all of them to be able to cast polymorph, but I want them to cast it one at a time. A simple counter script? Does the WoW interface support this?

    Psuedo Code:

    /* make the fourth mage cast poly on his turn */
    if a = 4
    /cast polymorph:sheep
    a++
    endif
    if a > 5 || a < 1
    a = 1
    endif


    Each mage would have a macro with his own particular number. Anyone have any insight into this? Thanks

  2. #2

    Default

    Depending on how you are broadcasting to the machines (or client if on one machine) can't you set up an exception for that certain key that would delay the output?

    I'm faily sure you can do this with auto hotkey on a single machine, maybe you could bind them seperatly on each machine but make a macro for that key outside of wow that emulates those keypresses with the timings you want to use ?

    Random thoughts :P

  3. #3

    Default

    I'm using multiplicity in general and multibox to broadcast. I'm not looking for anything timed, I just want to hit a certain key and have mage1 sheep my target, then switch targets hit the same key and have mage2 sheep that target, etc.

  4. #4

    Default

    WoWs interface does not support this. They stripped that out with 2.0.

    However, you COULD do it by putting a pause in there - but when you pause, NO inputs are possible. The characters are literally frozen. Not even sure you can do that in combat either.

    So... you would have to do it some other way. Perhaps a program that sits in between WoW and your keyboard and fires off output after a delay?

  5. #5

    Default

    How do you handle your sheeps/novas/counterspells then Xzin? Individual keys?

  6. #6

    Default

    Ha! I thought of a way to do it!

    I can use the different bars to give the different mages access to each spell. So for instance, Mage1 has access to sheep, frost nova, and counterspell on his bar1, but not on bar2-4. Mage2 has access to those spells only on bar2, etc.

    So if I hit the changebar button (which I set the same across all of the mages) it increments to the next mage and does his sheep/cs/nova. I can use the nostromo and do it in one keypress (macro the changebar and cast button together) or do it in two key presses by hand.

    I just leave the priest out of the process by not setting his changebar key and by making sure his macros are setup correctly to not do anything when the guy im sheeping is targeted and the cast key is pressed.

  7. #7

  8. #8

    Default

    Yeah, I noticed your program could do it, but my way is free

  9. #9

    Default

    Just a quick update about this for those who may want to try it, my method worked great last night! 4 different polymorphs and 4 different frost nova casts at my disposal with only one button each.
    I never saw a wild thing sorry for itself. A bird will fall frozen dead from a bough without ever having felt sorry for itself.

  10. #10

    Default

    That is an elegant solution to the problem. Only disadvantage is that when your mages are flipping through the bars you have to setup the spells your want every mage to have at every time (e.g. fireball) on every bar (or don't you?).
    Anyways good idea i think I'll adopt for my frost novas.
    Might also be a good idea for running more than one healer (think 10 boxing here )
    Bunny

Similar Threads

  1. Stopcasting Round-robin with macro. Advice needed
    By Ivanhalf in forum Macros and Addons
    Replies: 13
    Last Post: 04-06-2009, 11:57 AM
  2. 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
  3. Replies: 2
    Last Post: 09-24-2008, 04:56 PM
  4. Round Robin question
    By Inimicus in forum Software Tools
    Replies: 4
    Last Post: 04-01-2008, 09:13 AM
  5. Round robin question
    By KSboxers in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 03-11-2008, 05:31 PM

Posting Rules

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