Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 14
  1. #1

    Default Keyclone...HKN...AutoHotKey?

    I've recently started playing WoW again, after quitting last year. I decided to level a Shaman and Druid at the same time, as those were the two 70s I had.

    The extant of my "dualboxing" has been aggroing a lot with the Druid, healing it and dropping a nova totem or two while the druid swipes things to death. With me alt tabbing back and forth.

    I got them to 40, and I'd like to give actual multiboxing a shot. Druid is moonkin now, shaman is ele. Have the macros set up for the most part I believe, I just need a key stroke program. I'm not trying to pay 20$ so keyclone isn't really an option, and I have no idea how to set up the other two.

    Just need some help with the scripts...

    Shaman heals and totems are on the numpad, Druid offensive spells are Ctrl+various letters, Lightning bolt are the same Ctrl+various letters as all the druid spells.

    Ill actually play the druid, and spam bolt/heal with shaman. I just have no idea how to make the scripts

  2. #2

    Default

    I tried the other 2 but couldn't seem to get the scripting right, I use octopus now, it takes 5 mins to setup, very simple, no scripts, and its free.



    -Edit: Honestly though once I build my new rig I'll be buying keyclone as it's the easiest to use, start it and go! lol
    [align=justify]i7 920 - GTX 285 - 12GB Corsair 1600 [/align]
    Pally,Shaman,Shaman,Shaman,Shaman
    Dk,Hunter,Druid,Warlock,Priest

  3. #3

    Default

    HotKeyNet is pretty simple...did you read the instructions?

    http://hotkeynet.com/p/doc.html

    There is a good explanation stickied, but here are some basics. The goal is to test each thing as you put them in place.

    First I label my windows:

    <Label MAIN local SendWinM Wow1>
    <Label ALT local SendWinM Wow2>

    So, your Window that you renamed Wow1 has been Labeled MAIN and the other ALT (only to be used inside the script).

    Create a HotKey:

    <Hotkey Spacebar>
    <SendLabel MAIN>
    <Key Spacebar>
    <SendLabel ALT>
    <Key Spacebar>

    That will make everyone jump.

    So, if you fire up HotKeyNet, open a notepad doc, and past this in there:

    Code:
    <Label MAIN local SendWinM Wow1>
    <Label ALT local SendWinM Wow2>
    <Hotkey Spacebar>
       <SendLabel MAIN>
          <Key Spacebar>
       <SendLabel ALT>
          <Key Spacebar>
    Then rename your windows to Wow1 and Wow2 and load the scripts and turn it on, your spacebar will make everyone jump. HUZZAH!!!

  4. #4

    Default

    Quote Originally Posted by 'wolpak',index.php?page=Thread&postID=193483#post1 93483
    The goal is to test each thing as you put them in place.
    That's really good advice, not just about HotkeyNet but every kind of programming.

    Pretty often, people send me a 300-line script that they wrote before trying it, and ask why it doesn't work. Did they expect to create something that complicated in one fell swoop and have it turn out correctly? Or did they think it would be easy to find their errors in something that big?

    People should start with a tiny script like you did -- only seven lines. Get it working. Add a few more lines. Get that working. Etc.

    Programmers have a fancy name for this -- incremental development -- but it's really just common sense.
    �Author of HotkeyNet and Mojo

  5. #5

    Default

    I would suggest using HKN. At first the script seems really complicated to figure out but after reading the forums and set up instructions it is very easy to use. And for a free program you get an amazing level of support from Freddie.

  6. #6

    Default

    Quote Originally Posted by 'Freddie',index.php?page=Thread&postID=193488#post 193488
    Quote Originally Posted by 'wolpak',index.php?page=Thread&postID=193483#post1 93483
    The goal is to test each thing as you put them in place.
    That's really good advice, not just about HotkeyNet but every kind of programming.

    Pretty often, people send me a 300-line script that they wrote before trying it, and ask why it doesn't work. Did they expect to create something that complicated in one fell swoop and have it turn out correctly? Or did they think it would be easy to find their errors in something that big?

    People should start with a tiny script like you did -- only seven lines. Get it working. Add a few more lines. Get that working. Etc.

    Programmers have a fancy name for this -- incremental development -- but it's really just common sense.
    I used to do development work, so I am familiar with it. The biggest issue is taking over someone else code. My favorite was always...

    <code>
    Printout "You are HERE 11111111"
    <code>
    Printout "You are HERE 22222222"
    <code>
    Printout "Your mama sucks 3333333"

    And I'd always forget to remove the your mama sucks line. Oh well.

  7. #7

    Default

    Keyclone is the easiest out of box solution, and over time, cheapest paid solution.

  8. #8

    Default

    I'm using HKN and also have a paid license of keyclone - while I now tend to prefer HKN, mostly because lack of updates in Keyclone and better mouse broadcast and flexibility in HKN; remember that HKN is free as in "here is your first drug fix, free" - though it's not documented clearly anywhere on the website (I have gripes about that) Freddie stated it won't be free forever.
    2,3,5 boxing wow with Wow Open Box and MAMA, give them a try!
    (was 8 Boxing Wow with HotKeyNet and ISBoxer)
    Was streaming on twitch.tv/MooreaTv

  9. #9

    Default

    Moorea I thought about this quite a bit since we last talked about it. I should have gotten back to you about it in the other thread. Here's the actual situation:

    -- The program has been in free public beta for about 14 months.

    -- It will remain free for at least another 18 months. [Edit: This seems pretty certain right now but I can't absolutely promise that this won't change.]

    -- It may remain free even longer than that.

    -- It may remain free forever.

    Under these circumstances, it seems to me that "free multiboxing software" is an acceptable short description. It doesn't say "free forever," and everyone knows that things change.
    �Author of HotkeyNet and Mojo

  10. #10

    Default

    I know things change, there is nothing permanent - for all we know from what you say HKN may be free longer than we'll play WoW which is awesome - I wish there was a good key broadcasting software that wasn't at the mercy of either you or keyclone getting into trouble (recession and all) and having the phone in servers going offline.

    I'd prefer an open source with donation model (I paid for my Jamba and be glad to donate to HKN like I paid Keyclone but I'm not 100% comfortable with the "could stop working any day" model) but hey, until there is such solution... I love HKN :-) Thanks for it and you're free to use the model that works for you; it's your work.
    2,3,5 boxing wow with Wow Open Box and MAMA, give them a try!
    (was 8 Boxing Wow with HotKeyNet and ISBoxer)
    Was streaming on twitch.tv/MooreaTv

Similar Threads

  1. autohotkey and keyclone
    By kraemder in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 06-28-2009, 05:30 AM
  2. keyclone vs autohotkey
    By suicidesspyder in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 10-28-2008, 12:44 AM
  3. Keyclone vs AutoHotKey
    By Dood in forum New Multi-Boxers & Support
    Replies: 13
    Last Post: 03-31-2008, 07:54 PM
  4. Autohotkey and Keyclone
    By Schorsch in forum Software Tools
    Replies: 5
    Last Post: 01-17-2008, 08:46 AM
  5. AutoHotKey vs Keyclone
    By Smeagoldfish in forum Software Tools
    Replies: 6
    Last Post: 09-07-2007, 01:57 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
  •