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

Bot stops itself after it finishes keywarden run???

Joined
Aug 16, 2014
Messages
38
Reaction score
0
After it kills the 4th keywarden it just stops. Is there a way to make it restart the game and kill them again? I know it used to do that because when I was trying to get a good HF amulet last season I would have it farm keys when I was asleep and I would wake up having like 20 or so of each key. Now I have to quit the game and start the bot again after each run. I have the most up to date version of adventurer so that isnt the issue either :/ Any ideas?

Edit it actually isnt even attempting to kill the warden in act 4 :/
 
Last edited:
Have same with bounties
Well with bounties its due to get stuck. That happens if you don't black list certain bounties in act 5 and I think act 2 or 3. Not sure whats going on with keywardens. I guess its not so bad now that you get a marker showing where the wardens are now...
 
can u check the profile you're using it should have <LeaveGame and <LoadProfile tags at the end

Bounties:

<Order>
<ToggleTargeting questId="1" combat="True" looting="True" />
<Bounties/>


<If condition="not IsInTown">
<TakeWaypoint waypointNumber="0" />
</If>
<WaitTimer questId="1" waitTime="3000" />
<LeaveGame reason="Done"/>
<LoadProfile profile="Bounties.xml" />
</Order>
</Profile>

keywardens:

<Order>
<ToggleTargeting questId="1" combat="True" looting="True" />
<Keywardens/>
<If condition="not (IsInTown)">
<TakeWaypoint waypointNumber="0" />
</If>
<WaitTimer questId="1" waitTime="3000" />
<LeaveGame reason="Done"/>
<LoadProfile profile="Keywardens.xml" />
</Order>


if it does have these tags, can you post the log messages before it stops, its possible that its stopping because of some of the API changes. the old versions of the profiles had "Me.IsInTown" in them. which no longer works, it has to be just "IsInTown" or "ZetaDia.IsInTown"
 
Last edited:
Well with bounties its due to get stuck. That happens if you don't black list certain bounties in act 5 and I think act 2 or 3. Not sure whats going on with keywardens. I guess its not so bad now that you get a marker showing where the wardens are now...

Could you tell me which bounties to blacklist?
 
No - bounties are not getting stuck. At the end of the 5 bounties it stops the bot and doesn't leave game/start a new one.

This is with Act Selection Mode, Act 1 ticked (for RoRG farm) - and using YAR

Xjzv - That profile tag is in the profiles, may need to test it with YAR?
 
@ Xjzv -

[Trinity 2.14.11] TownRun complete
[Trinity 2.14.11] Clicking UI element Conversation Button (519979760)
[Trinity 2.14.11] Clicking UI element Bounty Reward Dialog (519140928)
[Trinity 2.14.11] Waiting for Horadric Cache drops
[Trinity 2.14.11] Clicking UI element Conversation Button (519979760)
[Adventurer][ActBounties] Successfully completed A1 bounties
[Adventurer][ActBounties] Successfully completed A1 bounties.
Stopping the bot.
Session lasted for: 00:13:41.0779195
Bot thread did not end within 5 seconds
Chose Trinity as your combat routine
[YetAnotherRelogger] Inserting YAR Hook
[SimpleFollow] Inserting into BotBehavior hook
[Trinity 2.14.11] Inserting GoldInactivity into TreeStart
[Trinity 2.14.11] Inserting XPInactivity into TreeStart
[Adventurer][BountyStatistics] Total Time: 00 00:11:01
[Adventurer][BountyStatistics] Average Time: 00:02:12
[Adventurer][BountyStatistics] Per hour: 27.22
[Adventurer][BountyStatistics] Total Count: 5
[Adventurer][BountyStatistics] Success Count: 5
[Adventurer][BountyStatistics] Incomplete Count: 0
[Adventurer][BountyStatistics] Success Rate: 100.00 %

It doesn't start after this
 
Do you have the option ticked in trinity where you can remake games maybe its that?
 
Yep the tip at bottom of your post did it :) Updated the profiles folder after decades and it's working :P

Thanks xzjv! This should work for the keywarden one as well for OP :)
 
It had it. I accidentally closed the bot though. After I have time to let it run a full keywarden run I will post the logs. Its not like the bot gets stuck, the bot just stops itself after it finishes. Another issue is for some reason the cycle rifts and bounties profile isnt showing up. Its in the folder but the bot isnt picking it up for some reason.
 
Back
Top