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