peq-quests/hatesfury/player.pl
2020-04-14 23:04:29 -05:00

10 lines
No EOL
496 B
Perl

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
}
}