Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Loren.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { quest::settimer("try_sit", 1); } sub EVENT_TIMER { if($timer eq "try_sit") { $npc->SetAppearance(3); quest::stoptimer("try_sit"); } } sub EVENT_DEATH_COMPLETE { quest::stoptimer("try_sit"); }
Source: 17 Jan 2022
Quest Source: 28 May 2022