Change Max Level

08/08/2011 20:48 Horus19#1
Hello,
I know how to change the max level
I wrote in Gameserver.opt "T game.max_level:170"
but when i usel #learn_all_skill I get to level 300 -.-
Where is the failure? and yes i Compressed the Gameserver.opt
08/08/2011 21:00 testing12#2
after you do #learn_all_skill then just do the following command to put yourself back to 170 instead

#sv('lv',169,'charname') this will set the char to 170 and still allow you to use #insert_item
08/08/2011 21:02 Horus19#3
thank you very much
08/08/2011 21:39 Ayumilove#4
Yea i encounter the same issue... This is pretty annoying if you want to max all skills another player. Any hint is welcome about that.
08/08/2011 23:06 amazo_elprince#5
Quote:
Originally Posted by testing12 View Post
after you do #learn_all_skill then just do the following command to put yourself back to 170 instead

#sv('lv',169,'charname') this will set the char to 170 and still allow you to use #insert_item
what i should wrote in 'lv'???!
08/08/2011 23:06 Ranma014#6
Quote:
Originally Posted by Ayumilove View Post
Yea i encounter the same issue... This is pretty annoying if you want to max all skills another player. Any hint is welcome about that.
#sv('jp', 999999999, 'player_name')
Will give the player enough jp to max all the skills.

Quote:
Originally Posted by amazo_elprince View Post
what i should wrote in 'lv'???!
nothing, its supposed to say lv.
sv = set variable.
in this case it says set level to 170 of charname
08/09/2011 00:57 amazo_elprince#7
ty ^_^
08/09/2011 01:17 s0ul37#8
Go into SQL Server Management -> Arcadia -> dbo.LevelResource and delete the rows 171 - 300 completely. The T game.max_level:170 just edits the highest reachable level by getting experience. The #learn_all_skill("") levels your character to the maximum level, which is set in the database. (which is 300 in the database)
08/09/2011 02:01 amazo_elprince#9
Quote:
Originally Posted by s0ul37 View Post
Go into SQL Server Management -> Arcadia -> dbo.LevelResource and delete the rows 171 - 300 completely. The T game.max_level:170 just edits the highest reachable level by getting experience. The #learn_all_skill("") levels your character to the maximum level, which is set in the database. (which is 300 in the database)
i do what u say butthe problem still *_*
08/09/2011 03:21 s0ul37#10
When deleting them, the GameServer needs to be offline. This works for sure, if you do it right.