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 10-26-2004, 04:24 AM
Draugr
Hill Giant
 
Join Date: Jan 2002
Posts: 141
Default

Ok, I did what you suggested and it was a good suggestion. I got the following to work so far.

Code:
sub EVENT_SAY     
 {     
if($text =~ /Hail/i)  
 {  
       quest::say("Greetings $name. I am the Qeynos Gate Healer and can offer you various services currently free of charge. As a member of the Order of Eternity  it is my duty to [bind your soul] to this location if that is your wish, or to offer [healing], cure [disease], or cure [poison].");  
 }
But, then I went and added this and when I type bind, still nothing happens.

Code:
#Binding to Point  
if($text =~ /bind/i)  
  {     
       quest::say("Binding your soul.  You will return here when you die.");  
       quest::castspell($userid,2049);  
  }
Any idea why that isn't working?
__________________
John Von Draugr
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 03:32 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