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

Ruleset Updated..

b7300

New Member
Joined
Apr 24, 2010
Messages
50
Reaction score
0
Hallo guys since some people are greedy and trying to rip of alot of people buy selling thise things im going to share this

Loots everything.

Stashing: Flawless Gems, ilvl63, Tomes of Secret and blacksmithing, Legendary and Plans / designs.

Sells: blue and yellows

How to use this!

Copy all of this below in quote and paste it into notepad, after that save the file to Rules in DeamonBuddy folder, also make sure to save it .xml f.x Nameonfile.xml
Then go to settings in Demonbuddy and click the ... and find the file and click it.


first lootlist ever made so not to many fetures..
hope it works for you guys aswell :)


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

<ItemRules name="Default Item Rules" 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 magic+ items -->
<ItemRule>
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>


<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" />

<!-- Gems -->
<ItemRule itemName="*Flawless*" stack="1" />

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

<ItemRule itemName="*Plan:*" stack="1" />
<ItemRule itemName="*design:*" stack="1" />
</Category>

<Category ruleType="Keep">

<!-- Keep designs and plans for dem kids.-->
<ItemRule itemName="Plan:*" />
<ItemRule itemName="Design:*" />

<!-- Stashing dem Gems-->
<ItemRule itemName="*Flawless*" stack="1" />

<!-- Items for dem Chars-->

<ItemRule ruleType="Keep" description="Toms of secret / blacksmithing">
<StatRules>
<Rule quality="Legendary" />
</StatRules>
</ItemRule>


<ItemRule description="items into the stash">
<StatRules>
<Rule stat="Level" minValue="63" quality="magic3" />
</StatRules>
</ItemRule>

<ItemRule itemBaseType="Weapon" twoHanded="false" description="High DPS 1H Weapons">
<StatRules>
<!-- Magic Weapons should have at least 900 DPS -->
<Rule stat="DPS" minValue="950" quality="Magic2" />
<!-- Rare weapons should have at least 800 considering they provide extra stats most of the time. -->
<Rule stat="DPS" minValue="800" quality="Rare4" />
</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>
 

Attachments

Last edited:
Very nice of you. Thanks!!
I'm gonna try it once I got the right gear to farm Inferno :D
 
Ive made a little change to it since last failed the test.. Will keep rares with 4 stats on it atm... Working on making it better :l
 
thx friend

does it sell gems too? i want to keep flawless gem but not square

ty
 
could you possibly make one that loots and keeps only ilvl63,legendaries and rare rings+ammies?
 
Hei guys om working on making it do as you guys say ^_^ pretty new so have to test alot before release it :p but working on it wait 15mins and ive got it!
 
Now this is something good :D

I think im done now.

Loots everything.

Stashing: Flawless Gems, ilvl63, Tomes of Secret and blacksmithing.

Sells: blue and yellows
 
also please add plans and designs , i would appreciate that =)


uhh thx forgot that! =) thx for the headups wait 2mins and i got it ;)



NOW FIXED THE PLANES AND DESIGNS
 
Last edited:
Now this is something good :D

I think im done now.

Loots everything.

Stashing: Flawless Gems, ilvl63, Tomes of Secret and blacksmithing.

Sells: blue and yellows

well done this is good ! can you do salvaging? :PP
 
Tried it in Core of Arreat, really isn't working at all for me.
 
Updated now also keep Planes and designs!

ill make a version with salvage now, may i ask what items that needs to be salvaged? =)
 
im new to botting so this is a noob question... but...

is this a plugin? do i copy paste code on notepad and save ?

thx for making this its really nice
 
could you possibly make one that loots and keeps only ilvl63,legendaries and rare rings+ammies?

I don't see an ilvl check in the OPs rule set

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

<ItemRules name="Item Rules 63" useRoundedValues="true">
    
    <!-- 
     
                MODIFIED BY IEU
     
                Please, report any bugs or inconsistencies you may find within this ItemRules.
     
                !!! SINCE THE BOT IS DOWN, I CAN NOT TEST THIS !!!
     
     -->

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

    <Categories>
    
        <Category ruleType="PickUp">  <!-- LETS LOOT -->
      
            <ItemRule itemName="Gold" stack="100" />
            
            <ItemRule itemName="Page of*" stack="1" />
            <ItemRule itemName="Tome of*" stack="1" />
            
            <ItemRule itemName="*Flawless Square*" stack="1" />
            
            <ItemRule itemName="*Health Potion*" stack="1" />
            
            <ItemRule itemName="*Plan:*" />
            <ItemRule itemName="*Design:*" />
            
                        <ItemRule description="PickUP - Blues equal or greater then ilvl 63">
                <StatRules>
                    <Rule stat="Level" minValue="63" quality="Magic1" />
                </StatRules>
            </ItemRule>

                    <ItemRule description="PickUP - Legendary">
                <StatRules>
                    <Rule quality="Legendary" />
                </StatRules>
            </ItemRule>
                        <ItemRule itemBaseType="Jewelry" description="PickUP - Failproof for rare jewelries">
                <StatRules>
                    <Rule quality="Rare4" />
                </StatRules>
            </ItemRule>
            
        </Category>

        <Category ruleType="Keep"> <!-- LETS STASH -->
        
            <ItemRule itemName="Page of*" stack="1" />
            <ItemRule itemName="Tome of*" stack="1" />
            
            <ItemRule itemName="*Flawless Square*" stack="1" />
            
            <ItemRule itemName="*Health Potion*" stack="1" />
            
            <ItemRule itemName="*Plan:*" />
            <ItemRule itemName="*Design:*" />
      
                        <ItemRule description="STASH - Blues equal or greater then ilvl 63">
                <StatRules>
                    <Rule stat="Level" minValue="63" quality="Magic1" />
                </StatRules>
            </ItemRule>
            
                    <ItemRule description="PickUP - Legendary">
                <StatRules>
                    <Rule quality="Legendary" />
                </StatRules>
            </ItemRule>
                        <ItemRule itemBaseType="Jewelry" description="STASH - Failproof for rare jewelries">
                <StatRules>
                    <Rule quality="Rare4" />
                </StatRules>
            </ItemRule>
            
        </Category>


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


        
    </Categories>

</ItemRules>
 
Updated now also keep Planes and designs!

ill make a version with salvage now, may i ask what items that needs to be salvaged? =)

Anything blue ilvl 60+ (50% chance on inferno essence on ilvl 60)
61+ is 100% chance

Any chance you could make one that picks up nothing / loots nothing? ;p Need something to get my bot safely through the night in core of arreat
 
It will keep legendary's and thx Kai wasent sure how to set ilevels.
 
Updated now also keep Planes and designs!

ill make a version with salvage now, may i ask what items that needs to be salvaged? =)

Level 60 low ilvl item i guess? :D
 
Don't wanna be picky... But any way we can keep rings and amulets 60 and up? Some of them are worth a pretty penny even at 60.

If it's a problem don't worry, just wondering
 
Don't wanna be picky... But any way we can keep rings and amulets 60 and up? Some of them are worth a pretty penny even at 60.

If it's a problem don't worry, just wondering

meh, with good rolls then can be worth a weeks worth of botting even with levels as low as 35-40.
 
Back
Top