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

Hybrid View

  1. #1

    Default Executing a macro on a slave from master?

    I'm new at this and trying to read over everything, but one question I can't seem to resolve is if there is a way to click a command button on the master and have that execute a macro (i.e. heal main tank) on a specific slave?

    The closest I've found so far was to use Bindpad to create a macro bound to a keystroke, then I could have the keystroke passed through Octopus to the slave and it would execute the heal, but is there a way so I could have a normal button I could click without having to resort to all the keybinding?

    Thanks!

  2. #2

    Default

    a macro must be triggerd by a keystroke event lest it be considered automation.
    we are dyslexia of borg, fusistance is retile, youre ass will be laminated

  3. #3

    Default

    There isn't a good way to pass most things mouse related to alts. In my opinion there will never be. Sorry. The best thing you can use is a keystroke. Get a Logitech G15 keyboard and map the G keys to something weird like CTRL-Numpad# and then pass that to your alts. It is pretty near your movement keys and you just reach over with your pinky and push it.

  4. #4

    Default

    OK well I'm (sorta) glad I didn't just completely miss some wonderous addon that could do that, so in that light I'll talk about an idea I had and see if that's possible.

    First off, is there any sort of "eval" function in the WoW API like what you can do in javascript:

    eval('alert("test");');

    Where this would actually execute the string inside the eval so you could dynamically build a string to then execute?

    If so then what I was thinking is have a special channel (or whisper) system where the master sends a specific command whisper to the slave which then takes it and executes, so is psuedocode, it would look something like:

    On Master:

    <press button>
    Whispers: /run heal_RenewMT

    On Slave:

    XYZ whispers: /run heal_RenewMT
    <decodes command, heal_RenewMT>
    Does a: eval("heal_RenewMT">

    This runs the local macro heal_RenewMT which obvously casts a Renew on the MT.

    All this would hinge on the ability to evaluate a dynamically generated string (i.e. the command received from master), but if there is such a beast, it should be able to be done I'd imagine, it could be used in a bot-ish situation, but in this case the user would be generating all input just like pressing a keystroke, they would have to press the button on the MT's screen to direct the slave to issue the heal.

  5. #5

    Default

    You can't whisper commands. You can whisper text if you want, but you can't take the text to make it a command.

    Why are you so against pushing a key to heal with your alt? Keys can be broadcast and they can be used on a hotbar to operate macros.

  6. #6

    Default

    Pennie, could you clarify the original question? Were you asking about the trigger or about the third-party program's output?

    I thought you were asking whether it's possible to trigger this event by clicking an on-screen button with the mouse in your master WoW's window. Did I misunderstand?

    Everybody's talking here about output (the keystrokes that the third-party program injects into the target WoW) but that's a separate issue.
    �Author of HotkeyNet and Mojo

  7. #7

    Default

    I'm not against pushing a key to heal, but I've never been much of a keybinder myself, I find it easier to work with buttons than keys personally, which is why I'm working that angle.

    To clarify, what I'm looking to do is on the master, I'd like to have a button on an actionbar I could press that would then trigger the slave to issue a heal on myself (i.e. MT). I was looking for an addon that might do this that I would not have to bind a bunch of keys in order to do, but from what I'm gathering, the only way to do anything is to run a program that could take a single keystroke and then remap that into a slash command on the slave to execute the desired action.

    Sorry for all the confusion on this.

  8. #8

    Default

    To clarify, what I'm looking to do is on the master, I'd like to have a button on an actionbar I could press that would then trigger the slave to issue a heal on myself (i.e. MT). I was looking for an addon that might do this that I would not have to bind a bunch of keys in order to do...
    The trigger and key binds are separate things. The first thing is triggering the action by clicking an action bar button. I'm not an expert on WoW, but I don't think it's possible to make your master WoW control another instance of WoW. because that would allow a huge level of automation and Blizzard would never do it. So you can't really use the action bar button as a trigger. What you have to do is use a third-party program to intercept your physical input event (clicking a mouse button while the mouse cursor is over the action bar button) and have the third-party program carry out the desired action. This doesn't involve any key binding -- it involves writing a script for the third-party program -- and you could just as well tell the third-party program that you want to trigger the action by pressing a key combination. In fact you could do both.

    In other words, whether you trigger the event with a key or mouse, nothing needs to be bound because the trigger is seen by the third-party program, not by WoW.

    Once the action is triggered, you have a choice of three ways to inject the output into the target WoW. Which one you pick has nothing to do with the way you choose to trigger the action. They are unrelated.

    1. Inject a slash command onto the chat line. This is probably a bad idea because it's inefficient and it may violate the rules.

    2. Inject a key combination that's bound to a scripted macro. This is probably the best way because it's faster, more reliable, and less likely to violate rules. It requires a single key binding.

    3. Inject a simulated mouse click on an action bar button in the target WoW. This is less robust than (2) and also requires a binding.
    �Author of HotkeyNet and Mojo

  9. #9

    Default

    Pushing buttons with a mouse = the devil.

    To the best of my knowledge there is no way to push a button on one instance of WoW with a mouse click, and have it relay a command / macro to another instance of WoW.

    The closest thing you could do to this, providing you've got a lot of time for testing and patience, is setup a third party application (Like hotkeynet) to pass your mouse clicks, and setup your alt's buttons in the exact same place as your "Dummy" buttons on your main. However, I did find once by accident that while using HotKeyNet if you tell it to pass your left mouseclick to your main characters screen, then click on it, it will indefinitly pass left mouse click for the rest of your life, or until you find a way to crash Hotkeynet (I had to hard reset because I was unable to get windows to do anything else). This in theory would happen with any program, and therefore make mouseclicking in that way all but impossible.
    [align=center]Team Eli - Silvermoon US - 5 x Shamans | http://www.GameVee.com/user/TeamEli
    Elilil | Eliili | Eillii | Eilili |Ellili
    [/align][align=center]The Hooveletes - Silvermoon US | http://GameVee.com/user/TheHooveletes [/align][align=center]Shechinah - Paladin | Tzviya - Hunter | Maksima - Mage | Behira - Restoration Shaman | Zahavit - Elemental Shaman[/align]

  10. #10

    Default

    Quote Originally Posted by 'Elili',index.php?page=Thread&postID=89476#post894 76
    The closest thing you could do to this, providing you've got a lot of time for testing and patience, is setup a third party application (Like hotkeynet) to pass your mouse clicks, and setup your alt's buttons in the exact same place as your "Dummy" buttons on your main. However, I did find once by accident that while using HotKeyNet if you tell it to pass your left mouseclick to your main characters screen, then click on it, it will indefinitly pass left mouse click for the rest of your life, or until you find a way to crash Hotkeynet (I had to hard reset because I was unable to get windows to do anything else).
    Congratulations on your narrow escape! You can avoid this problem with HotkeyNet by defining the trigger so the mouse click gets broadcast only when a particular toggle (like ScrollLock) is on or off, or when you simultaneously press some second key or button. Some day soon I'll add conditional triggers to HotkeyNet so you'll be able to restrict the action so it happens only when you click in a particular window.

    I thought Pennie could also do this in a second way by defining "virtual buttons" in an existing game window. Somebody suggested this idea in this forum once, and it's on my list of things to add to HotkeyNet. The idea is, you define existing objects like buttons or health bars in the game window as virtual buttons for the third party program. You could also draw new buttons as a semi-transparent overlay. I thought AutoHotKey already had this feature but I just looked at its documentation and I don't see a way.
    �Author of HotkeyNet and Mojo

Similar Threads

  1. Macro free slave assistng.
    By TheXevs in forum Macros and Addons
    Replies: 8
    Last Post: 03-28-2009, 11:41 PM
  2. Problem connecting keyclone from Master to Slave.
    By Menace in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 11-23-2008, 04:00 PM
  3. Replies: 5
    Last Post: 11-14-2008, 02:38 PM
  4. Keyclone not executing commands?
    By Impulze in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 07-15-2008, 08:31 AM
  5. keyclone mouse clicks on slave triggered by button on master
    By FattyMoBookyButt in forum Software Tools
    Replies: 2
    Last Post: 01-11-2008, 09:27 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
  •