Jump to content
  • 0

Can't reset stat at max level 250


Question

Posted

Hi mates, many days ago i tried to use 250 max level at rathena, but after I changed the

max level i cant do ResetStatus; command ( npc script ). Map server said something like

It's beyond server support.

I changed the

battle.c

{ "max_lv",							 &battle_config.max_lv,						  99,	 0,	  300,		    },

and

map.h

#define MAX_LEVEL 1000

Can anyone help me ? I searched but don't found any clue :(

12 answers to this question

Recommended Posts

Posted

You need to alter all of these files;

battle.c

map.h

client.conf

exp.txt

to successfully change your server's maximum allowed character level.

yes i've changed them all but when i use ResetStatus(); script the server said that

the maximum level is beyond server blabla :(

Posted

You need to alter all of these files;

battle.c

map.h

client.conf

exp.txt

to successfully change your server's maximum allowed character level.

yes i've changed them all but when i use ResetStatus(); script the server said that

the maximum level is beyond server blabla :(

No such thing as ResetStatus();, it's resetstatus;

---------------------------------------

*resetstatus;

This is a character reset command, which will reset the stats on the invoking

character and give back all the stat points used to raise them previously.

Nothing will happen to any other numbers about the character.

Used in reset NPC's (duh!)

---------------------------------------

*resetskill;

This command takes off all the skill points on the invoking character, so they

only have Basic Skill blanked out (lvl 0) left, and returns the points for them

to spend again. Nothing else will change but the skills. Quest skills will also

reset if 'quest_skill_reset' option is set to Yes in 'battle_athena.conf'. If

the 'quest_skill_learn' option is set in there, the points in the quest skills

will also count towards the total.

Used in reset NPC's (duh!)

---------------------------------------

https://rathena.svn....pt_commands.txt

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