Page 1 of 1
Skill Animation?
Posted: Fri Nov 19, 2010 11:34 am
by AstroGlide
L2J Revision
4423:
L2JDP Revision
7669:
I dont know if its possible without client modding
but I want to change the animation/effect of skill "return" to a skill called "Beast Training - Release All".
Is it possible

Re: Skill Animation?
Posted: Fri Nov 19, 2010 11:41 am
by LasTravel
check handlers/usercommandhandlers/Escape.java line 119+-
Re: Skill Animation?
Posted: Fri Nov 19, 2010 11:50 am
by AstroGlide
I just need to change 1050 to new skill ID?
Code: Select all
MagicSkillUse msk = new MagicSkillUse(activeChar, 1050, 1, unstuckTimer, 0);
Re: Skill Animation?
Posted: Fri Nov 19, 2010 11:55 am
by LasTravel
Try it

Re: Skill Animation?
Posted: Fri Nov 19, 2010 12:06 pm
by AstroGlide
that doesnt work

Re: Skill Animation?
Posted: Fri Nov 19, 2010 12:40 pm
by _DS_
This user command handler for /unstuck only.
Use <set name="displayId" val="...." /> in skill xml.
Re: Skill Animation?
Posted: Fri Nov 19, 2010 9:44 pm
by LasTravel
Ah, omg he means the skill return, okok, sorry XD