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-24-2005, 06:45 AM
mwmdragon's Avatar
mwmdragon
Discordant
 
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
Default Janam_Rekish.pl (Updated)

Code:
############################################
# ZONE: West Freeport (freportw)
# DATABASE: PEQ-Velious
# LAST EDIT DATE: April 6,2005
# VERSION: 1.0
# BASE QUEST BY: PEQ Quest Team
# DEVELOPER: MWMDRAGON
#
# *** NPC INFORMATION ***
#
# NAME: Janam_Rekish
# ID: 9116
# TYPE: Rogue
# RACE: Half Elf
# LEVEL: 14
#
# *** ITEMS GIVEN OR TAKEN ***
#
# A Note ID-18201 (Note the real note but will do until the real on is collected or made)
# A Note ID-18200 (Note the real note but will do until the real on is collected or made)
#
# *** QUESTS INVOLVED IN ***
#
#1 - Note for Janam
#
# *** QUESTS AVAILABLE TO ***
#
#1 - All
#
############################################

sub EVENT_SAY
{
 
    if($text=~/Hail/i)
    {
 quest::say("Ah. hello there. friend!  Me an' Rebby here. we're a just couple o' regular merchants.  Though we've got nothin' to sell right now. we'd gladly take any donations.  Them's the breaks. I suppose.");
    }
}

sub EVENT_ITEM
{
 # A Note ID-18201
 if ($itemcount{18201} == 1)
 {
 quest::emote(" scribbles out a note and says ");
 # A Note ID-18200
 quest::summonitem("18200");
 quest::say("Please make sure that Harkin Duskfoot gets this right away...
if you lose it . it could mean both of our heads. ");
 }
 else
 {
 quest::say("Thanks for the donations $name.");
 }


}

#END of FILE Zone:freportw  ID:9116 -- Janam_Rekish
__________________
Thanks
MWMDRAGON

NeverQuest
http://neverquest.gotdns.com
Emucade
http://dragonsden.emuunlim.com
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:58 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