Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Assistant_T-os.pl - Quest File
General Info
Quest File
sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Hmm. You aren't familiar. . .no matter. All is ready. Prepare yourself. Who knows what may happen. . ."); quest::spawn2(38173,0,0,1630,2137,-54,270); # NPC: #Fleshless_Servant } if (defined $qglobals{tsoma} && $qglobals{tsoma} == 2) { if ($text=~/hail/i) { quest::say("You're late! Never mind. Prepare yourself. I do not trust these magics T`soma has constructed."); quest::spawn2(38173,0,0,1630,2137,-54,270); # NPC: #Fleshless_Servant } } } sub EVENT_ITEM { plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022