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

Bot teleporting before picking up gold in sarkoth

Ratz241

Member
Joined
Jan 15, 2010
Messages
550
Reaction score
6
Anyone get this problem or perhaps I'm doing something retarded I haven't spotted? Ever since I can remember my char's farming sarkoth just teleport when there's still gold left on the ground after sarkoth dies, some being a lot.. Doesn't really matter for DH seeing as the ferrets just pick up the rest anyway but for my other classes it's annoying.
 
I am having this same problem. I think the icool plugin needs to be updated.
 
I had the same problem with my monk. What i did was change the last waypoint slightly so that the teleport spot isn't on sarkoth's position. He now loots everything everytime.
 
I had the same problem with my monk. What i did was change the last waypoint slightly so that the teleport spot isn't on sarkoth's position. He now loots everything everytime.

Can you show me what you changed please :) Im not exactly sure what slightly is.

Thanks :)
 
I changed the last waypoint:
<MoveTo questId="1" x="117.8131" y="103.533" z="0.1000004" />

to this:

<MoveTo questId="1" x="135.8745" y="88.65047" z="0.1000005" />

You can see your Position in the Info Dumping tab on Demonbuddy, to find a position you like.
 
tried moving some where else, it just moves to the new spot and ignores all loot on ground.
 
try increasing the pickup range in db or change the lootrules your using (one loot rule i was using never picked up gold even tho it was in there) ? i had the same problem and one of those fixed it for me.
 
For those having problems and only want to get some gold while all of this looting biz gets worked out:

Code:
<Profile>
  <Name>MorroSarkothFarm</Name>
  <GameParams quest="72095" step="51" act="A1" difficulty="Inferno" resumeFromSave="True" isPrivate="True" numGames="-1"  />
  <Order>
    <WriteReport />	
	<MoveTo questId="1" x="1990.739" y="2619.891" z="29.1796" /> 
    <MoveTo questId="1" x="2047.128" y="2555.287" z="27.1" /> 
    <If condition="ActorExistsAt(176007, 2059.629, 2478.667, 27.02374, 15)">
	<MoveTo questId="1" x="2079.814" y="2483.71" z="27.1" /> 
	  <UseObject questId="1" x="2058.653" y="2476.354" z="26.32902" actorId="176007" isPortal="True" destinationWorldId="106746" />
      <MoveTo questId="1" x="117.8131" y="103.533" z="0.1000004" />
	  <MoveTo questId="1" x="135.8745" y="88.65047" z="0.1000005" />
	  <MoveTo questId="1" x="117.8131" y="103.533" z="0.1000004" />
    </If>
    <UseTownPortal questId="1" />
    <LeaveGame reason="Run is done" />
  </Order>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>
</Profile>

I'm trying to learn how to make profiles but I can't seem to find a dependable way of doing this atm. Lol.

What I did: I took likwid818's profile which seemed to be working the best (with a lot of major flaws at least for me) and tweaked it to where it would do 2 additional passes to make sure all gold was collected. (His profile can be found at http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-profiles/act-1/57314-stuck-sarkoth-try.html)

Thanks: (These are the people that directly or indirectly gave me ideas for this)
greenblood - suggesting the "change" in coordinates
likwid818 - original profile
 
Last edited:
I had the same problem with my monk. What i did was change the last waypoint slightly so that the teleport spot isn't on sarkoth's position. He now loots everything everytime.

This is the easiest way to go about fixing it.
 
I have the same problem but with items, time to time it just TP before looting gold ( but thats ok because ferrets) and magic/ rare items. Same solution?
 
I have the same problem but with items, time to time it just TP before looting gold ( but thats ok because ferrets) and magic/ rare items. Same solution?

Just a quick question for ya (I've helped a few ppl so far with this issue). Are you using any type of "Protected Stash Pages:"? If so I would disable it or organize your stash a bit better and try and free up some space.
 
Just a quick question for ya (I've helped a few ppl so far with this issue). Are you using any type of "Protected Stash Pages:"? If so I would disable it or organize your stash a bit better and try and free up some space.

Yep i use Protected stash of my second and third stash. I will try that mate. But lets say i want to keep some items safe how should i do then? stash them on third page and let it be there? No worries for salvaging my stuff? Thanks anyway
 
Yep i use Protected stash of my second and third stash. I will try that mate. But lets say i want to keep some items safe how should i do then? stash them on third page and let it be there? No worries for salvaging my stuff? Thanks anyway

You can still use it. Just baby it a few seconds to see if that is the issue. Set it to None and watch it. Make sure your stash isn't full either. That will cause major issues. Let me know ok.
 
hum not sure will have to check that a little bit more seems ok for now, off to work will keep u up to date , ty anyway dude ;) repped u
 
Back
Top