Hello. I needsome help to add animations to enchantments..
Like, when the enchantment is successful, the server sends a packet with a message to player: "You successfully enchanted your weapon" for example. Together with this packet I want to send a skill animation.
The same when Fails the enchant and the same for skill enchants.
Im taking a look at RequestExEnchantSkill and I found the code part where the system sends the message but i cannot figure out how to add the animation from a skill there.
https://jmp.sh/EWJtNwLY
I completely rewrote the player movement system. And completely redesigned the P Atk system, now, as in the original game, there are 3 attacks and the client uses them in random order and adds a slowing effect creating the illusion of the heaviness of the sword
Question
vecc
Hello. I needsome help to add animations to enchantments..
Like, when the enchantment is successful, the server sends a packet with a message to player: "You successfully enchanted your weapon" for example. Together with this packet I want to send a skill animation.
The same when Fails the enchant and the same for skill enchants.
Im taking a look at RequestExEnchantSkill and I found the code part where the system sends the message but i cannot figure out how to add the animation from a skill there.
Edited by vecc20 answers to this question
Recommended Posts