Bot Exploit

Full Version: item rules issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
are you stashing items by name???!!!
dam
now i understand why bot doesnt stashing them
how about deutsch, russian, korean... etc versions?
No, we map the name to id then stash by id
So it works for all language versions
Reference URL's