View Single Post
  #3  
Old 06-04-2010, 02:03 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Yeah looks like you're just using an unmodified player.pl file.

Quote:
if($ulevel > 15 && $status < 80)
{
$client->Message(15,"You are too high in level to be in this zone.");
quest::selfcast(2433);
}
Gotta change that block to check higher than 15.
Reply With Quote