Making NPC Scribe Spells
If someone could help please it would be greatly appreciated. I know it is out there I have played on 2 servers where the spell scriber worked and I would appreciate it very much if someone out there would be willing to share their knowledge with the rest of us. I know it requires some editing of the c++ scripts so if anyone could please pass on a how-to and what-to-do for editing the script to include the spellscribing ability in quests that would be perfect.
Thanks all! |
you didn't even look for an answer did you.
there's a post on the first page of this forum called "scribespells"... |
I have yet to ever get my spellscriber to work, I even got a word for word script from Cofruben for it and it still don't work :/ She responds to hails and such, just don't scribe the spells.
|
=(
never tried it myself. ill give it a shot later tonight and see what happens |
i have mine working heres the code if you want it
Code:
sub EVENT_SAY EDIT Oh and be shore not to make the NPC's Name have Scribe in it |
Quote:
Code:
if($text=~/scribe/i){quest::scribespells();} |
My guy didnt work when i had it like yours, cripp told me to change it to what i have now and now it works.
|
Yeah you have to have a level value within quest::scribespells()
|
sub EVENT_SAY
{ if ($text=~ /Hail/i){quest::say("I am... Oh that's not important right now, would you care to have your spells [scribed]?");} if ($text=~ /scribed/i){quest::scribespells($ulevel);} } and it does not work, does it have to be a level value? I know i've seen it work where it only scribes up to user level... |
Code:
sub EVENT_SAY |
All times are GMT -4. The time now is 10:59 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.