View Single Post
  #2  
Old 06-06-2016, 05:53 PM
N0ctrnl's Avatar
N0ctrnl
Discordant
 
Join Date: Jan 2007
Posts: 443
Default

This is what I went with. It's not perfect, but it's good enough for my uses.

Code:
sub EVENT_DEATH {
  if ($ulevel > ($mlevel + 15)) {
    $npc->RemoveItem(132522);
  }
}
__________________
Ender - Lead GM/Developer
Vegarlson Asylum Server - http://www.vegarlson-server.org/
Reply With Quote