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

Please somebody, quick item rule question

plzdontban

New Member
Joined
Feb 12, 2012
Messages
497
Reaction score
4
I've tried posting in this in the item rules thread, but it's just endless stream of people asking questions without answers. This seems simple enough and it's vexing me that it's not working. Any help would be greatly appreciated!

[QUALITY] == "Rare" && [LEVEL] >= 57 && [BASETYPE] == "Armor" && [TYPE] == "Shield" -> [IGNORE]
[QUALITY] == "Rare" && [TYPE] == "Shield" -> [IGNORE]

I have BOTH of these in my pickup.dis, yet the bot is still stashing rare shields. Wtf? Running hard rules, and have edited the pickup.dis in the hard folder.
 
search file text for "Shield" and see if there's a rule with priority to those
 
Edit: Might have found the culprit, there is a generic armor rule, might be superseding the others which are specific. Thanks for the idea, I'll test it and see what happens
 
Last edited:
That seems to help, thank you. The last remaining question I have is this, does it read pickup.dis top down or? For example, if I have say, [QUALITY] == "Rare" && [BASETYPE] == "Weapon" && [TWOHAND] -> [IGNORE]
BELOW(in the document) [QUALITY] == "Rare" && [LEVEL] >= 61 && [BASETYPE] == "Weapon", it still picks up the 2 hander. What's the precedence for the rules?
 
Last edited:
Back
Top