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

AutoEquip 2 - Trinkets

Cocaine

New Member
Joined
Aug 21, 2012
Messages
709
Reaction score
2
I want AutoEquip to equip trinkets, but every time I remove them they're back in the protected list upon reloading HB.

Code:
{
            if (IgnoreInvTypes == null || IgnoreInvTypes.Length == 0)
            {
                IgnoreInvTypes = new[] { InventoryType.Trinket };
            }
            if (ProtectedSlots == null || ProtectedSlots.Length == 0)
            {
                ProtectedSlots = new[] { InventorySlot.Trinket0Slot, InventorySlot.Trinket1Slot };
            }
        }

Would removing this from the script solve that and if so am I removing all of the function, nothing more or less?
 
Back
Top