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

[Plugin] "Item Rules 2" File based scripting language!

If u want to keep all 60 lvl weapons with lvl reduction:

add this line (as first) in pickup.dis:
[QUALITY] == "Rare" && [LEVEL] > 59 && [BASETYPE] == "Weapon"

add this line in rare.dis:
[QUALITY] == "Rare" && [BASETYPE] == "Weapon" # [LEVELRED] > 0
 
There's any programe to load items keep/trash log?

There used to be. I don't have it any more, maybe someone else could upload it. I think it is the same stuff that was used for diablo 2 logs.
 
There used to be. I don't have it any more, maybe someone else could upload it. I think it is the same stuff that was used for diablo 2 logs.


its on the donator repo ...

DpgDapa.png
 
I have a problem: after the bot identify the items it stays in town and do nothing and after i sell them by myself he stashes misc items.. . i tried both soft and hard rules.. whats the problem??
 
I have a problem: after the bot identify the items it stays in town and do nothing and after i sell them by myself he stashes misc items.. . i tried both soft and hard rules.. whats the problem??

upgrade ur stash (max), thats the problem i guess.
 
upgrade ur stash (max), thats the problem i guess.[/Q]

no. the stash is upgraded to max, BUT , he stands just right after ID`ing. so he don`t sell or salvage items. and then don`t keep them.. but if i sell them by myself he puts misc(gems, essencees) into stash and goes on.
i use latest trinity... 1.7.2.11
 
Last edited:
hello, guys, i have some problem with this item rules (with legendaries rulesets). First of all, I wanna apologize for my bad english
With normal itemrules, db "thinks", that all legendaries are trash (dunno why). When i change these rules completely, the operation,that db is doing with an item is (NULL) (should be trash or keep i think), then instantly (autokeep legendaries) . I think problem can be in my diablo version - its Rus. So, may be, some problems with translation, dunno rly . Can anyone help me?
 
Hello, guys! I wanna ask how to do so he remained things that have a stat lower level req?
I tried
Code:
[QUALITY] == "Rare" && [BASETYPE] == "Weapon" && [LEVEL] <= 56
But it's doesn't work
 
[Trinity]Translation: Wrong(): -1275035707;Инквизитор (Инквизитор means The inquistor in RUS)
So i suppose the trouble is in the translation
Does anyone have the same problem? Anyone who`s using not eng version of diablo :(
 
hi!
there is a code to pickup Follower Enchantress Only?
 
What's the base item type of offhands? Is it armor or misc? I can't find it in Darkfriend's official stuff.
 
What does the checkbox " Debug item rules" from Item Rules submenu does?
 
Hello, guys! I wanna ask how to do so he remained things that have a stat lower level req?
I tried
Code:
[QUALITY] == "Rare" && [BASETYPE] == "Weapon" && [LEVEL] <= 56
But it's doesn't work

the answer is in the itemrules txt.
// | [LEVELRED] | Level Requirement Reduced | 18

ex:
[QUALITY] == "Rare" && [BASETYPE] == "Weapon" && [ONEHAND] == true # [DPS] > 500 && [LEVELRED] > 14
 
Hi.
Anybody have file config.dis. As i see current trinity not have it.
Can you show contents of it ?
 
Back
Top