Jump to content

Recommended Posts

Posted

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)

Posted
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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock