Will someone tell me what I am missing?
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(12238); } 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); } } |
Probably meant to have $faction <= 2 rather than >= 2. I will rewrite this part for you.
|
Code:
sub EVENT_ITEM { |
Your amazing! Thanks sooo much it works now!! :) And it even returns the items!
|
All times are GMT -4. The time now is 06:14 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.