**** Keep in mind you must have python 2.7 to use this script ****
So I present my revised Mob TP move maker script. This script will effectively read info from the wiki for the move and then make a commented section with the name of the move and useful information.
It will then use that info to make abest judgement on what the move is and does and builds the functions for you.
All you have to do is make the list of moves you want and place it in the folder C:/mobskills/ and names the files names.txt. When it is done making the moves you can view the output to see some little notes about each move.
Once done navigate to the folder mobskills and verify that the moves are right by opening each move and investigating the element params, damage type, TP effect, debuff/buff etc.
Let me know what you think!
This version still won't make ranged attack moves but others should be ok.
Please examine the Example pictures I posted showing you how everything looks.
Example 3 shows you what matches up with what so if you see 1 is Fire but on the bottom says Earth then change it to Fire. Anything in yellow means match it up. Red shows you that you may have to look at the additional notes for modification of normal damage, for this script you would change dmgmod = 1; to a formula that represents the notes. Also the black circles items show other thing st look for such as mobWeaponDmg which can be multiplied by 1-3 to change dmg up a bit and that you should keep an eye on TP modifier in case it was not added properly.
Mob TP move maker
-
- Developer
- Posts: 176
- Joined: Tue Jul 31, 2012 7:21 am
Mob TP move maker
- Attachments
-
- mobTpMoveMaker_v2.txt
- Mob TP Move maker Version 2. Change the extension from .txt to .py as the site won't let me load it up as .py
- (34.37 KiB) Downloaded 259 times