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

[ItemRules2] Gnillers Super-Tight Loot Rules

i started to use gnillers today.. and it dont pick 61+ 1H weapons.. 3 days ago i sold a lvl 62 sword 1280dps/OS/LS/Dex for U$250,00...

gniller, could u put this awesome tool to pick lvl61+ 1H weapon? Please...
 
Why bother picking up 2h rares though? =)
Also, is there a way to ignore picking up those demonic essencies? They just litter up the space in the stash =(
 
i started to use gnillers today.. and it dont pick 61+ 1H weapons.. 3 days ago i sold a lvl 62 sword 1280dps/OS/LS/Dex for U$250,00...

gniller, could u put this awesome tool to pick lvl61+ 1H weapon? Please...

1h weapons are only picked up ilvl 63 because of the base damage being more potential, you can modify pickup.dis if you disagree with fine tuning :)

Why bother picking up 2h rares though? =)
Also, is there a way to ignore picking up those demonic essencies? They just litter up the space in the stash =(

demonic essenses are handled by trinity, my pickup rules don't mess with these settings.
 
1h weapons are only picked up ilvl 63 because of the base damage being more potential, you can modify pickup.dis if you disagree with fine tuning :)

i dont understand nothing about edit this.. hehehehehe =) but ok.. ty for answer

If you want, you could create two more versions of this wonderful tool. eg:

Gniller Original;
Gniller Plus; (1h weapons with 61+, 62+ shoulders, jewerly 58+)
Gniller Maxloot; (all 60+ items and sure, jewerly 58+)

it is my opnion.. =)

cya bro
 
pickup rules are really easy to tweak, u need a 0,003% brain power to do it.

[QUALITY] == "Rare" && [LEVEL] > 62 && [BASETYPE] == "Weapon" && [ONEHAND] == true

Its basic logic
">" - greater
"=" - equal

U want to pickup 61+ weapons? ezzzy
[QUALITY] == "Rare" && [LEVEL] >= 61 && [BASETYPE] == "Weapon" && [ONEHAND] == true

Maybe u want 62+ oonly???
[QUALITY] == "Rare" && [LEVEL] >= 62 && [BASETYPE] == "Weapon" && [ONEHAND] == true

Meeh, lazy people xp
 
when people want other do the stuff they don't care about anything else ^^
 
i dont understand nothing about edit this.. hehehehehe =) but ok.. ty for answer

If you want, you could create two more versions of this wonderful tool. eg:

Gniller Original;
Gniller Plus; (1h weapons with 61+, 62+ shoulders, jewerly 58+)
Gniller Maxloot; (all 60+ items and sure, jewerly 58+)

it is my opnion.. =)

cya bro

Do not expect any separate rules for specific uses. I implemented @GNILLERCONFIG for customization, this is as far as i'll go anytime soon :) It would require more time testing/maintaining performance. Keep in mind i do all of this for free, basically it is stuff useful to me that is shared for public use. Stuff that isn't useful to me is not supported :)
 
btw i'm using this profile from 2-3 days... but it always sell all... my wault is still empty ^^ is normal?
 
Just some clarification [CRIT%] > 0 would include any item with any value of Crit (IE 1,2,3,4,5,6%) helm. [CRIT%] > 3 would include any helms with a value greater than 3 (IE 4,5,6) helm. I am new to the == , || trying to find what each one means :P

This will pick up any helm with crit % or pick up radius:

[QUALITY] == "Legendary" && [NAME] == "Mempo of Twilight" # ([INTVIT] > 400 || [STRVIT] > 350 || [DEXVIT] > 350) || ((([INTVIT] > 300 || [STRVIT] > 250 || [DEXVIT] > 250) && ([CRIT%] > 0 || [PICKRAD] > 0)))
[QUALITY] == "Legendary" && [NAME] == "Mempo of Twilight" # [@GNILLERINTHEAD] > 675 || [@GNILLERSTRHEAD] > 625 || [@GNILLERDEXHEAD] > 625

Do i need to // the [QUALITY] == "Legendary" && [NAME] == "Mempo of Twilight" # [@GNILLERINTHEAD] > 675 || [@GNILLERSTRHEAD] > 625 || [@GNILLERDEXHEAD] > 625
 
Last edited:
Just some clarification [CRIT%] > 0 would include any item with any value of Crit (IE 1,2,3,4,5,6%) helm. [CRIT%] > 3 would include any helms with a value greater than 3 (IE 4,5,6) helm. I am new to the == , || trying to find what each one means :P

This will pick up any helm with crit % or pick up radius:

[QUALITY] == "Legendary" && [NAME] == "Mempo of Twilight" # ([INTVIT] > 400 || [STRVIT] > 350 || [DEXVIT] > 350) || ((([INTVIT] > 300 || [STRVIT] > 250 || [DEXVIT] > 250) && ([CRIT%] > 0 || [PICKRAD] > 0)))
[QUALITY] == "Legendary" && [NAME] == "Mempo of Twilight" # [@GNILLERINTHEAD] > 675 || [@GNILLERSTRHEAD] > 625 || [@GNILLERDEXHEAD] > 625

Do i need to // the [QUALITY] == "Legendary" && [NAME] == "Mempo of Twilight" # [@GNILLERINTHEAD] > 675 || [@GNILLERSTRHEAD] > 625 || [@GNILLERDEXHEAD] > 625

I am not sure what your questions is here :) == means is (exact value) || means or (gives two or more options, usually of an exact value). >= means more or equal to (ideal for specific stats).

Hope this answers your question to a certain degree :) as for the crit stashing, you are correct.
 
Gniller, I have one question for you. Will the bot salvage or sell the trash legendary items ?
Also why the bot skip [ do not loot ] some items , for example Archon Armor ? It can roll good stats its ilvl 63 ?
 
Last edited:
hey again. gniller, i might have another great job for you :D

actually, there are quiet a few items which are worth a lot but dont fit into the classic item-rule pattern.
for instance all items for special builds (eg. 0dog for WD) or special purposes (eg. buriza-do kyanon & star of azkaranth with high chance of freeze+piercing for higher MP): Follower builds for Farm & Fun - Forums - Diablo III

would it be possible for you to implement extra rules for those? :]
 
Gniller, I have one question for you. Will the bot salvage or sell the trash legendary items ?
Also why the bot skip [ do not loot ] some items , for example Archon Armor ? It can roll good stats its ilvl 63 ?

That would be handled by your trinity settings :)

hey again. gniller, i might have another great job for you :D

actually, there are quiet a few items which are worth a lot but dont fit into the classic item-rule pattern.
for instance all items for special builds (eg. 0dog for WD) or special purposes (eg. buriza-do kyanon & star of azkaranth with high chance of freeze+piercing for higher MP): Follower builds for Farm & Fun - Forums - Diablo III

would it be possible for you to implement extra rules for those? :]

Unfortunately DemonBuddy is not able to read these kind of item stats from the game client, meaning this is not possible from a technical point of view :) If it was, i would most likely look into it but for now the road ends here :(
 
That would be handled by your trinity settings :)
Yeah , about the first question u are right , trinity handle this, but the second one in trinity i select for miscs to loot archor / razorspikers ..... etc. , but the bot still skip them. Can you help me with this , please.
 
hey guys is there s some script that can keep only items that worth 5 mil + or ?
 
Unfortunately DemonBuddy is not able to read these kind of item stats from the game client, meaning this is not possible from a technical point of view :) If it was, i would most likely look into it but for now the road ends here :(
well, true.. kinda sad. isnt there another plugin or workaround? or you could start stashing burizas by default (wouldnt take too much effort to check them manually i reckon)
 
well, true.. kinda sad. isnt there another plugin or workaround? or you could start stashing burizas by default (wouldnt take too much effort to check them manually i reckon)

Memory reading can not be accessed by plugins so nope that would not be possible.

As for the fine tuning around the possibility of a worthy drop even though we won't know this for sure, i did this for stone of jordan other (kind of specific) suggestions would be more than welcome! :)
 
Is there a way to limit the health pot? The bot kept on picking up more and more health pot, when I set the max to 100 in Trinity.
 
Back
Top