darex11
New Member
- Joined
- Aug 27, 2010
- Messages
- 47
- Reaction score
- 1
I left the following in. Are you saying I should remove it?
// keep all legendarys and special items
// this is a saftey line ... as long it isn't removed it will keep all items
// specifyed by the rule ... the action of commenting it out
// will apply all following rules ... this set of rules is no where of complete
//[QUALITY] == Legendary || [QUALITY] == Special # True # [KEEP]
// keep all Weapon for now
//[QUALITY] == Legendary && [BASETYPE] == Weapon # True # [KEEP]
// keep all Armor for now
//[QUALITY] == Legendary && [BASETYPE] == Armor # True # [KEEP]
// keep all jewelerys for now
//[QUALITY] == Legendary && [BASETYPE] == Jewelry # True # [KEEP]
Yes, that work