Jump to content
  • 0

How to make renewal stats off.


Question

Posted

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

Posted (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 by ngek202
Posted

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.

Posted

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+

Posted

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. :(

Posted

/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

Posted (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 by JoWei

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...