So I have a question about sell / keep filter. If “keep” filter has kaom heart, and “sell” has rule that sell all unique. Would the bot prioritize to “keep” the kaom heart unique or it will prioritize the “sell” part and sell it ?
AIF stopped when Item.IsElderItem or Item.IsShaperItem is check for pickup / keep. Any idea how to fix that ?
[CustomItemRules] The rule "item.IsElderItem" has returned an error.
[CustomItemRules] The call you tried to make may be incorrect, it should be "item.YOUR_DATA"
[CustomItemRules] If...
using System;
using System.Drawing;
using System.Windows.Forms;
using System.Threading;
using System.Collections.Generic;
using System.Linq;
using ArcheBuddy.Bot.Classes;
namespace DefaultNameSpace{
public class DefaultClass : Core
{
private...