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 10-31-2011, 11:26 PM
bruise
Fire Beetle
 
Join Date: Oct 2011
Location: Greenwood, SC
Posts: 18
Default quest::summonitem

I'm currently having an issue with my quests where the "summonitem" part of the quest won't work. It works on all other npc's in the game but when I create a new npc and load the quest onto the npc, everything works great except the player doesn't receive the item. I have tried rebooting the server, turning qglobals on/off, etc. Below is one of GeorgeS' example quests and when I summon the items, the NPC says "This is yours..etc" but the item is not received.


tl;dr: I'm using GeorgeS quest editor. Everything works fine except when I give a new quest to a newly created npc.

Quote:
#Multiple item turn in And a reward issued
sub EVENT_SAY {
if ($text =~/Hail/i) { quest::say ("I need 1 Metal Bits, 1 Metal Twine and 1 ruby to make your ruby crown"); }
}

sub EVENT_ITEM
{
if (plugin::check_handin(\%itemcount, 16905 => 1, 16857 => 1, 10035 => 1))
{
quest::emote("removes a item from his pocket.");
quest::say("This is yours. Care for it well!");
quest::SummonItem(10051); #ruby crown
}
}



Thanks!
Reply With Quote
  #2  
Old 10-31-2011, 11:56 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

try summonitem instead of SummonItem
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 09:38 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