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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 12-29-2010, 02:43 AM
Expletus
Hill Giant
 
Join Date: Jan 2010
Location: Baltimore Maryland
Posts: 152
Default not recieving items?

Quote:
sub EVENT_SAY
{
my $mead = quest::saylink("mead");
if ($text =~/hail/i)
{
quest::say ("Good day to you, $name. Do you need some [$mead]?");
#quest::emote ("Dances with $name.");
}

if ($text =~/mead/i)
{
quest::say ("Drink up!");
quest::SummonItem("13033");
}

}
NPC won't give me any items back. I also tried to copy a script from below about giving armor, and that won't work either. using the latest db and build.
Reply With Quote
  #2  
Old 12-29-2010, 09:59 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Perl is case-sensitive, and most quest:: commands are all lower-case, i.e. it should be quest::summonitem.
Reply With Quote
  #3  
Old 12-29-2010, 10:41 AM
Expletus
Hill Giant
 
Join Date: Jan 2010
Location: Baltimore Maryland
Posts: 152
Default

I tried to do that with Georges tool, and it keeps bringing caps up.. edited in notepad, works awesome now.

Thank you
Reply With Quote
Reply


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:08 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