Updates:
This is a modify version of Artemis plugin, it works with a blank profile, its a bit faster, and added WD movement buff also. Lately I have rewritten the base code, this plugin/profile shouldn't stuck, miss any cellar/loot.
Need feeback!
Some info:
Instructions:
Finetuning:
Credits:
- 06.17. Had some errors in first upload, plugin is working now
- 06.18. Bugfixes
- 06.18. 11:32 Added variable for TP delay, and possible fix for leaving game if cellar is up. Also modified profile Sarkroth_blank.xml a bit (thanks d3diabolus!)
- 06.18. 15:55 Added variable for delay between Sarkroth kill and loot checking
- 06.18. 16:55 Some bugfixes, bot is now not try to use a spell if its on cooldown
- 06.19. Rewritten bot base code, should get rid of many problems/crashes now
- 06.19. 03:48 More bugfixes in code, regarding crashes and errors
- 06.22. Removed GPH. Enumerating player position only once per pulse. Wizard fixed now hopefully(not)
- 06.22. 04:30 Wizard fix again, added CreateDelay, and TeleportDelay
- 06.22. 05:30 Some code cleaning, and added quick fix for barbs (by goodmorning)
- 06.22. 14:55 Sometimes the bot would get stuck, if you stopped-restarted it by hand, this is fixed now hopefully
This is a modify version of Artemis plugin, it works with a blank profile, its a bit faster, and added WD movement buff also. Lately I have rewritten the base code, this plugin/profile shouldn't stuck, miss any cellar/loot.
Need feeback!
Some info:
- Skips all mobs until cellar
- Loots 99.99% of the items in the cellar (seen maybe once in 100 games to miss 1 stack of gold)
- Instant TP+Leave game when there is no cellar, then if TP was successful cancels logout and repeats it for instant quit
- Instant TP after looting, bot doesn't run back to the chest
Instructions:
- Download profile + plugin
- You need to move all buff logic, to combat logic, in file Routines/Belphegor/Yourclassname.cs. (Will post a guide on this soon)
NOTE: The step above, needs to be redone after every DemonBuddy update. - Copy plugin into Demonbuddy/Plugins/anything/
- Load profile into bot
- Enable plugin
Finetuning:
- If you see the bot is missing some loot, raise this number.
Code:private int LootDelay = 100;
- If you get error 316700 increase CreateDelay
Code:private int CreateDelay = 3000;
- If your a wizard and the bot doesn't teleport 3-4 times, try to lower this.
Code:private int TeleportDelay = 160;
Credits:
- Phelon and many others for original Artemis plugin
- noobery for NotificationOKClick code
Attachments
Last edited: