What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

After opening chest/... bot does nothing and stands arround

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"

<!-- 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:
Back
Top