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

ilvl 63 loot profiles?

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...

thanks alot man, i took that profile, edited it to my liking. and im testing it now. will report back in a few hours i suppose ;)

UPDATE: Well first full pack, stashed one i63 item sold all items 59 and lower. then i got stuck trying to salvage lvl 60 gear. so i ended up taking some code from that profile and inserting it into the NO trash profile i have been using. hope it works
 
Last edited:
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>
 
Last edited:
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>

damn nice post bro, thanks alot for the help :D
 
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>

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 :/
 
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 :/
It should already be picking up everything. Adding this line in the Keep section, keeps rare ilvl60+ Jewelry.

<ItemRule ruleType="Keep" itemBaseType="Jewelry" description="Rare jewelry">
<StatRules>
<Rule quality="Rare4" stat="level" minValue="60" />
</StatRules>
</ItemRule>
 
Back
Top