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

Newest version can not loot item

crazy

New Member
Joined
Jun 17, 2012
Messages
14
Reaction score
0
4 days ago, everything is fine. I did not use Bot for 4 days. I just updated today.

1.0.880 Newest version bot can not loot anything!

Does anyone have the same problem?
Need help please!


part of loot rule:

<Priority priority3="Sell" priority2="Salvage" priority1="Keep"/>

<Categories>
<Category ruleType="PickUp">
<ItemRule> -<StatRules> <Rule quality="Magic1"/> </StatRules> </ItemRule>

<ItemRule stack="50" itemName="Gold"/>
<ItemRule stack="1" itemName="Page of*"/> <ItemRule stack="1" itemName="Tome of*"/>
<ItemRule stack="1" itemName="*Plan*"/> <ItemRule stack="1" itemName="*Design*"/>
<ItemRule stack="1" itemName="Flawless Square*"/>
<ItemRule stack="1" itemName="Mythic Health Potion"/>
</Category>

.....................................................
 
Last edited:
GilesStashReplacer(plugin) and _GilesStashReplacerRules(Rules) all its okay.. need both
 
4 days ago, everything is fine. I did not use Bot for 4 days. I just updated today.

1.0.880 Newest version bot can not loot anything!

Does anyone have the same problem?
Need help please!


part of loot rule:

<Priority priority3="Sell" priority2="Salvage" priority1="Keep"/>

<Categories>
<Category ruleType="PickUp">
<ItemRule> -<StatRules> <Rule quality="Magic1"/> </StatRules> </ItemRule>

<ItemRule stack="50" itemName="Gold"/>
<ItemRule stack="1" itemName="Page of*"/> <ItemRule stack="1" itemName="Tome of*"/>
<ItemRule stack="1" itemName="*Plan*"/> <ItemRule stack="1" itemName="*Design*"/>
<ItemRule stack="1" itemName="Flawless Square*"/>
<ItemRule stack="1" itemName="Mythic Health Potion"/>
</Category>

.....................................................

PHP:
<Category ruleType="PickUp">
  <ItemRule>
    <StatRules>
      <Rule stat="Quality" value="Magic1" />
    </StatRules>
  </ItemRule>
  <ItemRule itemName="Gold">
    <StatRules>
      <Rule stacks="50" />
    </StatRules>
  </ItemRule>
  <ItemRule itemName="Page of*"/>
  <ItemRule itemName="Tome of*"/>
  <ItemRule itemName="*Plan*"/>
  <ItemRule itemName="*Design*"/>
  <ItemRule itemName="Flawless Square*"/>
  <ItemRule itemName="Mythic Health Potion"/>
</Category>

That's how it should look.
Give it a try.
 
PHP:
<Category ruleType="PickUp">
  <ItemRule>
    <StatRules>
      <Rule stat="Quality" value="Magic1" />
    </StatRules>
  </ItemRule>
  <ItemRule itemName="Gold">
    <StatRules>
      <Rule stacks="50" />
    </StatRules>
  </ItemRule>
  <ItemRule itemName="Page of*"/>
  <ItemRule itemName="Tome of*"/>
  <ItemRule itemName="*Plan*"/>
  <ItemRule itemName="*Design*"/>
  <ItemRule itemName="Flawless Square*"/>
  <ItemRule itemName="Mythic Health Potion"/>
</Category>

That's how it should look.
Give it a try.

Thanks for helping! However, it does not work.
Only GilesStashReplacer Plugin and rule work on looting gold but items.:(:(:(
 
Thanks for helping! However, it does not work.
Only GilesStashReplacer Plugin and rule work on looting gold but items.:(:(:(

Hm that's weird, works fine for me.
You shouldn't need any plugin for looting items really.
 
Hm that's weird, works fine for me.
You shouldn't need any plugin for looting items really.


ya, I agree with you. However, it is the only way for me to loot gold right now.

I did not use any plugin for looting 4-5 days ago.
This is only happen for me when I updated to newest version. It is weird!
I still can not loot items :'(
 
I also did deleted DB and reinstalled. I still got the same problem. :(
 
Bot suddenly works fine. I don't know what happened. It loots everything I set now.
Probably something was wrong.....
Thanks for helping!
 
errrr. I have a new problem now..... My character can not sell items, and he just keep porting to town and take portal back.
 
I am having the same issue, not picking up distant the gold and not looting the items. Have tried everything written on this thread?
 
i have same problem but get plugin of Giles and all be okay :)
 
I have also got that plugin, even configured the rules that it has, but the problem persisits. Frankly saying I am new to DB, and the release I downloded is not working as it should. It is not collecting all the gold, not looting items, not opening chests. Have been runing 3.7.3. My plugins are GilesWorldObjectHandler, GilesStashReplacer, Unstucker v2.2.0. I have also edited the character settings .xml set the opening of the containers and chests to "true". But nothing helps all of my 6 bots are just runing strictly the wps. PLease help.
Also if there any way to minimize the cpu comsumption of the bot?
 
@crazy can you attach the Loot rule you are using?
 
I have also got that plugin, even configured the rules that it has, but the problem persisits. Frankly saying I am new to DB, and the release I downloded is not working as it should. It is not collecting all the gold, not looting items, not opening chests. Have been runing 3.7.3. My plugins are GilesWorldObjectHandler, GilesStashReplacer, Unstucker v2.2.0. I have also edited the character settings .xml set the opening of the containers and chests to "true". But nothing helps all of my 6 bots are just runing strictly the wps. PLease help.
Also if there any way to minimize the cpu comsumption of the bot?

Try with no plugins.
 
Disabling plugins help very little for cpu usage. But it did not help for other problems. What should I do?
 
Back
Top