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