Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Shek on November 23, 2013, 10:55:00 pm

Title: Script Request: Weapon Animation default to X
Post by: Shek on November 23, 2013, 10:55:00 pm
This existence of this script is extremely important to me:

1) The Problem
Spoiler: ShowHide

In my game, I'm experimenting with a smithing system that let's you generate items in game, also I'm experimenting with having enemies drop generative weapons/gear like in Diablo.  Because when weapons are generated they do not have attack animations already made for them, they will cause a missing file error. 


2) Script Description
Spoiler: ShowHide

a) Be able to assign what Weapon animation a weapon uses.  i.e. config file at the top of the script (Weapon 023, use animation for weapon X)
b) Any weapon which does not have an attack animation file, or an animation assigned to it, defaults to using weapon animation X

optional c) Any weapon with the word "sword" in its title uses animation X, any weapon with the word "club" in its title uses weapon animation Y, etc.


The existence of this script would open up the possibilities of Blizz Abs games a lot, I really hope someone is able to tackle this particular issue!