View Single Post
  #16  
Old 05-30-2013, 07:20 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

He just wanted spells.
Code:
##This goes in global_player.pl
sub EVENT_LEVEL_UP
{
quest::scribespells($ulevel, $ulevel -1);
}
Trying not to over-complicate things for him so he can learn, c0ncrete's script is pretty complex for someone who is just starting out.
This is from 2004, no longer valid as some things have changed, like the existence of Drakkin and some column names have changed.
Reply With Quote