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 11-08-2004, 04:33 PM
Laviathon
Sarnak
 
Join Date: Aug 2003
Location: NY
Posts: 78
Default Quest not working ...

i have made a quest and a porter well trying to anyway lol
this is my first real attempt at this .. i did not use the quest creator this time for either of these

1st .. quest for boots .. npc journeyman marko .. no. 189028
..quest.. the jboots have been altered for this quest
Code:
#Boots of Speed Quest 
#by Laviathon 
 
sub EVENT_SAY 
{ 
if($text=~/Hail/i) 
{ 
quest::say("Greeting, $name ! I am Journeyman Marko I have seen every known destination Thanks to the help of my little [Invention]."); 
} 
if($text=~/Invention/i) 
{ 
quest::say("Yes I have constructed a pair of boots that increases my speed wich has helped me in my many journeys, If you are interested i can make you a pair of these boots if you bring me the following items 2 wolf pelts and Worn boots.") 
} 
} 
 
sub EVENT_ITEM 
{ 
if($itemcount{} && $itemcount{} && $itemcount == 1) 
{ 
quest::say("Good work, $name ! Enjoy these Boots of Speed"); 
quest::summonitem(2300); 
quest::givecash (0,0,0,0); 
quest::exp(200); 
} 
}
2nd ... janen porter .. teleporter .. no.189029

quest
Code:
#Teleporter Janen .. Halas 
#by Laviathon 
 
sub EVENT_Say 
{ 
if ($text=~/Hail/i) 
{ 
quest::say("Hello There, $name i am Janen Porter i have the power to send traveliers such as your self to many destinations, what destination are you interested in ? [The Overthere] , [Estate of Unrest]."); 
} 
if ($text=~/The Overthere/i) 
{ 
quest::say("Very Well off you go !"); 
quest::movepc(-4263, -241, 240); 
} 
 
if ($text=~/Estate of Unrest/i) 
{ 
quest::say("Very Well off you go !"); 
quest::movepc(52, -38, 3); 
} 
}
when i Hail either one of them they do nothing

i put both of these in my C:/eqemu/quests/halas folder
and named them the no. of the npc that will be using them

these are just temp quests to learn how to do this

thank you for your time
__________________
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 03:53 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