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

Help with my custom lootrules

Check: http://www.thebuddyforum.com/demonb...ides/54086-item-rules-quickstart-guide-3.html

I would like to understand why do you filter item from Magic3 onwards.

If an item, has STR>100, INT>40 and VIT>20

i would not care if its Magic1,2, or 3

I am interested in the stats, not on its internal tier identifier.

Meaning, in my opinion would be the best to have:

<Rule stat="Strength" minValue="100" quality="Magic1" />
<Rule stat="Intelligence" minValue="40" quality="Magic1" />
<Rule stat="Vitality" minValue="20" quality="Magic1" />


Which would catch any item with such stats or better, from blue till legendary. If you set to Magic3, you might miss some blues, Magic1 or 2 that has such stats combinations . . .

So that would pick up items with 100str, 40 int and 20 vit? or items with any one of the above minvalues?
 
Thats the problem we have. We dont know if each line is and AND or an OR :) And the devs also dont know which is correct.

Magic1 has one stat, magic2 two stats and magic3 three stats. Same with rare1,2,3. So quality is a fix stat or an min-stat? ^^ If min-stat, quality magic1 can be also used for more rules. If not, we need to be carefull with 1,2,3. Atm at this stadium of the bot: its pure crap and no real guide we can follow.
 
Derico, where did you get this info?

So far i know, these tiers are internal within the game and hidden from normal people (like iLvL), but the bot can get this info by reading offsets and so on.

Thou i am not sure, maybe you are right.
 
So that would pick up items with 100str, 40 int and 20 vit? or items with any one of the above minvalues?

No one really know, by reading a dev's post on another thread, what you wrote should be right (All 3 must be true).
 
Read it in another thread and few ppl also putting magic1, magic2, magic3 in their rules. Also its an option in the immo-bot. So for my understanding. 1 means 1 stat, 2 means 2 stats and 3 means 3 or more stats :) But dunno how DB is counting that. If u search for 3 rules, we have to set each line to magic1 or magic3? Questions over questions, no one is answered yet ^^
 
This is some pretty important information. Gold value is going to continue to plummet like it does in any diablo game. Items are going to be the only thing worth $$ and atm until it's completely figured out, the best option I've seen is, save all rares.... which is annoying. If anyone manages to figure out how to get the bot to properly filter and stash it's loot based on both singular stats and multiple stats, please PM with your lootrules so I can look them over and test them.
 
Quality is the minimum, so if I put Magic1, it's looking for anything Magic and above that fit my itemRule.
 
Yea, i do also understand it so.

Thou, just for the doubt/testing, you could remove the "quality" from all rules and see what happens.

Bot is just going to filter the StatsRule . . .
 
Magic1 or 2 that has such stats combinations
Magic1 is a blue with one stat. Magic2 is a blue with two stats.
So it's impossible to get magic1 with str+int+vit.

I supposed that filter use OR, so {quality==magic3 & stat==STR & min value==100} is STR + something else. I don't need str-only items :)
 
Last edited:
But if you include Magic1, all upwards tiers are also included. While would be impossible to get an Magic1 with STR>50 AND VIT>50, it could thou get a match from Magic2 upwards . . .
 
Back
Top