View Single Post
  #22  
Old 11-06-2013, 07:56 AM
jsr
Hill Giant
 
Join Date: Aug 2008
Location: melbourne
Posts: 187
Default

Do you really want players to level up so they can do testing for you? Maybe just put a mob in to grant levels, e.g.

Code:
	if($text!=0 && $text<71 && $text > 0){
		quest::level($text);
	}
Just saying this as it's in alpha which is really testing by dev team and associated testers
Reply With Quote