Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Horgus.pl - Quest File
General Info
Quest File
# items: 13354, 2136, 2135, 2132, 2128, 2130 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("What!!? You [Craknek] or you [pest]?"); } if ($text=~/craknek/i) { quest::say("Good. Me not bash you. You help Horgus and Crakneks. Go smash lizards. Bring four tails. Greenbloods think they get all lizard tails. We take first. Taste good. You bring four tails. Me give you tings. Me gives armur. Now go!!"); } if ($text=~/pest/i) { quest::say("Bah!! You go join Greenbloods. You weak."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 13354 => 4)) { quest::say("You smash lizards good. Here is armur me promise."); quest::summonitem(quest::ChooseRandom(2136,2135,2132,2128,2130)); # Item(s): Large Patchwork Boots (2136), Large Patchwork Pants (2135), Large Patchwork Sleeves (2132), Large Patchwork Tunic (2128), Large Patchwork Cloak (2130) } #do all other handins first with plugin, then let it do disciplines plugin::try_tome_handins(\%itemcount, $class, 'Warrior'); plugin::return_items(\%itemcount); } #END of FILE Zone:oggok ID:49042 -- Horgus
Source: 17 Jan 2022
Quest Source: 28 May 2022