View Single Post
  #2  
Old 04-20-2012, 03:55 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by yingyugang01 View Post
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); }
}
Reply With Quote