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

sacrifice item pick up

maths

New Member
Joined
Jan 11, 2014
Messages
162
Reaction score
0
but doesnt pick up sacrifice item in corrupted zone
 
Thank you for reporting! This will be fixed in the next bot version, but you will have to recreate your item filter to have it work by default.

For now, all you have to do to enable support is add a new type filter for "/MapFragments/" and the bot will pick them up. Here's a screenshot for an example.
 
thanks could you show me the same things but for the vaal skill, bot doesnt pick up them to
 
thanks could you show me the same things but for the vaal skill, bot doesnt pick up them to

The default filter picks up Vaal skill gems, but you need to delete your old filter so the new one can be made.

If you have your own filter, all you need to do is add a pick filter with a name of "Vaal" and rarity of "Skill Gem". This is what the section in the current default filter looks like now:
Code:
{
        "Description": "Pickup all Vaal skill gems. This is needed due to the next filter excluding the common ones. (Disabled)",
        "Enabled": false,
        "Names": [
          "Vaal"
        ],
        "Rarities": [
          4
        ]
}
 
My bot doesn't seem to be picking up Vaal gems, even though the default filter is enabled.

By the way, what exactly is "Match Any"? When "Match Any" is not enabled, it will still look for names that start with "Vaal"?
 
You should try redownloading the bot and starting from a fresh copy. I just re-tested it on the latest Beta and it looted them fine.

Match Any sounds a little confusing, but it's basically changes how the evaluator matches names or types.

When it's enabled (checked) or indeterminate (square), an item will match that filter category if its name or type is found in the list of names or types the user specifies.

When it's disabled (unchecked), an item will match that filter category if its name or type is not found in the list of names or types the user specifies.

So for example, if you wanted to pickup all currency, except for a few items, rather than making a filter for each item you want to pickup, you can use the general currency rarity along with a disabled Match Any setting for names and list the currency names you don't want to pickup. That is what the "Pickup all currency except..." filter does, if you check the default filter generated. Likewise, with Skill Gems, you can exclude some by disabling Match Any, which is also shown in the default filter.
 
Thanks for your explanation. I think the problem was caused by "Match Any" was unchecked for the Vaal gem filter in my bot. Let's see if it will loot new Vaal gems for me.
 
Back
Top