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

[Plugin] AdvancedItemFilter RELOADED !

Status
Not open for further replies.
Well, tested 1.0.2.3
No matter what "item.IsRare and item.IsNeededForChaosRecipe" or "item.IsNeededForChaosRecipe" bot still dont want to pickup chicks... I mean items for chaos recipe. And as i see some other peaople has that problem too. Hope that would be solved soon.
 
Well, tested 1.0.2.3
No matter what "item.IsRare and item.IsNeededForChaosRecipe" or "item.IsNeededForChaosRecipe" bot still dont want to pickup chicks... I mean items for chaos recipe. And as i see some other peaople has that problem too. Hope that would be solved soon.

No logs no win
 
Dont pickuping items for chaos recipe , nothing
1.webp
Log:
View attachment Exilebuddy 5344 2016-01-14 04.22.txt
 
well im downgrading to 1.0.2.0 again, since the chaos recipe works there...

back to millions of scrolls, yay ^^
 
well im downgrading to 1.0.2.0 again, since the chaos recipe works there...

back to millions of scrolls, yay ^^

I just don't get what's your issue... bellajr still don't understand that the sliders values are taken as "parameter" into the recipe counting, he set them to 1, he has 1 in stash and is like "Why is bot no pikin up"...

You get some stuff that can hold 1 liter of whatever (chose wisely) what happens if you put more?

Same story for recipes.

You can set whatever values you want for the sliders, but consider it that if the tab is full it might fuck things up, so you shouldn't use specific tab (unless I fixed multiple tabs for it kappa.)
 
yep as i thought. found an identified ring that actually triggered a keep filter rule.
the chaos recipe tab was free from any rings

View attachment 195928View attachment 195929

well my issue is, that he doesnt keep unid rings anymore. he idents them and then obviously runs out of unid rings for the recipes.
may day shift runs the newest AIF version and has no single ring anymore. The night shift runs on x.2.0 and everything runs flawless. (besides the scroll spam^^)



ps: i also use a specific tab though. tab 2.
and the sliders are set to 2 for armor/weapon and 8 for ring belt amus
 
well my issue is, that he doesnt keep unid rings anymore. he idents them and then obviously runs out of unid rings for the recipes.
may day shift runs the newest AIF version and has no single ring anymore. The night shift runs on x.2.0 and everything runs flawless. (besides the scroll spam^^)



ps: i also use a specific tab though. tab 2.
and the sliders are set to 2 for armor/weapon and 8 for ring belt amus

Any informations I should be aware of like :

- What is your bot farming (i would say maps but who care)
- What level are the maps you run

The recipe logic is working fine, since you get amulets protected, it might be related to something else.

The rings that gets identified basically skip the protection check, which means they didnt match these conditions :

Code:
            if (!Main.AdvSettings.ChaosRecipeEnabled) return;
            if (!IsEligible(i.ItemLevel)) return;
            if (i.Rarity != Rarity.Rare) return;
            if (i.SocketCount == 6) return;

            if (RingsCount < Main.AdvSettings.RingsNumberToKeep && i.IsRingType)
            {
                if (i.ProtectFromIdentification())
                {
                    RingsCount++;
                    Main.Log.InfoFormat("Added Ring to CHAOS set ({0}/{1})", RingsCount, Main.AdvSettings.RingsNumberToKeep);
                }
                
                return;
            }

// EDIT //

And for those wondering why I ask all those questions :

Code:
2016-01-15 12:01:58,384 [16] DEBUG CustomLogger (null) - [BlackListFromIdentification] Unset Ring [TL: {1, 4}] has been Blacklisted from identification.
2016-01-15 12:01:58,385 [16] INFO  CustomLogger (null) - Added Ring to CHAOS set (10/20)
2016-01-15 12:01:58,387 [16] DEBUG CustomLogger (null) - [IdentifyItemsTask] Unset Ring is protected from identification, passing by...

At exactly 12:01:58,384 this 15/01/2016 my bot protected a ring.
 
Last edited:
Any informations I should be aware of like :

- What is your bot farming (i would say maps but who care)
- What level are the maps you run

bots are all between lvl 80 and 90 and do maps.
max level per map is set to 74. so they do whatever they have. in average i guess 72ish


going to check some logs. lets see if i find some blacklist entries, now since i know how the entry should look like. ill report back in a bit
 
Last edited:
bots are all between lvl 80 and 90 and do maps.
max level per map is set to 74. so they do whatever they have. in average i guess 72ish


going to check some logs. lets see if i find some blacklist entries, now since i know how the entry should look like. ill report back in a bit

I didn't see any, and that's why it's weird. ;x
 
I just don't get what's your issue... bellajr still don't understand that the sliders values are taken as "parameter" into the recipe counting, he set them to 1, he has 1 in stash and is like "Why is bot no pikin up"...

You get some stuff that can hold 1 liter of whatever (chose wisely) what happens if you put more?

Same story for recipes.

You can set whatever values you want for the sliders, but consider it that if the tab is full it might fuck things up, so you shouldn't use specific tab (unless I fixed multiple tabs for it kappa.)

I have the same issue as bellajr. Yes, sliders set to 1, and i DONT have ANY item related to Chaos recipe in stash (its just emty). After starting the bot it just farms maps and ignores all rares that can be used in recipe (and maps are 72lvl everage). I will put the log here later today.

EDIT: Would be great if you Update "CustomRules Available Values & Usage" file, becouse maybe we made some mistake. (Anyway it would be great to check my rules related to chaos recipe before posting something here)
 
Last edited:
I didn't see any, and that's why it's weird. ;x

from the 10 accs im running on this computer only 2 do the recipe properly. the rest doesnt do it at all.

weird is that they all have the absolutly exact same settings.
 
I just don't get what's your issue... bellajr still don't understand that the sliders values are taken as "parameter" into the recipe counting, he set them to 1, he has 1 in stash and is like "Why is bot no pikin up"...

You get some stuff that can hold 1 liter of whatever (chose wisely) what happens if you put more?

Same story for recipes.

You can set whatever values you want for the sliders, but consider it that if the tab is full it might fuck things up, so you shouldn't use specific tab (unless I fixed multiple tabs for it kappa.)

And what now ? My stash was empty and sliders was set to 2...2...20...10...... But the bot dont pickup items for recipe.

rule.webp set.webp

Log:
View attachment Exilebuddy 7708 2016-01-16 22.33.txt
 
well since he already decided to ignore my issues i guess i should post, that i solved it.
i don't know excactly what was broken, but a clean install of the bot+aif actually fixed it.
 
I'll be investigating the chaos recipe issue in the next days (the one from the rules) I'll also reconsider the tasks, maybe recode them entirely into one single file.
 
well since he already decided to ignore my issues i guess i should post, that i solved it.
i don't know excactly what was broken, but a clean install of the bot+aif actually fixed it.
I try the clean install, but the same sh1t with IsNeeded .... :( :'(
 
The Chaos recipe is fine, maybe your doing higher level maps where items tend to be more for the regal recipe.
 
The Chaos recipe is fine, maybe your doing higher level maps where items tend to be more for the regal recipe.

No. Not with lvl the problem because if I put only to Pickup rule item.IsRare they will pick up all rare items and what need for chaos recipe the bot will keep it.
Problem with the item.IsNeededForChaosRecipe picup rule
 
No. Not with lvl the problem because if I put only to Pickup rule item.IsRare they will pick up all rare items and what need for chaos recipe the bot will keep it.
Problem with the item.IsNeededForChaosRecipe picup rule


if tony actually fixes this, the whole chaos to exalt market will crash!!!!!!

:) :) :) :)


wtb private rules
 
Status
Not open for further replies.
Back
Top