Switch Stance [Skill ID : 838 ]

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
jan24
Posts: 4
Joined: Sat Jan 29, 2022 10:25 am

Switch Stance [Skill ID : 838 ]

Post 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 :)
jan24
Posts: 4
Joined: Sat Jan 29, 2022 10:25 am

Re: Switch Stance [Skill ID : 838 ]

Post 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 :)
You do not have the required permissions to view the files attached to this post.
Post Reply