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

Trinity 1.8.11

Status
Not open for further replies.
System.Exception: Element TrinityExploreDungeon is not supported. Please check your XML and try again. (<TrinityExploreDungeon questId="93595" stepId="8" until="ObjectFound" actorId="176002" boxTolerance="0.10" boxSize="15" />) Line 215
at €..(PropertyInfo , XElement , Object )
at Zeta.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at €..(XElement , Type )
at €...(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at €..(XElement , PropertyInfo )
at €..(PropertyInfo , XElement , Object )
at Zeta.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Zeta.Bot.Profile.Profile.Load(XElement element, String path)
at Zeta.Bot.Profile.Profile.Load(String path)
at Zeta.Bot.ProfileManager.Load(String profilePath, Boolean rememberPath)
Trying to quest (Act3_rrrix). Any help?

Thx.

EDIT:
Tried to reinstall new DB.
Now im getting:
Compiler Error: c:\Users\Raymundo\Desktop\DB\Plugins\Trinity\Cache\CacheDictionaries.cs(9,18) : error CS0101: The namespace 'Trinity' already contains a definition for 'CacheData'

Thanks.
 
Last edited:
The bot does not pick up the new crafting materials, such as Death's Breath.

Also, the item scores should be rescaled.
 
Last edited:
The bot does not pick up the new crafting materials, such as Death's Breath.

Also, the item scores should be rescaled.

It does pick up deaths breath but not 100% of the time, sometimes it will walk past it.
 
Trying to quest (Act3_rrrix). Any help?

Thx.

EDIT:
Tried to reinstall new DB.
Now im getting:


Thanks.

You must Delete the Trinity Plugin first before you copy and paste... would recommend do a fresh install. meaning delete everything.

and install demonbuddy again, and this time Go into Plugins and Delete Trinity. Copy and paste the new one in.
 
You must Delete the Trinity Plugin first before you copy and paste... would recommend do a fresh install. meaning delete everything.

and install demonbuddy again, and this time Go into Plugins and Delete Trinity. Copy and paste the new one in.

Yeah i did that, It didnt seem to work, i screwed something up, but i started from scratch again and came back to say nevermind. Got it to work lol, thanks. Crusader on trinity is kinda weird, it spams hammer when nothing is around, and only casts justice on combat xD Ill have to mess with the settings. but thanks for the quick release!
 
Spams hammers constantly. Hammers are unusable. Just an observation, thanks again for the quick release.
 
How i salvage all yellows? With ros weapon/armor score doesn't work.. Bot stash all yellows.. I want just legendaries..
 
Does this need to be updated to pick up marquise and imperial gems? or is one of my settings wrong
 
Trinity 1.8.10 doesn't seem to pick up jeweler plans, I have it set to pickup all items on a manglemaw run, and it just skipped the jeweler plan, both plans and rares level +1 checked.

Does this need to be updated to pick up marquise and imperial gems? or is one of my settings wrong

I have mine set to pickup all flawless+ and all gems checked, it seems to be picking up both marquise and imperial gems for me on trinity 1.8.10, manglemaw runs.

How i salvage all yellows? With ros weapon/armor score doesn't work.. Bot stash all yellows.. I want just legendaries..

Items -> Scoring/TownRuns -> Salvage Options -> Select All Levels (for Rares)

Also below that you will see a check box with Salvage all rares, make sure this is checked. When I only have the top part but not this checked it stashes rares, with this on it salvages rares for me.
 
Last edited:
Could Babarian cast skill Avalance yet?

Trinity didn't setup Avalanche in 1.8.9.
 
My barb when jailed just stand there instead of bashing or something to gain life per hit.

Also WW through Arcane.

any ideas?
 
Is it the bot itself or trinity that is in control of what you pick up and not? i see the bot atm is skipping pretty much all the new items. specially the crafting mats that drop from mobs. Is it possible to get the bot to pick up atleast Death's Breath somehow?
 
Ghetto work around:


Code:
            // Avalanche
            if (IsNull(power) && CanUseAvalanche)
                power = PowerAvalanche;

        public static bool CanUseAvalanche
        {
            get
            {
                return !UseOOCBuff && !IsCurrentlyAvoiding && Hotbar.Contains(SNOPower.X1_Barbarian_Avalanche_v2) &&
                       PowerManager.CanCast(SNOPower.X1_Barbarian_Avalanche_v2) &&
                       (TargetUtil.AnyMobsInRange(3) ||
                        TargetUtil.IsEliteTargetInRange());
            }
        }


        public static TrinityPower PowerAvalanche { get { return new TrinityPower(SNOPower.X1_Barbarian_Avalanche_v2); } }

Thank you very much. I dont know exactly how to do that? Which file we need to do and what to do ?

Sorry. i am noob
 
bot is skipping some new items, also stashes every single crusader shield >.<

I have a fine collection myself!

jP0REcz.png
 
Status
Not open for further replies.
Back
Top