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

[Help]Pre-made item rules!

is it possible to make it loot blues/rares based on what they sell for to the vendor? I like that it skips silly blue items, but some vendor for a good amount and it pretty much walks right next to many items anyway.
 
can anyone make a good Sarkoth item list, like keep blues with Mf, Gf
 
can anyone make a good Sarkoth item list, like keep blues with Mf, Gf

This should work . . .

If you need clarification on what will keep, salvage and sell . . .

Just ask, thou should be self-explanatory . . .

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

<ItemRules name="Default Item Rules" useRoundedValues="true">

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

	<Categories>
		<Category ruleType="PickUp">
      
			<ItemRule>
				<StatRules>
					<Rule quality="Magic1" />
				</StatRules>
			</ItemRule>

			<ItemRule itemName="Gold" stack="250" />
      
			<ItemRule itemName="Page of*" stack="1" />
			<ItemRule itemName="Tome of*" stack="1" />
      
			<ItemRule itemName="*Flawless Square*" stack="1" />

			<ItemRule itemName="*Health Potion*" stack="1" />
		</Category>

		<Category ruleType="Keep">
      
			<ItemRule itemBaseType="Weapon" twoHanded="true" description="High DPS 2h Weapons">
				<StatRules>
					<Rule stat="DPS" minValue="1000" quality="Magic1" />
					<Rule stat="DPS" minValue="900" quality="Rare4" />
				</StatRules>
			</ItemRule>

			<ItemRule itemBaseType="Weapon" twoHanded="false" description="High DPS 1h Weapons">
				<StatRules>
					<Rule stat="DPS" minValue="900" quality="Magic1" />
					<Rule stat="DPS" minValue="800" quality="Rare4" />
				</StatRules>
			</ItemRule>

			<ItemRule itemBaseType="Armor" description="Rare armor">
				<StatRules>
					<Rule stat="Intelligence" minValue="120" quality="Rare4" />
					<Rule stat="Vitality" minValue="120" quality="Rare4" />
					<Rule stat="Dexterity" minValue="120" quality="Rare4" />
					<Rule stat="Strength" minValue="120" quality="Rare4" />
					<Rule stat="ResistAll" minValue="45" quality="Rare4" />
				</StatRules>
			</ItemRule>
      
			<ItemRule itemBaseType="Jewelry" description="Rare jewelry">
				<StatRules>
				<!--
					<Rule stat="Intelligence" minValue="60" quality="Rare4" />
					<Rule stat="Vitality" minValue="60" quality="Rare4" />
					<Rule stat="Dexterity" minValue="60" quality="Rare4" />
					<Rule stat="Strength" minValue="60" quality="Rare4" />
					<Rule stat="ResistAll" minValue="25" quality="Rare4" />
					<Rule stat="AttackSpeedPercent" minValue="15" quality="Rare4" />
				-->
					<Rule quality="Rare4" />
				</StatRules>
			</ItemRule>

			<ItemRule ruleType="Keep" description="Legendary">
				<StatRules>
					<Rule quality="Legendary" />
				</StatRules>
			</ItemRule>

			<ItemRule ruleType="Keep" description="MF/GF">
				<StatRules>
					<Rule stat="GoldFind" minValue="15" />
					<Rule stat="MagicFind" minValue="15" />
				</StatRules>
			</ItemRule>

      
		</Category>
	
		<Category ruleType="Salvage">
			<ItemRule description="Salvage level 60 gear">
				<StatRules>
					<Rule stat="Level" minValue="61" quality="Magic1" />
				</StatRules>
			</ItemRule>
		</Category>	

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

</ItemRules>
 
I would like a profile that picks up legendary/set, tome of secret, Gems and blue/yellow amulets (if it can differentiate in quality then i'd say medium to high quality) Is this possible?
 
i would like a profile that picks up nothing but gold, no items at all, just gold
 
-Loot rare+ dont sell.xml
I just tried this one and it won't pick up anything not even gold.

is there something else I need to use?

I just want gold and rares.

heck even just gold would be nice.
 
This should work . . .

If you need clarification on what will keep, salvage and sell . . .

Just ask, thou should be self-explanatory . . .

I need.. i wanna do salvage all ilvl <60.. and stach other items ilvl>60. rare, magic.. etc..

is not the best? not worth saving everything. : (
 
I would appreciate an advanced one that includes:

Loot all legendaries\set items
Loot GF, MF, +crit, +crit damage, life on hit, +attack speed, all resist rares
Loot weapons with dps over 700 (is this even possible?)
Salvage 59+
Sell everything else
 
Back
Top