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

Help leaving game

weeman2412

New Member
Joined
Sep 22, 2012
Messages
13
Reaction score
0
How do you prevent the bot from leaving the game after death? I tried to go into the settings and set Death Handling to Ignore but that didn't work. I'm also using Trinity plugin and routine does that effects the leaving game problem? Please help
 
How do you prevent the bot from leaving the game after death? I tried to go into the settings and set Death Handling to Ignore but that didn't work. I'm also using Trinity plugin and routine does that effects the leaving game problem? Please help

Post your log. What version of DB and Trinity are you using?
 
This is one of the log i saw in the text file

[19:14:57.798 N] Player died
[19:14:57.798 N] [Trinity]You have died too many times. Now restarting the game.
[19:14:58.055 N] Loaded profile Archon fast rnd
[19:15:09.062 N] ProfileOrderManager.OnPlayerDied, Resetting caches.
[19:15:09.062 N] ========== Grid segmentation resetting!!! ============
[19:15:09.062 D] Resetting current behavior.
[19:15:09.067 N] Clicked revive button
 
You need to post this in the Trinity section because it is a Trinity behavior. I can't remember how to edit the number Trinity considers your max death count per run.
 
Also, considering the fact that you're dying that often in MP0 you may want to gear up your toon a little better...
 
I died once and it said that i died too much.....

Try a fresh install of DB and Trinity Routine/Plugin.

Is the profile you're using supported by Trinity? It looks like an old one to me, I can't even find it in the threads..

Found it! Use this profile (below) as it has been updated.

Fart Factory

It's a legit link I just wanted to see if I could do that lol. Good luck, keep me posted.
 
Last edited:
zip your log and upload it on our boards plz
 
[17:52:32.825 D] System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at GilesTrinity.GenericCache.UpdateObject(GenericCacheObject obj)
at GilesTrinity.GilesTrinity.RecordTargetHistory()
at GilesTrinity.GilesTrinity.RefreshDiaObjectCache(Boolean forceUpdate)
at GilesTrinity.GilesTrinity.CheckHasTarget(Object ret)
at GilesTrinity.GilesTrinity.<ReplaceTreeHooks>b__1e(Object ctx)
at Zeta.TreeSharp.Decorator.CanRun(Object context)
at Zeta.TreeSharp.Decorator..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Common.HookExecutor.Run(Object context)
at Zeta.TreeSharp.Action.RunAction(Object context)
at Zeta.TreeSharp.Action..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.CommonBot.BotMain.()

Change the values of your hotkeys. That's perhaps one reason why you die so often. since the multiple commands are tied to the same key.
 
This means the death handling is built into the profile, and actually has nothing to do with Trinity configuration, installation, or bugs.

Code:
[COLOR=#333333][19:14:57.798 N] Player died[/COLOR]
[COLOR=#333333][19:14:57.798 N] [Trinity]You have died too many times. Now restarting the game.[/COLOR]
[COLOR=#333333][19:14:58.055 N] Loaded profile Archon fast rnd
[/COLOR]
Basically, It's intended by the profile creator..

You can post in the profile's thread as a follow up.
 
Hey Weeman, I Suggest The Plugin "Atom" You Can Change How Many Deaths Per Game Creation To Leave Game, Also How Many Deaths To Switch Zones. You Can Reach Atom Through The Search Function In Website, Or You Can Reach It Through My Third Link In Signature Under Plugins.
Best Of Luck!
Harmacintyre
 
Hey Weeman, I Suggest The Plugin "Atom" You Can Change How Many Deaths Per Game Creation To Leave Game, Also How Many Deaths To Switch Zones. You Can Reach Atom Through The Search Function In Website, Or You Can Reach It Through My Third Link In Signature Under Plugins.
Best Of Luck!
Harmacintyre

Lol, I don't suggest ATOM. Atom is an outdated plugin in my humble opinion.
 
I'm with iCKR - Atom is a *bad* idea - it's no longer maintained and causes more problems than solutions.
 
Last edited:
Add this to what ever profile you are running under order

<TrinityMaxDeaths questId="1" max="15" />
 
Open Archon fast rnd.XML file

Edit <TrinityMaxDeaths max="1" questId="1"/>

To <TrinityMaxDeaths max="-1" questId="1"/> for unlimited deaths works for me

if not use Gardettos idea,
 
Last edited:
Back
Top