-MaynardJKeenan posted:
Ok, I see that you either updated your advanced tips wiki or I've been blind for months, but ty for the chart!
my new question is can i do an extremety rule for extremeties with an 'or' like i can with string names? with the '|' key?
Umm, are you talking upper 'OR' lower legs? or are you talking upper leg 'OR' upper arm?
hehe
To start off, make sure you include a condition for all these rules that states your looking for armor, and not clothes: "ObjectClass=Armor"
if it's the first, then you use the greater then less then symbols to loot something in the range. But thne you'd still have to have seperate rules for arms vrs legs.
For example, in 1 loot rule entry, you put both of these conditions, both must end up being true for the item to be looted:
Req Type: "Long Value >=" Acts On: "Coverage" Long Value: 256
Req Type: "Long Value <=" Acts On: "Coverage" Long Value: 512
There is a gotcha with the lower arms and the fact that upper arms, chest & abs can be added together and the result is less then lower arms but greater then upper arms. You'd have to add two more conditions to NOT loot those combinations so you'd have 4 total conditions as follows:
Req Type: "Long Value >=" Acts On: "Coverage" Long Value: 4096
Req Type: "Long Value <=" Acts On: "Coverage" Long Value: 8192
Req Type: "Long Value !=" Acts On: "Coverage" Long Value: 5120
Req Type: "Long Value !=" Acts On: "Coverage" Long Value: 7168
So really, it seems easier to just create a seperate rule for each extremity.
if it's the second, sorry, i think you have to create two seperate rule entrys.
^
^ Before Coffee
v After Coffee =)
v
OOOOHHHHH WAIT A MIN!!!! hehe, judging by the AL example your giving 240 for body and 300 for extremities, you mean head,hand,feet don't you? LoL
Ok, then you make 2 rules as follows:
Extremities (this loots head,hands,feet):
Req Type: "Long Value >=" Acts On: "Coverage" Long Value: 16384
Body (this loots any combination of body coverage excluding head,hands,feet):
Req Type: "Long Value <=" Acts On: "Coverage" Long Value: 15360