Please someone tell me what I'm missing. It would be much appreciated.
The quest says that you need warmly in order to turn things into him and get the item, but I am indifferently in game and can still turn things into him and get the item. The second part also does not work. I have never done factions:(
http://everquest.allakhazam.com/db/quest.html?quest=454
sub EVENT_ITEM{
if(plugin::check_handin(\%itemcount, 13324 => 1, 13325 => 1) && ($faction >=2))
#Petilence Scythe, Decaying Heart
{
quest::say("Ahhhhhh! Finally.... The evil Grimrot has been slain! Praise Karana! Here $name, please take this gift as a reward for your troubles!");
quest::summonitem(1223

;
}
if(plugin::check_handin(\%itemcount, 13324 => 1, 13325 => 1) && ($faction <=3))
#Petilence Scythe, Decaying Heart
{
quest::say("You have not proven yourself worthy of my trust. Come back once you have dedicated yourself to qeynos.");
plugin::return_items(\%itemcount);
}
}