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
  #2  
Old 09-10-2010, 11:15 AM
melkor_41
Fire Beetle
 
Join Date: Jul 2010
Posts: 25
Default

the npc is Mater, i have verified that he does not have # or anything in front of his name

he is npc id 67019 so i did a save as on the file as 67019.pl

he does not respond to hail or anything else in the script.

here is his complete code, i only added the turnin section

Code:
sub EVENT_SAY { 
if ($text=~/hail/i) && ($class eq 'Rogue') {
  quest::say("Ah, welcome!  We could use some fresh blood around here. The name's Mater, and I run this little outfit.  Work hard for me, and I will reward you well. Cross me, and you'll find yourself buried under the mine cap. Once you are ready to begin your training please make sure that you see Crovsar Dirkbringer , he can assist you in developing your hunting and gathering skills. Return to me when you have become more experienced in our art, I will be able to further instruct you on how to progress through your early ranks.
}
else
if ($text=~/Hail/i){
quest::say("Welcome to the mines of Kaladim!"); 
  }
}

sub EVENT_ITEM  {

 

if (plugin::check_handin(\%itemcount, 18767 => 1)) {

quest::say("Very well then, take this and get to work.");
    quest::summonitem(13516);
    quest::exp(500);  
  }


}
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 06:56 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