I use a custom ILR, giving all items the same tagname, unless it's a class item, then they get the class tag (e.g. rogue_item etc.), this way you track what item level is when it's equipped, every time..
However, if you want an easier solution, just use the OnItemEquipped Module Event Script and run the check there, would probably save you much time, indeed...
Basically you would have to turn off the item level restriction, then whenever an item is equipped, the script is ran, the script checks the item level, and then decides what to do (based upon what you code)...
Obviously you would have to code the item level check as well....
If you need further help, just let me know...
Modifié par _Guile, 25 mai 2013 - 03:15 .