View Single Post
  #1  
Old 02-05-2017, 06:56 PM
atomic's Avatar
atomic
Sarnak
 
Join Date: Jul 2011
Location: UK
Posts: 29
Default global_player.pl or lua

has anyone got the default global/global_player.pl or lua file for akka's install. i tried adding
sub EVENT_LEVEL_UP {
if($ulevel <= 69) {
$client->AddAAPoints(2);
quest::scribespells($ulevel);
quest::traindiscs($ulevel);
}
}
but messed it up

you can add this feature for me if you like
Reply With Quote