EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   Scribe spells! cannot get it to work (https://www.eqemulator.org/forums/showthread.php?t=17410)

canehdian 12-15-2004 06:03 PM

Scribe spells! cannot get it to work
 
im trying to use the scribespells quest, and its not working here is what i have.

sub EVENT_SAY
{
if ($text=~/Hail/i) { quest::say("Hello, would you like your [spells] scribed?"); }
if ($text=~/spells/i) { quest::quest::scribespells(65);}

}


anyone have ideas on how to improve it?

fathernitwit 12-16-2004 07:01 AM

scribe spells does NOT take an argument!
it scribes spells up to the current level of the person being scribed.

canehdian 12-16-2004 07:46 AM

ahh k thx man

Scorpx725 12-16-2004 07:51 AM

Quote:

{ quest::quest::scribespells(65);}
You have 2 "quest::"


All times are GMT -4. The time now is 11:05 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.