EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   not recieving items? (https://www.eqemulator.org/forums/showthread.php?t=32798)

Expletus 12-29-2010 02:43 AM

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.

Derision 12-29-2010 09:59 AM

Perl is case-sensitive, and most quest:: commands are all lower-case, i.e. it should be quest::summonitem.

Expletus 12-29-2010 10:41 AM

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

Thank you


All times are GMT -4. The time now is 09:19 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.