==============
DropNotify 1.0
==============

About
-----
This is a D2Loader plugin that will show a message when certain item types that
you configure are dropped by monsters / chests! Detectable by Warden if Blizz
decide to look for it so be careful!

Usage
-----
Extract with paths to your D2 dir so the .dll ends up in the D2/plugin/ folder.
Edit the dropnotify.ini as needed, see .ini for syntax and below for examples.
Yes, the .ini isn't the most user friendly in the world but too bad.

Example .ini settings
---------------------
;all uniques
quality=unique

;all rare elites
class=elite quality=rare

;rare rings, amulets
code=rin quality=rare
code=amu quality=rare

;all non-normal sets
class=elite quality=set
class=exceptional quality=set

;magic circlets
code=ci0 quality=magic

;merc eth cryptic axe
code=7pa quality=normal ethereal=1 sockets=0
code=7pa quality=normal ethereal=1 sockets=4
code=7pa quality=normal ethereal=1 sockets=5

;archon plates
code=utp quality=normal sockets=0
code=utp quality=normal sockets=3
code=utp quality=normal sockets=4

;zod rune
code=r33

;el rune with custom message
code=r01 message="omg the el rune"

History
-------
v1.0
  - Initial Public Release.
