Skill Animation?

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
AstroGlide
Posts: 36
Joined: Sat Jul 17, 2010 1:35 am

Skill Animation?

Post 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 :?:
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Skill Animation?

Post by LasTravel »

check handlers/usercommandhandlers/Escape.java line 119+-
AstroGlide
Posts: 36
Joined: Sat Jul 17, 2010 1:35 am

Re: Skill Animation?

Post by AstroGlide »

I just need to change 1050 to new skill ID?

Code: Select all

MagicSkillUse msk = new MagicSkillUse(activeChar, 1050, 1, unstuckTimer, 0);
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Skill Animation?

Post by LasTravel »

Try it :)
AstroGlide
Posts: 36
Joined: Sat Jul 17, 2010 1:35 am

Re: Skill Animation?

Post by AstroGlide »

that doesnt work :x
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Skill Animation?

Post by _DS_ »

This user command handler for /unstuck only.
Use <set name="displayId" val="...." /> in skill xml.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Skill Animation?

Post by LasTravel »

Ah, omg he means the skill return, okok, sorry XD
Post Reply