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

How to stash unid jewerly, legendary and good rares

noller

New Member
Joined
Dec 7, 2012
Messages
19
Reaction score
0
Hey all

First of all i wanna say hi to all you ppl in here :p

To the point. In my rules directory i have 2 files. Defaultitemrules.xml and high level rules.xml

Do i need them both in there and how can i see what rule it uses when my bot runs ? <--- I have found out that myself

I noticed that my bot is picking up blues and minor gold pots (under 25). <--- Never mind this also :-)

i guess its this section i need to tickle a little with :

----------------------------------------------------

<!-- Pick up all magic+ items -->
<ItemRule>
<StatRules>
<Rule stat="Quality" value="Magic1" />
</StatRules>
</ItemRule>

---------------------------------------------------

Is it as simple as putting a / in front of the lines and then it ignores it, like this

<!-- Pick up all magic+ items -->
// <ItemRule>
// <StatRules>
// <Rule stat="Quality" value="Magic1" />
// </StatRules>
// </ItemRule>

I need my bot to keep legendary AND jewerly UNID in stash. can someone guide me to how i set this up in my rules. Maybe a link to a guide here on db forum since i havent found one yet.

Thank you so much for looking this through for me.

PS. You might need to know that im using GilesTrinity ver. 1.7.1.13
 
Last edited:
Back
Top