Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Kejar_the_Mighty.pl - Quest File
General Info
Quest File
# items: 1360, 8960, 8961 sub EVENT_SAY {#need correct text for all parts if ($text=~/hail/i) { quest::say("I do not have time to talk to you, I am looking for something that I [lost]"); } if ($text=~/lost/i) { quest::say("Yes, lost. I am missing my robes if you could bring them to me I would reward you."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 1360=> 1)) { quest::say("You found it, I am so pleased! Here is your reward"); quest::summonitem(quest::ChooseRandom(8960, 8961)); # Item(s): Shiny Robe of the Underfoot (8960) quest::exp(5000); } plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022