Fai T.Flowright Posted January 8, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 155 Reputation: 2 Joined: 10/09/12 Last Seen: December 26, 2022 Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted January 8, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
Fai T.Flowright Posted January 8, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 155 Reputation: 2 Joined: 10/09/12 Last Seen: December 26, 2022 Author Share Posted January 8, 2013 errr where should i put it sir? Quote Link to comment Share on other sites More sharing options...
goddameit Posted January 8, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted January 8, 2013 errr where should i put it sir? this is script, add it like how you add other script 1 Quote Link to comment Share on other sites More sharing options...
Fai T.Flowright Posted January 8, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 155 Reputation: 2 Joined: 10/09/12 Last Seen: December 26, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted January 8, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted January 8, 2013 refer Adding_a_Script 1 Quote Link to comment Share on other sites More sharing options...
Fai T.Flowright Posted January 8, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 155 Reputation: 2 Joined: 10/09/12 Last Seen: December 26, 2022 Author Share Posted January 8, 2013 refer Adding_a_Script k tq sir Quote Link to comment Share on other sites More sharing options...
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%.
Link to comment
Share on other sites
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.