xzjv
Community Developer
- Joined
- Mar 17, 2014
- Messages
- 1,243
- Reaction score
- 46
Arcanum Enchanter automates enchanting items so that you don't get RSI in your fingers from clicking stuff. It looks at the 2 new properties provided by the enchanter and will keep the desired enchant or keep enchanting until it finds it.
Requirements:
How To Use:
* Select multiple enchants using SHIFT and CTRL key modifiers.
Thanks to rrrix as much of this code is derived from his various works..
Requirements:
- DemonbuddyBETA v.502+
- QuestTools v3.1.1+
How To Use:
- Go to enchanter lady and the enchanting panel, put an item there.
- If the item hasn't already been enchanted, do the first enchant on it manually.
- Switch to Arcanum tab in DB if not visible already.
- It will show all the possible enchants for the current item.
- Click the row for what you want to enchant
- Set the minimum value for it to stop and keep the enchant.
- Click Enchant button.
- Grab a coffee, walk the dog, clean the bathroom.
- Works only when bot is not running.
- Works only on items that have been enchanted at least once.
* Select multiple enchants using SHIFT and CTRL key modifiers.

Code:
Changelog:
1.1.5
* Added debug logging link for aiding localization.
1.1.4
* No longer requires QuestTools.
1.1.3
* Added Community Localisations (Italian - it-IT by SoftWord | Chinese - zh-Hans - by Meiam)
1.1.2
* Fixed issue causing UI to not refresh properly in certain situations.
1.1.1
* Added number conversion fixes by Sezz
* Added Korean language support by RohMuHyun.
* Refactored for Localization of search text
1.1.0
* Fixed an issue where placing a new item in enchanter would not refresh the property for the new item.
1.0.9
* Skills should no longer be substituted for each other if they have a higher %
1.0.8
* Arcanum now works properly after starting/stopping the bot.
1.0.7
* 'Reset All to Max' no longer selects all rows.
1.0.6
* Select multiple enchants using SHIFT and CTRL key modifiers.
* Going to Arcanum tab while bot is running no longer stalls profile execution
* Enchants listview control will now resize and layout properly to window size
* Fixed exceptions while not in a game
* Fixed Arcanum not working if bot was started outside of a game.
1.05
* Now also selects upgrades when the current enchant is a different type
* Clicking on the textbox or slider selects the associated row.
* Maximum/Minimum is now enforced properly.
1.0.4
* Will now select upgrades if found and keep searching
* Added Sliders Linked to Min/Max
* Selection now can't be outside max possible.
1.0.3
* Completely Redesigned the UI
* Automatically filters to only valid properties for selected item
* Can now enchant any property
1.0.2
* Fixed many enchant types
* Added button to see all valid enchants for the selected item
* Added check to prevent attempting to enchant an item with something it cant have.
1.0.1
* Added a check for not enough materials to enchant.
* Fixed Life per Hit
Thanks to rrrix as much of this code is derived from his various works..
Attachments
Last edited: