Enchant animation - HELP

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Tigz
Posts: 1
Joined: Tue Apr 25, 2017 3:48 am

Enchant animation - HELP

Post 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?
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: Enchant animation - HELP

Post by Sacrifice »

Cast the the skill you want to execute also... no?
Post Reply