- script sample -1,{ OnNPCKillEvent: if ( getmonsterinfo( killedrid, 22 ) ) { if ( rand( 100 ) < 25 ) getitem 6732, 5; } else { if ( rand( 100 ) < 1 ) getitem 6732, 1; } end;