Save-Point
Spell Tablet System - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+------ Forum: Custom Component System (CCS) (https://www.save-point.org/forum-97.html)
+------ Thread: Spell Tablet System (/thread-6455.html)



Spell Tablet System - GubiD - 08-25-2007

Spell Tablet System
GubiD
Aug 25, 2007

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


Want to make it so everyone can learn spells/skills, but not require them to be a mage? With the below script you can assign a "TABLET" that will teach the wielding character spells/skills that are assigned to that tablet, but its not that simple. You must earn them using AP(Ability Points) that is generated from the enemies you fight. This system allows you to earn AP from enemies and when you have enough, the associated skill from the tablet.

here is the code

Script Part 1

Script Part 2

Script Part 3

ou will notice that it also uses cogwheels HP/SP/EXP bars in the menu along with Character Graphics instead of walk graphics. (It uses character name to determine file name for the picture.)

If you are not a code buff, then you can also download the demo from mediafire at the following link

LINK

Edit: Updated post, cause I noticed that the spoiler and codebox weren't working correctly. I split it up and now it seems to work correctly. There has been no actual change to the above code at this time.