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 07-04-2006, 06:23 AM
WildcardX
Developer
 
Join Date: Apr 2003
Posts: 589
Default Medallion of Akelha Ra

This quest won't be very useful until Vex Thal is fixed up so you can atleast walk into it after you zone in, but when that gets fixed and raiders are once again plundering this greatest raid zone ever created, then I think everyone will enjoy this little quest.

Code:
sub EVENT_SAY {
if($text=~/Hail/i){
quest::say("Fleshy mortal, can you not see that I am cursed to live in eternal anguish? What is it that you seek from me?");
}
if($text=~/Where is Vex Thal/i){
quest::say("The city of shadow is sealed by powerful magic. Only one that wears the talisman of Akelha Ra can pass through the seals on the gate. I have not been beyond the gates but rumors of dark prophets that possess great power have been heard throughout the ages.");
}
if($text=~/What dark prophets/i){
quest::say("Only legends and rumors have circulated about the dark prophets in Vex Thal. I suspect that they are the reason for my eternally cursed state. If you could find someway to defeat the dark prophet leading those in Vex Thal and bring me back proof of the deed, I shall reward you with an ancient relic that I possess.");
}
}

sub EVENT_ITEM {
if($itemcount{8365} == 1) {
quest::say("$name, you have done more than was ever expected. Take this and my blessing will be with you always.");
quest::exp(100000);
quest::summonitem(8364);
}
}
#END of FILE Zone:umbral ID:176013 -- remains_of_Vah_Kerrath
Someone may want to check me on the amount of experience this quest is really suppose to give. I just guessed at the '100000' number.
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:53 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