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
  #1  
Old 08-03-2006, 06:25 PM
kovouau
Fire Beetle
 
Join Date: Jul 2006
Posts: 20
Default need help getting this to work.

Code:
sub EVENT_SAY {
    if ($text=~/hail/i) {
      quest::say("Hail, $name, I lost it. I must [find it]. I can't remember. The High Elder will have my head for this!");}
    if ($text=~/find/i) {
      quest::say("Yes, High Elder Siana had us fetch a delivery for her, only we lost it as we were returning through the portal into our world. We are sure it is around here. Just not sure where... The package contained armor adorned especially for the High Priest of our land. If you can find it and retrieve it for me, i will craft an item adorned for a $class of your world in return.");
    }
    }

sub EVENT_ITEM {

  if ($item1 = 28500) {
      quest::summonitem(18013);
      quest::exp(10000);
      quest::say{"Very well and thankyou $name. I have ordered the preparation of your items. Simply hand this note to Elder Sok and ;
      quest::ding();
}

  if ($item1 = 28506) {
      quest::summonitem(18200);
      quest::exp(10000);
      quest::say{"Very well and thankyou $name. I have ordered the preparation of your items. Simply hand this note to Elder Sok and ;
      quest::ding();
}

  if ($item1 = 28502) {
      quest::summonitem(18201);
      quest::exp(10000);
      quest::say{"Very well and thankyou $name. I have ordered the preparation of your items. Simply hand this note to Elder Sok and ;
      quest::ding();
}

  if ($item1 = 28503) {
      quest::summonitem(18776);
      quest::exp(10000);
      quest::say{"Very well and thankyou $name. I have ordered the preparation of your items. Simply hand this note to Elder Sok and ;
      quest::ding();
}

  if ($item1 = 28505) {
      quest::summonitem(18816);
      quest::exp(10000);
      quest::say{"Very well and thankyou $name. I have ordered the preparation of your items. Simply hand this note to Elder Sok and ;
      quest::ding();
}

  if ($item1 = 28501) {
      quest::summonitem(18822);
      quest::exp(10000);
      quest::say{"Very well and thankyou $name. I have ordered the preparation of your items. Simply hand this note to Elder Sok and ;
      quest::ding();
}

  if ($item1 = 28504) {
      quest::summonitem(18896);
      quest::exp(10000);
      quest::say{"Very well and thankyou $name. I have ordered the preparation of your items. Simply hand this note to Elder Sok and ;
      quest::ding(); 
}

  }
}
#END of FILE

The fsub event say section works..... but when i hand in the items, the mob eats them.... i have tried playing with it for about 3 hours, to no resolve...
Any help will be appreciated, the first quest i wrote worked fine, and it is similar to this.... i have another quest following the same syntax as this one, so hopefully i should be able to fix it from replies to this post..... Thanks in advance
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:13 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