- Joined
- Jun 1, 2016
- Messages
- 9
- Reaction score
- 4
- First Language
- English
- Primarily Uses
I created some physical skills and I want to give the user the same animation for those as they have for the Attack skill (namely, to use the weapon motion and show the weapon). I'd like to avoid the plugins out there that require you to craft the animation yourself. All I'm really trying to do is change the logic from:
If Skill ID = 1, use the Attack animation
To:
If Hit Type = Physical, use the Attack animation
But I haven't been able to find anything that does that in the JS files. Does anyone know where this logic resides in the code?
If Skill ID = 1, use the Attack animation
To:
If Hit Type = Physical, use the Attack animation
But I haven't been able to find anything that does that in the JS files. Does anyone know where this logic resides in the code?

