Switch Stance [Skill ID : 838 ]
Posted: Wed Feb 02, 2022 9:04 am
So, iv saw that there are issues with vanguard skill [810] {paladin} don't know if there are more issues with the rest of the tank's my issue is that after using the Vanguard skill Switch Stance it's not working ... yes there is visual skill effect but you don't really change back and you cant use your main skills any more . im trying to understand what's the issue i just can't figure it out ...
------------------------------------------------------------------------
if any1 is willing to share their knowledge that would be great . Thank you 
Code: Select all
<skill id="838" levels="1" name="Switch Stance">
<!-- Confirmed CT2.5 -->
<set name="effectPoint" val="10" />
<set name="hitTime" val="5000" />
<set name="icon" val="icon.skilltransform2" />
<set name="magicLvl" val="43" />
<set name="operateType" val="A1" />
<set name="reuseDelay" val="15000" />
<set name="rideState" val="NONE" />
<set name="targetType" val="SELF" />
<effects>
<effect name="DispelBySlot">
<param dispel="TRANSFORM,-1" />
</effect>
</effects>
</skill>
Code: Select all
<skill id="810" levels="1" name="Vanguard">
<!-- High Five Confirmed -->
<set name="abnormalLvl" val="1" />
<set name="abnormalTime" val="21600" />
<set name="abnormalType" val="TRANSFORM" />
<set name="affectScope" val="SINGLE" />
<set name="effectPoint" val="1" />
<set name="hitTime" val="5000" />
<set name="icon" val="icon.skill0810" />
<set name="irreplaceableBuff" val="true" />
<set name="isMagic" val="2" />
<set name="magicLvl" val="-1" />
<set name="mpConsume2" val="31" />
<set name="operateType" val="A2" />
<set name="reuseDelay" val="30000" />
<set name="reuseDelayLock" val="true" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<cond>
<player canTransform="true" />
</cond>
<effects>
<effect name="Buff">
<add stat="accCombat" val="1">
<and>
<using kind="SWORD" />
<using slot="lrhand" />
</and>
</add>
</effect>
<effect name="Buff">
<mul stat="sDef" val="0.5" />
</effect>
<effect name="Transformation">
<param id="312" />
</effect>
</effects>
</skill>
