hannicaldummy
New member
- Messages
- 31
- Points
- 0
1 - Is there any way the server max level is 100, but the player can still go up levels with quests?
Quote
Ive alread tryed for SQL:
query_sql "SELECT `base_lvl` FROM `char` WHERE `char` = '"+strcharinfo(0)+"'"; query_sql "UPDATE `char` SET `base_lvl` = `base_lvl` + 1 WHERE `char_id`="+@CID+"",@esc$;
But the char downs't gain the nivel
Quote
Would SRC, SQL, npc script?Example: Quest 101 it becomes full level 101, but only with no question exp quest 101 rises to level 102, and so on ...
Ive alread tryed for SQL:
query_sql "SELECT `base_lvl` FROM `char` WHERE `char` = '"+strcharinfo(0)+"'"; query_sql "UPDATE `char` SET `base_lvl` = `base_lvl` + 1 WHERE `char_id`="+@CID+"",@esc$;
But the char downs't gain the nivel