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

Bot leaves 500+ gold stacks behind ?!

QckS

New Member
Joined
Sep 27, 2012
Messages
4
Reaction score
0
Hello! :) Been very happy with the bot so far but now I saw a problem...
Using the Core of Arreat by FragMaM profile (1.4 version) , have the latest version of DemonBuddy, and using AntiIdle and BuddyStats as plugins.
Now when I was babysitting the bot for a while and see how it does, I saw that every stack of gold that is +500 (the world model is different from the 500- coin stack) gets left behind, what is this sorcery and who is behind all of this? :(
The biggest income stacks are left behind, although the bot still picks up 500- stacks gold where the world model is the "cheap" one.. :/
Help appreciated ASAP! :)
 
use Trinity plugin or edit your loot rules and set the gold stacks to 10
 
I'll try editing loot rules to minimum 10g per stack :) If that doesn't work I guess I download GilesTrinity then, seemed overly complicated at the first look at it so decided not to download it just yet :)
I'm just wondering why DB does this? If I want the stack to be 100g at minimum, shouldn't it pick everything over that, even those 500+ stacks? :O
 
Editing loot rule to 10 seemed to fix the problem :)
If I want the bot to pick up all rings and amulets that are yellows or better, should I then do the rules like ItemRule itemName="*Ring*" and then stat quality rare4 in the same "Itemrule" ?

Code:
	    <!-- Pick up yellow rings -->
      <ItemRule itemName="*Ring*">
	<StatRules>
	  <Rule stat="Quality" value="Rare4" />
	</StatRules>
      </ItemRule>

	    <!-- Pick up yellow amulet -->
      <ItemRule itemName="*Amulet*">
	<StatRules>
	  <Rule stat="Quality" value="Rare4" />
	</StatRules>
      </ItemRule>

like that?
 
yes like that,but if you want more options via a GUI you can also try Trinity plugin
 
Back
Top