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.
There's a specific looting option where you can specific items and how many to loot prior to stopping looting.
 
Can anyone share what string they have to pick up perandus coins? No matter what I do I cannot get it to pick them up, I have tried itemfullname contains, itemiscurrency and itemfullname contains, several other combinations but cant get it to pick up the coins. Thanks.
 
any way to exclude the bot from picking up wisdom/portal scrolls?
AIF > Pickup > add Portal Scroll on Item Name, Threshold = 40, check at the first position of the line (if u want the bot keep only 40 portal), and do similar thing with wisdom, Threshold = 200-500 up to you.
 
Can anyone share what string they have to pick up perandus coins? No matter what I do I cannot get it to pick them up, I have tried itemfullname contains, itemiscurrency and itemfullname contains, several other combinations but cant get it to pick up the coins. Thanks.
item.IsCurrency
 
Can anyone share what string they have to pick up perandus coins? No matter what I do I cannot get it to pick them up, I have tried itemfullname contains, itemiscurrency and itemfullname contains, several other combinations but cant get it to pick up the coins. Thanks.

As nanggio said above - they are considered a currency, so a blanket currency rule works. You can then use AIF to specific maximum pickup numbers for the lesser-desired currencies. This way you'll always have a stash of the lower currencies and pick up all others with only one rule needed.
 
item filter really fked me up big time. After I done all six Trials I couldn't find any "offering to the goddess", then I found out the bot is selling them if there is any in my inventory! these pieces worth 6-10 chaos why aint them included in filter already?! some1 plz give me the code lines to fix this.
 
Thanks i have amended it :) it should now only picks up divination cards worth 10c+


Code:
[
{
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "House of Mirrors"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Doctor"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "TheFiend"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Immortal"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Last One Standing"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Dragon's Heart"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Offering"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Ethereal"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "Mawr Blaidd"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Spark and the Flame"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "Abandoned Wealth"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Queen"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "Hunter's Reward"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "Wealth and Power"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Artist"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Polymath"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Celestial Justicar"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "Bowyer's Dream"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Enlightened"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Hunger"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Brittle Emperor"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "Pride Before the Fall"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The King's Heart"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "The Saint's Treasure"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsDivinationCard and item.FullName == "Last Hope"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
"Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "House of Mirrors"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Doctor"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "TheFiend"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Immortal"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Last One Standing"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Dragon's Heart"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Offering"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Ethereal"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "Mawr Blaidd"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Spark and the Flame"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "Abandoned Wealth"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Queen"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "Hunter's Reward"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "Wealth and Power"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Artist"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Polymath"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Celestial Justicar"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "Bowyer's Dream"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Enlightened"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Hunger"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Brittle Emperor"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "Pride Before the Fall"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The King's Heart"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "The Saint's Treasure"",
    "ShouldLog": false,
    "Priority": 1
  },
  {
    "Comment": "",
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsDivinationCard and item.FullName == "Last Hope"",
    "ShouldLog": false,
    "Priority": 1
  },
  ]



is this work? After I load your CODE, it becomes blank 0.0
 
GCP Recipe working? Wanted to test it, but it messes up my stashing. it will switch to the gcp tab after every stored item. Another problem: when it triggers, takes gems till inventory is full, spits an error and puts it all back..
 
GCP is not working, at least for me it's not. Hasn't since I started botting a month ago.
 
I stopped botting back in dez.2016 and was working back then . . .

will try soon again . . .
 
Question. Ive tried to do a few rules to pick up normal leather belt like full name, full name contains,is belt and a few others and cant seem to get it to pick them up. If someone has the rule could i please get it. Thank you in advance
 
Question. Ive tried to do a few rules to pick up normal leather belt like full name, full name contains,is belt and a few others and cant seem to get it to pick them up. If someone has the rule could i please get it. Thank you in advance

item.IsNormal and item.FullName == "Leather Belt"

suwYM2z.png
 
Btw, keeping coins in inventory aint working for me . . .

XDVreR9.png


it takes it off the stash, then re/put it back there . . .
 
Last edited:
Status
Not open for further replies.
Back
Top