Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Fuzz_Selppa.pl - Quest File
General Info
Quest File
# items: 84091, 84092, 84093, 84086 sub EVENT_SPAWN { quest::settimer(2, 45); } sub EVENT_SAY { if ($text=~/trick or treat/i) { quest::say("Careful with these, or they'll get stuck in your teeth!"); quest::summonitem(quest::ChooseRandom(84091, 84092, 84093, 84086, 84086, 84086, 84086, 84086, 84086)); # Item(s): Sand (84091) quest::updatetaskactivity(220, 5); } } 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