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 12-04-2004, 11:15 AM
calranthe
Sarnak
 
Join Date: Nov 2004
Posts: 35
Default

well this is my translocator quest the start of it but it doesn't work im new to perl so can someone tell me what im doing wrong, my idea is to have east commons as a congregation point translocators all over the realm will port to that zone in EC tunnel

now when you hail the guy he responds but when you sain mainland nothing happens.

Code:
sub EVENT_SAY{
  if ($text=~/Hail/i){
  quest::emote("Greetings, Do you wish to travel to the [mainland] or to [Kunark] and do remember to seek out the soul binder to anchor your body to the new location");
  }
  if($test=~/mainland/i)
  {
  quest::movepc(22, -1571, -176, 3);
  }
}
Reply With Quote
Reply

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