Tinnvec
Member
- Joined
- Sep 29, 2012
- Messages
- 535
- Reaction score
- 10
Well here it is, AutoSkilled. Does just what it sounds like, automatically sets your skills as you level up.
Current status is BETA, please try it out and let me know if you run in to any bugs. Logs are extremely helpful - http://www.thebuddyforum.com/honorb...-how-attach-your-hb-db-log-file-pictures.html
Required Settings
Elective mode. You must turn this on to allow for any skill to be set in any slot.
Required Demonbuddy Version
Demonbuddy #302 (or later)
Selecting Your Build
AutoSkilled will automatically load the first build from the Builds directory (alphabetically) that matches your character's class.
If you want to use a custom build, the easiest way to make sure it gets loaded is put your build in the Builds directory and to delete any other builds for that character class.
Creating/Editing a Build
Builds are made using XML and are stored in the Plugins\AutoSkilled\Builds folder.
You can use the WWBarb.xml build as a template, but the basics are as follows.
Skill names are spelled like they are in the bnet skill calculator (ie Barbarian - Game Guide - Diablo III) - All one word, no punctuation, and capital letters at the beginning of each word
Rune names work the same as skill name, with "None" being no rune
NOTE: All Skill and Rune names must be in English for now
Skill Slot:
Example Level:
Changelog
Git Repository
Older versions always available in the master branch.
https://github.com/demonbuddy-coders/AutoSkilled
Community Builds
ghaleon.bolz master Wizard Template: http://www.thebuddyforum.com/demonbuddy-forum/plugins/99968-plugin-autoskilled-4.html#post991173
Mylo's Monk: http://www.thebuddyforum.com/demonbuddy-forum/plugins/99968-plugin-autoskilled-4.html#post994227
Kakaru's Disintegrate Wizard: http://www.thebuddyforum.com/demonbuddy-forum/plugins/99968-plugin-autoskilled-8.html#post1009279
sol090's Safe Play Monk: http://www.thebuddyforum.com/demonbuddy-forum/plugins/99968-plugin-autoskilled-11.html#post1056763
Gniller's DH build: http://www.thebuddyforum.com/demonbuddy-forum/plugins/99968-plugin-autoskilled-13.html#post1260306
Current status is BETA, please try it out and let me know if you run in to any bugs. Logs are extremely helpful - http://www.thebuddyforum.com/honorb...-how-attach-your-hb-db-log-file-pictures.html
Required Settings
Elective mode. You must turn this on to allow for any skill to be set in any slot.
Required Demonbuddy Version
Demonbuddy #302 (or later)
Selecting Your Build
AutoSkilled will automatically load the first build from the Builds directory (alphabetically) that matches your character's class.
If you want to use a custom build, the easiest way to make sure it gets loaded is put your build in the Builds directory and to delete any other builds for that character class.
Creating/Editing a Build
Builds are made using XML and are stored in the Plugins\AutoSkilled\Builds folder.
You can use the WWBarb.xml build as a template, but the basics are as follows.
Skill names are spelled like they are in the bnet skill calculator (ie Barbarian - Game Guide - Diablo III) - All one word, no punctuation, and capital letters at the beginning of each word
Rune names work the same as skill name, with "None" being no rune
NOTE: All Skill and Rune names must be in English for now
Skill Slot:
Left Click: L
Right Click: R
#1-4: 1-4
Passives: P1, P2, P3
Right Click: R
#1-4: 1-4
Passives: P1, P2, P3
Example Level:
Code:
<Level value="41">
<SetSkill name="EnergyTwister" rune="WickedWind" slot="R" />
<SetSkill name="FrostNova" rune="DeepFreeze" slot="1" />
</Level>
Changelog
Code:
v0.5 Recombobulate
[INDENT]Vast majority of the code rewritten to be more object-oriented and (hopefully) easier to manage
No longer uses a static build setting, now loads the alphabetically first build for current character's class
Added wait times, now waits 5 seconds after leveling before applying skills and 1 second between applying each skill
Misc updates to the builds to try and make their skill selection a little better or more appropriate
Added back the "possible bug-causing double checks" because, well, they weren't the cause of the bug
Now has double checks for both active and passive skills to make sure they were actually set.
Also: Need more builds, or at least testing of the builds, I'm sure they can be improved and that there are more possibilities, so you guys get to work![/INDENT]
v0.4 More fixes
[INDENT]Removed some possible bug-causing double checks
Pulse fix from rrrix (thanks!)
Added untested Gold Farming Demon Hunter build[/INDENT]
v0.3 Build Updates
[INDENT]Now includes base builds for Whirlwind Barbarian, Sweeping Winds Monk (untested), Blast Chiller Wizard, and Zombie Bear Witch Doctor. Feel free to experiment!
A few small checks to try and catch errors
Couple more typo fixes
In the first post, I will link to builds posted in this thread, that way members can get some people testing without having to rely on me to update the zip every time a build is updated. Just keep the post attachements up to date[/INDENT]
v0.2 All the classes
[INDENT]Now includes ability for any class to be used
No longer need to set all passives when setting one, simply set the ones that changed
Improved checks for not setting skills in combat or between areas
Improved check to make sure we've set the skill/rune combo correctly before removing form the "to set list"
Included Mylo's monk build
More builds welcome, just let me know and I'll include with the plugin[/INDENT]
v0.1 Initial Release
[INDENT]Currently only supports Barbarian and Monk builds[/INDENT]
Git Repository
Older versions always available in the master branch.
https://github.com/demonbuddy-coders/AutoSkilled
Community Builds
ghaleon.bolz master Wizard Template: http://www.thebuddyforum.com/demonbuddy-forum/plugins/99968-plugin-autoskilled-4.html#post991173
Mylo's Monk: http://www.thebuddyforum.com/demonbuddy-forum/plugins/99968-plugin-autoskilled-4.html#post994227
Kakaru's Disintegrate Wizard: http://www.thebuddyforum.com/demonbuddy-forum/plugins/99968-plugin-autoskilled-8.html#post1009279
sol090's Safe Play Monk: http://www.thebuddyforum.com/demonbuddy-forum/plugins/99968-plugin-autoskilled-11.html#post1056763
Gniller's DH build: http://www.thebuddyforum.com/demonbuddy-forum/plugins/99968-plugin-autoskilled-13.html#post1260306
Attachments
Last edited: