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 03-28-2003, 10:52 AM
kabalah
Fire Beetle
 
Join Date: Nov 2002
Location: Los Gatos, Ca
Posts: 27
Default new quest problem

i have a quest file that contains the following:
event_say {
if ($1- =~ "Hail") { say("Greetings $name! Would you like me to [bind your soul]?") }
}
event_say {
if ($1- =~ "bind my soul") { say("Incoming Bind! You will zone back to this spot when you die $userid.") castspell($userid,35) }
}
event_say {
if ($1- =~ "bind your soul") { say("Silly! My soul is already bound to this spot! I love it here!")
me('another command') }
}

using this format i've been able to get the character to respond to each phrase, but, the castspell command never runs and the me('another command') emote never appears just the string 'me'. if i combine all the events into one event_say, none of the if's get triggered...

anyone have any suggestions? thanks in advance!

kabalah
Reply With Quote
  #2  
Old 03-28-2003, 11:27 AM
just_add_water
Hill Giant
 
Join Date: Mar 2002
Location: //say $network
Posts: 138
Default

Code:
event_say { 
if ($1- =~ "bind my soul") { say("Incoming Bind! You will zone back to this spot when you die $userid.") castspell("$userid","35") } 
}
All text within a command() must be in " " .
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 04:57 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