Fai T.Flowright Posted January 8, 2013 Posted January 8, 2013 heya guys, i had a question. How to make all MVP drop some special item. Example: All MVP will drop mitrill a mitril coin with chance 15%. Quote
Euphy Posted January 8, 2013 Posted January 8, 2013 - script #mithril_coin -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid,22)) // If mob has MOB_MVPEXP, it's an MVP. if (rand(100) < 15) // 15% chance of activating. getitem 674,1; end; } 1 Quote
Fai T.Flowright Posted January 8, 2013 Author Posted January 8, 2013 errr where should i put it sir? Quote
goddameit Posted January 8, 2013 Posted January 8, 2013 errr where should i put it sir? this is script, add it like how you add other script 1 Quote
Fai T.Flowright Posted January 8, 2013 Author Posted January 8, 2013 errr where should i put it sir? this is script, add it like how you add other script can u tell the location to add script? Quote
Fai T.Flowright Posted January 8, 2013 Author Posted January 8, 2013 refer Adding_a_Script k tq sir Quote
Question
Fai T.Flowright
heya guys, i had a question. How to make all MVP drop some special item. Example:
All MVP will drop mitrill a mitril coin with chance 15%.
6 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.