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

Easy way to overrule trinity lootrules and stash selected whites?

Benevolene

Member
Joined
May 11, 2013
Messages
282
Reaction score
5
Perhaps this should've been a comment on the Trinity plugin page ... But I posted it here.

I was wondering if there's an easy way to overrule Trinity's loot rules and make it stash selected items. For instance Ascended Bracers or Tsunami Blades, but still salvaging (or not even picking up) the other white items.
 
Code:
// +---------------------------------------------------------------------------+
// +---------- Crafting Whites
// +---------------------------------------------------------------------------+

// +-----------------------------------------------------+
// +---------- Armor
// +---------- Uncomment (remove the //) on the lines
// +---------- to stash the items
// +-----------------------------------------------------+
// [TYPE] == "Belt" && [NAME] == "Archon Sash"
// [TYPE] == "Bracer" && [NAME] == "Ascended Bracers"
// [TYPE] == "Chest" && [NAME] == "Ascended Armor"
// [TYPE] == "Gloves" && [NAME] == "Ascended Gauntlets"
[COLOR="#FF0000"][COLOR="#00FF00"]   [TYPE] == "Helm" && [NAME] == "Ascended Crown"[/COLOR][/COLOR]
// [TYPE] == "Legs" && [NAME] == "Ascended Greaves"
// [TYPE] == "Shield" && [NAME] == "Ascended Shield"
// [TYPE] == "Shoulder" && [NAME] == "Ascended Faulds"
// [TYPE] == "Shoulder" && [NAME] == "Ascended Pauldrons"


And then just comment out the "//" marks if you want the bot to stash that specific item. Check the green
 
Back
Top