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

[ Loot Rules ] For MF Runs. Keeps all thats worth it

zille

New Member
Joined
Oct 14, 2011
Messages
66
Reaction score
1
View attachment 45330As the title says

Original posted by 99dsimonp

I slightly Modified it for my needs as well can you

Feel Free to Post any bugs here regards this loot tablet and maybe requests if you desire to ( dont know how to add it yourself. )
and i will get it updated for you.

it loots gold Magic, Rares, Legendarys and Set Items

Keeps all Rares theres level 60 and above
Keeps all Legendarys and Set Items it finds regards level
Keeps Magic Weapons with 1k dps and above ( 1Handed Weapons )
Keeps Magic Weapons with 1.1k dps and above ( 2Handed Weapons )




Code:
<?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>

      <!-- Pick up gold, at least in stacks of 200 -->
      <ItemRule itemName="Gold" stack="1" />
	  <!-- All gems picked up -->
	  <ItemRule itemName="*Ruby*" stack="1" />
      <ItemRule itemName="*Emerald*" stack="1" />
      <ItemRule itemName="*Topaz*" stack="1" />
      <ItemRule itemName="*Amethyst*" stack="1" />
	  <!-- pick up all pages and tomes -->
	  <ItemRule itemName="Page of*" stack="1" />
      <ItemRule itemName="Tome of*" stack="1" />
	  <ItemRule itemName="*Design*" stack="1" /> 
	  <ItemRule itemName="*Plan*" stack="1" />
</Category>

<Category ruleType="Keep">
	
    <ItemRule ruleType="Keep" description="Legendary and set items">
        <StatRules>
          <Rule quality="Legendary" />
        </StatRules>
	</ItemRule>
	
	<!-- Keeps rare rings and amulets regardless of ilvl -->
	<ItemRule itemBaseType="Jewelry" description="Rare jewelry">
        <StatRules>
          <Rule  quality="Rare4" />  
        </StatRules>
      </ItemRule>
	<!-- Keeps rare 60+ armor -->
	<ItemRule itemBaseType="Armor" description="Rare Armor">
        <StatRules>
          <Rule  quality="Rare4" stat="Level" minValue="60"/>  
        </StatRules>
    </ItemRule>
	<!-- Keeps rare 60+ weapons -->
	<ItemRule itemBaseType="Weapon" description="Rare Armor">
        <StatRules>
          <Rule  quality="Rare4" stat="Level" minValue="60"/>  
        </StatRules>
    </ItemRule>
	
	<!--Keeps all tomes and Plans-->
	<ItemRule itemName="Tome of*" />
	<ItemRule itemName="*Design*" stack="1" /> 
	<ItemRule itemName="*Plan*" stack="1" />
	
	  <!-- Keeps flawless square gems. -->
	<ItemRule itemName="Flawless Square*" />
      
	<ItemRule itemBaseType="Weapon" twoHanded="False" >
        <StatRules>
          <Rule quality="magic1" stat="DPS" minValue="1000"/>  
        </StatRules>
    </ItemRule>
	
	<ItemRule itemBaseType="Weapon" twoHanded="True" >
        <StatRules>
          <Rule quality="Magic1" stat="DPS" minValue="1300"/>  
        </StatRules>
    </ItemRule>
	
	<ItemRule itemType="Bow" >
        <StatRules>
          <Rule quality="Magic1" stat="DPS" minValue="1100"/>  
        </StatRules>
    </ItemRule>
	
	<ItemRule itemType="Crossbow" >
        <StatRules>
          <Rule quality="Magic1" stat="DPS" minValue="1100"/>  
        </StatRules>
    </ItemRule>

</Category>

<Category ruleType="Sell">
	
      <ItemRule description="Sells everything that hasnt been stashed or salvaged.">
        <StatRules>
		  <Rule quality="Magic1" />
        </StatRules>
      </ItemRule>
	  <!-- Sells Square gems (after stashing flawless squares) -->
	<ItemRule itemName="*Square*" />
</Category>
    
<Category ruleType="Salvage">

	<ItemRule Destription="Salvage magic above 60">
		<StatRules>
          <Rule stat="Level" minValue="60" quality="Magic1" />
		</StatRules>
	</ItemRule>
		
	<!-- Salvage Rare 59 armor -->
	<ItemRule itemBaseType="Armor"  description="Rare ilvl 59 armor salvaged">
        <StatRules>
          <Rule stat="Level" value="59" quality="Rare4" />
        </StatRules>
    </ItemRule>
	  
	  <!-- Salvage Rare 59 weapons -->
	<ItemRule itemBaseType="Weapon" description="Rare ilvl 59 Weapon salvaged">
        <StatRules>
          <Rule stat="Level" value="59" quality="Rare4" />
        </StatRules>
    </ItemRule>
</Category>
	
</Categories>

</ItemRules>
 

Attachments

Last edited:
Made a couple small changes to only keep ilvl 63 rares. Working great. Thank you for sharing.

Edit: One small bug, it should be selling square gems but its stashing them. how I read the profile is should only stash flawless gems and sell the regular square.
 
Last edited:
Thanks for the bug report i changed it in the original file :)
 
will not pick up set items

[02:35:35.035 V] [ItemRules] Matched Helm with rule: :PickUp
[02:35:35.050 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:35.191 V] Picking up item Helm_norm_base_flippy-498
[02:35:35.628 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:35.644 V] [ItemRules] Matched Helm with rule: :PickUp
[02:35:35.660 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:35.785 V] Picking up item Helm_norm_base_flippy-498
[02:35:36.222 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:36.238 V] [ItemRules] Matched Helm with rule: :PickUp
[02:35:36.253 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:36.331 N] Blacklisting lootable (Helm_norm_base_flippy-498) after 10 seconds
[02:35:36.331 V] Blacklisting 78EA0045 for 00:01:00
[02:35:36.472 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:36.503 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:36.691 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:36.706 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:36.816 V] Picking up item Helm_norm_base_flippy-501
 
um it has right at the top pick up all magic items.. but it sounds like its supposed to only pick up worthwhile items? so I'm a bit confused
 
will not pick up set items

[02:35:35.035 V] [ItemRules] Matched Helm with rule: :PickUp
[02:35:35.050 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:35.191 V] Picking up item Helm_norm_base_flippy-498
[02:35:35.628 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:35.644 V] [ItemRules] Matched Helm with rule: :PickUp
[02:35:35.660 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:35.785 V] Picking up item Helm_norm_base_flippy-498
[02:35:36.222 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:36.238 V] [ItemRules] Matched Helm with rule: :PickUp
[02:35:36.253 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:36.331 N] Blacklisting lootable (Helm_norm_base_flippy-498) after 10 seconds
[02:35:36.331 V] Blacklisting 78EA0045 for 00:01:00
[02:35:36.472 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:36.503 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:36.691 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:36.706 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:36.816 V] Picking up item Helm_norm_base_flippy-501


have not seen this error i picked up 2 setitems and 1 legendary yesterday with my bots

are you having any Plugins there might prevent it to loot ?

whats your pickup radius for the required profile your running ?
 
will not pick up set items

[02:35:35.035 V] [ItemRules] Matched Helm with rule: :PickUp
[02:35:35.050 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:35.191 V] Picking up item Helm_norm_base_flippy-498
[02:35:35.628 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:35.644 V] [ItemRules] Matched Helm with rule: :PickUp
[02:35:35.660 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:35.785 V] Picking up item Helm_norm_base_flippy-498
[02:35:36.222 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:36.238 V] [ItemRules] Matched Helm with rule: :PickUp
[02:35:36.253 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:36.331 N] Blacklisting lootable (Helm_norm_base_flippy-498) after 10 seconds
[02:35:36.331 V] Blacklisting 78EA0045 for 00:01:00
[02:35:36.472 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:36.503 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:36.691 V] [Item Rules] Matched Gold with rule: NAME_MATCH_ONLY:PickUp
[02:35:36.706 V] [ItemRules] Matched Pure Hounskull of Omens with rule: :PickUp
[02:35:36.816 V] Picking up item Helm_norm_base_flippy-501

As far as I'm aware this is caused by a plugin.

- Oh, and if anybody needs help with loot rules feel free to ask :-)
 
You guys mind telling me which plugins and which bot you guys are using? I use MSFIX 1.0.8, NotificationOkClicks, and unstuck 1.7 and i seem to get that blacklist error when trying to pick up set and legendaries
 
You guys mind telling me which plugins and which bot you guys are using? I use MSFIX 1.0.8, NotificationOkClicks, and unstuck 1.7 and i seem to get that blacklist error when trying to pick up set and legendaries
I belive some of your plugins are causing that, perhaps you want to update them?
 
How often are you checking on your bot to clear the stash with keeping all rares? Also how much mf do you have?

Looks like something I would want to use but would need to be able to run 12-14 hrs alone
 
I add your file and my bot dont take gold:(. Why he always dont take gold?
 
Back
Top