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

Trinity 1.7.3.9

Status
Not open for further replies.
so how with new explorer works boxSize="" boxTolerance="", if it is read from minimap it need new values? old ones dont work good

any nice working examples

for tiny passes 10y, for mid passes 20-30 y, huge spaces
 
Might i suggest an addition to the Demonhunter combat routine?

i've noticed that the " avoid savage beast " option isn't working very well for DH's

would it be possible to make the bot cast Shadowpower / Gloom ( if available ) when it spots a savage beast on the screen? even better, as much as possible, stay in shadowpower for as long as them beasts are in range.
 
Is there any chance of building a unidealer into Trinity? Keeping unid's just makes sense right now.
 
ItemRules already supports this

View attachment 10128 2013-12-12 21.54.txt
So some of us aren't as code savvy. I attempted to edit the soft item rules and well it just ran straight for the book of cain and wanted to identify every test legendary I had in the backpack instead of stashing it.

From what I read in the rules post you just remove the REM lines from the legendary section.

Code:
// keep all legendarys items
// this is a saftey line ... as long it isn't removed it will keep all items
// specifyed by the rule ... the action of commenting it out
// will apply all following rules ... this set of rules is no where of complete
[QUALITY] == "Legendary" -> [KEEP]

// keep all Weapon for now
[QUALITY] == "Legendary" && [BASETYPE] == "Weapon" -> [KEEP]

// keep all Armor for now
[QUALITY] == "Legendary" && [BASETYPE] == "Armor" -> [KEEP]

// keep all jewelerys for now
[QUALITY] == "Legendary" && [BASETYPE] == "Jewelry" -> [KEEP]

//RULE TO STASH ANY LEORIC'S SIGNET RING (intell)
[QUALITY] == "Legendary" && [LEVEL] <= 59 && [BASETYPE] == "Jewelry" && [TYPE] == "Ring"

//Any other normal legendaries drop --- Dark Mage's Sage (ilvl 58)
[QUALITY] == "Legendary" && [LEVEL] < 50

//Level reduct
[QUALITY] == "Legendary" && [LEVELRED] >= 1

There has to be an easier way to just say If its a legendary then put it in the stash before using the Book of Cain.

After skimming over many posts using the search feature this question gets asked VERY often but no one seems to ever respond with a direct answer. All relevant posts that were answered were pointed towards Unidealer which currently seems to be broken.


I just fail to see why [QUALITY] == "Legendary" -> [KEEP] does not work.
 
My DB just keeps doing this
Code:
[22:19:28.606 N] [Trinity] Bot Starting
[22:19:28.606 N] [Trinity] Note: Maintaining item stats from previous run. To reset stats fully, please restart DB.
[22:19:28.606 N] [Trinity] ItemRules is using the soft rule set.
[22:19:28.607 N] [Trinity] PICKLOG = Rare 
[22:19:28.607 N] [Trinity] KEEPLOG = Rare 
[22:19:28.607 N] [Trinity] RULEPATH = C:\Users\Viper\Documents\Demonbuddy\Plugins\Trinity\ItemRules\Rules\soft 
[22:19:28.607 N] [Trinity] ... loaded: 13 Pickup rules
[22:19:28.607 N] [Trinity] ... loaded: 0 Identify rules
[22:19:28.607 N] [Trinity] ... loaded: 0 Salvage rules
[22:19:28.607 N] [Trinity] ... loaded: 65 Common Keep rules
[22:19:28.607 N] [Trinity] ... loaded: 1 Magic Keep rules
[22:19:28.607 N] [Trinity] ... loaded: 86 Rare Keep rules
[22:19:28.609 N] [Trinity] ... loaded: 137 Legendary Keep rules
[22:19:28.609 N] [Trinity] ... loaded: 0 Set Keep rules
[22:19:28.609 N] [Trinity] ... loaded: 0 Macros
[22:19:28.609 N] [Trinity] ItemRules loaded a total of 289 Soft rules!
[22:19:28.721 N] [Trinity] New Game - resetting everything
[22:19:28.828 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:28.994 N] Loaded profile  ZB Hunting 3.0 
[22:19:28.994 N] Game joined, Resetting profile caches.
[22:19:29.161 N] [Trinity] New Game - resetting everything
[22:19:29.264 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:29.422 N] Loaded profile  ZB Hunting 3.0 
[22:19:29.422 N] Game joined, Resetting profile caches.
[22:19:29.437 N] [Trinity] New Game - resetting everything
[22:19:29.536 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:29.694 N] Loaded profile  ZB Hunting 3.0 
[22:19:29.694 N] Game joined, Resetting profile caches.
[22:19:29.709 N] [Trinity] New Game - resetting everything
[22:19:29.809 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:29.966 N] Loaded profile  ZB Hunting 3.0 
[22:19:29.966 N] Game joined, Resetting profile caches.
[22:19:29.976 N] [Trinity] New Game - resetting everything
[22:19:30.079 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:30.234 N] Loaded profile  ZB Hunting 3.0 
[22:19:30.234 N] Game joined, Resetting profile caches.
[22:19:30.248 N] [Trinity] New Game - resetting everything
[22:19:30.350 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:30.507 N] Loaded profile  ZB Hunting 3.0 
[22:19:30.507 N] Game joined, Resetting profile caches.
[22:19:30.516 N] [Trinity] New Game - resetting everything
[22:19:30.625 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:30.782 N] Loaded profile  ZB Hunting 3.0 
[22:19:30.782 N] Game joined, Resetting profile caches.
[22:19:30.797 N] [Trinity] New Game - resetting everything
[22:19:30.898 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:31.055 N] Loaded profile  ZB Hunting 3.0 
[22:19:31.055 N] Game joined, Resetting profile caches.
[22:19:31.071 N] [Trinity] New Game - resetting everything
[22:19:31.172 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:31.329 N] Loaded profile  ZB Hunting 3.0 
[22:19:31.329 N] Game joined, Resetting profile caches.
[22:19:31.340 N] [Trinity] New Game - resetting everything
[22:19:31.441 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:31.597 N] Loaded profile  ZB Hunting 3.0 
[22:19:31.597 N] Game joined, Resetting profile caches.
[22:19:31.606 N] [Trinity] New Game - resetting everything
[22:19:31.709 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:31.866 N] Loaded profile  ZB Hunting 3.0 
[22:19:31.866 N] Game joined, Resetting profile caches.
[22:19:31.888 N] [Trinity] New Game - resetting everything
[22:19:31.991 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:32.148 N] Loaded profile  ZB Hunting 3.0 
[22:19:32.148 N] Game joined, Resetting profile caches.
[22:19:32.155 N] [Trinity] New Game - resetting everything
[22:19:32.260 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[22:19:32.326 N] Stopping the bot.
[22:19:32.326 N] Chose Trinity as your combat routine
[22:19:32.425 N] Loaded profile  ZB Hunting 3.0 
[22:19:32.425 N] Game joined, Resetting profile caches.
[22:19:32.425 N] Bot Thread Ended. Was this requested?
 
your trinity is not picking up infernal keys... i have not messed with any code yet looked through all the tabs and combat routines and have not found a setting that need to be activated so is there some thing i need to do to your codding that will make it pick up the keys?
 
your trinity is not picking up infernal keys... i have not messed with any code yet looked through all the tabs and combat routines and have not found a setting that need to be activated so is there some thing i need to do to your codding that will make it pick up the keys?

In the Items > Pickup tab, click "Infernal Keys"
 
i have seen the errors of my ways did not change items rules type to trinity after i did that it fix the issue i was having thanks for you quick reply
 
I think I've been having an issue with TPS. For the last 3 months or so, I've been unable to effectively modify tps count on db Beta. As in, no matter what I did, or how many cpu was been used at the time, it wouldn't go above 8 except when doing townrun.

That happened even when applying diferent values on helpers /bot manager (set default value to 30), setting the trinity /advanced slider to 30, and checking/unchecking "enable Tps modification". It simply did not changed them at all, so I assumed it was working as intended , or simply that given my comp that was its maximum value.(Even If I could remember being able to modify them in old trinity versions.)

I also tried Rrrix new mod with the int32 modifier, it didn't change TPS.

And all of a sudden, when trying r-yar 0.26 from the assembla, half of my bots changed their tps to 14'nish , like they were limited to 15. Not all of them, just half of them. Nothing seem to have changed in their trinity settings.xml.

Has this happened to anyone ? Could Yar be applying some sort of mod to db so that it launched them with a determined tps? HOW can this be avoided?
 
Hi

I keep seeing this all the time. i run different profiles like keyrun & regular xp/mp10 profiles.
Or is this related to db beta?

[19:35:45.001 N] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.Collections.Generic.List`1.set_Capacity(Int32 value)
at System.Collections.Generic.List`1.EnsureCapacity(Int32 min)
at System.Collections.Generic.List`1.Add(T item)
at Zeta.Pathfinding.PathFinder.FindPath(Point startPoint, Point endPoint, Boolean includeDiagonals, Int32 maxMilliseconds, Boolean allowPartialPaths)
at Zeta.Navigation.DefaultNavigationProvider.(Vector3 , Boolean , Single )
at Zeta.Navigation.DefaultNavigationProvider.(Vector3 , String , Boolean )
at Zeta.Navigation.DefaultNavigationProvider.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
at Zeta.Navigation.Navigator.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
at Trinity.DbProvider.PlayerMover.NavigateTo(Vector3 moveTarget, String destinationName)
[19:36:12.604 N] [Trinity] [TrinityMoveTo] tag finished: Within path precision x="1865,47" y="222,6739" z="0,1000001"
 
Installed the latest trinity this morning.. and im getting this error constantly:

[10:48:01.826 N] Loaded profile Fallen Profile - zorked edition
[10:48:49.671 N] Chose Belphegor All-in-One as your combat routine
[10:48:49.676 N] [Belphegor All-in-One 1.0.1445.315] Building method list
[10:48:49.677 N] [Belphegor All-in-One 1.0.1445.315] Added 66 methods
[10:48:49.678 N] [Belphegor All-in-One 1.0.1445.315] InvalidWrapper is a match!
[10:48:49.678 N] [Belphegor All-in-One 1.0.1445.315] Using InvalidWrapper for Combat (Priority: 0)
[10:48:49.679 N] [Belphegor All-in-One 1.0.1445.315] InvalidWrapper is a match!
[10:48:49.679 N] [Belphegor All-in-One 1.0.1445.315] Using InvalidWrapper for Buff (Priority: 0)
[10:48:49.679 N] [Belphegor All-in-One 1.0.1445.315] Movement support for Invalid is not currently implemented.
[10:48:49.681 N] [Belphegor All-in-One 1.0.1445.315] Behaviors created
[10:48:50.038 N] Loaded profile Fallen Profile - zorked edition
[10:48:50.038 N] Chose Belphegor All-in-One as your combat routine
[10:48:50.039 N] [Trinity] Bot Starting
[10:48:50.039 N] [Trinity] Note: Maintaining item stats from previous run. To reset stats fully, please restart DB.
[10:48:50.039 N] [Trinity] ItemRules is using the soft rule set.
[10:48:50.039 N] [Trinity] PICKLOG = Rare
[10:48:50.039 N] [Trinity] KEEPLOG = Rare
[10:48:50.039 N] [Trinity] RULEPATH = C:\Games\DB\Plugins\Trinity\ItemRules\Rules\soft
[10:48:50.040 N] [Trinity] ... loaded: 13 Pickup rules
[10:48:50.040 N] [Trinity] ... loaded: 0 Identify rules
[10:48:50.040 N] [Trinity] ... loaded: 0 Salvage rules
[10:48:50.040 N] [Trinity] ... loaded: 65 Common Keep rules
[10:48:50.041 N] [Trinity] ... loaded: 1 Magic Keep rules
[10:48:50.042 N] [Trinity] ... loaded: 86 Rare Keep rules
[10:48:50.046 N] [Trinity] ... loaded: 137 Legendary Keep rules
[10:48:50.046 N] [Trinity] ... loaded: 0 Set Keep rules
[10:48:50.046 N] [Trinity] ... loaded: 0 Macros
[10:48:50.046 N] [Trinity] ItemRules loaded a total of 289 Soft rules!
[10:48:50.047 N] [Trinity] Bot Starting
[10:48:50.047 N] [Trinity] Note: Maintaining item stats from previous run. To reset stats fully, please restart DB.
[10:48:50.047 N] [Trinity] ItemRules is using the soft rule set.
[10:48:50.047 N] [Trinity] PICKLOG = Rare
[10:48:50.047 N] [Trinity] KEEPLOG = Rare
[10:48:50.047 N] [Trinity] RULEPATH = C:\Games\DB\Plugins\Trinity\ItemRules\Rules\soft
[10:48:50.047 N] [Trinity] ... loaded: 13 Pickup rules
[10:48:50.047 N] [Trinity] ... loaded: 0 Identify rules
[10:48:50.048 N] [Trinity] ... loaded: 0 Salvage rules
[10:48:50.048 N] [Trinity] ... loaded: 65 Common Keep rules
[10:48:50.048 N] [Trinity] ... loaded: 1 Magic Keep rules
[10:48:50.049 N] [Trinity] ... loaded: 86 Rare Keep rules
[10:48:50.053 N] [Trinity] ... loaded: 137 Legendary Keep rules
[10:48:50.053 N] [Trinity] ... loaded: 0 Set Keep rules
[10:48:50.053 N] [Trinity] ... loaded: 0 Macros
[10:48:50.053 N] [Trinity] ItemRules loaded a total of 289 Soft rules!
[10:48:50.069 N] Waiting 6.3 seconds before next game...
[10:48:50.202 N] [Trinity] Stopping bot to select latest routine
[10:48:50.202 N] Stopping the bot.
[10:48:50.202 N] Chose Belphegor All-in-One as your combat routine
[10:48:50.203 N] [Trinity] Routine selected, starting bot
[10:48:50.274 N] Bot Thread Ended. Was this requested?

it endlesly keeps repeating those lines..
Seems to me something is wrong with the trinity install and/or combat routine?
 
Hi Triosama,

You chose Belphegor as the combat routine.

Stop the bot, go into the bot settings, delete the text (lower left) where it says "Belphegor" and replace it with "Trinity". It will work as expected.
 
Any chance we get avoidance for the mighty oneshot killer from dark berserker mobs?
 
rrrix, can you confirm that Demon Hunter Chakram Shuriken cloud is bugged?

I have it set up on 1 (first I tried on mouse left click) and it was NEVER activated.

I watched the bot for 10 mins each time.
 
This version is really great :D Finally got around to upgrading from an older version (when you have 20+ bots this kind of stuff takes a lot of time)... looks like everything is running as smoothly as ever and it even seems like I have fewer deaths (act 2 MP10 barbies). Might try to get some WD and Wiz action for fun because of the improvements. Thank you rrix and team for the quality plugin.
 
please can some1 tell me how to fix this?

[14:47:45.633 N] [Trinity] Blacklisting target shoulderPads_norm_base_flippy ActorSNO=5288 RActorGUID=2040004723 due to possible stuck/flipflop!

i run my SCP profile but bot leave a lot of items on the ground when pick up after crafting
what trinity file i must to edit or smthing?
 
Status
Not open for further replies.
Back
Top