Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Quests

Archive::Quests Archive area for Quests's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-17-2003, 05:04 AM
morgklor
Fire Beetle
 
Join Date: Oct 2003
Posts: 5
Default Quest Problems (Another Items Event Problem....)

Could someone please tell me why this script doesn't work? The NPC talking works just fine....but the zone crashes when I hand in the item i've tried both of the following:

EVENT_SAY{
if($1- =~ "Hail")
{
say("Hello $name! How are you? Might I as you to [help] me?")
}
if($1- =~ "help")
{
say("Thank you for your interest. Please Collect For Me a Cloth Cap")
}
}
EVENT_ITEM{
if ($item0 == "1001")
{
say("Thank You Very Much!")
}
}
---------------------------------------------------------------------------------
EVENT_SAY{
if($1- =~ "Hail")
{
say("Hello $name! How are you? Might I as you to [help] me?")
}
if($1- =~ "help")
{
say("Thank you for your interest. Please Collect For Me a Cloth Cap")
}
}
EVENT_ITEM{
if ($itemcount(1001) == 1)
{
say("Thank You Very Much!")
}
}
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: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