Bot Exploit
item rules issue - Printable Version

+- Bot Exploit (http://www.botexploit.com/en/forum)
+-- Forum: Bot Exploit Forum (/Forum-Bot-Exploit-Forum)
+--- Forum: Support (/Forum-Support)
+--- Thread: item rules issue (/Thread-item-rules-issue)



item rules issue - kokopang - 09-03-2015 01:43 AM

i'm using 0.9.437

i've found some items that is not supported in item rule

[QUALITY] == "Legendary" && [NAME] == "Krelm's Buff Belt" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Hillenbrand's Training Sword" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Slipka's Letter Opener" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Arachyr’s Claws" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Arachyr’s Carapace" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Arachyr’s Visage" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Arachyr’s Mantle" -> [TRASH]

Krelm's Buff Belt
Hillenbrand's Training Sword
Slipka's Letter Opener
Arachyr’s Claws
Arachyr’s Carapace
Arachyr’s Visage
Arachyr’s Mantle


RE: item rules issue - Titanium - 09-03-2015 03:27 AM

You're right. There is some confusion between ’ and '. (You see they're similar but they're really different actually)
We updated our bot to 0.9.437c fix this error.We change all to ' (Single quote).
Please download the latest version. Then use all single quote(You can select the item name in the filter editor), it'll work then.


RE: item rules issue - n1439 - 09-08-2015 06:43 PM

are you stashing items by name???!!!
dam
now i understand why bot doesnt stashing them
how about deutsch, russian, korean... etc versions?


RE: item rules issue - Titanium - 09-09-2015 02:57 AM

No, we map the name to id then stash by id
So it works for all language versions