Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Kerafyrm_.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { quest::settimer("zone",1); } sub EVENT_TIMER { if($timer eq "zone"){ if($x == 0){ quest::setglobal("kerafyrm",2,7,"F"); quest::stoptimer("zone"); quest::depop(); } } } sub EVENT_SLAY { quest::shout("Begone insect, I have much slaying yet to do!"); } sub EVENT_NPC_SLAY { quest::shout("Begone insect, I have much slaying yet to do!"); } sub EVENT_DEATH_COMPLETE { #nearly forgot about this hehe quest::setglobal("kerafyrm",3,7,"F"); quest::stoptimer("zone"); quest::depop(); }
Source: 17 Jan 2022
Quest Source: 28 May 2022