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

How do I make it so it only picks up rare one handed weapons?

Bossqwerty

New Member
Joined
Jan 15, 2010
Messages
85
Reaction score
0
Anyone know what I need to add to the loot filter to accomplish this? Thanks!
 
meaning you want to disable all the other things it picks up? well to start, go and disable all the other filters. then add a new filter, under rarities, check off "rare", under item size, do min size 1x3, max size 1x4. that should be it.

you could probably do it with the regex filter too, but my approach seemed easier.
 
Seems to have done the trick, thanks! It'll still pick up helmets and stuff though.
 
Helmets are 2x2, so I don't know why that filter would pick up helmets. 2 is obviously greater than 1.
 
Helmets are 2x2, so I don't know why that filter would pick up helmets. 2 is obviously greater than 1.

There are 1 handers that are bigger than 1 by x, so I had to make the minimum size larger. It picks up too much junk so unfortunately this solution isn't practical. Anyone else have any ideas?
 
Something is wrong with the "Name" field in the stash filter. Pick up filter works fine with names, but stashing does not. Before the rewrite of the bot for flagging I had some nice filters set up and working perfectly; now only the pick up filter works like it should.

A list of regex types would be nice also since that is information appears to be compiled and not available to the public?
 
We didn't change anything with the filter logic after the rewrite, but it's never been epic either. We'll try to check this out soon.

Here's a link to the current metadata stuff: https://gist.github.com/anonymous/1fdbdea12d520cd955e9

We'll get something going guide wise with it later after we fix some other issues first.
 
meaning you want to disable all the other things it picks up? well to start, go and disable all the other filters. then add a new filter, under rarities, check off "rare", under item size, do min size 1x3, max size 1x4. that should be it.

you could probably do it with the regex filter too, but my approach seemed easier.

lots of 1 handers are 2x3 so same size as armour, shields, bows.... so you may can filter them by type, but that is just a suggestion i had no deeper look into the pick up system so far and still dreaming of my old d2 pickit txt file ;)
 
We didn't change anything with the filter logic after the rewrite, but it's never been epic either. We'll try to check this out soon.

Here's a link to the current metadata stuff: https://gist.github.com/anonymous/1fdbdea12d520cd955e9

We'll get something going guide wise with it later after we fix some other issues first.

Thanks for uploading that. Regex strings working great now.

Worth noting that you can't use both the Names: and Types: - if you do nothing happens.

Any plans to implement a gearscore (user define) system like demonbuddy uses?
 
Thanks for uploading that. Regex strings working great now.

Worth noting that you can't use both the Names: and Types: - if you do nothing happens.

Any plans to implement a gearscore (user define) system like demonbuddy uses?

gearscore system sucks, for poe you want a stat based system, like:

armour: maxlife > 95, fireres > 38, lightres > 38, armour% > 120,

or similar, you can clearly define what items to stash and what not, which you cant with a gearscore system
 
Back
Top