Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
_.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { quest::settimer(1,10); } sub EVENT_TIMER { if ($timer == 1) { $npc->SetAppearance(3); quest::stoptimer(1); } } #Force corpses at the zone-in to appear dead. Adapted from the same script in PoTactics, credit to whoever. #Submitted by Jim Mills
Source: 17 Jan 2022
Quest Source: 28 May 2022