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

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

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 02-28-2004, 08:12 PM
tcsmyworld's Avatar
tcsmyworld
Discordant
 
Join Date: Feb 2002
Posts: 452
Default

The .qst system crashes zones upon trying to enter with the above quest.
I have tried several different ways to get quests working, but as it stands, quests DO NOT work using .qst version.
IF anyone has figured out how to make them functional with 053/055, please post how you did it.
This is very frustrating since setting up perl is royal pain in my a$$ and, I for one, was quite happy with the original .qst system.
Any insight as to how to fix this would be greatly appreciated.
__________________
Founder PEQ (ProjectEQ)
Reply With Quote
  #3  
Old 02-28-2004, 11:20 PM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Try using one of the examples in the .qst thread. I know for a fact they work because I was using them until I upgraded to Perl.

Btw: There was an error in the example above for qst, has been fixed now. Maybe try it again?
__________________

kRPG Profile
Reply With Quote
  #4  
Old 02-28-2004, 11:48 PM
tcsmyworld's Avatar
tcsmyworld
Discordant
 
Join Date: Feb 2002
Posts: 452
Default

EVENT_SAY {
if ($1- =~ "Hail") { say(" Why hello there mister!")}
}


That crashes zone immediately upon trying to enter.
Doesn't matter what combination of spaces here or there, it crashes zone every time.
__________________
Founder PEQ (ProjectEQ)
Reply With Quote
  #5  
Old 02-28-2004, 11:59 PM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

EVENT_SAY
{
if ($1- =~ "Hail"){say("Why hello there mister!");}
}


Try that.
__________________

kRPG Profile
Reply With Quote
  #6  
Old 03-09-2004, 08:42 PM
Puck6633
Fire Beetle
 
Join Date: Nov 2003
Posts: 22
Default

.qst seems to be broken in 0.5.2. I have the same problem: when I try to log in to a zone which has quests in 0.5.2 the zone server crashes, yet copying the same quest, without editing it, over to the 0.5.1 folder and running the 0.5.1 server works fine.

So it looks like your only options are to use 0.5.1 and hope that it's fixed in 0.5.3 or switch to perl (which is what I'm doing )
Reply With Quote
Reply


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:47 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