Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_reprogrammed_armored_clockwork.pl - Quest File
General Info
Quest File
sub EVENT_COMBAT { if($combat_state == 1) { quest::settimer("spark_spawn", 20); } else { quest::stoptimer("spawn_spawn"); } } sub EVENT_TIMER { if($timer eq "spark_spawn") { quest::emote("begins to give off sparks."); quest::spawn2(365028, 0, 0, $npc->GetX(), $npc->GetY(), $npc->GetZ(), $npc->GetHeading()); # NPC: an_unstable_spark } }
Source: 17 Jan 2022
Quest Source: 28 May 2022