Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_garroted_kobold.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { $npc->SetAppearance(3); quest::settimer("try_death", 5); } sub EVENT_TIMER { if($timer eq "try_death") { $npc->SetAppearance(3); } } sub EVENT_DEATH_COMPLETE { quest::stoptimer("try_death"); }
Source: 17 Jan 2022
Quest Source: 28 May 2022