Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_malfuncioning_bomb_bot.pl - Quest File
General Info
Quest File
sub EVENT_COMBAT { if($combat_state == 1) { quest::setnexthpevent(31); } } sub EVENT_HP { if($hpevent == 31) { quest::settimer("explode_timer", 6); quest::emote("begins to overload..."); $npc->Stun(6500); } } sub EVENT_TIMER { if($timer eq "explode_timer") { quest::stoptimer("explode_timer"); quest::emote("overloads, eradicating everything around it."); $npc->CastSpell(1948, $npc->GetID(), 10, 0); # Spell: Destroy $npc->Kill(); } } sub EVENT_DEATH_COMPLETE { quest::stoptimer("explode_timer"); }
Source: 17 Jan 2022
Quest Source: 28 May 2022