EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   Teleporter (https://www.eqemulator.org/forums/showthread.php?t=17830)

Iamien 02-04-2005 01:48 AM

Teleporter
 
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?
Code:

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).


All times are GMT -4. The time now is 06:30 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.