Auto skill up and spell scribing ?
I have a npc to currently do this however, I recently played on a server that when you complete a level you automatically skill up and spells are automatically scribed for you...
How is this done ? Thanks in advance :) |
I put this quest in the player.pl of my starting zone. It will scribe their spells, and set all skills to 20. Now when the character levels up, skills will instantly become available. It also has a qglobal check to make sure it doesn't reset their skills everytime they zone in.
Code:
sub EVENT_ENTERZONE { The Code:
sub EVENT_LEVEL_UP{ Code:
quest::scribespells(whatever your max level is); |
would you put that into each zone under quests folder with a new player.pl?
|
easiest way is to add the player.pl to the templates folder so it is used for all zones. And if you need a player.pl in a different zone, you can just edit those as needed.
|
All times are GMT -4. The time now is 03:39 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.