Loot Rules Problem
|
07-27-2013, 11:17 PM
Post: #1
|
|||
|
|||
Loot Rules Problem
Hi!
i just updated my loot rules a bit and restarted the bot. got Blackthorne's Jousting Mail in my inventory but the bot does NOT sell it, even it got less stats. picture attached. any idea why? [QUALITY] == "Legendary" && [NAME] == "Blackthorne's Jousting Mail" # [VIT] >= 230 || [STR] >= 220 || [DEX] >= 220 || [INT] >= 220 || [SOCKETS] == 2 || [ALLRES] > 30 || -> [KEEP] |
|||
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. |
|||
07-28-2013, 01:12 PM
Post: #3
|
|||
|
|||
RE: Loot Rules Problem
ah, thanks! my fault
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)