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

Swolbyn's Profile Pack

Had another guy complaining that sometimes elites spawn there that were killing him.... should i add it back?

I run hell mode usually so i figured inferno might be tougher.

also i noticed the body thing. i double checked the id of the corpse when that happened (it can be one of 3) and it was correct. i adjusted the ranges on all three checks in my local copy. ill check that in tomorrow if it improves it. It could be a DB bug. but not certain yet.

in the mean time if you want it back just take any other difficulty's file and change the difficulty in the game params. Thats the only difference

I am keeping the damp cellar in the profile. I encounter the elites also but they don't kill me. I removed the hut in the end though because that guy in there was almost always killing me. I also have to use a different build (more dps at the cost of speed) than when doing gold runs (with other profiles) in NM. That way I won't die anymore. The GPH is a bit lower, but why would I want a high GPH if I need to spend a lot on repair costs right?
 
Ah yes it does do that, just I had my game wait timer on a very high range so it didn't restart for ages as it was still waiting for the game timer before moving the character (it likes to start the game before the wait timer has been reached). Well it's working now :)

I don't understand how this bug could occur in the first place, I wonder what caused it lol

Problem is now that even though it fixes it (which we are all grateful for) it causes the games per hour to go high. Ah well !

yep. but at least it is 24/7 bottable. best we can do :(
 
Hi I was wondering if you could make a queen + sarkoth profile that doesn't go to adria's hut. My bot tends to die alot in there :( I love the profile and the addition to the gold well, it really bumps up my gph but adria's hut just sometimes messes it up.
 
Last edited:
Haven?t tried the others yet, but i love your queen + sarkoth one so much that if u weren?t a guy (im guessing) i could kiss u for it! :D
Oh, and this post just made history: first one ever to get favorited :o
 
Last edited:
Daffles, ill try to help.
Open the file in notepad. here i use normal as example.

I believe this section of code is for adria's hut extension, try removing it/reloading it and test. I removed damp cellar in the same manner too
<!-- Go visit adria's hut and kill named -->
<If condition="IsActiveQuest(72095)">
<UseWaypoint questId="72095" stepId="7" x="2981.229" y="2834.629" z="24.90366" actorId="223757" waypointNumber="1" />
<WaitTimer questId="1" waitTime="600" />
</If>
<If condition="IsActiveQuestStep(28)">
<MoveTo questId="1" x="1934.685" y="2792.468" z="40.22617" name="Old Tristram Gate" />
<WaitTimer questId="1" waitTime="3000" />
</If>
<If condition="IsActiveQuestStep(49) and ZetaDia.CurrentWorldId == 71150">
<MoveTo questId="1" x="1781.564" y="2945.945" z="20.17208" name="Adria's Hut" pathPrecision="3" />
<MoveTo questId="1" x="1766.837" y="2918.287" z="20.26412" name="Adria's Hut" pathPrecision="3" />
<WaitTimer questId="1" waitTime="1000" />
</If>
<While condition="ZetaDia.CurrentWorldId == 71150">
<UseObject questId="72095" stepId="41" actorId="191886" isPortal="True" destinationWorldId="62751" x="155.9919" y="43.66838" z="0.09999999" />
<WaitTimer questId="1" waitTime="600" />
</While>
<If condition="ZetaDia.CurrentWorldId == 62751">
<MoveTo questId="1" name="Hidden Cellar" x="138.4756" y="79.29477" z="0.1" pathPrecision="15" />
<MoveTo questId="1" name="Hidden Cellar" x="66.3802" y="119.7107" z="0.1" pathPrecision="15" />
<WaitTimer questId="1" waitTime="5000" />
<MoveTo questId="1" name="Hidden Cellar" x="52.99057" y="78.83547" z="0.09999999" pathPrecision="15" />
</If>
<While condition="ZetaDia.CurrentWorldId == 62751 and (not IsActiveQuestStep(47))">
<TalkTo questId="72095" stepId="45" actorId="203030" x="70.48365" y="67.3788" z="0.09999999" />
<WaitTimer questId="1" waitTime="600" />
</While>

<UseTownPortal questId="1" />
 
Daffles, ill try to help.
Open the file in notepad. here i use normal as example.

I believe this section of code is for adria's hut extension, try removing it/reloading it and test. I removed damp cellar in the same manner too
<!-- Go visit adria's hut and kill named -->
<If condition="IsActiveQuest(72095)">
<UseWaypoint questId="72095" stepId="7" x="2981.229" y="2834.629" z="24.90366" actorId="223757" waypointNumber="1" />
<WaitTimer questId="1" waitTime="600" />
</If>
<If condition="IsActiveQuestStep(28)">
<MoveTo questId="1" x="1934.685" y="2792.468" z="40.22617" name="Old Tristram Gate" />
<WaitTimer questId="1" waitTime="3000" />
</If>
<If condition="IsActiveQuestStep(49) and ZetaDia.CurrentWorldId == 71150">
<MoveTo questId="1" x="1781.564" y="2945.945" z="20.17208" name="Adria's Hut" pathPrecision="3" />
<MoveTo questId="1" x="1766.837" y="2918.287" z="20.26412" name="Adria's Hut" pathPrecision="3" />
<WaitTimer questId="1" waitTime="1000" />
</If>
<While condition="ZetaDia.CurrentWorldId == 71150">
<UseObject questId="72095" stepId="41" actorId="191886" isPortal="True" destinationWorldId="62751" x="155.9919" y="43.66838" z="0.09999999" />
<WaitTimer questId="1" waitTime="600" />
</While>
<If condition="ZetaDia.CurrentWorldId == 62751">
<MoveTo questId="1" name="Hidden Cellar" x="138.4756" y="79.29477" z="0.1" pathPrecision="15" />
<MoveTo questId="1" name="Hidden Cellar" x="66.3802" y="119.7107" z="0.1" pathPrecision="15" />
<WaitTimer questId="1" waitTime="5000" />
<MoveTo questId="1" name="Hidden Cellar" x="52.99057" y="78.83547" z="0.09999999" pathPrecision="15" />
</If>
<While condition="ZetaDia.CurrentWorldId == 62751 and (not IsActiveQuestStep(47))">
<TalkTo questId="72095" stepId="45" actorId="203030" x="70.48365" y="67.3788" z="0.09999999" />
<WaitTimer questId="1" waitTime="600" />
</While>

<UseTownPortal questId="1" />
Awesome! The only thing i left in was "<UseTownPortal questId="1" />" at the end, he would just stand there after killing the queen lol. Works great! Thanks! :)
 
Awesome! The only thing i left in was "<UseTownPortal questId="1" />" at the end, he would just stand there after killing the queen lol. Works great! Thanks! :)

The only problem is that you'll also have to modify it to change the top part that fixes the db quest reloading issue... the easiest way probably would be to go in git or SVN and backtrack to the first checkin. it didnt go to adria's hut back then. or at least use it as reference to copy the top code back in.
 
Hi I was wondering if you could make a queen + sarkoth profile that doesn't go to adria's hut. My bot tends to die alot in there :( I love the profile and the addition to the gold well, it really bumps up my gph but adria's hut just sometimes messes it up.

Updated regular inferno queen +sarkoth to add back in the damp cellar. Instead added 2 new versions [WEAKSAUCE] hell and inferno. These have the gold well but the damp cellar is removed and the adria's part is removed. Hope these will work for you.
 
Hi i have question about Sarkoth or just my GF low?
how come I running inferno Sarkoth i getting less gold?
 
sry for telling this...but as of my exp. currently 90% of this profiles are uselss due to game limits...low gp/h drop...words about queen and ZK lvling are unnecessary
 
eh?

I have never hit game limit on any of my profiles.. up your game creation pause. (although i dont do sarkoth anymore... for obvious reasons and ZK xp is nerfed to shit so no point in that one either)
 
Hi i have question about Sarkoth or just my GF low?
how come I running inferno Sarkoth i getting less gold?

probably because you kill slower than in hell. i don't so sarkoth anymore because of game limits / bans.
 
my char is not stuck but just didn't move at all for the whole time even though I have unstuckme and anti-idle plugins, I still couldn't solve the afk problem, is there sth wrong either with the profile or the latest version of DB?
 
my char is not stuck but just didn't move at all for the whole time even though I have unstuckme and anti-idle plugins, I still couldn't solve the afk problem, is there sth wrong either with the profile or the latest version of DB?

latest version of db is shit. i can't bot. so just wait for the reports to continue pouring in until they fix it. :( sorry
 
latest version of db is shit. i can't bot. so just wait for the reports to continue pouring in until they fix it. :( sorry

Thanks for your clarification, btw, .217 has released, will that solve the afk problem?

Bot Paused
[10:07:20.784 N] ========== Grid segmentation resetting!!! ============
 
Last edited:
Thanks for your clarification, btw, .217 has released, will that solve the afk problem?

Bot Paused
[10:07:20.784 N] ========== Grid segmentation resetting!!! ============

Nope. it's even worse. 217 is constant crashing can't go like 5 mins. (by crashing i mean locking up my pc and generating a massive log file full of exceptions)
 
Nope. it's even worse. 217 is constant crashing can't go like 5 mins. (by crashing i mean locking up my pc and generating a massive log file full of exceptions)

lol, thanks , gladed that I didn't bother it yet, hopefully they will release a fully tested patch :rolleyes:
 
you guys still stuck at newest version? I just keep trying I load Giles Plugging but freaking stuck at Sarkoth entrance :(
 
you guys still stuck at newest version? I just keep trying I load Giles Plugging but freaking stuck at Sarkoth entrance :(

So far so good. Will update in a few hours if anything changes. on 220
 
Back
Top