Page 1 of 1

Blue Magic Spell/Script Maker

Posted: Thu Feb 14, 2013 12:43 pm
by Metalfiiish
Good afternoon everyone!

I was asked to make a Script that will automatically make all blue magic spell scripts. I have been working on it and feel like presenting version 1.

Special Note:
In it's current form it can only make Physical Blue Magic moves.
Like my other scripts I use Python 2.7 and it is required to have it installed.

I will update this once I have magic and ranged type moves working.

If your familiar with my other mob tp move maker then it operates very similar. It will require a file named "names.txt" and it should either be in the C:/DSP/scripts/globals/spells/bluemagic or in C:/bluemagic.

The names should appear just as they are in the database. Example: "bludgeon" would be Bludgeon. Example2: "death scissors" should be "Death_Scissors"

* Ensure that after you download the file that you rename the extension from .txt to .py