So i decided to not use "setCombatParam" for weapons, because it's really messy stuff. So i need to show distance weapon shot animation, but problem is that i don't know other way to show shooting animation without COMBAT_PARAM_DISTANCEEFFECT, because i use skill id to display shooting animation, but now when i want to delete "setCombatParam" i dont know what to do next.
I tried to use
and place skill effect id
like this
but nothing change, any ideas?
I tried to use
Code:
<attribute key="shootType" value="throwingstar"/>
like this
Code:
<attribute key="shootType" value="33"/>