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

Need Loot Rules

Rikku

New Member
Joined
Jun 8, 2012
Messages
36
Reaction score
0
Hey guys :D sry for my bad english :P.

So guys iam a noob to wirte this. i need a loot rule script for

-loot all blue yellow an legendary
- loot all tombe of secret
- loot alll quarter + gems
- sell alle blue yellow
- kepp lengendary
- keep tombe of secret
-kepp all quarter + gems

Can this someone do for me? plz plz. i can not do it self :(
 
Add this under "<Category ruleType="Keep">" :
<ItemRule itemName="Tome of*" stack="1" />
<ItemRule itemName="*Ruby*" stack="1" />
<ItemRule itemName="*Emerald*" stack="1" />
<ItemRule itemName="*Topaz*" stack="1" />
<ItemRule itemName="*Amethyst*" stack="1" />

Untested.
 
thx golden slub. but the prob is he do not pick up any gems :(((((

and tomes :(
 
<Categories>
<Category ruleType="PickUp">

<!-- Pick up all magic+ items -->
<ItemRule>
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>

<!-- Pick up gold, at least in stacks of 100 -->
<ItemRule itemName="Gold" stack="100" />

<!-- Pick up all Gems and tome -->
<ItemRule itemName="Tome of*" stack="1" />
<ItemRule itemName="*Ruby*" stack="1" />
<ItemRule itemName="*Emerald*" stack="1" />
<ItemRule itemName="*Topaz*" stack="1" />
<ItemRule itemName="*Amethyst*" stack="1" />

so it is. but he dont pick up gems and tome :( is this a bug? or must the gem a better name? quarter rubin or something?
 
LOOOOOL now it works :OO

he collect all stuff. i just take the german names of the gams and tome XD.

now iam lucky^^
 
Yeah sorry, if I would have known you had a different language client I would have been able to help you earlier xD
 
Back
Top