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

well,i tested.

with same GF

[21:24:46.765 N] [Icool's Sarkoth farm helper v0.1] Cellars found in 1/4 games!
[21:24:46.765 N] [Icool's Sarkoth farm helper v0.1] This Run took: 17s
[21:24:46.765 N] [Icool's Sarkoth farm helper v0.1] The average cellar run is: 17s
[21:24:46.765 N] [Icool's Sarkoth farm helper v0.1] Money made this run: 9710
[21:24:46.765 N] [Icool's Sarkoth farm helper v0.1] Money made in total: 9710
 
well,i tested.

with same GF

[21:24:46.765 N] [Icool's Sarkoth farm helper v0.1] Cellars found in 1/4 games!
[21:24:46.765 N] [Icool's Sarkoth farm helper v0.1] This Run took: 17s
[21:24:46.765 N] [Icool's Sarkoth farm helper v0.1] The average cellar run is: 17s
[21:24:46.765 N] [Icool's Sarkoth farm helper v0.1] Money made this run: 9710
[21:24:46.765 N] [Icool's Sarkoth farm helper v0.1] Money made in total: 9710

wow just wow... :) 17 sec nice dude, I'm so impressed!!!

what profile & plugin did you use? and GF MS DPS?? :D
 
Last edited:
What have you done to get 4 tps?

sorry I'm using 160 now... I doubt it's my latency I'm not sure tho.. because when I was @ work I bring my laptop and run the DB & D3.. I only got 3 tp. but when I reach home, I'm so surprised, my character making 4 TP... just strange. :D
 
18% MS
306 GF
25kdps

profile of first page
plugin icools!

DB 160?

my MS 25%, GF 200% only, I think I need to upgrade my DPS so far I got 12K DPS :( .. I want to hit that 17 secs , my best is 19 secs and if cellar close 6 secs.
thanks for sharing :)
 
how is that possible to get 18%MS and 3xx gf? i was looking for items to incrase my ms without loosing gf but i could not find anything at all. atm i have got 301% gf 12%ms 25pr 22dps.
 
>.< //double post. my bad
 

Attachments

  • ms.webp
    ms.webp
    4.8 KB · Views: 73
  • ms1.webp
    ms1.webp
    5.3 KB · Views: 63
  • ms3.webp
    ms3.webp
    5.2 KB · Views: 58
Last edited:
for gold find here : https://docs.google.com/spreadsheet...ZmTXlQanZScFZwZUE&f=true&noheader=false&gid=3

sample of move speed here's mine... some other movement speed is on pants & chest..

View attachment 46425View attachment 46426View attachment 46427

:)

and I'm confused i have 2x 7% speed it means 14% and 12% from boots and I only got 25% MS suppose to be 26% :confused:, I don't know if that some kind of bug... but you want hit 50% by using Storm Armor -. Scramble once you hit it will gives you 25% of speed with in 3 secs :D.
 
I am having an issue with the bot not looting correctly after sarkoth kill. It will sometimes tp out immediately on killing him and leave gold and items on the ground. Any ideas?
 
I am having an issue with the bot not looting correctly after sarkoth kill. It will sometimes tp out immediately on killing him and leave gold and items on the ground. Any ideas?

Get better Pickup Radius. :)
 
Testing the profile of the first page i discovered this:

using archon with the first rune and i edited the code of the profile moving the cast of archon to when i am in front of sarkoth, and does the explosion killing 50% sarkoth very fast and killing in 0,5 segs and i decreased 1,5segs per run

i give the code here if any 1 want test it

( change kill radius to 18 and loot 20 )

<!-- Profile Starts -->
<Profile>
<!-- Script Name -->
<Name> The-Lord's Wizard Sarkoth Run v1.05</Name>
<!-- Game Parameter -->
<GameParams quest="72095" step="51" act="A1" difficulty="Inferno" resumeFromSave="True" isPrivate="True" numGames="-1" />
<!-- Script Sequence -->
<Order>
<!-- Start Teleport Sequence -->
<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)">
<!-- use Energy Armor Skill for some defence on the way the portal -->
<UsePower questId="1" powerId="86991" name="Energy Armor" />
<MoveTo questId="1" x="2080.594" y="2489.223" z="27.1" name="Go to Cellar" />
<!-- Use Magic Weapon Skill -->
<UsePower questId="1" powerId="76108" name="Magic Weapon" />
<MoveTo questId="1" x="2067.5" y="2480" z="27.10001" name="Go to Cellar" />
<!-- Use Familiar -->
<UsePower questId="1" powerId="99120" name="Familiar" />
<!-- Interact with cellar portal -->
<UseObject questId="1" x="2067.5" y="2480" z="27.10001" actorId="176007" InteractRange="20" isPortal="True" destinationWorldId="106746" />
<MoveTo questId="1" x="118.987" y="148.488" z="0.1000002" />

<!-- Move to kill Sarkoth and collect Loot -->
<MoveTo questId="1" x="118.813" y="98.21411" />
<!-- Use Archon -->
<UsePower questId="1" powerId="134872" name="Archon" />
</If>
<!-- Use Teleport -->
<UseTownPortal questId="1" />
<!-- Leave Game -->
<LeaveGame reason="Run is finished. Lets do it again!" />
<!-- Report Writing -->
<WriteReport />
</Order>
<!-- Monster Kill and Loot Pick Params -->
<KillMonsters> True </KillMonsters>
<PickupLoot> True </PickupLoot>
</Profile>
<!-- Profile Ends -->

getting 90% of runs 19segs
and 10% 18-17segs
 
Last edited:
for gold find here : https://docs.google.com/spreadsheet...ZmTXlQanZScFZwZUE&f=true&noheader=false&gid=3

sample of move speed here's mine... some other movement speed is on pants & chest..

View attachment 46425View attachment 46426View attachment 46427

:)

and I'm confused i have 2x 7% speed it means 14% and 12% from boots and I only got 25% MS suppose to be 26% :confused:, I don't know if that some kind of bug... but you want hit 50% by using Storm Armor -. Scramble once you hit it will gives you 25% of speed with in 3 secs :D.


bro why hide the rest of your items specs in the attached images? can't see how much gf and mf on the items.
 
bro why hide the rest of your items specs in the attached images? can't see how much gf and mf on the items.

ehehehe, I'm scared... I think every weapon have It's Unique stats and ID number, It scares me.. that maybe, maybe... Diablo 3 staff have the search thing, and they will search for that item and found out the the item in this character & wala!!!! this character is using bot...
just my thought... & maybe Diablo 3 staff are here spying around... :) , I think I need to see my med.
 
Testing the profile of the first page i discovered this:

using archon with the first rune and i edited the code of the profile moving the cast of archon to when i am in front of sarkoth, and does the explosion killing 50% sarkoth very fast and killing in 0,5 segs and i decreased 1,5segs per run

i give the code here if any 1 want test it

( change kill radius to 18 and loot 20 )



getting 90% of runs 19segs
and 10% 18-17segs

I'm trying this one now... :) thanks be back for the result.
 
I'm trying this one now... :) thanks be back for the result.
good, come back and post results

see my results

[02:52:33.665 N] [Icool's Sarkoth farm helper v0.1] This Run took: 18s
[02:52:33.665 N] [Icool's Sarkoth farm helper v0.1] The average cellar run is: 22s
[02:52:33.665 N] [Icool's Sarkoth farm helper v0.1] Money made this run: 6446
[02:52:33.665 N] [Icool's Sarkoth farm helper v0.1] Money made in total: 428848
 
good, come back and post results

see my results

[02:52:33.665 N] [Icool's Sarkoth farm helper v0.1] This Run took: 18s
[02:52:33.665 N] [Icool's Sarkoth farm helper v0.1] The average cellar run is: 22s
[02:52:33.665 N] [Icool's Sarkoth farm helper v0.1] Money made this run: 6446
[02:52:33.665 N] [Icool's Sarkoth farm helper v0.1] Money made in total: 428848

I'm sorry what do you mean explosion? you mean the Arcane Blast?

tried your profile & plugin is Icool. kill 18 loot 20

my character Still using disintigration wave.
 
Back
Top