Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Sergeant_Ragus.pl - Quest File
General Info
Quest File
# items: 84091, 84092, 84093, 84088 sub EVENT_SPAWN { quest::settimer("ec_Ragus", 600); } sub EVENT_SAY { if ($text=~/trick or treat/i) { quest::say("Hah! Here's the tastiest treat of them all! Enjoy!"); quest::summonitem(quest::ChooseRandom(84091, 84092, 84093, 84088, 84088, 84088, 84088, 84088, 84088, 84088)); # Item(s): Sand (84091) quest::updatetaskactivity(220, 2); } } sub EVENT_TIMER { if ($timer eq "ec_Ragus") { quest::shout("Trick or treat! Smell my feet! Give me something good to eat!"); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022