If you want that every MvP get killed and obtain 5 x Poring Coin.
Here's the simple script:
- script F_TriggerMVVP -1,{
OnNPCKillEvent:
if( getmonsterinfo(killedrid,22) )
announce "Congratulations! Player, "+ strcharinfo(0) +" has killed MVP "+ getmonsterinfo( killedrid, MOB_NAME ) +" and obtained 'Poring Coin' at "+ strcharinfo(3),0,0x00FF00;
getitem 7539,5;
end;
}