Page 1 of 1

Enchant animation - HELP

Posted: Tue Apr 25, 2017 3:51 am
by Tigz
Hello fellow users!
I need help with this.. So basically I want to add an animation when a player enchants an item/skill, so I wrote this:

player.broadcastPacket(new MagicSkillUser(player, 1044, 1, 1, 0));

BUT... instead of executing the animation, it is executing the casting animation..I mean, the char moves his arms and speaks like if it was casting the skill. But no animation at all!

What did I do wrong?

Re: Enchant animation - HELP

Posted: Tue Apr 25, 2017 9:56 am
by Sacrifice
Cast the the skill you want to execute also... no?