Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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]


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
07-28-2013, 01:12 PM
Post: #3
RE: Loot Rules Problem
ah, thanks! my fault
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)