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

    Default Ground target macro / possibility?

    Tryed searching trough the forums if keyclone has a function to copy the master's mouse click position, but couldnt find anything usefull that copys the mouse click for lets say Blizzard spells.

    Is there any way of doing this with keyclone? or is it with innerspace only? or hotkeynet?

    And for hotkeynet, does anybody have a good working script for copying mouseclicks?

    thanks in advance

  2. #2

    Default

    I'm pretty sure i use a different macro in my actual HKN script, but all I have at work is access to this old one:

    Code:
     
    //Pop treants
    <Hotkey Shift t>
     <Toggle>
      <SendLabel WoW1, WoW2, WoW3, WoW4, WoW5>
       <Key Shift t>
     <Toggle>
      <SendLabel WoW1, WoW2, WoW3, WoW4, WoW5>
       <ClickMouse LButton>
     
    //Hurricane
    <Hotkey Shift 1>
     <Toggle>
      <SendLabel WoW1, WoW2, WoW3, WoW4, WoW5>
       <Key Shift 1>
     <Toggle>
      <SendLabel WoW1, WoW2, WoW3, WoW4, WoW5>
       <ClickMouse LButton>
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  3. #3

    Default

    http://www.dual-boxing.com/showthread.php?t=18254

    I did a quick once-over of the macro part of the wiki, didn't see anything, so I found this. I have used it and it does work. This was a while ago, but give it a go!
    Hardware Lurker

  4. #4

    Default

    oke thanks for that just spells like blizzard requires it to be cast wherever mobs are standing at that moment, if i cast it on the ground where the casters are standing, its pretty much instant death for the mages,

    any way to copy the main characters mouse clicking? of what spot he casts it on, the rest follows.

    or like on top of the main guy (usually tank) any way of making that work?

  5. #5

    Default

    There is no way to 100% click on the same spot as the master. There are ways of making it more accurate (deals with setting your view to be the same on all slaves) but in general the target will still be in a different area.

    Using HKN the script I pasted above will click on your slaves screens at the same spot as you clicked on the master. In other words, if the master window was clicked 20% from the left edge and 75% down, then all slaves will also click 20%, 75% on their windows.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  6. #6

    Default

    Ah oke, guess that is what the <toggle> does?

    to copy the click position.

    Ill have to experiment with it thanks xD

  7. #7

    Default

    Toggle switches between two results for the same keypress.

    The first time I push "shift-t" it will hit the Force of Nature spell. The second time I push "shift-t" it will broadcast a mouse click to all instance of WoW.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

Posting Rules

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