Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Submissions

Quests::Submissions This is where you submit your quests for review

Reply
 
Thread Tools Display Modes
  #1  
Old 12-15-2004, 01:23 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Submitting a Quest to the Archive

In order to create a wide selection of quests for users, we have created 3 new forums for the Quest writers out there to share, ask questions about, improve and write quests! For more information of Perl Quests, please visit this tutorial.

Before a quest is passed to the archive, it must meet all the criteria listed here.

To submit a quest, you must include this header at the top of all quest files.

Code:
#############
#Quest Name:
#Author:
#NPCs Involved:
#Items Involved:
#################
And then below that, enter anything that may change from database to database. Example:

Code:
#############
#Quest Name: Santa Claus is comin' to town.
#Author: Cisyouc
#NPC's Involved: 2
#Items Involved: 1
#############
###NPC 1
#Name: Santa
#Race 1 (Human), Texture of 2, Size 10, gender of 0
#Location: 0,0,0 of the Nexus
#Level: 85
#Type: Quest NPC
#Loot: N/A
#############
###NPC 2
#Name: A Corrupt Rudolph
#Location: 100,100,0 of Great Divide
#Race 6 (dark elf), size 3, texture of 0, gender of 0
#Level: 56
#HP: 5000
#Class: Warrior
#Loot: Head of a Corrupt North Polian
#############
###Item 1
#Name: Head of a Corrupt North Polian
#Stats: 20 AC, 5 WIS, 5 INT, 45 Mana
###

#Note: A custom faction was used in this quest.

#Description: The point of this quest is to raise peoples faction with the North Polians.


#Quest for NPC 1: Santa
sub EVENT_SAY
{
  if($text=~/hail/i)
    {
    quest::say("Oh, no $name. Something terrible has happened. Do you think you can [gather] a few friends and help jolly Ol' Saint Nick?");
    }
  if($text=~/gather/i)
    {
    quest::say("Ho ho ho! I think Rudolph, my most loyal companion, has been corrupted by an evil force lurking around! Can you take the poor animal out of his [misery] for me?");
    }
  if($text=~/misery/i)
    {
     quest::say("Excellent. If you complete this task, you will not be on the naughty list this year!");
    }
}

sub EVENT_ITEM
{
  if($itemcount{item1} == 1)
    {
    quest::say("Thank you, $name. You are forever in all of our debt.");
    quest::faction(12, 50);
    }
}
Code:
#############
#Quest Name: Santa Claus is comin' to town.
#Author: Cisyouc
#NPC's Involved: 2
#Items Involved: 1
#############
###NPC 1
#Name: Santa
#Race 1 (Human), Texture of 2, Size 10, gender of 0
#Location: 0,0,0 of the Nexus
#Level: 85
#Type: Quest NPC
#Loot: N/A
#############
###NPC 2
#Name: A Corrupt Rudolph
#Location: 100,100,0 of Great Divide
#Race 6 (dark elf), size 3, texture of 0, gender of 0
#Level: 56
#HP: 5000
#Class: Warrior
#Loot: Head of a Corrupt North Polian
#############
###Item 1
#Name: Head of a Corrupt North Polian
#Stats: 20 AC, 5 WIS, 5 INT, 45 Mana
###

#Description: The point of this quest is to raise peoples faction with the North Polians.


#Quest for NPC 2: Rudolph
sub EVENT_DEATH
{
  quest::summonitem(item1);
  quest::say("You can take my life, but my spirit will remain!");
}
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote
  #2  
Old 12-15-2004, 11:57 PM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default

I am happy to hear there is an archive for general quest development (finaly). Where is it, or how is it made available to users?
Reply With Quote
  #3  
Old 12-16-2004, 12:02 AM
mattmeck
Guest
 
Posts: n/a
Default

Submit it here in this forum, once accepted it will be moved to Quests::completed, that forum will have nothing but quests that work and have been accepted by the quest team i put in charge ( if interesting in joining see Cisyouc i dont micro manage kkthx~ )



Thie idea is people can copy / past, edit the NPCID's, items #'s then save it and go.

see here http://www.eqemulator.net/forums/viewtopic.php?t=18982 for a bit more detail.
Reply With Quote
Reply

Thread Tools
Display Modes

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