Motorbreath
Member
- Joined
- Jul 15, 2012
- Messages
- 134
- Reaction score
- 0
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.any way to exclude the bot from picking up wisdom/portal scrolls?
item.IsCurrencyCan 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.
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.
Thanks i have amended itit 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
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
Thank you so much that worked !!item.IsNormal and item.FullName == "Leather Belt"
![]()
Btw, keeping coins in inventory aint working for me . . .
![]()
it takes it off the stash, then re/put it back there . . .