Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Immug_Lashtail.pl - Quest File
General Info
Quest File
# items: 84091, 84092, 84093, 84084 sub EVENT_SPAWN { quest::settimer(2,600); } sub EVENT_SAY { if ($text=~/trick or treat/i) { quest::say("Why is it that you people keep pestering me for these? Here's your treat, now tell everyone else they can find me off under the ocean or some nonsense."); quest::summonitem(quest::ChooseRandom(84091,84092,84093,84084,84084,84084,84084,84084,84084,84084)); # Item(s): Sand (84091), Chunk of Coal (84092), Pocket Lint (84093), Gummie Kobolds (84084), Gummie Kobolds (84084), Gummie Kobolds (84084), Gummie Kobolds (84084), Gummie Kobolds (84084), Gummie Kobolds (84084), Gummie Kobolds (84084) quest::updatetaskactivity(220,3); } } sub EVENT_TIMER { if ($timer == 2) { quest::shout("Trick or treat! Smell my feet! Give me something good to eat!"); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022