New Functionality
Custom Sounds
Adds the ability to play custom sounds when a specified item drops.
CustomAlertSound "FILENAME"
OR
CustomAlertSound "FILEPATH"
If you're just using the file name, that file must be in the same location as your Item Filter. You can otherwise put the file anywhere but you must specify the full path. Almost all of the common file extensions should be supported but you can find a full list here.
Show #
Class Maps
MapTier < 5
SetFontSize 20
SetBorderColor 255 0 0 255
CustomAlertSound "pop.mp3"
Hide
Show #
Class Maps
MapTier < 10
SetFontSize 30
SetBorderColor 0 0 255 255
CustomAlertSound "C:/Users/YourName/Documents/My Games/Path of Exile/thesearethegem.wav"
DisableDropSound
Hide