Search the Community
Showing results for tags 'Custom'.
Found 2 results
-
I've been using the new alert feature, and I like it a lot other than the pause part of it being broken atm. There are other components of the game at the moment and most likely in the future that would be very valuable to be alerted to. Examples in the past was Cadiro, Talismans, Darkshrines, Vaal Corrupted areas, etc. Some of these are integrated in game now to lesser degree, but strongboxes and other specific map events that can be read from memory should be allowed to be entered in a custom field for alerting as well. Some examples are Diviner box rolling - (Fiend/Doctor/Spark&Flame/Queen/etc), Arcanist and Carto box rolling. Weylam and Empyrean Apparatus alerting if not opening strongboxes by default (HC) Maybe even some bot related alerts would be nice, such as inventory full, or pms received from ppl thinking it is a bot.
- 2 replies
-
- alert
- pushbullet
-
(and 5 more)
Tagged with:
-
Chance Pickit For Select Unique Items
a topic posted Snowpup in User's script for POE and/or Exiled Bot
Just added a few lines for those who want to pick up normal items for chancing in the rare chance of getting a unique. Some aren't worth all that much but benefitted me so just ignore them if you want. Most are worth an Exalted or more. I won't be adding these in a spoiler tag because this forum handles spoilers TERRIBLY. [Type] == "Sinner Tricorne" && [Rarity] == "Rare" [Type] == "Sinner Tricorne" && [Rarity] == "Normal" [Type] == "Chain Belt" && [Rarity] == "Normal" [Type] == "Heavy Belt" && [Rarity] == "Normal" [Type] == "Amethyst Ring" && [Rarity] == "Normal" [Type] == "Amethyst Ring" && [Rarity] == "Rare" [Type] == "Iron Ring" && [Rarity] == "Normal" [Type] == "Diamond Ring" && [Rarity] == "Normal" [Type] == "Prismatic Ring" && [Rarity] == "Normal" [Type] == "Spike-Point Arrow Quiver" && [Rarity] == "Normal" [Type] == "Sacrificial Garb" && [Rarity] == "Normal" [Type] == "Cutthroat's garb" && [Rarity] == "Normal" [Type] == "Varnished Coat" && [Rarity] == "Normal" [Type] == "Lacquered Garb" && [Rarity] == "Normal" [Type] == "Full Dragonscale" && [Rarity] == "Normal" [Type] == "Astral Plate" && [Rarity] == "Normal" [Type] == "Zodiac Leather" && [Rarity] == "Normal" [Type] == "Occultist's Vestment" && [Rarity] == "Normal" [Type] == "Glorious Plate" && [Rarity] == "Normal" [Type] == "Simple Robe" && [Rarity] == "Normal" [Type] == "Slink Boots" && [Rarity] == "Normal" [Type] == "Conjurer Boots" && [Rarity] == "Normal" [Type] == "Stealth Boots" && [Rarity] == "Normal" [Type] == "Vaal Gauntlets" && [Rarity] == "Normal" [Type] == "Assassin's Mitts" && [Rarity] == "Normal" [Type] == "Murder Mitts" && [Rarity] == "Normal" [Type] == "Nightmare Bassinet" && [Rarity] == "Normal" [Type] == "Hubris Circlet" && [Rarity] == "Normal" [Type] == "Great Crown" && [Rarity] == "Normal" [Type] == "Ursine Pelt" && [Rarity] == "Normal" [Type] == "Vaal Mask" && [Rarity] == "Normal" [Type] == "Champion Kite Shield" && [Rarity] == "Normal" [Type] == "Pinnacle Tower Shield" && [Rarity] == "Normal" [Type] == "Archon Kite Shield" && [Rarity] == "Normal" [Type] == "Titanium Spirit Shield" && [Rarity] == "Normal" [Type] == "Siege Axe" && [Rarity] == "Normal" [Type] == "Siege Axe" && [Rarity] == "Rare" [Type] == "Vaal Axe" && [Rarity] == "Normal" [Type] == "Sundering Axe" && [Rarity] == "Normal" [Type] == "Imperial Bow" && [Rarity] == "Normal" [Type] == "Spine Bow" && [Rarity] == "Normal" [Type] == "Hellion's Paw" && [Rarity] == "Normal" [Type] == "Slaughter Knife" && [Rarity] == "Normal" [Type] == "Fishing Rod" && [Rarity] == "Normal" [Type] == "Gavel" && [Rarity] == "Normal" [Type] == "Void Sceptre" && [Rarity] == "Normal" [Type] == "Vaal Sceptre" && [Rarity] == "Normal" [Type] == "Karui Maul" && [Rarity] == "Normal" [Type] == "Judgement Staff" && [Rarity] == "Normal" [Type] == "Maelström Staff" && [Rarity] == "Normal" [Type] == "Opal Wand" && [Rarity] == "Normal" [Type] == "Prophecy Wand" && [Rarity] == "Normal" [Type] == "Large Hybrid Flask" && [Rarity] == "Normal" [Type] == "Sanctified Mana Flask" && [Rarity] == "Normal" [Type] == "Granite Flask" && [Rarity] == "Normal"