Close
Showing results 1 to 6 of 6
  1. #1

    Default any way to send commands to Alts with macros?

    Is there a way to click on a macro on my main toon that will send a command to my alts?

    What I want to do is click on a custom macro that will make my alt mages cast arcane explosion (without using keybind)...

  2. #2

    Default

    Not that I'm aware of, currently. There used to be some add-ons that would look for keywords (like buff names) and cast them, but those were changed many, many patches ago.

    I think the reason is this is getting more into the realm of automation, which is not allowed.
    Stormreaver, Horde

    1 Druid - 4 Shamans
    1 Pally - 4 locks

  3. #3

    Default RE: any way to send commands to Alts with macros?

    Quote Originally Posted by 'incendie22',index.php?page=Thread&postID=141909#p ost141909
    Is there a way to click on a macro on my main toon that will send a command to my alts?

    What I want to do is click on a custom macro that will make my alt mages cast arcane explosion (without using keybind)...
    Some things can be relayed between your toons via whispers or in group chat. Follow is an example that works, and there are several UI mods out that will cause your toon to follow on command. Casting a spell is another matter.

    UseAction(slot[, checkCursor[, onSelf]]) for example is a protected API. It can only be called from a Blizzard signed UI.

    -j

  4. #4

    Default

    Hey Incendie,

    Using the ingame macro system, you can perform what oyu want by writing an addon, however it would only work while not in combat.
    This is due to teh restriction of requiring direct user input to trigger a spell.

    For using a program to accomplish this, it is currently considered a grey area (using mouse clicks -> keyboard replication). While possible it is currently unknown if this will be considered allowed under the ToS.


    ~Suvega

  5. #5
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    You need to be careful with something like that.
    It needs to hold to the rule of one action from the user does no more then one keypress or mouse-click in game could accomplish.

    One click = one action per client.... if fine.
    If you could click once and have it do multiple things that could not be done in game... that's not fine.

    Take the G11/G15
    A macro which casts Elemental Mastery (no GCD) followed by Nature's Swiftness (no GCD) followed by a single Chain Lighting (incurs a GCD) can be accomplished in game with a single mouse-click or keypress of the associated macro.
    So making a G-macro which does all of these on one click is fine.
    Making a cast sequence which will, "Curse of the Elements, Corruption, Immolate, Shadow Bolt, Shadow Bolt, Shadow Bolt" is ok, if it requires one click, one keypress or one G-press per action.
    Using the G-macro to insert delays and press 6 times in sequence on your one click is not ok.

    I've gone into the warcraft keybinds and given my thumb buttons (Firefox/Explorer default page forward, page backward) keybinds, and then placed in-game macro's in those slots.
    The use of the mouse for in-game actions is fine, as long as it does no more then could be done with in-game abilities.
    Any software that provides potential for more then this should be evaulated carefully, and definitely never used for additional functionality then can be achieved in game without it.

  6. #6

    Default

    I remember using a program that lets people program a mouse click to type letters and words. I don't know if autohotkey does that or not. Clicking on an area on the screen and it sends the number "4" keystroke.

Similar Threads

  1. Key Send Delay?
    By nobodyz in forum Software Tools
    Replies: 8
    Last Post: 08-03-2009, 11:11 AM
  2. How-Do-I: Send a key to only alts?
    By KrobJ in forum New Multi-Boxers & Support
    Replies: 7
    Last Post: 02-10-2009, 07:24 AM
  3. Replies: 3
    Last Post: 11-20-2008, 04:30 AM
  4. slash commands for macros
    By Raro in forum Macros and Addons
    Replies: 1
    Last Post: 09-30-2008, 05:43 PM
  5. Clicking button to Send Key
    By Edak in forum Macros and Addons
    Replies: 5
    Last Post: 09-28-2008, 10:30 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
  •