jacky Posted July 16, 2014 Posted July 16, 2014 Help me with after killing mvp bos, Get prize with Chance 10% plz? 3 item or 4 item thx plz Quote
Ronald Posted July 17, 2014 Posted July 17, 2014 You are probably looking for this one http://rathena.org/board/topic/78242-custom-drop-rate-on-certain-item/ Quote
EL Dragon Posted July 17, 2014 Posted July 17, 2014 - script #mithril_coin -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid,22)) // If mob has MOB_MVPEXP, it's an MVP. if (rand(100) < 10) // 10% chance of activating. getitem 674,1; end; } Quote
jacky Posted July 17, 2014 Author Posted July 17, 2014 (edited) its no work EL Dragon after Players Killing MVp AutoSeend ITem - script #mithril_coin -1,{OnNPCKillEvent: if (getmonsterinfo(killedrid,22)) // If mob has MOB_MVPEXP, it's an MVP. if (rand(100) < 10) // 10% chance of activating. getitem 674,1; end;} Edited July 17, 2014 by jacky Quote
Question
jacky
Help me with after killing mvp bos,
Get prize with Chance 10% plz?
3 item or 4 item thx plz
3 answers 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.