View Single Post
  #7  
Old 01-04-2013, 07:22 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

i'm sure there are probably several ways you could do it. all of which likely require a level of determination and know-how.

maybe

1) add a custom field to items.
2) check custom data in source when client tries to equip item.
3) handle results...

or

1) add a custom quest event for equipping items to source
2) check against item id in perl when client tries to equip item.
3) handle results...
Reply With Quote