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, 11:16 AM
aragon
Sarnak
 
Join Date: Feb 2005
Location: Malaga-Spain
Posts: 40
Default Noclin_Saah.pl

Noclin_Saah.pl
Quote:
############################################
#
# DEVELOPER: ARAGON
#
# *** NPC INFORMATION ***
#
# ZONE: Paineel
# NAME: Noclin Saah
# RACE: Erudite
# LEVEL: 15
#
#
# *** REQUIRED ITEMS ***
#
# 1 - Noclin's Femur (ID:7107)
#
#
# *** QUESTS AVAILABLE TO ***
#
# - minimum level 15
# - All Classes All Races
#
#
# *** REWARDS ***
#
# 1 - Heretics Faction (+)
# 2 - Deepwater Knights Faction (-)
# 3 - Noclin's Femur (ID:7106)
#
############################################

sub EVENT_SAY {
if($text=~/Hail/i)
{
quest::say("go kill some firbeetle boyo");
}
}
sub EVENT_ITEM
{
if($itemcount{7107} && $itemcount{7107} == 1 && $ulevel >= $mlevel)
{
quest::exp(125);
quest::faction("143","1");
quest::faction("79","-1");
}
else
{
quest::say("How did someone as inexperienced as you get this? I'll see that it gets to the right

place.");
}
}
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 06:46 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