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

Not again!

nightwing412

New Member
Joined
Jan 3, 2012
Messages
254
Reaction score
1
The DC on ID bug is back!

I had to put my loot rule to ignore everything but gold/gems cause I was getting chain DC'd when I had a full inventory :(
 
You can atleast pick up ilvl59+ rares... Depending on what ur running they dont drop so often... I can run sarkoth a whole night without my inv getting full....

<Category ruleType="PickUp">
<ItemRule>
<StatRules>
<Rule quality="Rare4" />
<Rule stat="Level" minValue="59"/>
</StatRules>
</ItemRule>

<ItemRule itemName="Gold" stack="1" />
<ItemRule itemName="Page of*" stack="1" />
<ItemRule itemName="Tome of*" stack="1" />
<ItemRule itemName="Mythic Health Potion*" stack="1" />
</Category>
 
You can atleast pick up ilvl59+ rares... Depending on what ur running they dont drop so often... I can run sarkoth a whole night without my inv getting full....
thanks for your info :)
 
You can atleast pick up ilvl59+ rares... Depending on what ur running they dont drop so often... I can run sarkoth a whole night without my inv getting full....
could u upload ur loot rule?
it looks interesting...
 
between <Category ruleType="PickUp"> and </ItemRule> u can insert the rest

<?xml version="1.0" encoding="utf-8" ?>

<ItemRules name="No Trash" useRoundedValues="true">
<!-- 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="Keep" priority2="Salvage" priority3="Sell" />

<Categories>
<Category ruleType="PickUp">

<!-- Pick up all Legendary items -->
<ItemRule>
<StatRules>
<Rule quality="Legendary" />
</StatRules>
</ItemRule>
<ItemRule>
<StatRules>
<Rule quality="Rare4" />
<Rule stat="Level" minValue="59"/>
</StatRules>
</ItemRule>

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

</Category>

<Category ruleType="Keep">

<!-- Keep legendaries, regardless of stats. -->
<ItemRule ruleType="Keep" description="Legendary items!">
<StatRules>
<Rule quality="Legendary" />
</StatRules>
</ItemRule>

</Category>

<Category ruleType="Sell">
<ItemRule description="Sell Everything">
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>
</Category>

</Categories>

<!-- 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>
 
Now that I have bags full and I start the bot it disconnects me instantly and I get this same kind of log every time
 

Attachments

Back
Top