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 04-23-2005, 08:06 AM
aragon
Sarnak
 
Join Date: Feb 2005
Location: Malaga-Spain
Posts: 40
Default Paineel Quests

Azzar_Habbib.pl
Quote:
############################################
#
# DEVELOPER: ARAGON
#
# *** NPC INFORMATION ***
#
# ZONE: Paineel
# NAME: Azzar_Habbib
# RACE: Erudite
# LEVEL: 25
#
# *** QUESTS AVAILABLE TO ***
#
# - All Classes
# - All Races
#
############################################

sub EVENT_SAY {
if($text=~/Hail/i)
{
quest::say("I'm not in any mood for conversation. My favorite hat was torn right from my head by a gigantic bat the other night and I am quite upset.");
}
if($text=~/what other tasks/i)
{
quest::say("I will sew you your own personal dreadful cap if you bring me the necessary components. I will need the pelt of a feared beast, some gold thread, and an imbued amber.");
}
}
sub EVENT_ITEM
{
if($itemcount{1528} && $itemcount{1528} == 1)
{
quest::emote("gasps in astonishment and says");
quest::say("You...you..found my hat!! This is the most I can repay you but perhaps I can reward you further for some other tasks?");
quest::exp(125);
quest::summonitem(1530);
}
if($itemcount{19076} == 1 && $itemcount{12096} == 1 && $itemcount{22502} == 1)
{
quest::exp(125);
quest::summonitem(1529);
}
}

Last edited by aragon; 04-23-2005 at 05:00 PM.. Reason: Update
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 11:53 AM.


 

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