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 07-22-2013, 05:21 PM
rudeboy88's Avatar
rudeboy88
Sarnak
 
Join Date: Oct 2007
Location: West Freeport
Posts: 46
Default No answer to hails (East Commonlands)

Heya all

I was just working on putting in a quest npc in EC and after getting him in and giving him a script in perl he is not answering to my hails. I was looking at
this common errors guide (http://www.eqemulator.net/wiki/wikka...erCommonErrors) which said that some zones might not
support perl and to check my zonelog, but I wasn't sure of where to find that and after a windows search of my comp I still didn't see it. I did however
find in my quests folder the perl quest with my npc's name on it and my quest text in it, so I figured I would post up my code here and ask:

Is east commonlands a zone that doesn't support perl?

Code:
sub EVENT_SAY
{
	if($text=~/hail/i)
	{
		quest::rain(1);
		quest::doanim (12);
		quest::say ("Brr... greetings.. $name, is it?  Pleasant to finally meet you, adventurer, I have heard of your exploits.  It has been two months since the overlords of the world abandoned many of the humanoids in our beloved Norrath.  The nerve!  Just because the gnomish race is shorter than them does not mean we lack the [power] to take back the lands which are rightfully ours!");
	}
}

sub EVENT_SAY
{
	if($text=~/power/i)
	{
		quest::say ("Yes, along with tinkering us gnomes have our talents.  However this issue is not exclusively a plight of the gnomes... it is a problem many Norrathians are now facing.  The weather grows cold, our tiny fingers ache, and our hearts fill with hatred.  We cannot live this way!  Please accept my apologies, I do not mean to be so enraged, but if you would be willing to aid me in taking back our lands I will give you access to the homes of the gods.");
		quest::assigntask (300);
	}
}
__________________
Discord: 1augher | Dev, Darkonites
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 11:05 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