Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Bug Reports

Development::Bug Reports Post detailed bug reports and what you would like to see next in the emu here.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-22-2005, 06:00 AM
Iamien's Avatar
Iamien
Sarnak
 
Join Date: Jan 2005
Posts: 38
Exclamation Quest problems

Hello I made this quest for my server and sometimes when it ports it doesnt used the defined locs. It ports to the default zoneing point or an area off the map. Can anyone tell me why it doesnt port to the right place?


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 Faydark, or the Arena?");
}
if($text=~/qeynos/i){
quest::say("Your off to Qeynos");
#quest::selfcast("4408");
#sleep 2;
#SPELL:Portal to Timorous - Teleport to -4613,-3282,18.84 in timorous facing SE
quest::movepc(2,455.54, 229.16, 3.27);
}
if($text=~/faydark/i){
quest::say("Your off to The Faydark");
#quest::selfcast("4408");
#sleep 2;
#SPELL:Portal to Timorous - Teleport to -4613,-3282,18.84 in timorous facing SE
quest::movepc(54, -222.96, -774.02, -0.09);
}
if($text=~/arena/i){
quest::say("Your off to The Arena! prepar for WAR!");
#quest::selfcast("4408");
#sleep 2;
#SPELL:Portal to Timorous - Teleport to -4613,-3282,18.84 in timorous facing SE
quest::movepc(77, 2.18, 1043.95, 3.75);
}
}
#END of FILE Zone:nexus ID:200001 -- #Teleporter_Traxyn
Reply With Quote
 


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 08: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