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?
|