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

[Wizard] [Sarkoth] Class-Specific release by Farix

Ok i am with the 1.46 buddy and i can't load the sarkooth plugging. I can't see it anywhere to load it even thought it' in my pluggins folder.
 
Ok i am with the 1.46 buddy and i can't load the sarkooth plugging. I can't see it anywhere to load it even thought it' in my pluggins folder.

Make sure all plugins go to : ../DemonBuddy/Plugins/..

Then restart DB, if it's still not showing up - you somehow still have it wrong.
 
Make sure all plugins go to : ../DemonBuddy/Plugins/..

Then restart DB, if it's still not showing up - you somehow still have it wrong.

It's still not showing up i don't freaking know why. I have re-downloaded the whole thing once again. I had to use notepad for the item rules and the plugging now appears as a note pad. Anyway to revert this?
 
It's still not showing up i don't freaking know why. I have re-downloaded the whole thing once again. I had to use notepad for the item rules and the plugging now appears as a note pad. Anyway to revert this?

I have deleted everything and downloaded all back and the plugging still appears as a notepad document when downloaded and i fear thats why DB won't detect it in plugging folder. I am about to break everything in sigh.
 
Farix you've done a great work thank you. But i have 3 problems that i can't fix by my self unfortunately.

1. Profile not using 4th hop of wormhole. I tried almost everething, from changing the code of profile a litle bit to extending arcane power pool of my wizard to 170.
2. "Archon problem", TP interrupting after archon buff fades out. I think there is nothing we can do with it right now, but what you think about it? I mean this interruption and 10 seconds logout after - spending a lot of time. Maybe build with out an Archon will be better in this case?
3. Character running around after looting gold. This actions also spending time = decreasing our GPM.
Even after i deleted this string from profile code, charter still running to the middle of the room after looting and only then TP'ing out.
Code:
<!-- After Sarkoth kill,Last move to grab gold before port -->
<MoveTo questId="1" x="119.3927" y="94.9129" z="0.1000008" name="Get loots" />

That's all. Thanks one again for your amazing profile.
 
great job on the profile it's realy nice.
my problem at this moment is the teleporting...
whenever there are monsters in the start (wich is almost always the case )
he port right in front of the monsters nose, not past them to skipp the pack.
when he finished porting he change into an archon and shoot the monsters down.
the problem after this is everythime i am in archon he cant shoot down barrels so he gets stuck at the barrels before entering the cellar.

edit: nvm fixed the problem i didnt notice the program unmarks the helper pluggin if u restart it >.<
keep up the good work :D
 
Last edited:
1. 4th teleport is highly probable to fail atm. Wormhole only allows 1 second to get another teleport in to a total of 4. Unless the bot can mimick holding down the teleport function, via command, some games you will get 4th teleport, others you won't. If you get hit, have a short load spike, etc can disrupt the chain. You will mainly get these only when zombies don't spawn near load area.

2. Archon requires you to have decent DPS 13k+ to kill stuff fast enough that it can afford to accidentally proc at the start of the run, and or finishes the game. This profile is not finished, it got interrupted by a small minority on the forum.


3. It's to grab all the gold. With earlier releases, the bot was having problems recognizing loot on the ground (for me).
 
Guys, just a note of thanks - I am good at this stuff and you all have make it pretty easy. Thank you.

Cipro
 
I donated and got the premium version, well worth it!

[10:00:29.732 N] [Icool's Sarkoth farm helper v0.1] Left Game
[10:00:29.732 N] [Icool's Sarkoth farm helper v0.1] Cellars found in 10/14 games!
[10:00:29.732 N] [Icool's Sarkoth farm helper v0.1] This Run took: 32s
[10:00:29.732 N] [Icool's Sarkoth farm helper v0.1] The average cellar run is: 26s
[10:00:29.732 N] [Icool's Sarkoth farm helper v0.1] Money made this run: 3941
[10:00:29.733 N] [Icool's Sarkoth farm helper v0.1] Money made in total: 46137

Avg GPH: 375k
 
Last edited:
Anyone else on the donator prof having the same problem I am? Teleport works on the first run upon starting the bot, then doesn't afterward.
 
Just testing it, so far looking good but why it doesnt use Town Portal if Cellar isnt there or after kiling Sarkoth ? It just login off, it should be like this ? :)

Hi Everyone. I modified the profile a bit. Can anyone test this and check.
I am using this Build >>>> Wizard Build

Download: View attachment 45053

Use Icools Sarkoth Helper.

What is it supposed to do different:

1. Buff when inside the cellar.
2. Transform to archon when inside the cellar.
3. The above saves arcane power to teleport more times.

Kill Radius 30
Loot Radius 20
Generic Combat class. Set All skills other than primary to use in presence of X monsters so that it does not trigger unless the profile calls it or when it is in the cellar. I used 6.
Break Radius to 10.

Thanks to Farix for the original profile.

The edited XML can be downloaded from the attached above. The source is below to view. Any suggested modifications are welcome. :)

Code:
<!--   Thanks to Farix for the original profile.  -->
<Profile>
  <!--   Script Name  -->
  <Name> Wizard Sarkoth Run : Modified from Farix's Wizard profile </Name>
  <!--   Game Parameter  -->
    <GameParams quest="72095" step="51" act="A1" difficulty="Inferno" resumeFromSave="True" isPrivate="True" numGames="-1"  />
  <!--   Report Writing  -->
  <WriteReport />
  <!--   Script Sequence  -->
  <Order>
    <!--   use Energy Armor Skill for some defence on the way the portal  -->    
            <UsePower  questId="1" powerId="86991"  name="Energy Armor"  />
    <!-- Start Teleport Sequence (Taken from Farix's profile-->
    <UsePower  questId="1" powerId="168344" x="1996.303" y="2619.778" z="28.88061" name="Teleport 1" />
    <!--Wormholes-->
    <UsePower  questId="1" powerId="168344" x="2011.124" y="2588.094" z="27.1" name="Wormhole 1" />
    <UsePower  questId="1" powerId="168344" x="2027.838" y="2557.342" z="27.1" name="Wormhole 2" />
    <UsePower  questId="1" powerId="168344" x="2047.976" y="2528.716" z="27.1" name="Final possible wormhole" />    
    <MoveTo questId="1" x="2047.976" y="2528.716" z="27.1" name-="Ensure cellar check" />

<!-- Check for the Cellar -->
    <If condition="ActorExistsAt(176007, 2067.5, 2480, 27.10001, 15)">
     <MoveTo questId="1" x="2080.594" y="2489.223" z="27.1"  name="Go to Cellar" />
     <MoveTo questId="1" x="2067.5" y="2480" z="27.10001"   name="Go to Cellar" />
     <!-- Interact with cellar -->
     <UseObject questId="1" x="2067.5" y="2480" z="27.10001" actorId="176007" InteractRange="20" isPortal="True" destinationWorldId="106746" />

     <!-- Put on buffs and transform to archon. We already have Energy Armor active -->
    <UsePower  questId="1" powerId="76108"  name="Magic Weapon" />
    <UsePower  questId="1" powerId="99120" name="Familiar"  />
    <UsePower  questId="1" powerId="134872" name="Archon"  />

    <!-- Move to the opening to kill Sarkoth -->
     <MoveTo questId="1" x="118.0212" y="125.7685" z="0.1000009" />
     <!-- After Sarkoth kill, move to collect gold before teleporting -->
     <MoveTo questId="1" x="119.3927" y="94.9129" z="0.1000008" name="Get loots" />
     </If>    
  <LeaveGame reason="Run is finished!" />
  </Order>

  <KillMonsters> True </KillMonsters>
  <PickupLoot> True </PickupLoot>

</Profile>

PS: If this does not belong here then please let me know. I will make a new thread in the Profiles section.
 
This profile has to be one of the best out here.

I am a donator, and I am proud of it.
Currently going ~400K/GPH with 308%MF, 25%MvSP and 7PUR.

I would consider everyone to donate to Farix for this wonderful profile, and also because he is putting shit loads of effort in making this work proberly.
Hoping to see some good updates in the future, if it's possible (Everything is working as intended here atm).

Thanks again, Farix.


Proud donator.
 
Just testing it, so far looking good but why it doesnt use Town Portal if Cellar isnt there or after kiling Sarkoth ? It just login off, it should be like this ? :)

Missed the teleport command.

As farix has requested to create a new thread. I am removing the info from here and post in a new thread.

THanks
 
This profile has to be one of the best out here.

I am a donator, and I am proud of it.
Currently going ~400K/GPH with 308%MF, 25%MvSP and 7PUR.

I would consider everyone to donate to Farix for this wonderful profile, and also because he is putting shit loads of effort in making this work proberly.
Hoping to see some good updates in the future, if it's possible (Everything is working as intended here atm).

Thanks again, Farix.


Proud donator.


Thank you very much Apex, it's no problem. It's nice to read this post :P
 
I havent tried this out yet, I will try with my wizard tonight, I do feel though there should not be a "donator profile" its hardly "donating" its charging for a new profile, if the public profile works perfectly, I would gladly donate for the time and effort put in! I would not pay before trying it out, and no offence but a couple people posting on a forum about it isnt so reliable. Like I said I will try the one posted tonight and if it works I WILL donate as most who can afford it should :)
 
I havent tried this out yet, I will try with my wizard tonight, I do feel though there should not be a "donator profile" its hardly "donating" its charging for a new profile, if the public profile works perfectly, I would gladly donate for the time and effort put in! I would not pay before trying it out, and no offence but a couple people posting on a forum about it isnt so reliable. Like I said I will try the one posted tonight and if it works I WILL donate as most who can afford it should :)

There's a 125 page thread created by me with a profile that did extremely well. It sets a precedent.
 
Back
Top