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

Trinity (demonbuddy) wont open chest/loot weapon/armor racks even tho its boxed!

limpish

Member
Joined
Jul 31, 2013
Messages
44
Reaction score
0
Hey there!

As you probably all heard, legendaries drop more often from chests rather then from mobs these days,
and in all the options in trinity / demonbuddy settings, you can choose to box or box out "Open chest" ,
mine is ofcourse boxed, aka should open chests, but it NEVER does, Why is that? is there any fix?
Same with weapon/armor racks, doesnt touch them, I remember pre 2.0 (might be more rare that it drops these days)
but I had avg. 3legs/h on mp10, now i have 0.25, and I'm guessing it has a huge part about the chests,
would LOVE a solution for this, I love trinity :)


Regards
 
Hey there!

As you probably all heard, legendaries drop more often from chests rather then from mobs these days,
and in all the options in trinity / demonbuddy settings, you can choose to box or box out "Open chest" ,
mine is ofcourse boxed, aka should open chests, but it NEVER does, Why is that? is there any fix?
Same with weapon/armor racks, doesnt touch them, I remember pre 2.0 (might be more rare that it drops these days)
but I had avg. 3legs/h on mp10, now i have 0.25, and I'm guessing it has a huge part about the chests,
would LOVE a solution for this, I love trinity :)


Regards

Trinity 1.8.3 or 1.8.4 will not open Torture Tool Racks. Please open file Plugins\Trinity\Cache\RefreshGizmo.cs and edit at line 429
Code:
c_InternalName.ToLower().Contains("weaponrack")
to
Code:
c_InternalName.ToLower().Contains("rack")
 
Back
Top