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 12-19-2008, 01:27 AM
talra
Fire Beetle
 
Join Date: Dec 2008
Location: Florida
Posts: 5
Default Spellscriber/Disctrainer

so i am using George's tools to make a spellscriber and i found the function for training discs on the forums also but my script doesnt seem to work. any advice would be very useful as i am new to perl scripting.

Code:
sub EVENT_SAY
{
 {
if ($text =~/hail/i){   quest::say ("Good day to you, $name. Do you want me to teach you [spells] or [disc]."); }
}

if($text =~/spells/i)
{
 quest::say ("Good, stand where you are while I cast");
 quest::scribespells();
}
if($text =~/disc/i)
{
 quest::say ("Good, stand where you are while I cast");
 quest::traindiscs();
}

}
Reply With Quote
  #2  
Old 12-19-2008, 04:24 AM
talra
Fire Beetle
 
Join Date: Dec 2008
Location: Florida
Posts: 5
Default

figured it out. had to put quest::scribespells($ulevel);
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 06:23 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