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

[ItemRules2] Gnillers Super-Tight Loot Rules

dont use this loot rules, i tried, it was pointless

youre going to need to bot for 90 days to find 1 10bil item for it to keep meanwhile it will sell 1000 1bil items in between

even raising the value of 100 to 185 it still sells stuff that sells for 20m+

this thread should be deleted and ban OP for screwing bot sales up

You should go in and adjust the keep triggers to your liking. I have done this and these rules are great! It took me about 30 min to get them the way I want them. The OP Didnt make these for you he made them for his liking then allowed us to use them..... We didnt do anything so why would they close a thread were someone is helping. Make your own and keep all the junk you want
 
Hey man, thanks for the rules just switched to them yesterday as I was tired of having crap filling my stash!

I have edited the @GNILLERCONFIG to 140 in the rares.dis file however in the itemRulesArchive.txt it is still stated as being 100 rather than 140 for each score calculation. Any ideas why? I know these rules are tight however I have been running for ~10 hours at 1000IPH and not had a single item stashed which i think may be a bit unusual? It could just be RNG but I'd just like to check if the log should be reporting a different score before I end up trashing something that (for me with a score of ~140) would be valuable.

Also, just to clarify, with the various @GNILLER[SLOT] scores such as @GNILLERHEAD or @GNILLERWEP am I right in saying an item will be stashed if any of these scores is <@GNILLERCONFIG.

Cheers

Expect around 1 item a day kept for every 1k IPH your bots are making, mabye a little less :) it is not uncommon to not get an item within 10 hours. I have days without recieving any items on multiple bots, the blame for that would be on RNG! :D

As for items with value being trashed, these rules have been tested over almost 6 months time now and it is always possible mistakes get through but im fairly sure they are minimal :) if anything gets trashed that shouldn't be, let me know and it'll be updated! (just make sure it fits my vision)
 
Gniller please ignore the trolls... many of us appreciate your hard work and enjoy your loot rules. It would be a shame to see you go because a few idiot trolls keep harassing you and the other devs.
 
Indeed, please ignore the trolls. The rules are working as intended and has saved me a lot of work. I could probably let my bots run for a month without having to check my stash, and when I do I'd find tons of 1b+ items. I have 5b worth of items up on AH right now, and they've all been stashed by these rules. If that's not good enough then I don't know what is. Who seriously bothers with selling 30m items these days?
 
I have been using your itemrules for quite some time now.. Used to use standard trinity but I got fed up with all the junk items.

I noticed one thing though.. Would it be possible to add into the itemrules to pick up rings and amulets by any chance? Perhaps even pick up all legendaries and don't sell/salvage them?

Thanks :)

Ohh... And AWESOME work!
 
Is there a chance of this plugin to keep few "legends" unid and stash using unidealer?

Or using this it will id everythng and just keep what is really good... I am trying to find a better pick up rules than trinity since trinity stash alot trash (briemstones and rares).

Really interested in your plugin, tired of trash :)
 
I have been using your itemrules for quite some time now.. Used to use standard trinity but I got fed up with all the junk items.

I noticed one thing though.. Would it be possible to add into the itemrules to pick up rings and amulets by any chance? Perhaps even pick up all legendaries and don't sell/salvage them?

Thanks :)

Ohh... And AWESOME work!

1. Open the files with your favorite text editor.
2. Fix whatever you aren't happy with.
 
1. Open the files with your favorite text editor.
2. Fix whatever you aren't happy with.

And that's the problem.. I simply cannot understand how it works. It's too complicated for me :/
 
Every time I follow the steps to install these itemrules , DB Crashes. The SECOND I click reload script. Boom. Gone. Instant Crash.
 
It's acutally quite easy, simple logic to be honest.

Let's take ths line from the file pickup.dis (the file you need to edit to have more/less item types picked up):
[QUALITY] == "Rare" && [LEVEL] >= 60 && [BASETYPE] == "Jewelry"
This tells the bot to pickup all the rare Jewels with an item level higher or equal to 60.
This line should, perhaps, be followed by another line which tells the bot to ignore the lower level Jewels:
[QUALITY] == "Rare" && [LEVEL] < 60 && [BASETYPE] == "Jewelry"-> [IGNORE]

To pick up all legendaries you just have to use this:
[QUALITY] == "Legendary" && [LEVEL] >= 1
without an ignore rule.

Following this pattern you should be able to make your own pickup list.

I like Gniller's loot rules a lot, but I didn't like what items are picked up by default either so I had to spend ~30 minutes the first time I got this in order to add more items to the pickup list.
 
Every time I follow the steps to install these itemrules , DB Crashes. The SECOND I click reload script. Boom. Gone. Instant Crash.

Yea ive crashed it 20 + times now.

Not really sure what is going on with my shit but it does not like you gniller.

Am I the first person this has happened to? o_O
 
Last edited:
I have been using your itemrules for quite some time now.. Used to use standard trinity but I got fed up with all the junk items.

I noticed one thing though.. Would it be possible to add into the itemrules to pick up rings and amulets by any chance? Perhaps even pick up all legendaries and don't sell/salvage them?

Thanks :)

Ohh... And AWESOME work!

Rings and amulets should already be picked up :) on my testing rig they get picked up just fine!

Is there a chance of this plugin to keep few "legends" unid and stash using unidealer?

Or using this it will id everythng and just keep what is really good... I am trying to find a better pick up rules than trinity since trinity stash alot trash (briemstones and rares).

Really interested in your plugin, tired of trash :)

Item rules don't handle identification (atleast mine don't, itemrules2 has this option since the last beta i believe) mine just handle the stashing AFTER identification so it won't intervene with unidealer :)

Every time I follow the steps to install these itemrules , DB Crashes. The SECOND I click reload script. Boom. Gone. Instant Crash.

Known bug in ItemRules2, this is out of my hands for now as this is not actually an item rules bug but the code behind it. Hit Save > close trinity config > stop/start bot :) even if you crash, settings are saved this way and work after restart.

Perhaps i'll take a look at that part of the trinity code sooner or later but for now i'm working on "something else" :rolleyes:



PS. The positive responses are appreciated even though i don't respond to all of them separately guys! :D
 
Rings and amulets should already be picked up :) on my testing rig they get picked up just fine!



Item rules don't handle identification (atleast mine don't, itemrules2 has this option since the last beta i believe) mine just handle the stashing AFTER identification so it won't intervene with unidealer :)



Known bug in ItemRules2, this is out of my hands for now as this is not actually an item rules bug but the code behind it. Hit Save > close trinity config > stop/start bot :) even if you crash, settings are saved this way and work after restart.

Perhaps i'll take a look at that part of the trinity code sooner or later but for now i'm working on "something else" :rolleyes:



PS. The positive responses are appreciated even though i don't respond to all of them separately guys! :D

Thanks for the work around. Playing with it at 200 on 12 bots. thinking of making it alot stricter but even at 200 it trashes twice as much as darkfiend item rules hard rules.

Im amazed at the accuracy of this thing.

It is clear that you designed it with a gnillerconfig of 100 in mind, yet at 200 it simply stopped picking up junk that darkfiends was picking up, but isnt making any mistakes or trashing anything worth more than a few million.

(TLDR: GNILLER LOOT RULES ARE INCREDIBLY ACCURATE EVEN IF YOU WANT ALL ITEMS KEPT THAT ARE WORTH 5-20m!) SET YOUR GNILLERCONFIG to 200 and you wont complain.)

I mean.. at 200 it literately stops picking up junk but always picks up items worth more than a few mil. So for everyone wanting that.. just play with the gnillerconfig this thing is mad accurate.

That being said, 200 is way to lenient for me. I only set it that high to test it out on my Item Mess. (And when I say item mess im talking about 13 mule accounts full stash tabs and 13 alts full inv) thats over a thousand items sitting in mules.

I REALLY needed this gniller. lol as you can see. Thanks a ton man. Now instead of spending 8 hours sifting through shit trying to find where the good stuff is hiding while it depreciates in value; I can now simply not have the shit.
 
The only issue I found at 200 was the bot wanting to salvage a 6 crit stormcrow (Which Would Go For 50-70m)

Im guessing this is because gnillerconfig doesnt go for legendaries? would that be correct?
 
The only issue I found at 200 was the bot wanting to salvage a 6 crit stormcrow (Which Would Go For 50-70m)

Im guessing this is because gnillerconfig doesnt go for legendaries? would that be correct?

Gnillerconfig does work for legendaries actually :)

Storm crow is one of these items that is hard to balance for configuration however as it barely has any stats that scale at all. Creating an exception would mean defaults should also keep storm crow and CRIT% scales on other stats for head slots normally (technically the other way around). Meaning this would pretty much be always keep 6% storm crows or never keep them, i'll give it some thought but i am not going to guarantee it'll be changed. My focus remains on @gnillerconfig 100 :)

Whatever my conclusion may be, this is useful feedback!

Edit: some experimental loosening for storm crow has been added for my internal testing. If i don't get smashed with piles of storm crows it'll probably be in the next release :)
 
Last edited:
why it doesnt pick ilvl 63 rare armors need to do anything special? it only pick gloves


if i remove pickup.dis will trinity handle the item pickup and item rules will keep items?
 
Last edited:
4 bots running 1k iph, 3 days, all have only kept me weapons, gloves, amulets and rings, i did set the gniller's score to 100, than i tried 150 and 200, and they still never keep me a mempo or inna pants, exetera.

Any idea why?
 
Back
Top