Close
Showing results 1 to 8 of 8

Thread: Mouse Clicks

  1. #1

    Default Mouse Clicks

    Hey, im relatively now to all this, but im basically looking a code that could broadcast mouse click on my other toons on the exact position of their character(right in the middle of the screen, or similar), for casting the spell Force of Nature.

    If anyone has the code, I would greatly appreciate it, if you would post it.
    Last edited by kaiverrettu : 01-31-2011 at 03:58 PM

  2. #2
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Using code to place your mouse cursor at a pre-determined set of coordinates is illegal is World of Warcraft. However, by
    using the built in "SetView" feature of the game you can give whichever window(s) you'd like identical camera angles and
    then use a mouse broadcasting solution to easily cast your AOE spell.

  3. #3

    Default

    Quote Originally Posted by Fenril View Post
    Using code to place your mouse cursor at a pre-determined set of coordinates is illegal is World of Warcraft. However, by
    using the built in "SetView" feature of the game you can give whichever window(s) you'd like identical camera angles and
    then use a mouse broadcasting solution to easily cast your AOE spell.
    Do you know how can I broadcast a mouse click using AutoHotKey? Im using the following script as a basis: http://www.dual-boxing.com/wiki/index.php/AutoHotKey

    Also, would it be possible and legal to just make the other windows click where I click?

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

    Default

    Hot Key Net, is script based like AHK.
    www.hotkeynet.com

    Quite a few boxers use HKN, not as many AHK but some do I am sure.
    Here is how to accomplish the mouse stuff with HKN: http://www.dual-boxing.com/showpost....4&postcount=11

    Not sure that that helps you exactly, but it gives a point of reference maybe.
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  5. #5

    Default

    Quote Originally Posted by Ualaa View Post
    Hot Key Net, is script based like AHK.
    www.hotkeynet.com

    Quite a few boxers use HKN, not as many AHK but some do I am sure.
    Here is how to accomplish the mouse stuff with HKN: http://www.dual-boxing.com/showpost....4&postcount=11

    Not sure that that helps you exactly, but it gives a point of reference maybe.
    Hmm alright thanks anyways. I'll look into it

  6. #6

    Default

    Owell, it's not working, but thanks anyway. I pasted it into that premade macro from HotkeyNet's site, it says 0 errors but it's still not working. I hold down the key wich I have defined to be the one that should initiate the mouseclick, and click, but nothing happens.

    Could somoeone just please give me software I can use to simply send left click into all of my WoW windows? Please? I'd be happy to get the force of nature work before the PTR's go down.
    Last edited by kaiverrettu : 02-05-2011 at 01:29 PM

  7. #7

    Default

    What code exactly did you use? The code linked doesn't use a held key, it is based off of screen coordinates.

    This is the code you want for a held key
    http://www.dual-boxing.com/showpost....39&postcount=2
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  8. #8

    Default

    Quote Originally Posted by Khatovar View Post
    What code exactly did you use? The code linked doesn't use a held key, it is based off of screen coordinates.

    This is the code you want for a held key
    http://www.dual-boxing.com/showpost....39&postcount=2
    Aight, got it working now. Thanks.

Posting Rules

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