Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
player.pl - Quest File
General Info
Quest File
sub EVENT_CLICKDOOR { if(($doorid == 3) && ($entity_list->IsMobSpawnedByNpcTypeID(228119) || $entity_list->IsMobSpawnedByNpcTypeID(228120))){ $client->Message(0,"You got the door open."); quest::movepc(228,-1066,-48,-284,380); # Zone: hatesfury } if(($doorid == 4) && ($entity_list->IsMobSpawnedByNpcTypeID(228119) || $entity_list->IsMobSpawnedByNpcTypeID(228120))){ $client->Message(0,"You got the door open."); quest::movepc(228,-1360,-290,74,128); # Zone: hatesfury } }
Source: 17 Jan 2022
Quest Source: 28 May 2022