need pickup empower 0q enlighten 0q and enhance 0q. how i can do this?
How i can tune this plagin for chaos recipe, or which plugin me need use for this?
Hey Peeps I am using v3.3.3 and I am having an issue that it is picking up normal and magic Helmet, Gloves and boots. I have checked the Custom rules and there is no rule for it to pick them up. I have the rules to pick up all unique's, Rare ring, amulets & jewels, Rare items I use above ilvl 83, all maps plus a few more. But nothing regarding normal or magic items. The only thing I have is
"item.IsRGB and item.InventorySquareValue == 1*3 or item.InventorySquareValue == 2*2"
I do not like large items for RGB value
and on the sell tab
"item.IsMagic and item.Link >=6" and
"item.IsNormal and item.Links >=6"
If any thing is required to assist me please ask and I will supply it.
![]()
These rules don't work for rares because their full name is just the rare name, not their type.
RESOLVED:
#1 errors were causing this because of the rules set in AIF. I fixed the AIF and then restarted EB. fixed
#2 i'm a dumb a$$... rares were unchecked to sell.
A couple questions... #1 my chaos recipe tab is getting overloaded and i dont know why. its storing more than i have selected to keep stored
[OpenStashTab] Now switching to tab "R".
[RecipeMatch] Head now has 4 item(s) registered (Max : 3)
[CheckForRecipeItemsTask] Registered item < Regicide Mask (Rare Head) - Metadata : Metadata/Items/Armours/Helmets/HelmetDexInt8 - ItemLevel : 72 >
[RecipeMatch] LeftHand now has 10 item(s) registered (Max : 6)
[CheckForRecipeItemsTask] Registered item < Thicket Bow (Rare LeftHand) - Metadata : Metadata/Items/Weapons/TwoHandWeapons/Bows/Bow16 - ItemLevel : 72 >
[RecipeMatch] LeftHand now has 11 item(s) registered (Max : 6)
[CheckForRecipeItemsTask] Registered item < Decimation Bow (Rare LeftHand) - Metadata : Metadata/Items/Weapons/TwoHandWeapons/Bows/Bow15 - ItemLevel : 72 >
[RecipeMatch] Chest now has 8 item(s) registered (Max : 3)
[CheckForRecipeItemsTask] Registered item < Savant's Robe (Rare Chest) - Metadata : Metadata/Items/Armours/BodyArmours/BodyInt13 - ItemLevel : 72 >
#2 it is identifying all rares and stashing all rares even though i cant find anywhere in the list that says keep all rares.
Having these problems after i installed the new V3.3.3. everything just fine on the version i had before.
How do i make this pick up sextants? im unable to make it work with" item.IsCurrency and item.FullName == "Master Cartographer's Sextant" "
Wrong. It works for normal items but not rares. For example, I just validated this steel ring then alched it and checked again:t works, watched it pick it up myself.
Update V3.3.5:
Fixed mistakes
Default setting filter will keep all stygian vise
Noticed the claw "The Scourge" was missing. Was that intentional?
item.IsRare and item.IsJewelhow to keep all Abyss jewels?
Abyss only not all jewelsitem.IsRare and item.IsJewel
Are you getting enough regular jewels that it matters that much?Abyss only not all jewels
nice! it works for me.Are you getting enough regular jewels that it matters that much?
I found that I was getting abyss jewels like 20:1 to regular ones..
but this should work, I validated it in AIF and it comes back true for me
item.Name.Contains("Eye") and item.IsJewel and item.IsRare