Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 11-06-2006, 05:25 PM
paaco
Discordant
 
Join Date: Jan 2005
Posts: 320
Default

Unless I am using it wrong, it appears to be broken. This is what I have, rest of quest works fine
I did a #reloadquest, turned the quest item in ( quest worked ), zoned to a new zone, and no title.

Paaco = Sad sad Panda :(

Code:
sub EVENT_SAY 
{
  if($text=~/Hail/i) {
    quest::say("We were once a peaceful race,living amongst the other beings of the world. Then they came...The Dragons. They destroyed our cities and trapped us here. Now it seems we are stuck here, to rot in this hell for Eternity. Every night I dream of the day a Hero will come release us from this place. Are You That [Hero]?");
  }
  if($text=~/Hero/i) {
    quest::say("Forgive me if I don't seem too moved by your words. Many have come here claiming to be the Hero we seek. As of yet, none have returned. You will have to proove yourself to us. And the only way I see to do that is deliver us from this foul place. There is a Dragon Guarding the way out of here. Kill him and bring me his head, and I will surely reward you.");}
} 
sub EVENT_ITEM { 
   if(plugin::check_handin(\%itemcount, 25118 =>1)){ 
      quest::summonitem(9046);
      quest::summonitem(3953);
      $client->SetAATitle("Dragonslayer");
      quest::say("Thank you $name . You are destined to do great things in this cruel world of ours. Speak with Delilah when you are ready for your next task.");
    quest::exp(14000);}
}
Reply With Quote
 


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