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

Picking up Reduced Level Requirement Items

lottic

New Member
Joined
Jun 14, 2014
Messages
2
Reaction score
0
Does anyone know how to customise Trinity to allow DB to pick up items with specific stats? Notably rare items with Reduced Level Requirement?

Cheers!
 
Level Requirement Reduced Item Rule

I'm not sure ... but , Will this work ?
- add this code to the top of your , DB / rules / DefaultItemRules.xml ?
Note : this is just a read/learn try it out theory ...

<!-- Pick up all Level Requirement Reduced items -->
<ItemRule>
<StatRules>
<Rule stat="LEVELRED" minvalue="20"
</StatRules>
</ItemRule>

EDIT : it may need to be a keep item rule ?

<!-- Keep all Level Requirement Reduced items -->
<ItemRule ruleType="Keep" description="Level Requirement Reduced">
<StatRules>
<Rule stat="LEVELRED" minvalue="20"
</StatRules>
</ItemRule>
 
Last edited:
If your planning on selling them-the time has passed for that- I was getting $3-$7 a piece in some cased for some really good rares.

Now the only offer im getting is 40 cents to a dollar tops.....

Gold selling seems to be making a bit of a comeback- but its a huge pain in the arse to do.
 
Back
Top