Page 1 of 1

How can apply some effects on character?

Posted: Mon Mar 30, 2020 4:53 pm
by KGB1st
how I can apply effect, for example ressurection. on died characters' corpse, pc_body? Without using skill casting. Only effect on target..I tried many variants, but nothing to works. Is is possible to emit effect on some world position coord?

Re: How can apply some effects on character?

Posted: Sat May 23, 2020 11:01 am
by maneco2
One example is this skill:

Code: Select all

<skill id="458" levels="1" name="Symbol of Energy">
One example skill GROUND:

Code: Select all

<set name="targetType" val="GROUND" />
And try create Npc:

Code: Select all

		<effects>
			<effect name="SummonNpc">
				<param npcId="13022" npcCount="1" />
			</effect>
		</effects>

Code: Select all

<npc id="13022" level="70" type="L2EffectPoint">
The Npc will take the skill:

Code: Select all

<skill name="union_skill" id="5127" level="1" /> <!-- Recover Force -->

Code: Select all

<skill id="5127" levels="1" name="Recover Force">