Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Tarlang.pl - Quest File
General Info
Quest File
#BeginFile: causeway\#Tarlang.pl #Quest file for Nobles Causeway - Tarlang (Active): Necromancer Epic 1.5 (Soulwhisper) sub EVENT_SPAWN { quest::settimer("TarlangDepop",1500); #Despawn after 25 minutes } sub EVENT_AGGRO { quest::emote("launches itself in your direction."); $npc->CastSpell(3746, 303083); # Spell: Caustic Atmosphere } sub EVENT_TIMER { quest::stoptimer("TarlangDepop"); quest::depop(); } sub EVENT_DEATH_COMPLETE { quest::emote("continues to try to fight, not realizing that it is dead."); quest::stoptimer("TarlangDepop"); } #EndFile: causeway\#Tarlang.pl (303083)
Source: 17 Jan 2022
Quest Source: 28 May 2022