Quote:
Originally Posted by yingyugang01
I have searched the forum , all the level questions are about Level cap. angone can tell me how to set default level to 50 when craete new charactor?
kindly seek your advice. 
|
In the player.pl of the starting zone:
Code:
sub EVENT_ENTERZONE{
if($ulevel <= 50){ quest::level(50); }
}