PDA

View Full Version : Teleporter


Iamien
02-04-2005, 01:48 AM
Having the hardest time gettinbg my teleporters to work Seems everytime i try to make a new port location i have to tiker with it 75 times to get it to port somewhere not below or off the world. Can anyone help me with my port to field of bone port?
sub EVENT_SAY{
if($text=~/Hail/i){
quest::say("Hail! Aventurer I am here to teleport you throughout the Dragon's Nest would you like to go to Qeynos,the Field of Bone, or the Faydark?");
}
if($text=~/qeynos/i){
quest::say("Your off to Qeynos");
quest::movepc(2,229.16,455.54,3.27);
}
if($text=~/faydark/i){
quest::say("Your off to The Faydark");
quest::movepc(54, 10.00, -20.00, -0.09);
}
if($text=~/field of bone/i){
quest::say("Your off to The Field of bone! prepare for battle!!");
quest::movepc(78,0,0,-6);
}
}
#END of FILE Zone:nexus ID:200001 -- #Teleporter_Traxyn

knightz
02-04-2005, 03:55 AM
Curious if you were using /loc or #loc to get those locs?

When I made mine, I just used the safe coords in the sql zone table.

P.S. It should be You're.... not Your

Cisyouc
02-04-2005, 08:00 AM
If you are using loc's from in game, be aware that /loc displays Y X Z and #loc displays X Y Z. Sony has flipped (them).