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

[ItemRules2] Gnillers Super-Tight Loot Rules

This seems to be a pretty understandable rookie mistake so here is whats wrong:



= usually means "set to" in any code getting close to programming, here's what should work:



or



I'd recommend the second one, this one would be compatible with blizzard releasing new item levels in itemization updates (we don't know if they will do this but there is no harm in being prepared!)

Hope that helps! :)


Hm thanks for the feedback. So I changed it based on what jiz said in the above post to this:

[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "WizardHat" -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "VoodooMask" -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "MightyBelt" -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "SpiritStone" -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "Helm" -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "Chest" -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "Cloak" -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "Legs" -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "Boots" -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "Quiver" -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "Shield" -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Armor" && [TYPE] == "Belt" -> [IGNORE]


[QUALITY] == "Rare" && [LEVEL] > 57 && [TYPE] == "Gloves"
[QUALITY] == "Rare" && [LEVEL] > 62 && [BASETYPE] == "Armor"
[QUALITY] == "Rare" && [LEVEL] <= 62 && [BASETYPE] == "Armor" -> [IGNORE]

However, still not picking up ilvl63 shoulders or bracers. Any idea why?
 
your rules basically tell trinity to ignore any ilvl 63 rare ... change the "<=63" to "<=62" if you want to keep the ilvl 63 rares of the different kinds...
 
hello .... thank you for a good job @Gniller:)

I have a question ,I have to edit to collect item axes and swords(1-hand) the level of 62(rare) ??
thanks you in advance for your help
 
Last edited:
Gniller, thank you so much for your rules! I always use them in soft... And do you have any for hard?
 
hello .... thank you for a good job @Gniller:)

I have a question ,I have to edit to collect item axes and swords(1-hand) the level of 62(rare) ??
thanks you in advance for your help

Yep, those are handled in pickup.dis :)

Gniller, thank you so much for your rules! I always use them in soft... And do you have any for hard?

I have no idea what you are trying to say here sorry, i assume english isn't your native language but if you want a decent answer rewrite the question :p

If you mean hardcore and softcore, these item rules work for both. You may want to put @GNILLERCONFIG to a higher number though but i haven't tested the hardcore market :)
 
Hi Gniller,

I`d like to use your loot rules, but i`m afraid that it will skip a few items worth 20-50m

Do you have any advice to make the rules a bit better for low-mid items?

I`m using the default loot rules of trinity, but it loots a ton of crap gear, useless helmets, belts, armor, etc...
 
Gniller

Bro...how do I edit to for it to pick up lvl 62 1H weapons lke Craig Hammer and lvl 63 Wand - Desolator Wand or something.

Thanks bro
 
Hi Gniller,

I`d like to use your loot rules, but i`m afraid that it will skip a few items worth 20-50m

Do you have any advice to make the rules a bit better for low-mid items?

I`m using the default loot rules of trinity, but it loots a ton of crap gear, useless helmets, belts, armor, etc...

In his loot rules, open the rare.dis with something like notepad++. Somewhere between lines 25 and 29, there will be the code @GNILLERCONFIG := 100. Change this number to something higher to start looting items more often. You'll have to test around to get the right number for your 20-50m items.
 
Hi Gniller,

I`d like to use your loot rules, but i`m afraid that it will skip a few items worth 20-50m

Do you have any advice to make the rules a bit better for low-mid items?

I`m using the default loot rules of trinity, but it loots a ton of crap gear, useless helmets, belts, armor, etc...
In his loot rules, open the rare.dis with something like notepad++. Somewhere between lines 25 and 29, there will be the code @GNILLERCONFIG := 100. Change this number to something higher to start looting items more often. You'll have to test around to get the right number for your 20-50m items.

That would be your answer, howto is in the second post of this topic :)

Gniller

Bro...how do I edit to for it to pick up lvl 62 1H weapons lke Craig Hammer and lvl 63 Wand - Desolator Wand or something.

Thanks bro

edit pickup.dis as you please for pickups :) i don't feel like going into much more details on this topic as it has been discussed pretty recently and this topic is really not about ItemRules2 support.
 
Thanks bro. I'll look at it when I'm home later. Yeah sorry for asking about it again. I searched around and noticed someone asked the same thing as well LOL.
 
Gniller,

Just curious. are these the changes that I have to do
[QUALITY] == "Rare" && [LEVEL] <= 63 && [BASETYPE] == "Weapon" && [TYPE] == "Wand"
[QUALITY] == "Rare" && [LEVEL] <= 62 && [BASETYPE] == "Weapon" && [TYPE] == "MightyWeapon"
[QUALITY] == "Rare" && [LEVEL] <= 62 && [BASETYPE] == "Weapon"

Is the 3rd line for all lvl 62 weapons? will it include both 1H and 2H?

Thanks bro
 
After 48 hours of play not one thing has not been put in the chest, on two accounts...
 
After 48 hours of play not one thing has not been put in the chest, on two accounts...

After 2 weeks with gnillerconfig at 150 all I got was a stash filled with worthless junk...

See what I did there?
 
I think people get the impression that loot-rules throw out better items...

How should that be possible? If you formerly got a lot of Junk and no 5?/$ item, then why should those appear with the gniller rules? Think a bit and you'll see, that these lootrules are there to ease your job, not to enhance your item output.
 
Heya, switched now 20 bots to test to you gniller. Very tired to see every day tons of crap in stash :) But:

Have anyone experiences with RU client? I use latest trinity and i can turn on or off "use item ID", but i wont get any loot in my stashes (tested 2 days each on that bots). Thats realy weird... So, need i check or uncheck "use item ID"? Anyone knows? Need i check any other option than shown on page 1 specialy in trinity? Whats with pickup-level? 60+, 61+, 62+, whats for best result/luck or doesnt matter? Thanks for help ;)
 
Heya, switched now 20 bots to test to you gniller. Very tired to see every day tons of crap in stash :) But:

Have anyone experiences with RU client? I use latest trinity and i can turn on or off "use item ID", but i wont get any loot in my stashes (tested 2 days each on that bots). Thats realy weird... So, need i check or uncheck "use item ID"? Anyone knows? Need i check any other option than shown on page 1 specialy in trinity? Whats with pickup-level? 60+, 61+, 62+, whats for best result/luck or doesnt matter? Thanks for help ;)

u need to CHECK use item ID...
I also use a non-english client.. so I leave it checked.. and it works just fine.. I use it at @140.. and stashs around 5 items per day on each bot.
 
u need to CHECK use item ID...
I also use a non-english client.. so I leave it checked.. and it works just fine.. I use it at @140.. and stashs around 5 items per day on each bot.
5 items? what ur iph and profil?
my 1000iph barbs stashs only 0-2 items per 24h
 
5 items? what ur iph and profil?
my 1000iph barbs stashs only 0-2 items per 24h

1300 - 1400 iph, with gnillers set to @140.
mp10 act2
picking up only items.. no gems / tomes / essences and gold only 3k+ stacks.
 
1300 - 1400 iph, with gnillers set to @140.
mp10 act2
picking up only items.. no gems / tomes / essences and gold only 3k+ stacks.
have same setup, but no have so many items
u lucky:) or liar
 
I think people get the impression that loot-rules throw out better items...

How should that be possible? If you formerly got a lot of Junk and no 5?/$ item, then why should those appear with the gniller rules? Think a bit and you'll see, that these lootrules are there to ease your job, not to enhance your item output.

Hehe people do tend to get that impression :p

Heya, switched now 20 bots to test to you gniller. Very tired to see every day tons of crap in stash :) But:

Have anyone experiences with RU client? I use latest trinity and i can turn on or off "use item ID", but i wont get any loot in my stashes (tested 2 days each on that bots). Thats realy weird... So, need i check or uncheck "use item ID"? Anyone knows? Need i check any other option than shown on page 1 specialy in trinity? Whats with pickup-level? 60+, 61+, 62+, whats for best result/luck or doesnt matter? Thanks for help ;)

Turning it on uses ItemID which is required for non-english game clients. Using it on english game clients should work as well it is just not needed here :) so in your case it should be checked.
 
Back
Top