I noticed that there is a list of animations in the SkillFactory.java file that define the character's stance when using a skill. I need to update this as animations like "chainlightningnew" and others, are not there. I have no idea of where to find them.
Could someone point me towards the right direction? I have the 176.1 unpacked idb and the kmst leak idb but still can't seem to find them.
the list looks like this:
This is where the list I want to update is located: https://github.com/Maxcloud/Mushy/bl...llFactory.java
Thanks.
Could someone point me towards the right direction? I have the 176.1 unpacked idb and the kmst leak idb but still can't seem to find them.
the list looks like this:
Code:
public static enum Delay {
walk1(0x00),
walk2(0x01),
stand1(0x02),
stand2(0x03),
alert(0x04),
swingO1(0x05),
swingO2(0x06),
swingO3(0x07),
swingOF(0x08),
swingT1(0x09),
swingT2(0x0A),
--ETC---
Thanks.