ZAGALiC Posted November 9, 2014 Posted November 9, 2014 How to add an item drop to any MVP monsters? For example, when I kill a mvp it will drop jellopy. Quote
Nana Posted November 10, 2014 Posted November 10, 2014 You can use this //-[TAB]script[TAB]item[TAB]-1,{ - script jellopy -1,{ OnNPCKillEvent: if ( getmonsterinfo(killedrid,22) ){ // si da experiencia de MOB_MVPEXP, es un MVP. // If exp = MOB_MVPEXP then is an MVP if ( rand(100) < 15 ){ // 15% probabilidad de dropeo.// Drop rate getitem 909 ,1;// ID de item que quieres que drope y cantidad // ID item you want the MVP drop } } end; } Quote
Question
ZAGALiC
How to add an item drop to any MVP monsters?
For example, when I kill a mvp it will drop jellopy.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.