Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Quests

Archive::Quests Archive area for Quests's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:55 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3