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

get stuck @ stash why ?

HB3289B46

New Member
Joined
May 25, 2011
Messages
6
Reaction score
0
Hi,

i am running a profile fine and then inventory becomes full and the retarded thing just stands at the stash looking at all my shinys, how can i stop it? also a minor patch happened on diablo anyone know if it has effected demonbuddy or its contents ?

here is my rules:
<Priority priority1="Sell" />

<Categories>
<Category ruleType="PickUp">

<!-- Pick up all magic+ items -->
<ItemRule>
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>

<!-- Pick up gold, at least in stacks of 50 -->
<ItemRule itemName="Gold" stack="50" />

<!-- Pick up all pages and tomes, blacksmithing/jewelcrafting -->
<ItemRule itemName="Page of*" stack="1" />
<ItemRule itemName="Tome of*" stack="1" />

<!-- Pick up designs and plans, blacksmithing/jewelcrafting -->
<ItemRule itemName="Plan:*" stack="1" />
<ItemRule itemName="Design:*" stack="1" />

<!-- Gems -->
<ItemRule itemName="*Ruby*" stack="1" />
<ItemRule itemName="*Emerald*" stack="1" />
<ItemRule itemName="*Topaz*" stack="1" />
<ItemRule itemName="*Amethyst*" stack="1" />

<!-- Mythic Health potions -->
<ItemRule itemName="Mythic Health Potion" stack="1" />
</Category>



<!--Sells everything else -->
<Category ruleType="Sell">
<ItemRule description="Sell Everything">
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>
</Category>
</Categories>
</ItemRules>

thanks in advance
 
getting this in the log:

[00:28:59.173 D] Generating path to Stash - <387.6834, 382.0295, 0>
[00:28:59.173 D] Raycast path generated.
[00:28:59.173 D] Generated path to <387.6834, 382.0295, 0> (Stash) with 1 hops.
[00:28:59.497 V] [ItemRules] Matched Dauntless Ring with rule: Sell Everything:Sell
[00:28:59.498 V] [ItemRules] Matched Socketed Pavise of Valor with rule: Sell Everything:Sell
[00:28:59.499 V] [ItemRules] Matched Bitter Hallowed Quiver of Fortitude with rule: Sell Everything:Sell
[00:28:59.500 V] [ItemRules] Matched Replenishing Burial Mask of the Mind with rule: Sell Everything:Sell
[00:28:59.501 V] [ItemRules] Matched Sawtooth Amulet with rule: Sell Everything:Sell
[00:28:59.504 V] [ItemRules] Matched Naga Mask with rule: Sell Everything:Sell
[00:28:59.508 V] [ItemRules] Matched Cruel Pugio of the Snake with rule: Sell Everything:Sell
[00:28:59.509 V] [ItemRules] Matched Socketed Rondache of Thorns with rule: Sell Everything:Sell
[00:28:59.510 V] [ItemRules] Matched Invigorating Treads of Invasion with rule: Sell Everything:Sell
[00:28:59.511 V] [ItemRules] Matched Miserly Blade Harness of Barbs with rule: Sell Everything:Sell
[00:28:59.513 V] [ItemRules] Matched Amulet with rule: Sell Everything:Sell
[00:28:59.514 V] [ItemRules] Matched Wicked Elder Staff of Mutilation with rule: Sell Everything:Sell
[00:28:59.515 V] [ItemRules] Matched Socketed Raid Sword of Grace with rule: Sell Everything:Sell
[00:28:59.518 V] [ItemRules] Matched Socketed Spontoon of Agony with rule: Sell Everything:Sell
[00:28:59.520 V] [ItemRules] Matched Treads of Fortitude with rule: Sell Everything:Sell
[00:28:59.521 V] [ItemRules] Matched Gruesome Daikyu of Agony with rule: Sell Everything:Sell
[00:28:59.524 V] [ItemRules] Matched Bleak Living Tentacle with rule: Sell Everything:Sell
[00:28:59.526 V] [ItemRules] Matched Socketed Hallowed Quiver with rule: Sell Everything:Sell
[00:28:59.528 V] [ItemRules] Matched Conjurer Shade with rule: Sell Everything:Sell
[00:28:59.530 V] [ItemRules] Matched Vaunted Elder Staff of Grace with rule: Sell Everything:Sell
[00:28:59.535 V] [ItemRules] Matched Socketed Tzantza with rule: Sell Everything:Sell
[00:28:59.537 V] [ItemRules] Matched Chausses with rule: Sell Everything:Sell
[00:28:59.538 V] [ItemRules] Matched Socketed Chausses of Fortitude with rule: Sell Everything:Sell
[00:28:59.541 V] [ItemRules] Matched Socketed Battle Armor of Fortitude with rule: Sell Everything:Sell
[00:28:59.542 V] [ItemRules] Matched Socketed Crusher of Agony with rule: Sell Everything:Sell
[00:28:59.545 V] [ItemRules] Matched Tassets with rule: Sell Everything:Sell
[00:28:59.549 V] [ItemRules] Matched Raiding Bullova of Starlight with rule: Sell Everything:Sell
[00:28:59.554 V] [ItemRules] Matched Loaded Dice with rule: Sell Everything:Sell
[00:28:59.855 V] Using power: Barbarian_Sprint
[00:29:00.397 V] [ItemRules] Matched Dauntless Ring with rule: Sell Everything:Sell
[00:29:00.398 V] [ItemRules] Matched Socketed Pavise of Valor with rule: Sell Everything:Sell
[00:29:00.399 V] [ItemRules] Matched Bitter Hallowed Quiver of Fortitude with rule: Sell Everything:Sell
[00:29:00.400 V] [ItemRules] Matched Replenishing Burial Mask of the Mind with rule: Sell Everything:Sell

i do not understand why its going to the stash as, i have not set for it to keep anything
 
Back
Top