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

Full Questing - All Acts - Complete

Status
Not open for further replies.
It goes in front of the portal to defiled crypt 2 without going into it.

Also, in the Cathedral 4, the bot tends to walk in a random corner and stop there.
 
_ my monk stucked there, always :(

Im using :
DB 302
Trinity 1.7.2.2 ( newest bundle )
Questool 1.3.2
GilesEquiper 1.7.5.3 ( CE )

Profile : 1.4.2 bundle act 3 normal :(

Screenshot000.webp View attachment 6920 2013-02-17 23.57.txt
 
I am actually trying this to 1-60 hardcore. I actually am level 18 with small problems but nothing huge. Level 23 now.
 
Last edited:
Posted a new zip with the latest Trinity (1.7.2.2). Link on the first page.
 
We need to make the bot go through the portal in town it leaves when game crashes that way it doesn't get stuck in town doing nothing but reloading profile over and over. If you manually click on the portal and go through it, everything takes off and works great. Anyone else seen this problem.

*Edit*
Ok, updated to newest profiles and plugins and it does what i was asking. Your the man rrix. Thanks for your hard work, it is very much appreciated.
 
Last edited:
Even with the new Trinity posted, whenever I try and load the Trinity Combat Routine, it keep's erroring and crashing DB
 
i'm trying to make a profile that i can add to YAR if the Full Questing profile fails 20 times it will load my profiles wich restarts the latest act my bot is on,

example: bot on Nightmare act 3 starts to loop in the middle it will load profile "too_many_games.xml" and restart at Nightmare act 3 quest #1

I Belive it's the underlined text that makes this profile fail. please help me :)


<If condition="ZetaDia.CurrentActSNOId == 70017">
<LogMessage message="Loading New Act 3" />
<WaitTimer waitTime="1000" />
<If difficulty="Inferno">
<LoadProfile profile="Act3_StartNewInferno.xml" />
</If>
<If difficulty="Hell">
<LoadProfile profile="Act3_StartNewHell.xml" />
</If>
<If difficulty="Nightmare">
<LoadProfile profile="Act3_StartNewNightmare.xml" />
</If>
<If difficulty="Normal">
<LoadProfile profile="Act3_StartNewNormal.xml" />
</If>
</If>
 
Hey Sol, I'll take a look - I should be able to do this pretty easily from within my <ReloadProfile /> tag.


For now you can play around with
<If condition="ZetaDia.Me.Service.Service.CurrentHero.CurrentDifficulty = 0">
</If>

Normal = 0
Nightmare = 1
Hell = 2
Inferno = 3
 
Hey Rrrix, I'm not sure if you saw my problem, but whenever I try and choose the "Trinity" combat routine, my Demonbuddy stops working and crashes, any ideas?
 
Hey Rrrix, I'm not sure if you saw my problem, but whenever I try and choose the "Trinity" combat routine, my Demonbuddy stops working and crashes, any ideas?

Yes I saw it. Did you read my troubleshooting steps on the first page?
 
Hey rrrix, apparently, the profile will let me load any act even when I dont have it unlocked....I misclicked act 3 nightmare when I was only halfway done with act 1 nightmare and it was successful at creating the act 3 game. Ive tried loading act 4 and it would create the act 4 game as well....Just worried if this might cause a premature ban ='(
 
Hey rrrix, apparently, the profile will let me load any act even when I dont have it unlocked....I misclicked act 3 nightmare when I was only halfway done with act 1 nightmare and it was successful at creating the act 3 game. Ive tried loading act 4 and it would create the act 4 game as well....Just worried if this might cause a premature ban ='(

Yeah... that's a Demonbuddy bug. Don't do that :P
 
Hey Sol, I'll take a look - I should be able to do this pretty easily from within my <ReloadProfile /> tag.


For now you can play around with
<If condition="ZetaDia.Me.Service.Service.CurrentHero.CurrentDifficulty = 0">
</If>

Normal = 0
Nightmare = 1
Hell = 2
Inferno = 3

rrrix could you take a look on this script and tell me or fix the problem :/ i don't know if it's because i'm a greenie or if i went blind for staring at it for long... i would really appreciate if you could guide me through this :)

big fan btw!
and feel free to use this script as you want! i wont mind! :)
 
Last edited:
rrrix could you take a look on this script and tell me or fix the problem :/ i don't know if it's because i'm a greenie or if i went blind for staring at it for long... i would really appreciate if you could guide me through this :)

big fan btw!
and feel free to use this script as you want! i wont mind! :)

It looks good to me, i don't see any glaringly obvious problems. Does it not work?

Also how are you doing the "too many games" logic - when do you load this profile?
 
well atm i'm just trying to get it to work while manually starting the profile it works right before
<If condition="ZetaDia.Me.Service.Service.CurrentHero.CurrentDifficulty == 3">

I noticed yesterday that 1 of my chars went into a loop and made arround 400games/h so I want a loop-breaker
so through YAR i'm using my profile after 20 completed runs of "all act resume" profile
it loads "too many games" profile wiithout a problem but as i said, it can't read:
<If condition="ZetaDia.Me.Service.Service.CurrentHero.CurrentDifficulty == 3">
dont know if it is how it's put together or not :(
 
The latest QuestTools has a game/hour limiter built into it - so you won't be able to create more than 30 games/hour without the plugin stopping the bot. Now, YAR or another relogger may close your DB and start it all over again of course...

Anyways, when I get some time i'll make <ReloadProfile /> magically do this :)
 
sounds great mate! :) wish you the best of luck but now it's time to park my butt in the bed and get some sleep, thanks for all the help :)
 
Status
Not open for further replies.
Back
Top