This is a custom feature involving an NPC, so that would be categorized as a "Quest" script. Not really something that involves the PEQ DB, unless you grab the PEQ Quests, and even then, PEQ is legit, and spell scribers aren't a legit feature.
I did use the the search button, I wasn't looking for info on how to make a spell scribe, but one that was already made, which I did not see in the list.
#NPC Elminster scribes player spells and increases them to level 65
#
#
#
sub EVENT_SAY{
if ($ulevel <=64){
if ($text =~/hail/i){
quest::say("Hello adventurer $uname. I have travelled far and my magic is great. Would you like me to help you [level] up?");
}
if ($text =~/level/i){
quest::say("Prepare to feel yourself burn with power!");
quest::level(65);
quest::scribespells(65,60);
}
}
else{
quest::say("You are a high level already fool!. However If you want to be leveled I can show you how its done!?");
}
}
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.