What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[PROFILE] Fastest Sarkroth profile, movement buffs, instant TP and leave

glvtron

Member
Joined
Mar 10, 2012
Messages
128
Reaction score
3
Updates:
  • 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:
  1. Download profile + plugin
  2. 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.
  3. Copy plugin into Demonbuddy/Plugins/anything/
  4. Load profile into bot
  5. 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

If you like my plugin please donate, thanks!
 

Attachments

Last edited:
I tired the previous version on my Barb and it was pretty crap.

Is this one better?
 
Can't promise for other classes to be honest, as I can't test their movement buff abilities. But I did modify the other parts of the profile/plugin to optimize TP/leaving. This is purely for skipping mobs before the cellar.
 
Oh, now i remember. The problem I had is that if there was no cellar, the char would teleport out unsafe place and get beaten up by random mobs.

Did u take a look at it?
 
Tested it on my wizard; it keeps doing that back and forth walking.
 
It runs directly toward the cellar without pausing after teleporting, then the bot is like "nope" and makes it walk back. It's like two people going back and forth, one trying to click the cellar, the other clicking the other way... Then my char ends up getting stuck at the at the wall. It's the same for the 1.4 I downloaded w/o it being modified.
 
Bump, fixed GPH logging, bot now won't restart leaving timer when TPing got interrupted, and there were also some occasions when didn't loot anything, hopefully fixed that also.
 
What are default settings you have for barbarian, at start he just stands there and trying to use some ability. then he jumps and stops again...
 
I've adjusted the timer for sleeping significantly and it is still crashing my game
 
I've had to adjust a few more sleep timers but nt sure which fixed it, however it does this stutter stepping thing when there are mobs outside instead of just walking past them it attempts to attack them
 
I've had to adjust a few more sleep timers but nt sure which fixed it, however it does this stutter stepping thing when there are mobs outside instead of just walking past them it attempts to attack them

did you load the supplied profile?
 
Nice work, can see the potential here, it seems like it's crashing when it starts to teleport to town on a failed run, hits logout (assuming just in case your getting ganked), teleports to town, then cancels logout and hits it again... this seems like it may be happening too fast for the d3 client and is causing it to crash.

Might get us going in the right direction to get this awesome idea perfected!
 
Yes, using the Sarkoth Blank profile. I've fixed the crashing issues but there is still a problem with attacking enemies outside the cellar. Outside of the attacking this is exactly what i've wanted from a wizard sarkoth profile. edit- unless you can figure out how to get it to use archon

edit2- since my original message it has started to try to teleport and leave game while a cellar is present
 
Last edited:
Yes, using the Sarkoth Blank profile. I've fixed the crashing issues but there is still a problem with attacking enemies outside the cellar. Outside of the attacking this is exactly what i've wanted from a wizard sarkoth profile. edit- unless you can figure out how to get it to use archon

Try adding :
<KillMonsters>False</KillMonsters>
<PickupLoot>False</PickupLoot>

to the blank profile file =)
 
it did fix the mobs outside problem, any idea about it attempting to leave game even though there is a very visible cellar? Also, i've edited the plugin to teleport 4 times, is there any way you could do this in your next release?
 
Back
Top