Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_trampled_slave.pl - Quest File
General Info
Quest File
# Trampled Slaves # They lie on the ground and don't attack sub EVENT_SPAWN { quest::settimer("try_sit", 5); } sub EVENT_TIMER { if($timer eq "try_sit") { $npc->SetAppearance(3); } } sub EVENT_DEATH_COMPLETE { quest::stoptimer("try_sit"); } # EOF zone: Tutorialb
Source: 17 Jan 2022
Quest Source: 28 May 2022