Save-Point
Morphing Script - 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: New Functionality/Features Scripts (https://www.save-point.org/forum-99.html)
+------ Thread: Morphing Script (/thread-6699.html)



Morphing Script - Nick - 10-11-2006

Morphing Script V1
by Nick
Oct 11 2006

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.


Changelog:
  • November 4, 2006: Updated to version 1.04. Small bugfixes, form specific graphics and changing the form by skill. (request of sonica) Also added 2 tuts regarding this.
  • October 29, 2006: Used ruby format instead of the normal code.
  • October 11, 2006: Released first version.
Well, i've come up with something i'd like to call "Morphing script", but its not entirely morphing.
Basically, this is a script to let any battler (actor, enemy) change their form to adjust HP, SP or any other stats.
It can even adjust the elemental effeciency, set immunities for magic and physic attacks, set the ability to do magic and physic attacks and everything you program it to. This script is designed for the easy of the game maker, although he/she should know some scripting to get the max out of this. I'll start off with the script in the spoiler. Please leave the little disclaimer

The Actual Script

Please note that this is an early release of this script and may still contain bugs. If you find a bug, post here or send me a PM and i'll check it out. Note that im still working on this script and building improvements. I might stop supporting this script anytime i want.

Now, i've written some basic tutorials to help you understand this script and how to use it a bit.
Adding a Form

Adding a Variable

Using autodescription

How do form specific graphics work?

Skills to change forms

Oh, here's a little snippet i used to test this script, just do a script call for "standard", "ghost" or "god" and the first character will change to that form. This is a simple script, to test, so screenshots and demo's arent needed at this time.

The Test Code