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

Quests::Completed This is where Completed quests are.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-10-2005, 10:14 AM
Ghost Fire's Avatar
Ghost Fire
Sarnak
 
Join Date: Feb 2005
Location: Behind you....
Posts: 84
Default Lokar_To`Biath

I'm trying to make all Live Quests. I'm starting with the Dark Elf City and working my way out from that. I made some changes but it still get's it's point across. Ok I Changed it back by request
Quote:
########################
# Developer: Ghost Fire
# Zone:Neriakc
# NPC Name:ID:42036 -- Lokar_To`Biath
# Class:All
# Level Range:1-70
# Quest Name:Red Wine Quest
########################
# Items Needed
#
# 1)4 Red Wine
########################
# Rewards
#
# 1)Reward:Faction with the Dark Elf Vendors and Guards
# 2)Reward:Small amount of exp
########################
sub EVENT_SAY
{
if ($text=~ /Hail/i){quest::say("Hail. I am a Scribe of Innoruuk.");
}
if ($text=~ /what vow/i){quest::say("Break the vow? She might. Were you to tithe 70 gold to your god, Innoruuk, he might aid you.");
}
if ($text=~ /scribe of dal/i){quest::say("The Scribes of Dal? All o them are long since [dead].. or at least most would say that.");
}
if ($text=~ /dead/i){quest::say("Perhaps, perhaps not. I cannot remember, but perhaps Innoruuk would help me remember should you tithe him a bottle of red wine from the Blind Fish.");
}
}
sub EVENT_ITEM
{
if ($itemcount{13030} == 4)
{
quest::emote("Drinks the Red wine.");
quest::say("Ah, yes, let me pray to our god, Yes, Innoruuk has given me wisdom. A scribe of Dal still exists, disguised as a barkeep in the Blind Fish. This information will not help you tough, for she has sworn a [vow] of silence and will not speak of Dal.");
quest::exp(25);
quest::faction(87,7);
quest::faction(88,1);
quest::faction(69,1);
}
}
__________________
Life is Short

Last edited by Ghost Fire; 05-11-2005 at 07:39 AM.. Reason: Editing to make it live
Reply With Quote
 

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 10:51 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3