Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Trita_Coldheart.pl - Quest File
General Info
Quest File
# frost bunny stew portion of 3rd coldain prayer shawl # # items: 1416, 1426, 1423 sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 1416 => 1, 1426 => 1)) { quest::say("Why thank you, $name, I haven't tasted snow bunny stew this good in quite some time. Be a dear and take this back to Mordin for me."); quest::summonitem(1423); # Item: Dirty Pot quest::exp(100000); } elsif (plugin::check_handin(\%itemcount, 1426 => 1)) { quest::say("Thanks for the Snow Bunny Stew, $name."); quest::exp(5000); } else { plugin::return_items(\%itemcount); return 1; } quest::faction(406,10); #coldain quest::faction(405,10); #dain quest::faction(419,-30); #krif quest::faction(448,-30); #kzek } # EOF zone: thurgadina ID: 115075 NPC: Trita_Coldheart
Source: 17 Jan 2022
Quest Source: 28 May 2022