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-26-2003, 08:06 PM
Guest
 
Posts: n/a
Default Is something wrong with this?

EVENT_SAY{
if($1- =~ "Hail"){
SAY("Hi $name this is the swimming pool. Did you already master [swimming]?")
}
if($1- =~ "swimming"){
SAY("Just tell me and ill make you [master swimming] instantly!")
}
if($1- =~ "master swimming"){
SAY("You have now mastered swimming!")
setskill 50("252")}
}
/*END of FILE Zone:cshome ID:7301 -- Swim_instructor */



there something wrong with the setskill 50("252")} command I want the person to master swimming so how do I do this?
Reply With Quote
  #2  
Old 09-27-2003, 12:08 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

setskill("50","252")
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #3  
Old 09-27-2003, 04:01 AM
Guest
 
Posts: n/a
Default

-------
Reply With Quote
  #4  
Old 09-27-2003, 04:22 AM
Guest
 
Posts: n/a
Default

======
Reply With Quote
  #5  
Old 09-27-2003, 06:38 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

You're right. I checked the tutorial on our web site and the source. It isn't a command.

<thinking> maybe I should add it...

or you could just use addskill
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #6  
Old 09-28-2003, 02:44 PM
Guest
 
Posts: n/a
Default

you were right heres the correct way of doing it...



EVENT_SAY{
if($1- =~ "Hail"){
SAY("Hi $name this is the swimming pool. Did you already master [swimming]?")
}
if($1- =~ "swimming"){
SAY("Just tell me and ill make you [master swimming] instantly!")
}
if($1- =~ "master swimming"){
SAY("You have now mastered swimming")
addskill("50","252")}
}
/*END of FILE Zone:cshome ID:7301 -- Swim_instructor */
Reply With Quote
  #7  
Old 10-05-2003, 01:30 AM
Guest
 
Posts: n/a
Default

again i want to be 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 02:20 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