Page 1 of 1

Switch Stance [Skill ID : 838 ]

Posted: Wed Feb 02, 2022 9:04 am
by jan24
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 ...

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>
if any1 is willing to share their knowledge that would be great . Thank you :)

Re: Switch Stance [Skill ID : 838 ]

Posted: Wed Feb 02, 2022 11:21 pm
by jan24
it was missing the code line like you can see in the image .... i'v added that code line and reloaded the skills how ever it didn't worked the 1st time and i moved on to other possible solutions ... i'v realized when i bugged the Vanguard skill it self ID 810 that i need it to relog before trying to use skill after //reload skill command ... for now it works .. it returns to normal state with the normal paladin/ph knight skills how ever the Vanguard skill has a error when you want to try again it says skill in reuse and visually it is not ... il find a fix for that as well :)