whitesn Posted August 4, 2012 Posted August 4, 2012 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 Quote
PewN Posted August 4, 2012 Posted August 4, 2012 you type 300 on the 1st but on the 2nd its 1000? Quote
whitesn Posted August 4, 2012 Author Posted August 4, 2012 it doesn't matter actually. Since at map.h it's the max_level Quote
Seraph Sephiroth Posted August 6, 2012 Posted August 6, 2012 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. Quote
whitesn Posted August 7, 2012 Author Posted August 7, 2012 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 Quote
Seraph Sephiroth Posted August 8, 2012 Posted August 8, 2012 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. Quote
whitesn Posted August 8, 2012 Author Posted August 8, 2012 umm i only use the basic ResetStatus(); function.. Quote
Seraph Sephiroth Posted August 8, 2012 Posted August 8, 2012 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? Quote
Mystery Posted August 9, 2012 Posted August 9, 2012 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 Quote
Emistry Posted August 9, 2012 Posted August 9, 2012 @Mysterious resetstatus(); is the same .....will work too certain command will work just fine even you add in the "()" or not. Quote
Mystery Posted August 9, 2012 Posted August 9, 2012 @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? Quote
whitesn Posted August 9, 2012 Author Posted August 9, 2012 (edited) i don't remember doing any mods though o.o and i already edit all the files above.. Edited August 9, 2012 by 2essy2killu Quote
Question
whitesn
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
and
map.h
Can anyone help me ? I searched but don't found any clue
12 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.