DaSoul
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 2,827
- Reaction score
- 47
As written in the title. After opening a chest or anything similar the bot just does nothing, he just stands arround.
Anyone else got this problem?
Is there any solution for that?
Edit:
I wanted the bot to sell everything but keep legendary items.
So i changed: "Rare4" to "Legendary1"
And here "Magic1" to "Rare4"
After this changes, the bot doesn't work anymore. Without the changes it works?! Where is the problem?
Anyone else got this problem?
Is there any solution for that?
Edit:
I wanted the bot to sell everything but keep legendary items.
So i changed: "Rare4" to "Legendary1"
<!-- Keep rares and legendaries, regardless of stats. -->
<ItemRule ruleType="Keep" description="Rare and better items!">
<StatRules>
<Rule quality="Legendary1" />
</StatRules>
</ItemRule>
And here "Magic1" to "Rare4"
<Category ruleType="Sell">
<ItemRule description="Sell Everything">
<StatRules>
<Rule quality="Rare4" />
</StatRules>
</ItemRule>
</Category>
After this changes, the bot doesn't work anymore. Without the changes it works?! Where is the problem?
Last edited:






