Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#drowning_spell.pl - Quest File
General Info
Quest File
sub EVENT_SIGNAL { if ($signal == 666) { quest::settimer("drowning", 55); #cast every 55 seconds } if ($signal == 333) { quest::stoptimer("drowning"); } } sub EVENT_TIMER { if ($timer eq "drowning") { $npc->CastSpell(3784, 228118); #Drowning Panic, spell_target } }
Source: 17 Jan 2022
Quest Source: 28 May 2022