• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

How to display COMBAT_PARAM_DISTANCEEFFECT to items.xml?

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
1,067
Solutions
5
Reaction score
63
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
Code:
<attribute key="shootType" value="throwingstar"/>
and place skill effect id
like this
Code:
        <attribute key="shootType" value="33"/>
but nothing change, any ideas?
 
Back
Top