Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
kerran_tseq.pl - Quest File
General Info
Quest File
# items: 6344, 13748 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Errr. You smell funny. You bring us [toy]?"); } if ($text=~/toy/i) { quest::say("You go, bring us gnome toy. You not come back or we eat you and then you die like short one. Gnome toy! You bring. You good person."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 6344 => 1)) { quest::say("Rreeee! Great toy. Shiny. We not need this old toy anymore. You take. Now go way, this our toy, we play."); quest::summonitem(13748); # Item: Kerran Toy quest::faction( 382, 20); # Faction: Kerra Isle } }
Source: 17 Jan 2022
Quest Source: 28 May 2022