Jump to content

/unstuck Animation


DrGeorge

Recommended Posts

Hello everybody

Well i dont think that this is shared again.

Anyway i'm gonna show you how to change /unstuck command animation.

(not so useful but it's cool  :P)

 

Ok Let's Start!

1)Find handlers.usercommandhandlers.Escape.java(The paths are different from project to project but it's not difficult to find it.)

 

2)Find this :

//SoE Animation section
	activeChar.setTarget(activeChar);
	activeChar.disableAllSkills();

	MagicSkillUse msk = new MagicSkillUse(activeChar, xxxx, 1, unstuckTimer, 0);
	Broadcast.toSelfAndKnownPlayersInRadius(activeChar, msk, 810000/*900*/);
	SetupGauge sg = new SetupGauge(0, unstuckTimer);
	activeChar.sendPacket(sg);
	//End SoE Animation section

3)Where i've put xxxx put the skill id that you want to show when someone is using unstuck.

 

You are ready!  8)

Link to comment
Share on other sites

usefull share for someone ho wants something different....

for ex. if i change the id to berseker spirits id when i ll type /unstuck

i ll perform berseker spirits animation?

Link to comment
Share on other sites

usefull share for someone ho wants something different....

for ex. if i change the id to berseker spirits id when i ll type /unstuck

i ll perform berseker spirits animation?

 

Yes.I tested it with the salvation animation.It actually uses the skills loading animation when escaping and when it's time to move the skill animation is completed.For Example in normal unstuck animation it shows a big light around you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...