Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-16-2003, 11:27 AM
just_add_water
Hill Giant
 
Join Date: Mar 2002
Location: //say $network
Posts: 138
Default Overview of EQEmu's Quest Systems (Updated Feb 8 2004)

<Only Applicable to ServerOPs / Quest Troupe / Interested People>

Basic Overview
EQEmu currently supports 2 quest systems. The first is EQEmu's own .qst format, the other is Perl. You are encouraged to use Perl if possible, as it has much more features than the old .qst format. Adding quests to your server (especially custom, original ones) adds a lot more interactivity to your server and will give players a break from hack-n-slash. EQEmu's quests have just as much funcionality as EverQuest's quests, and in some cases it is more flexible.


.qst Quest System
Simple Hail Script:
EVENT_SAY {
if ($1- =~ "Hail") { say(" Why hello there mister!") }
}



Perl Quest System
Simple Hail Script:
sub EVENT_SAY {
if ($text~= /Hail/) { quest::say(" Why hello there mister!"); }
}



For details on how to use the quest systems click on the name of the system you plan on using (Perl is recommended).


*Updated February 8th 2004 by Monrezz*
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 05:05 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3