mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
11 lines
306 B
Perl
11 lines
306 B
Perl
sub EVENT_SPAWN {
|
|
quest::set_proximity($x - 2500, $x + 2500, $y - 2500, $y + 2500,$z - 300, $z + 200);
|
|
}
|
|
|
|
sub EVENT_ENTER {
|
|
#if(($client->GetClientVersionBit() & 3)!= 0) { #062/Titanium
|
|
quest::movepc(10,-1570,-25,20,231); # Zone: freporte
|
|
#} else {
|
|
# quest::movepc(382,-1442,-1012,35,0); #SoF+
|
|
#}
|
|
}
|