1-Is there any waytheservermax levelis 100,but theplayercan stillgo uplevels withquests?
Quote
Example:Quest101it becomesfulllevel101,but onlywithnoquestionexpquest101risesto level102,and so on...
WouldSRC,SQL,npcscript?
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$;
1 - Is there any way the server max level is 100, but the player can still go up levels with quests?
Quote
Would SRC, SQL, npc script?
Ive alread tryed for SQL:
But the char downs't gain the nivel
Share this post
Link to post
Share on other sites