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

[Request] Loot Rules

ninjatuna

New Member
Joined
Jun 12, 2012
Messages
97
Reaction score
0
Hello,

I was wondering if someone could help me with a Loot Rules file, I'd like my bot to only pick up Gold and items blue/yellow/any that have 20% or more Gold Find, is this possible?

Well Actually two rules..

1-
20%+ Gold Find Items , blue,yellow,orange,any

2-
18% Gold Find items
1 or higher pick up radius
Same blue yellow orange any items for this as well.

Thankls
 
Code:
<ItemRule itembaseType="Armor" twoHanded="false" description="20+ GF Armor" >
	
<StatRules>
		<Rule stat="GoldFind" minValue="20" quality="Magic1" />
	
</StatRules> 

</ItemRule

as for pickup radius, no idea what the code for that is, sorry
 
Back
Top