Thread: Quest Help
View Single Post
  #6  
Old 09-16-2011, 11:37 PM
Apoc.Index
Sarnak
 
Join Date: Aug 2011
Posts: 67
Default

Ok, go it thanks!

So it should look like-

sub EVENT_ITEM
{
if (plugin::check_handin(\%itemcount, 1079 => 1, 12021 => 1)) #Plate Helm
{
plugin::Whisper("Thanks for these Items $name!. Here's your reward.");
plugin::vtell("thanks","iksar","male");
quest::SummonItem("1442");
}
{

Right?
Reply With Quote