Scylla Posted August 18, 2013 Posted August 18, 2013 I've set my item_rate_common to 1000000 and yet in-game, I've tried to @mi fabre and all are at 50% drop rate while MVP's got 100%. How do i fix this? Quote
Emistry Posted August 18, 2013 Posted August 18, 2013 disable renewal drop rate.. src/config/renewal.h#L37 /// renewal drop rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item drop rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table #define RENEWAL_DROP 1 Quote
Scylla Posted August 18, 2013 Author Posted August 18, 2013 (edited) Thank you. disable renewal drop rate.. src/config/renewal.h#L37 /// renewal drop rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item drop rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table #define RENEWAL_DROP EDIT: Uh it did not work. Oh NVM i got it. Edited August 19, 2013 by Mary Magdalene Quote
Magnetix Posted August 20, 2013 Posted August 20, 2013 use // (double forward slashes before #define RENEWAL_DROP So it becomes //#define RENEWAL_DROP Lastly, recompile. Quote
Question
Scylla
I've set my item_rate_common to 1000000 and yet in-game, I've tried to @mi fabre and all are at 50% drop rate while MVP's got 100%. How do i fix this?
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.