nicoscene Posted November 2, 2013 Posted November 2, 2013 (edited) Hello everyone, i wanna know how can i remove this from my serverhttp://irowiki.org/wiki/Drop_System#Level_Factor I don't know if rathena has this feature or not. If yes, please tell me how to remove it. Thank you in advance. Edited November 2, 2013 by nicoscene Quote
Whathell Posted November 2, 2013 Posted November 2, 2013 (edited) Yep rathena uses that feature if you are using renewal. You can remove it here: src/config/renewal.h /// 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 /// renewal exp rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item exp rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied #define RENEWAL_EXP just comment out "#define RENEWAL_DROP" and "#define RENEWAL_EXP" if you want to disable the exp adjustments too. Edited November 2, 2013 by Whathell Quote
Question
nicoscene
Hello everyone, i wanna know how can i remove this from my server
http://irowiki.org/wiki/Drop_System#Level_Factor
I don't know if rathena has this feature or not. If yes, please tell me how to remove it. Thank you in advance.
Edited by nicoscene2 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.