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

Not picking up loot & gold

efir

New Member
Joined
Jan 24, 2012
Messages
113
Reaction score
1
so well ive tryed changing loot rules & radius, its like i doesnt want to do it :P :confused:
 
are you on defaultitemrules.xml?
are you on En D3 client language?
 
Can you tell me if this code i changed is going to pick everything and sell everyting? (code taken from 99dsimonp ​ just change it a bit)
Code:
  <?xml version="1.0" encoding="utf-8" ?>[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <ItemRules name="[B]Default Item Rules[/B]" useRoundedValues="[B]true[/B]">
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <!-- 
 The order in which item rules are evaluated. Typically, this is fine for almost all rule sets.   However, you may want to switch things around sometimes if you want to force-sell things that may match keep rules.   --> 
  <Priority priority1="[B]Keep[/B]" priority2="[B]Salvage[/B]" priority3="[B]Sell[/B]" /> 

[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <Categories>
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <Category ruleType="[B]PickUp[/B]">
- <!-- 
 Pick up all magic+ items   --> 
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <ItemRule>
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <StatRules>
  <Rule quality="[B]Magic1[/B]" /> 

  </StatRules>


  </ItemRule>


- <!-- 
 Pick up gold, at least in stacks of 100   --> 
  <ItemRule itemName="[B]Gold[/B]" stack="[B]1[/B]" /> 

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

  <ItemRule itemName="[B]Tome of*[/B]" stack="[B]1[/B]" /> 

- <!-- 
 Gems   --> 
  <ItemRule itemName="[B]*Ruby*[/B]" stack="[B]1[/B]" /> 

  <ItemRule itemName="[B]*Emerald*[/B]" stack="[B]1[/B]" /> 

  <ItemRule itemName="[B]*Topaz*[/B]" stack="[B]1[/B]" /> 

  <ItemRule itemName="[B]*Amethyst*[/B]" stack="[B]1[/B]" /> 

- <!-- 
 Health potions   --> 
  <ItemRule itemName="[B]*Health Potion*[/B]" stack="[B]1[/B]" /> 

  </Category>


[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <Category ruleType="[B]Keep[/B]">
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <ItemRule itemBaseType="[B]Weapon[/B]" twoHanded="[B]true[/B]" description="[B]High DPS 2h Weapons[/B]">
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <StatRules>
- <!-- 
 Magic Weapons should have at least 1200 DPS   --> 
  <Rule stat="[B]DPS[/B]" minValue="[B]1200[/B]" quality="[B]Magic1[/B]" /> 

- <!-- 
 Rare weapons should have at least 1100 considering they provide extra stats most of the time.   --> 
  <Rule stat="[B]DPS[/B]" minValue="[B]1100[/B]" quality="[B]Rare4[/B]" /> 

  </StatRules>


  </ItemRule>


[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <ItemRule itemBaseType="[B]Weapon[/B]" twoHanded="[B]false[/B]" description="[B]High DPS 1h Weapons[/B]">
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <StatRules>
  <Rule stat="[B]DPS[/B]" minValue="[B]1000[/B]" quality="[B]Magic1[/B]" /> 

  <Rule stat="[B]DPS[/B]" minValue="[B]900[/B]" quality="[B]Rare4[/B]" /> 

  </StatRules>


  </ItemRule>


[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <ItemRule itemBaseType="[B]Armor[/B]" description="[B]Rare armor with Intelligence[/B]">
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <StatRules>
  <Rule stat="[B]Intelligence[/B]" minValue="[B]100[/B]" quality="[B]Rare4[/B]" /> 

  </StatRules>


  </ItemRule>


[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <ItemRule itemBaseType="[B]Jewelry[/B]" description="[B]Rare jewelry with Intelligence[/B]">
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <StatRules>
  <Rule stat="[B]Intelligence[/B]" minValue="[B]100[/B]" quality="[B]Rare4[/B]" /> 

  </StatRules>


  </ItemRule>


[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <ItemRule itemName="[B]String of Ears[/B]" description="[B]High DR% String of Ears[/B]">
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <StatRules>
- <!-- 
 String of Ears should have at least 17% damage reduction. Any lower and its not worth a whole lot.  --> 
  <Rule stat="[B]DamageReductionPhysicalPercent[/B]" minValue="[B]17[/B]" /> 

  </StatRules>


  </ItemRule>


  <ItemRule itemName="[B]Talisman of Aranoch[/B]" description="[B]Talisman of Awesome Lowbieness[/B]" /> 

  </Category>


[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <Category ruleType="[B]Sell[/B]">
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <ItemRule description="[B]Sell Everything[/B]">
[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <StatRules>
  <Rule quality="[B]Magic1[/B]" /> 

  </StatRules>


  </ItemRule>


  </Category>


  </Categories>


[URL="file:///C:/Users/Vodox/Desktop/DB2/Rules/ola.xml#"]-[/URL] <!-- 
 Available Stats:              Intelligence            Strength            Vitality            Dexterity            Armor - this is the "base" armor of an item.            ArmorBonus - this is the "bonus" armor on the item. Represented in the tooltip as "+x Armor"            ArmorTotal - this is the "total" armor for the item.            // Damage % Increases - These are typically things like 3% Fire Damage - typically found on Wizard/WD items            FireDamagePercent            ColdDamagePercent            LightningDamagePercent            PoisonDamagePercent            ArcaneDamagePercent            HolyDamagePercent            MinDamage - this is the smaller of the 2 when the tooltip states "+5-10 damage" or similar.            MaxDamage - the max value of the above            DPS - weapon DPS. This is the DPS as shown in the tooltip.            GoldFind            MagicFind             // Increase modifiers            AttackSpeedPercent            // Weapon            WeaponAttacksPerSecond            WeaponMinDamage            WeaponMaxDamage            // Misc            MovementSpeed - run speed %            HealthGlobeBonus            HealthPerSecond            LifePercent            Level - item level. DOES NOT MATCH IN-GAME ITEM LEVEL REQUIREMENT!            // Resists            ResistAll            ResistArcane            ResistCold            ResistPhysical            ResistLightning            ResistFire            ResistPoison            ResistHoly            Thorns            DamageReductionPhysicalPercent                        Sockets     --> 


  </ItemRules>

cause i have problems atm...
 
Same problem...
- Item names localized properly
- Loot distance <=30y
 
i solved it !

something with i had reserved some slot in my inventory... tho had to read a lot posts to find this out!
 
i solved it !

something with i had reserved some slot in my inventory... tho had to read a lot posts to find this out!

Can you link post pls? if it is something it can help me solve my problems...
 
ok.. seems problem in protected inventory slots.
After i turned them off and manually sold all staff - DB start looting.
 
ok.. seems problem in protected inventory slots.
After i turned them off and manually sold all staff - DB start looting.

LOL!!! I Empty my inventory and took off protected slots and now its working like a charm!!! you where right! what strange bug is this one? where did you find the original post btw friend?
 
Back
Top