viewing paste Unknown #46319 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10
-    script    sample    -1,{
OnNPCKillEvent:
if ( getmonsterinfo( killedrid, 22 ) ) {
if ( rand( 100 ) < 25 )
getitem 6732, 5;
} else {
if ( rand( 100 ) < 1 )
getitem 6732, 1;
}
end;
Viewed 946 times, submitted by Guest.