Anyone know the script for making an item that teaches spells to people?
I was thinking of making a "stone" item people can right click and learn the custom spells.
Anyone know the script for making an item that teaches spells to people?
I was thinking of making a "stone" item people can right click and learn the custom spells.
This can be done in C++ Maybe in database? (not sure about db) and in c++ register it to an item by going mgr->register_item_gossip_script(ItemID, gs)
And just allow one class to use it.
Take a look at the way trainers work in the C++ core. Then apply these effects to a C++ item code.
I know C++ and can code in it, but I don't think I am verified enough to show you how.. considering I am no longer an emulation expert.![]()