Autohotkey Skill Changer (store builds) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    toykilla's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Autohotkey Skill Changer (store builds)

    OK guys, I need some help from an AHK guru.

    A long time ago someone made an AHK script to swap D3 builds. It worked at the time but needs tweaking for RoS since there is a new character and skills.

    I modified the Monk portion with the correctly updated skills, however I cannot get the last step to work.

    The script uses AHK's Imagesearch function to recognize what skill section you are on when selecting skills. This is where I am stuck, and I am not good enough with AHK to fix this problem. I can't tell if the script is skipping this section, or just not recognizing the images.

    If someone can help get this portion solved I will modify the rest of the classes so it works for everyone and post the updated code.

    Original Thread (author no longer responding): [AHK_L] Diablo3 Skill Changer - Gaming - AutoHotkey Community

    Please contact me if you think you can help get this working. I am sure we can figure it out!

    My updated files (I have only changed the Monk class, so you need to do any testing with Monk only!):

    Dropbox link: https://www.dropbox.com/s/aqeq115df7...20-%20Copy.zip

    Autohotkey Skill Changer (store builds)
  2. #2
    Tygrysek2525's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was thinking about that program last week
    Would be GREAT if some1 could update it

  3. #3
    Seminko's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2010
    Posts
    507
    Thanks G/R
    35/89
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was thinking about the same thing! Will give it a shot in AutoIT.

  4. #4
    reffer2's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would be amazing with my g15!

  5. #5
    Seminko's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2010
    Posts
    507
    Thanks G/R
    35/89
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, started from scratch having no idea of how it could be done.

    Few hours later my script successfully changes the skills on my left and right button in a second :-D

    BTW, I'm working on a Witch Doctor version for 1680x1050...

    'Unfortunately', tomorrow is a GF day, will pick it up on Friday afternoon :-D
    Don't just say thanks, click thanks!

  6. #6
    Tygrysek2525's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any progress???

  7. #7
    Seminko's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2010
    Posts
    507
    Thanks G/R
    35/89
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I have it working but not as well as I would be comfortable to release it yet.

    Currently, you have to go to the *.ini file and manually create the builds and then you can change them via GUI. But, I want you guys to be able to create and save the builds via the GUI itself.

    I'm looking into it...
    Don't just say thanks, click thanks!

  8. #8
    toykilla's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    keep us posted. the AHK script i made worked great, but i cant get the imagesearch portion working for some reason.

  9. #9
    Seminko's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2010
    Posts
    507
    Thanks G/R
    35/89
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, what I have now is a working 1680x1050 skill changer for WD with the ability to create, store and update builds. Now I have to "optimize" it so everything is clear for the users.

    Also, I'm planning on making it an all in one skill changer for all classes before I relese it. Haven't decided yet.
    Don't just say thanks, click thanks!

  10. #10
    wasssaaa's Avatar Banned
    Reputation
    20
    Join Date
    Apr 2014
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Seminko View Post
    So, what I have now is a working 1680x1050 skill changer for WD with the ability to create, store and update builds. Now I have to "optimize" it so everything is clear for the users.

    Also, I'm planning on making it an all in one skill changer for all classes before I relese it. Haven't decided yet.
    this sounds great dude, create, store builds aswome. definitly going to use. timer saver also i forget what skills or builds i was using, store them would be great.

  11. #11
    mrdruids's Avatar Member
    Reputation
    4
    Join Date
    Sep 2012
    Posts
    12
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow thats a really good idea! until you get it up and runnin i suppose a build "cycling" hotkey wouldnt be too hard to make. usin the "mouseclick, (L or R), Xcoord, Ycoord" for the selectin and the keywait thing between builds in a loop.... or maybe just wait for u

  12. #12
    Seminko's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2010
    Posts
    507
    Thanks G/R
    35/89
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just to update you guys, I've been real busy at work but looked at it today and making further progress. Hang in there.

    Originally Posted by mrdruids View Post
    wow thats a really good idea! until you get it up and runnin i suppose a build "cycling" hotkey wouldnt be too hard to make. usin the "mouseclick, (L or R), Xcoord, Ycoord" for the selectin and the keywait thing between builds in a loop.... or maybe just wait for u
    Sure, clicking X / Y coords is easy. But that only applies to the passive skills as they are the only thing stationary. The slighty more complicated thing is to let the script know which skill "page" are you on so it knows where to click.
    Don't just say thanks, click thanks!

  13. #13
    haxxie's Avatar Member
    Reputation
    6
    Join Date
    Sep 2007
    Posts
    258
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will keep a eye on this for sure

  14. #14
    burgaud's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2012
    Posts
    196
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How fast must a script need to change all 6 Skills and 4 Passive?

    Does 5 seconds suffice for all?
    Or does it need to be much faster?

  15. #15
    Seminko's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2010
    Posts
    507
    Thanks G/R
    35/89
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by burgaud View Post
    How fast must a script need to change all 6 Skills and 4 Passive?

    Does 5 seconds suffice for all?
    Or does it need to be much faster?
    Dont tell me you're working on one too...
    Don't just say thanks, click thanks!

Page 1 of 2 12 LastLast

Similar Threads

  1. Exist an Skill changer app/script that really works properly?
    By pitoloko in forum Diablo 3 Bots and Programs
    Replies: 6
    Last Post: 06-26-2014, 02:55 AM
  2. Diablo III Reaper of Souls Wizard - Fire and Ice Skill Build
    By finalfantasy14gil in forum Diablo 3 General
    Replies: 0
    Last Post: 01-09-2014, 02:46 AM
  3. Replies: 17
    Last Post: 06-03-2012, 03:22 AM
  4. Easy way to build weapon skill
    By ghostdini in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 11-10-2008, 03:54 PM
  5. Realmlist changer - Stores Last Realmlist in Registry
    By Herleybob in forum World of Warcraft Bots and Programs
    Replies: 10
    Last Post: 04-17-2008, 12:37 PM
All times are GMT -5. The time now is 06:59 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search