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

Item Filter?

jayabc123

New Member
Joined
Aug 27, 2014
Messages
11
Reaction score
0
Hi,
I have a question about the item filter. When I try to limit my pick-up item to only a few types (rare), it doesn't pick up any rares. I tried each one of the settings with the Regex/Match Any (by checking/unchecking/grey option), but it just keep ignoring all the rares so I had to start a new one. Did I typed wrong or how does it work? I tried to find some answers in the main item filter thread but it was mostly technical stuff that I know nothing about... Thanks in advance, and I'll attach my log, the last part of which I started to make some changes in the item filter. QQ??20140911023031.webp View attachment Exilebuddy 25108 2014-09-11 01.01.txt
 
/Rings/
/Metadata/Items/Weapons/OneHandedWeapons/Wands/ *
/Metadata/Items/Weapons/OneHandedWeapons/Daggers/ *
/Amulets/
/Belts/
/Metadata/Items/Armours/BodyArmour/ *

* I'm not 100% sure on these.
 
I think I actually tried those as well. I looked them up from the website attached to the main thread
 
First, you'll want to read over the Item Filter Editor Guide. It should cover all the ground required to get you started with filters.

For updated Metadata information, you'll want to read over: The "Dev" Tab: Runtime Development Using CodeDOM, and then dump BaseItemTypes. That will give you an up to date copy of the metadata type strings.

You'll want to keep the correct case for things, and you just need to match something from BaseItemTypes.

Start out with a new clean copy of the item filter. The bot by default will loot all rares from the "All Rares" Pickup filter. To loot rates, you simply use the "Rare" rarity under the Rarities category. From there, you can then filter specific types of rares to loot by Type. An example is provided, "Rare accessories" that does just that. If you expand the "Names and Types" category, you'll see the Types filled out.
 
Back
Top