Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-04-2005, 01:48 AM
Iamien's Avatar
Iamien
Sarnak
 
Join Date: Jan 2005
Posts: 38
Default 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
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:47 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3