Jump to content
  • 0

Can't reset stat at max level 250


whitesn

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  193
  • Reputation:   14
  • Joined:  12/02/11
  • Last Seen:  

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

Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

you type 300 on the 1st

but on the 2nd

its 1000?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  193
  • Reputation:   14
  • Joined:  12/02/11
  • Last Seen:  

it doesn't matter actually. Since at map.h it's the max_level

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  193
  • Reputation:   14
  • Joined:  12/02/11
  • Last Seen:  

bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  06/12/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  193
  • Reputation:   14
  • Joined:  12/02/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  06/12/12
  • Last Seen:  

What script are you trying to use exactly? I tested resetnpc.txt myself just now, and it works like a charm.

My server limit is set higher then yours as well.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  193
  • Reputation:   14
  • Joined:  12/02/11
  • Last Seen:  

umm i only use the basic ResetStatus(); function..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  06/12/12
  • Last Seen:  

umm i only use the basic ResetStatus(); function..

I don't see how you can use a function that is not embedded within a script.

Your goal is to reset stat points, no?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

@Mysterious

resetstatus();

is the same .....will work too

certain command will work just fine even you add in the "()" or not.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

@Topic, I've set my level higher than 250 (about 999) before and I was able to have this working.. o-O. Do you have any custom mods?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  193
  • Reputation:   14
  • Joined:  12/02/11
  • Last Seen:  

i don't remember doing any mods though o.o

and i already edit all the files above..

Edited by 2essy2killu
Link to comment
Share on other sites

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.

×
×
  • Create New...