Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Ronaiar_Skullmoore.pl - Quest File
General Info
Quest File
#BeginFile: lakerathe\#Ronaiar_Skullmoore.pl #Quest file for Lake Rathetear - Ronaiar Skullmoore: Necromancer Epic 1.5 (pre) sub EVENT_SAY { if($text=~/hail/i) { if(defined($qglobals{NecroPre}) && ($qglobals{NecroPre} == 1)) { quest::say("So you have come to stop me?"); quest::emote("throws a magnificent, yet evil looking staff into the water."); quest::say("The precious staff you seek is now lost in the lake for all eternity!"); quest::attack($name); } else { quest::say("I am busy."); #Real text still needed } } } sub EVENT_ITEM { plugin::return_items(\%itemcount); } sub EVENT_DEATH_COMPLETE { quest::unique_spawn(51156,0,0,1005,3000,-72,0); #Worboli } #EndFile: lakerathe\#Ronaiar_Skullmoore.pl (51155)
Source: 17 Jan 2022
Quest Source: 28 May 2022