Jump to content

Question

Posted

HI all, as title say, how i can change a skill from ACTIVE to PASSIVE( just from server side, from client i know how)?

Here it is skill type xml:

<skill id="xxxx" levels="1" name="Skill Name - Super Status">
		<!-- CT2.5 retail confirmed -->
		<set name="castRange" val="1000" />
		<set name="effectPoint" val="-100" />
		<set name="effectRange" val="2000" />
		<set name="hitTime" val="2000" />
		<set name="magicLvl" val="76" />
		<set name="mpConsume" val="108" />
		<set name="operateType" val="A1" />
		<set name="power" val="10000000" />
		<set name="rideState" val="NONE" />
		<set name="targetType" val="ONE" />
		<for>
			<effect name="PhysicalAttack" />
		</for>
	</skill>

Thank you

6 answers to this question

Recommended Posts

  • 0
Posted

I try to put this

<table name="#magicLvl"> 58 62 66 70 74 </table>
		<table name="#pAtk"> 72.7 86.1 100.2 114.8 129.3 </table>
		<set name="icon" val="BranchSys2.icon.skill0952" />
		<set name="magicLvl" val="#magicLvl" />
		<set name="operateType" val="P" />
		<set name="targetType" val="SELF" />
		<for>
			<effect name="Buff">
				<add stat="pAtk" val="#pAtk">
				</add>
			</effect>
		</for>

...no work, i restart server, no work

Guest
This topic is now closed to further replies.


×
×
  • Create New...