BobbyThunder
New Member
- Joined
- Jun 12, 2012
- Messages
- 41
- Reaction score
- 0
Check: http://www.thebuddyforum.com/demonb...ides/54086-item-rules-quickstart-guide-3.html
I would like to understand why do you filter item from Magic3 onwards.
If an item, has STR>100, INT>40 and VIT>20
i would not care if its Magic1,2, or 3
I am interested in the stats, not on its internal tier identifier.
Meaning, in my opinion would be the best to have:
<Rule stat="Strength" minValue="100" quality="Magic1" />
<Rule stat="Intelligence" minValue="40" quality="Magic1" />
<Rule stat="Vitality" minValue="20" quality="Magic1" />
Which would catch any item with such stats or better, from blue till legendary. If you set to Magic3, you might miss some blues, Magic1 or 2 that has such stats combinations . . .
So that would pick up items with 100str, 40 int and 20 vit? or items with any one of the above minvalues?