Loot Rules Problem
|
07-28-2013, 01:59 AM
(This post was last modified: 07-28-2013 04:03 AM by Titanium.)
Post: #2
|
|||
|
|||
RE: Loot Rules Problem
Can you delete the last "||" and try again?
i.e. change [QUALITY] == "Legendary" && [NAME] == "Blackthorne's Jousting Mail" # [VIT] >= 230 || [STR] >= 220 || [DEX] >= 220 || [INT] >= 220 || [SOCKETS] == 2 || [ALLRES] > 30 || -> [KEEP] to [QUALITY] == "Legendary" && [NAME] == "Blackthorne's Jousting Mail" # [VIT] >= 230 || [STR] >= 220 || [DEX] >= 220 || [INT] >= 220 || [SOCKETS] == 2 || [ALLRES] > 30 -> [KEEP] As "||" means "or" but there isn't a condition after this "||" operator, it'll cause problems. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Loot Rules Problem - dbuddy - 07-27-2013, 11:17 PM
RE: Loot Rules Problem - Titanium - 07-28-2013 01:59 AM
RE: Loot Rules Problem - dbuddy - 07-28-2013, 01:12 PM
|
User(s) browsing this thread: 1 Guest(s)