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

[Wizard] [Class Specific] [Inferno ]Sarkoth Run Profile. Modified from Farix's

What are some peoples average successful run times? I'm down to 21s... I think using some more gold pick up range would really favor the profile as killing with Archon tends to spread the gold around a bit. Might chip it down .5 or even a full second sometimes.
 
thats pretty damn good. my runs average 31s because the archon buff expiring will sometimes cancel the tp, then it just logs out with the 10s timer.
 
Just tweaking it a bit then I will post it up here.

I found a crude work around.

changed
//Turning on the attack if you get attacked outside the cellar w3eZle's method
if (ZetaDia.Actors.Me.HitpointsCurrentPct < 0.01 && ProfileManager.CurrentProfile.KillMonsters == false)
{
Log("Turning on KillMonsters -Health to low");
ProfileManager.CurrentProfile.KillMonsters = false;
return;
}

to
//Turning on the attack if you get attacked outside the cellar w3eZle's method
if (ZetaDia.Actors.Me.HitpointsCurrentPct < 0.85 && ProfileManager.CurrentProfile.KillMonsters == false)
{
Log("Turning on KillMonsters -Health to low");
ProfileManager.CurrentProfile.KillMonsters = true;
return;
}
 
How would I code the profile to pop archon right as it enters the cellar so it expires as im looting rather than when using tp?

Just throw a line like,

<UsePower questId="1" powerId="134872" name="Archon" />

somewhere in there?
 
Hey man i love your profile theres one problem though. It runs to the cellar perfectly and stuff but it doesn't use archon also the mobs dont always die before the bot trys to port out and once it does it just sits there and dies... can you help me out bro?

Also like after it kills sarkoth it usuaslly doesnt loot his gold if its still alive and hes the last thing thats kill it will just start tping with the gold sitting
 
Hey man i love your profile theres one problem though. It runs to the cellar perfectly and stuff but it doesn't use archon also the mobs dont always die before the bot trys to port out and once it does it just sits there and dies... can you help me out bro?

Also like after it kills sarkoth it usuaslly doesnt loot his gold if its still alive and hes the last thing thats kill it will just start tping with the gold sitting

Are you using a user defined combat routine?
 
No i'm using what he said to do
I got it working now but i don't have the default loot rules i'm just using the loot rule list he setup and its not picking up flawless gems can anybody post one that picks up flawless gems good rares and legendarys/set items please?
 
The bot just stops after it kills sarkoth and tps reguardless of the loot rules and it wont loot the gems or anything after it starts tping how do i fix it? I have the loot rules setup right
its also not repairing
and it gets stuck running into the room before it trys to kill sarkoth/adds
 
Last edited:
I found a crude work around.


The issue here is that if you get hit on the way through you're likely going to use up Archon to kill the trash resulting in no Archon for killing Sarkoth and potential problems down the line.

It also slows down your overall GPH because everytime u get nicked by a zombie on the way through your character is going to kill everything around it, regardless if it can make it to teh cellar alive or not.
 
Just tweaking it a bit then I will post it up here.

Give this plugin a go. I've changed it quite a bit so its been renamed and replaces the Icool Sarkoth Farming plugin.

I've removed some of the excessive logging that the Icool plugin was doing, the bot already tells me my GPH

The main thing you'll want to change in your XML profile is the line to Use TownPortal with the following, to prevent it from attempting to logout before you've ported back to town:

Code:
<While condition="Me.IsInTown == False">
	<UseTownPortal questId="1" />
</While>

Download
View attachment Sarkoth.cs
 
Give this plugin a go. I've changed it quite a bit so its been renamed and replaces the Icool Sarkoth Farming plugin.

I've removed some of the excessive logging that the Icool plugin was doing, the bot already tells me my GPH

The main thing you'll want to change in your XML profile is the line to Use TownPortal with the following, to prevent it from attempting to logout before you've ported back to town:

Code:
<While condition="Me.IsInTown == False">
	<UseTownPortal questId="1" />
</While>

Download
View attachment 45660

This works really well, thank you!
 
Hey I am testing this right now and it seems pretty good so far, I juts had a few questions.

1: Is this intended as a gold farming bot or Magic finding bot

2: I noticed it tends to leave gold piles behind quite frequently has this been fixed?

3: Is this more effective than Act 3 Nightmare?

4: Has anyone find any decent items from this run?
 
Hey I am testing this right now and it seems pretty good so far, I juts had a few questions.

1: Is this intended as a gold farming bot or Magic finding bot

2: I noticed it tends to leave gold piles behind quite frequently has this been fixed?

3: Is this more effective than Act 3 Nightmare?

4: Has anyone find any decent items from this run?
 
Give this plugin a go. I've changed it quite a bit so its been renamed and replaces the Icool Sarkoth Farming plugin.

I've removed some of the excessive logging that the Icool plugin was doing, the bot already tells me my GPH

The main thing you'll want to change in your XML profile is the line to Use TownPortal with the following, to prevent it from attempting to logout before you've ported back to town:

Code:
<While condition="Me.IsInTown == False">
	<UseTownPortal questId="1" />
</While>

Download
View attachment 45660

Let me get this right (I'd hate to get it wrong..)

Delete my old Icool plugin and use the Sarkoth.cs in its place. Yes?

Edit my "1.04 - Sarkoth_Modified_Wizard.xml" profile in search for "Use TownPortal" and replace with the following line "<While condition="Me.IsInTown == False">
<UseTownPortal questId="1" />
</While>"
?

I just wanna be totally clear here. I'm sort of stupid :(

:edit:
Question
What if youre dead? will it leave game then? Or revive, port town, leave game?
 
am still having that problem where the bot would just run back and forth to a closed celler... and repeats untill i come back to see i only made 2k.
 
in some successful run after looting , it starts teleporting to town in order to exit game but instead it cancels the teleport and start logout while it is in the cellar(with the result of losing time)

any ideas why behaves like this ? or how it can be fixed?
 
works for like an hour, but i ended up in arias hut again. I have the 1.04 modified plugin that came with the profile.. question which profile u supposed to use??? im using one that caeme with the plugin zip not the one posted on page... is their a difference in them?? every hour it will also just stand there after sarkoth is killed.... all settings r what u said to do...
 
Back
Top