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

Pickup all items giles

hairymexican

New Member
Joined
Oct 14, 2012
Messages
52
Reaction score
0
Any way to add to your giles plugin to pickup all item drops? maybe except account bound? how would we find the codes to the items? Thanks.
 
Configure Trinity like the pic and it will pickup all item drops:
GilesItemRule.jpg
 
i have mine that way, i dont pick up items like the black rock ledger, some follower items and no white items. how can i add those items to the list? i want it allll
 
Giles doesn't handle white items. If you want to pick all items you have to set giles "Use Custom Loot Rules" option and then use an item rule xml file with something like this:
PHP:
    <Category ruleType="PickUp">
      <ItemRule>
        <StatRules>
          <Rule stat="Quality" value="Normal"/>
        </StatRules>
      </ItemRule>
    </Category>
 
Ok, so if no one is going to share the XML file at least direct me to a guide to creating one...
 
Back
Top