can we get a screenshot of a part of your stash tab "4"?
Would it be possible to create a custom rule to identify rares and if it isn't needed for chaos recipe, to sell it ?
sure, here you go.
![]()
Hmm..... my logic is flawd, it doesn't check the last tab, fixing it asapexpect it in an hour or so
yeah i just realized that too when i looked through the logs myself. he stopped after tab 3![]()
ok, give me a moment!
![]()
well thats a good step. now he counts.
but...... he doesnt pick up any scroll at all. no wisdom, no portal :S
View attachment 195894
You check the IsNeeded for chaos recipe ? what is the problem ?
yes, wonder why? your amount in stash is still above the minimum... under this one it'll start picking them up. up to 120/120/160/80
There's no problem if there's no log.
There is another thing i don't fully understand.
what exactly is the IsNeededForRecipe rule for now? Do i have to edit my custom rules now to be able to have chaos recipe working?
Nope, it's for specific use onlyit checks if the item is needed for recipe before picking it up
so until i come up with a magical idea about cool specific uses i can just ignore and it everything runs fine as before. okay, sounds fair![]()
Can someone review my logs and tell me why the bot always stops when it identifies a rare that matches my "keep" rules.
To my understanding if it finds any rare that matches those rules it would stash it. Let me know if that isn't the case.
View attachment 195925
[CustomItemRules] The rule "item.IsRare and item.IsAmulet and ((item.FlatAdditionalEnergyShield >= 35 and item.item.SpellDamage >= 15 and item.ResistancesCount >= 1) or (item.AdditionalEnergyShieldPct >= 15 and item.SpellDamage >= 15 and item.ResistancesCount >= 1))" has returned an error.
[CustomItemRules] The call you tried to make may be incorrect, it should be "item.YOUR_DATA"
[CustomItemRules] If the call seems correct, the data must not be available (yet?) or have a different naming, consider disabling this rule
[CustomItemRules] The available properties can be found in the "EvaluableItem.cs" in the "Classes" folder.
[CustomItemRules] To avoid any further issues, bot will stop now, please verify your file.
hm i don't know, but something seems wrong with the chaos recipes as well. I occasionally watched some bots doing recipes this morning, but this might have been from "yesterdays jewellery stock".
It seems like he isnt picking up rings/amus anymore. all my accs have their recipe tab filled with chest, boot, gloves, helmet, weapon and belts. but not a single amu+ring anywhere.
i used to pile up rings at least.
also chaos/h rate went pretty much done the last while
*sigh* any ideas`?
wathcing a bit now and hoping to actually see a ring/amu drop to observe what he is doing with it.. *grabs popcorn*
Code:[CustomItemRules] The rule "item.IsRare and item.IsAmulet and ((item.FlatAdditionalEnergyShield >= 35 and item.item.SpellDamage >= 15 and item.ResistancesCount >= 1) or (item.AdditionalEnergyShieldPct >= 15 and item.SpellDamage >= 15 and item.ResistancesCount >= 1))" has returned an error. [CustomItemRules] The call you tried to make may be incorrect, it should be "item.YOUR_DATA" [CustomItemRules] If the call seems correct, the data must not be available (yet?) or have a different naming, consider disabling this rule [CustomItemRules] The available properties can be found in the "EvaluableItem.cs" in the "Classes" folder. [CustomItemRules] To avoid any further issues, bot will stop now, please verify your file.
*cough* item.item.
Read the actual error when it happensI added them in last build to allow people correcting their rules