View Single Post
  #8  
Old 06-21-2003, 07:11 PM
Mortenson721
Fire Beetle
 
Join Date: Apr 2003
Posts: 15
Default hehe

hehe well this is the one we have on RA, Works just fine..

this one is set so that the NPC will not give the PC it's services unless he/she is 40....

EVENT_SAY {
if($1 =~ "Hail" && $ulevel > 39){ SAY("Hello $name . Do you seek [training] or to join the [darkside] or back to the [lightside]?") }
if($1 =~ "training" && $ulevel > 39){ SAY("Well met $name . I can train you in [levels] or [skills].") }
if($1 =~ "levels" && $ulevel > 39){ setlevel(60) SAY("Use your new level wisely $name .") }
if($1 =~ "skills" && $ulevel > 39){ setallskill("240") SAY("Use your new skills wisely $name .") }
if($1 =~ "darkside" && $ulevel > 39){ pvp("on") SAY("Watch your path carefully $name .") }
if($1 =~ "lightside" && $ulevel > 39){ pvp("off") SAY("Watch your path carefully $name .") }
if($ulevel < 40){SAY("Sorry $name but you must be of at least level 40 to receive my training.") }
}
__________________

King Mortenson, SySoP Raid Addicts (Semi Legit)

Raid Addicts Website
Reply With Quote