whitesn Posted August 4, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 193 Reputation: 14 Joined: 12/02/11 Last Seen: October 30, 2018 Share 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 Link to comment Share on other sites More sharing options...
PewN Posted August 4, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted August 4, 2012 you type 300 on the 1st but on the 2nd its 1000? Quote Link to comment Share on other sites More sharing options...
whitesn Posted August 4, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 193 Reputation: 14 Joined: 12/02/11 Last Seen: October 30, 2018 Author Share Posted August 4, 2012 it doesn't matter actually. Since at map.h it's the max_level Quote Link to comment Share on other sites More sharing options...
whitesn Posted August 6, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 193 Reputation: 14 Joined: 12/02/11 Last Seen: October 30, 2018 Author Share Posted August 6, 2012 bump Quote Link to comment Share on other sites More sharing options...
Seraph Sephiroth Posted August 6, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 51 Reputation: 3 Joined: 06/12/12 Last Seen: February 15, 2013 Share 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 Link to comment Share on other sites More sharing options...
whitesn Posted August 7, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 193 Reputation: 14 Joined: 12/02/11 Last Seen: October 30, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
Seraph Sephiroth Posted August 8, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 51 Reputation: 3 Joined: 06/12/12 Last Seen: February 15, 2013 Share 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 Link to comment Share on other sites More sharing options...
whitesn Posted August 8, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 193 Reputation: 14 Joined: 12/02/11 Last Seen: October 30, 2018 Author Share Posted August 8, 2012 umm i only use the basic ResetStatus(); function.. Quote Link to comment Share on other sites More sharing options...
Seraph Sephiroth Posted August 8, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 51 Reputation: 3 Joined: 06/12/12 Last Seen: February 15, 2013 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted August 9, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted August 9, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 03:04 PM Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted August 9, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
whitesn Posted August 9, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 193 Reputation: 14 Joined: 12/02/11 Last Seen: October 30, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.