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

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

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 02-04-2005, 03:55 AM
knightz
Fire Beetle
 
Join Date: Jun 2004
Location: Canada
Posts: 24
Default

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
__________________
~ bUri
Reply With Quote
  #3  
Old 02-04-2005, 08:00 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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).
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote
Reply


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 01:09 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3