ItemAlertPoE tracks all item drops in the game Path of Exile and announces them by playing a sound telling you which kind of item it is. Only valuable items are being annonunced. Initially all drops were assigned with a sound, i removed this functionality cause it were just too many.
Heavily adjusted by me (Sergej), original contributors mentioned below.
Original author: SKU / ZKU
PoERecvOffsetFinder.exe author: Spl3en (Source)
SKU Note: I would strongly advise against using this program on a hardcore character, as crashes may occur.
Sergej:
- 5 Link and 6 Link detection
- 6 socket detection
- RGB Link detection
- Gem detection based on quality (adjust value in line 239: if quality >= 5:)
- Debug mode included, will log all properties of a drop. (DEBUG = True)
- configurable alerts (Rares, Gems,Maps, Currency, values of gold amulets and rings)
- logging functionality - drop an Andvarius to start logging, drop it again to stop logging. Logfile can be imported in excel.
- color coded output in the alert window
- can show mods and values of an identified item.
- added missing maps and gems
old version:
- Unique items detection (plays unique.wav)
- Superior Gem detection (plays superiorgem.wav)
- Non filtered items play sound drop.wav
- Added Multistrike Support Gem
- Added Cyclone Skill Gem
- Removed scrolls from beeping
- Bugfix: Now works with no C:\Windows OS installations