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
  #4  
Old 02-20-2009, 10:24 AM
Joetuul
Sarnak
 
Join Date: Oct 2008
Location: AZ
Posts: 58
Default

I think this is what you are looking for... This is what I use for travel to these two zones (Abysmal Sea and Natimbi). But this can be used for what I assume you want to do.


Code:
sub EVENT_SAY {
   if($text =~ /Hail/i)
   {
   quest::say("Greetings $name, The people of Taelosia need your help!!! If you would like to help the people of Taelosia, I can send you to the [abysmal sea] or to [Natimbi].");
   }


   if($text=~/abysmal sea/i)
   {
     if ($ulevel >= 50)
        {
        quest::say("Safe travels");
        quest::movepc(279, 50,-159,140,48.8);
        }
     elsif ($ulevel <= 49)
        {
        $client->Message(13, "Sorry, You are not experienced enough to travel to the Abysmal Sea.");
        }
   }
   if($text=~/Natimbi/i)
   {
     if ($ulevel >= 50)
        {
        quest::say("Safe travels");
        quest::movepc(280,-1592,-718,247,4);
        }
     elsif ($ulevel <= 49)
        {
        $client->Message(13, "Sorry, You are not experienced enough to travel to the Natimbi.");
        }
   }
}
__________________
~Tuul
Mithaniel Marr
http://mithmarr.power-rpg.com/
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 06:01 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