Search the Community
Showing results for tags 'chromatic'.
Found 2 results
-
PickIt - Additional Functionality - RGB Group/Chromatic
a topic posted jps42 in Exiled Bot Feature Request
Bot currently does chromatic logic on it's own. The in game loot filter has logic for displaying RGB, they call it a Socket [Group]. Link here - https://pathofexile.gamepedia.com/Item_filter_guide Basically allows game to highlight any 3 link combo with RGB. I would like to be able to use a function to designate the same thing in a pickit. The purpose of this would be to drastically cut down on large chromatic recipe items such as 2x3 and 2x4 and focusing more on 1x3, 1x4, and maybe 2x2 items. The pickit would list the [type] and new RGB flag, and [sellitem] to vendor. This would add efficiency to the bot by reducing vendor trips and using inventory space better. -
Let fragment in Stash pickit not work , Smart chromatic orb vendor
a topic posted DarKZonEDZ in Archives
Let fragment in Stash [Type] == "Scroll Fragment" # [stashItem] == "true" [Type] == "Alteration Shard" # [stashItem] == "true" [Type] == "Transmutation Shard" # [stashItem] == "true" [Type] == "Alchemy Shard" # [stashItem] == "true" But it not work , This code write correct ? Pls make smart chrome vendor don't loot large item [Category] == "Glove" [sockets] == "3" && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true" [Category] == "Boot" [sockets] == "3" && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true" [Category] == "Helm" [sockets] == "3" && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true" [Type] == "Sai" [sockets] == "3" && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true" [Type] == "Profane Wand" [sockets] == "3" && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true" [Type] == "Tenderizer" [sockets] == "3" && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true" [Type] == "Gemini Claw" [sockets] == "3" && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true" [Type] == "Corsair Sword" [sockets] == "3" && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true"