Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Quests

Archive::Quests Archive area for Quests's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-29-2003, 10:53 AM
Guest
 
Posts: n/a
Default Heres another problem!

EVENT_SAY{
if($1- =~ "Hail"){
SAY("Hi $name I can teleport you anywhere you want I can teleport you to [Nexus] [Planes of Power] [Greater Divide] [Greater Faydark] [Cabalis] [Akanon] [Freeport] [Grobb] [Oggok] [Qeynos] [Rivervale] [Erudin] [Kaladim] [Shar Vahl] [Neriak] or [Halas]")
}
if($1- =~ "Planes of Power"){
SAY("Ok bye")
}
if($1- =~ "Nexus"){
SAY("Ok bye")
castspell("2943")}
}
if($1- =~ "Greater Divide"){
SAY("Ok bye")
castspell("2023")}
}
if($1- =~ "Greater Faydark"){
SAY("Ok bye")
castspell("1336")}
}
if($1- =~ "Cabalis"){
SAY("Ok bye")
}
if($1- =~ "Akanon"){
SAY("Ok bye")
}
if($1- =~ "Freeport"){
SAY("Ok bye")
castspell("1373")}
}
if($1- =~ "Grobb"){
SAY("Ok bye")
}
if($1- =~ "Oggok"){
SAY("Ok bye")
}
if($1- =~ "Qeynos"){
SAY("Ok bye")
castspell("1338")}
}
if($1- =~ "Rivervale"){
SAY("Ok bye")
}
if($1- =~ "Erudin"){
SAY("Ok bye")
castspell("1337")}
}
if($1- =~ "Kaladim"){
SAY("Ok bye")
}
if($1- =~ "Shar Vahl"){
SAY("Ok bye")
}
if($1- =~ "Neriak"){
SAY("Ok bye")
castspell("1371")}
}
if($1- =~ "Halas"){
SAY("Ok bye")
}
/*END of FILE Zone:cshome ID:7343 -- Translocator */



When I try to Hail to him he doesnt say anything... why is that?
Reply With Quote
  #2  
Old 09-29-2003, 02:10 PM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

Looks to me like you don't close out your event_say.
__________________
Xeldan
Lead Content Designer
Shards of Dalaya
Reply With Quote
  #3  
Old 09-30-2003, 07:57 AM
Guest
 
Posts: n/a
Default

HERES THE CORRECT WAY OF DOING IT!...







EVENT_SAY{
if($1- =~ "Hail"){
SAY("Hi $name I will [teleport] you anywhere!")
}
if($1- =~ "teleport"){
SAY("[Cshome] [Velious] [Nexus] [Greater Divide] [Greater Faydark] [Cabalis] [Akanon] [Freeport] [Grobb] [Oggok] [Qeynos] [Rivervale] [Erudin] [Kaladim] [Shar Vahl] [Neriak] or [Halas].")
}
if($1- =~ "cshome"){
SAY("Hang on you need to have downloaded or obtained this file from becoming a GM in eqlive. This file does not come along with the Everquest CD. Are you sure you wanna continue? [YES] [NO]")
}
if($1- =~ "yes"){
SAY("ok bye")
summonitem("22")
}
if($1- =~ "no"){
SAY("well sorry then...")
}
if($1- =~ "Nexus"){
SAY("Ok bye")
castspell("$userid","2943")
}
if($1- =~ "Greater Divide"){
SAY("Ok bye")
castspell("$userid","2023")
}
if($1- =~ "Greater Faydark"){
SAY("Ok bye")
castspell("$userid","1336")
}
if($1- =~ "Cabalis"){
SAY("Ok bye")
castspell("$userid","2709")
}
if($1- =~ "Akanon"){
SAY("Ok bye")
castspell("$userid","557")
}
if($1- =~ "Freeport"){
SAY("Ok bye")
castspell("$userid","1373")
}
if($1- =~ "Grobb"){
SAY("Ok bye")
castspell("$userid","4178")
}
if($1- =~ "Oggok"){
SAY("Ok bye")
castspell("$userid","556")
}
if($1- =~ "Qeynos"){
SAY("Ok bye")
castspell("$userid","1338")
}
if($1- =~ "Rivervale"){
SAY("Ok bye")
summonitem("23")
}
if($1- =~ "Erudin"){
SAY("Ok bye")
castspell("$userid","2707")
}
if($1- =~ "Kaladim"){
SAY("Ok bye")
summonitem("21")
}
if($1- =~ "Shar Vahl"){
SAY("Ok bye")
castspell("$userid","2935")
}
if($1- =~ "Neriak"){
SAY("Ok bye")
castspell("$userid","1371")
}
if($1- =~ "Velious"){
SAY("Ok bye")
castspell("$userid","2062")
}
if($1- =~ "Halas"){
SAY("Ok bye")
castspell("$userid","2708")}
}
/*END of FILE Zone:cshome ID:7343 -- Translocator */


the summon items 21-23 are items I created for self port 1 charge on the times =)
Reply With Quote
  #4  
Old 09-30-2003, 09:31 AM
Qtoken
Fire Beetle
 
Join Date: Sep 2003
Posts: 9
Default Try something that requires for a bit more response.

If you accedentally say "yes" first in any sentance you'll end up in the wrong place (cshome) .. Try something that requires for a bit more response.

NPC: "Are you sure that you [have cshome]?"

eg. player response "Yes, I have cshome. Transport me there NOW you foolish little %r !"
Reply With Quote
  #5  
Old 09-30-2003, 02:44 PM
Guest
 
Posts: n/a
Default

Dont worry it says above that I already fixed this problem btw I just sent you the correct one above, yes does work

are you sure you would like to continue (yes) (no)
yes= ok bye (summons u an item u right click on it)
no= your screwed good bye
Reply With Quote
  #6  
Old 10-05-2003, 01:30 AM
Guest
 
Posts: n/a
Default

ooh boy lol i wish i was smart
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 12:04 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