Remove Animation from Skill

05/10/2017 15:15 direktbottle#1
Hello, I want to make a certain skill cast much faster. I have tried changing motion time in propSkillAdd and also fiddling with numbers in both propSkill and propSkillAdd to make a skill cast faster. I noticed it's the (MTI_) animation which causes the long casting time of the skill.

I have tried removing the MTI from propSkill altogether but then the skill won't cast, I've also tried changing it with serveral faster motions, some are slightly faster and some doesn't cast the skill at all.

Anyone can make a skill ignore the (MTI_) animation and just do the damage right away, instantly?
05/11/2017 12:12 Passauer#2
The problem is that you need a dmg flag in the MTI ( Animation ) so without source changes skills wiithout ani will never do dmg
05/16/2017 12:07 direktbottle#3
Quote:
Originally Posted by Passauer View Post
The problem is that you need a dmg flag in the MTI ( Animation ) so without source changes skills wiithout ani will never do dmg
Oh I see, now If i only had any experience editing motions.

Does anyone have a short animation with a dmg flag in the very beginning? Like a clean "instant" animation.

Thanks!