[Archive] [Animotion ] Attack Anim
[Archive] [Animotion ] Attack Anim
Archived author: XIajibawan • Posted: 2023-06-28T07:25:31+00:00
Original source
Hello Guys,
hope you are well.
I tried to learn how to control the animotion of character. such as when my character attack with a weapon with equip a 2H weapon at mainhand, the mode will use two hands to hold the weapon, and one hand for 1H weapon. should we can control that? I means if I want the character to hold the 1H weapon use two hand, how should I can profit it?
hope I can get some ideas from you smart guys.
thank you in advance.
Archived author: Callmephil • Posted: 2023-07-07T08:42:48+00:00
Original source
If I remember well, for item slot and position etc it's all in item.dbc https://wowdev.wiki/DB/Item
Find an item that suits your idea and replace the item you want to modify with it. update both in server + client dbc and you should get what you want.
another option is to look at the spell "Titan's grip" https://www.wowhead.com/wotlk/spell=46917/titans-grip and see if you can duplicate its behavior to fit your needs.