Fai T.Flowright Posted February 11, 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 February 11, 2013 As the question above, How to make all monster drop something special with chance of drops 10%? example: everytime we kill monster we have 10% chance to get 671 (Gold_Coin). Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 11, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 11, 2013 OnPCKillEvent: if( rand(100) < 10 ) getitem 671,1; end; 2 Quote Link to comment Share on other sites More sharing options...
Fai T.Flowright Posted February 11, 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 February 11, 2013 thx Quote Link to comment Share on other sites More sharing options...
Question
Fai T.Flowright
As the question above, How to make all monster drop something special with chance of drops 10%?
example:
everytime we kill monster we have 10% chance to get 671 (Gold_Coin).
Link to comment
Share on other sites
2 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.