twistedheat
New Member
- Joined
- Jun 14, 2012
- Messages
- 295
- Reaction score
- 1
Im looking for a way to make a loot profile that. Keeps (sets,Legendary, and iLVL 63 gear). anyone know of this?
how about this one
http://www.thebuddyforum.com/demonb...ewelry-60-magic-items-among-other-things.html
saying "You can keep rare gear regardless stats Item-level 62+."
if you wanna just 63 go to the xml and change then the one value and you should be happy...
That would keep magic jewelry with an itemlvl equal to 62 or above. Along with legendaries of course.This?
Don't have much time, since I am leaving for an appointment. But this should keep all ilvl63 items and Legendaries, and sell the rest.
If you want to change it to ilvl63 Rare as minimum.
Replace this:
<ItemRule ruleType="Keep" description="ilvl63 items!">
<StatRules>
<Rule quality="Magic1" stat="level" minValue="63" />
</StatRules>
</ItemRule>
With this:
<ItemRule ruleType="Keep" description="ilvl63 rare items!">
<StatRules>
<Rule quality="Rare4" stat="level" minValue="63" />
</StatRules>
</ItemRule>
************BELOW IS RULE SET********************
<?xml version="1.0" encoding="utf-8" ?>
<ItemRules name="Keep Legendary+ilvl63 items" 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>
<!-- Pick up all magic+ items -->
<ItemRule>
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>
<!-- Pick up gold, at least in stacks of 1 -->
<ItemRule itemName="Gold" stack="1" />
</Category>
<Category ruleType="Keep">
<ItemRule ruleType="Keep" description="ilvl63 items!">
<StatRules>
<Rule quality="Magic1" stat="level" minValue="63" />
</StatRules>
</ItemRule>
<ItemRule ruleType="Keep" description="ilvl63 items!">
<StatRules>
<Rule quality="Magic1" stat="level" minValue="63" />
</StatRules>
</ItemRule>
<ItemRule ruleType="Keep" description="Legendary">
<StatRules>
<Rule quality="Legendary" />
</StatRules>
</ItemRule>
</Category>
<Category ruleType="Sell">
<ItemRule description="Sell Everything">
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>
</Category>
</Categories>
Don't have much time, since I am leaving for an appointment. But this should keep all ilvl63 items and Legendaries, and sell the rest.
If you want to change it to ilvl63 Rare as minimum.
Replace this:
<ItemRule ruleType="Keep" description="ilvl63 items!">
<StatRules>
<Rule quality="Magic1" stat="level" minValue="63" />
</StatRules>
</ItemRule>
With this:
<ItemRule ruleType="Keep" description="ilvl63 rare items!">
<StatRules>
<Rule quality="Rare4" stat="level" minValue="63" />
</StatRules>
</ItemRule>
************BELOW IS RULE SET********************
<?xml version="1.0" encoding="utf-8" ?>
<ItemRules name="Keep Legendary+ilvl63 items" 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>
<!-- Pick up all magic+ items -->
<ItemRule>
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>
<!-- Pick up gold, at least in stacks of 1 -->
<ItemRule itemName="Gold" stack="1" />
</Category>
<Category ruleType="Keep">
<ItemRule ruleType="Keep" description="ilvl63 items!">
<StatRules>
<Rule quality="Magic1" stat="level" minValue="63" />
</StatRules>
</ItemRule>
<ItemRule ruleType="Keep" description="ilvl63 items!">
<StatRules>
<Rule quality="Magic1" stat="level" minValue="63" />
</StatRules>
</ItemRule>
<ItemRule ruleType="Keep" description="Legendary">
<StatRules>
<Rule quality="Legendary" />
</StatRules>
</ItemRule>
</Category>
<Category ruleType="Sell">
<ItemRule description="Sell Everything">
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>
</Category>
</Categories>
It should already be picking up everything. Adding this line in the Keep section, keeps rare ilvl60+ Jewelry.How can i add so it loot jewlery also at any level ?
I tried to add it but that made the bot just teleporting and not looting anything :/