Droke Posted February 5, 2012 Posted February 5, 2012 in renewal without offing remode . how to i make stat 255 . my char get only 200 stat i have 255 lvl server. i need 2 or 3 stat goes 255. like old ea 255 server have. plz help Quote
JayPee Posted February 6, 2012 Posted February 6, 2012 You need to edit your experience table in your db/re/exp.txt. wrong info Quote
Emistry Posted February 6, 2012 Posted February 6, 2012 i though statpoint suppose to be edit the statpoint table ? db/re/statpoint.txt Quote
ngek202 Posted February 6, 2012 Posted February 6, 2012 (edited) have you tried in battle/player.conf // Max limit of char stats. (agi, str, etc.) max_parameter: 99 lol misinterpret yeah i think he's referring to stats used. Edited February 6, 2012 by ngek202 Quote
rlt Posted February 6, 2012 Posted February 6, 2012 Or are you referring to the number of stats needed when distributing the points? Like in Pre-re, you need 21 status points in order to make a stat from 200 to 201. or in Renewal, you need 96 status points in order to make a stat from 200 to 201. Quote
ngek202 Posted February 6, 2012 Posted February 6, 2012 Renewal stats is too painful . suggest there should be an option in Battle Conf that would set if your going to use Renewal Stat point System or Non Renewal. I don't want to disable REMODE too if level will exceed 100+ Quote
rlt Posted February 6, 2012 Posted February 6, 2012 Renewal stats is too painful . suggest there should be an option in Battle Conf that would set if your going to use Renewal Stat point System or Non Renewal. I don't want to disable REMODE too if level will exceed 100+ Lol, yeah, in order to reach at least 2 255 stats in a renewal server, you need about 24,852 status points. Quote
keoco Posted February 7, 2012 Posted February 7, 2012 i want to change mine to pre-renewal stats aswell, how do i change it? Quote
Vietlubu Posted February 19, 2012 Posted February 19, 2012 /src/map/config/Renewal.h * Game Server Mode * @values: 1 or 0 * 1 : renewal support, such as renewal-exclusive formulas * -> Note some features may be enabled/disabled at this file despite this setting being ON * 0 : renewal support disabled, use original formulas **/ #define REMODE 1 Change 1 to 0. Compiling again. done Quote
Flaid Posted May 27, 2012 Posted May 27, 2012 there is no #define REMODE in my rathena Let me help you, https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/config/renewal.h it's there. Quote
Kichi Posted May 27, 2012 Posted May 27, 2012 there is no #define REMODE in my rathena Let me help you, https://rathena.svn....onfig/renewal.h it's there. -.-" could u help me to find a word "remode" please? Quote
JoWei Posted June 19, 2012 Posted June 19, 2012 (edited) I've already anwsered this question for someone else but here's the 2 choices again on what you could do to change that. -Recompile server with pre-renewal formulas overall by commenting this line in renewal.h, #define RENEWAL It well turn your server into part pre-renewal for several formulas unless you comment out the rest on it. or -Go in the source code, pc.c, and change the following line, sp += (low < 100) ? (2 + (low - 1) / 10) : (16 + 4 * ((low - 100) / 5)); for sp += ( 1 + (low + 9) / 10 ); and recompile the server which will make server use pre-renewal formulas for status point calculations while keeping the rest of the renewal settings. Edited June 19, 2012 by JoWei Quote
Question
Droke
in renewal without offing remode . how to i make stat 255 . my char get only 200 stat i have 255 lvl server. i need 2 or 3 stat goes 255. like old ea 255 server have. plz help
13 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.