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

    Discussion in 'Archives' started by glvtron, Jun 17, 2012.

    1. glvtron

      glvtron Member

      Joined:
      Mar 10, 2012
      Messages:
      128
      Likes Received:
      3
      Trophy Points:
      18
      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!
      [​IMG]
       

      Attached Files:

      Last edited: Jun 22, 2012
    2. Kuat

      Kuat Member

      Joined:
      Apr 22, 2012
      Messages:
      508
      Likes Received:
      5
      Trophy Points:
      18
      I tired the previous version on my Barb and it was pretty crap.

      Is this one better?
       
    3. glvtron

      glvtron Member

      Joined:
      Mar 10, 2012
      Messages:
      128
      Likes Received:
      3
      Trophy Points:
      18
      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.
       
    4. Kuat

      Kuat Member

      Joined:
      Apr 22, 2012
      Messages:
      508
      Likes Received:
      5
      Trophy Points:
      18
      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?
       
    5. alfombra

      alfombra New Member

      Joined:
      Jun 13, 2012
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      Really nice man! Thanks!!!
       
      Last edited: Jun 17, 2012
    6. glvtron

      glvtron Member

      Joined:
      Mar 10, 2012
      Messages:
      128
      Likes Received:
      3
      Trophy Points:
      18
      Sorry there was an error in the first upload, please redownload.
       
    7. alfombra

      alfombra New Member

      Joined:
      Jun 13, 2012
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      works bad when they are in chest
       
    8. glvtron

      glvtron Member

      Joined:
      Mar 10, 2012
      Messages:
      128
      Likes Received:
      3
      Trophy Points:
      18
      Sorry, but I don't understand that
       
    9. bryv

      bryv Member

      Joined:
      Jun 12, 2012
      Messages:
      74
      Likes Received:
      0
      Trophy Points:
      6
      Tested it on my wizard; it keeps doing that back and forth walking.
       
    10. glvtron

      glvtron Member

      Joined:
      Mar 10, 2012
      Messages:
      128
      Likes Received:
      3
      Trophy Points:
      18
      To infinite?
       
    11. bryv

      bryv Member

      Joined:
      Jun 12, 2012
      Messages:
      74
      Likes Received:
      0
      Trophy Points:
      6
      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.
       
    12. glvtron

      glvtron Member

      Joined:
      Mar 10, 2012
      Messages:
      128
      Likes Received:
      3
      Trophy Points:
      18
      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.
       
    13. marcoman

      marcoman Member

      Joined:
      Nov 23, 2010
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      6
      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...
       
    14. exeon9

      exeon9 New Member

      Joined:
      Feb 20, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      I've adjusted the timer for sleeping significantly and it is still crashing my game
       
    15. exeon9

      exeon9 New Member

      Joined:
      Feb 20, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    16. glvtron

      glvtron Member

      Joined:
      Mar 10, 2012
      Messages:
      128
      Likes Received:
      3
      Trophy Points:
      18
      did you load the supplied profile?
       
    17. d3diabolus

      d3diabolus New Member

      Joined:
      Jun 12, 2012
      Messages:
      37
      Likes Received:
      1
      Trophy Points:
      0
      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!
       
    18. exeon9

      exeon9 New Member

      Joined:
      Feb 20, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      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: Jun 17, 2012
    19. d3diabolus

      d3diabolus New Member

      Joined:
      Jun 12, 2012
      Messages:
      37
      Likes Received:
      1
      Trophy Points:
      0
      Try adding :
      <KillMonsters>False</KillMonsters>
      <PickupLoot>False</PickupLoot>

      to the blank profile file =)
       
    20. exeon9

      exeon9 New Member

      Joined:
      Feb 20, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      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?
       

    Share This Page