Modcraft - The community dedicated to quality WoW modding!
Content creation => Modelling and Animation => Topic started by: Xmat on March 15, 2013, 06:42:59 pm
-
Hello,
I have a problem with model animation and I would be very happy if there is anybody who can help me or give any advice how to solve it.
I have, for example, model of warlock demon form. When I look through model viewer, I see, that it has fly emote, land emote, jump emote etc... But, when I morph into demon form in the game and activate GM fly mode, I fly like while swimming, not while flying (the swimming animations are applied, not the flying ones). It is very similar when I look at any dragon (not mounts). They do not fly, they are frozen in standing emote and "walk" in the air.
I hope you know what I mean and I hope it can be solved by some dbc/model editing.
Thank you for any helpful response!
Regards, Matej
-
Looking at the command .gm fly, it sends the OP Code "can fly" or "can not fly". Which means that either you can or can not. I am not sure though how you'd intend to set a specific set of emotions. I assume you'd have to be a creature for this to work.
-
Thanks for your reply. There is maybe one thing which could help me and it is spell "Hover - Animation Override", which was suggested to me at ac-web. I am experimenting with it and hope it wil bring some results.
We are making roleplay server with my girlfriend, two opposite factions in the war, and she has dragons. I need to have something at least as strong as dragons :-D Flying demons!
-
Hexa editing/C++ command, it can be reached by both of these ways. Gwyn should be able to make the first one work, the second one was succesfully achieved by Athert.
-
Thanks for your reply. There is maybe one thing which could help me and it is spell "Hover - Animation Override", which was suggested to me at ac-web. I am experimenting with it and hope it wil bring some results.
We are making roleplay server with my girlfriend, two opposite factions in the war, and she has dragons. I need to have something at least as strong as dragons :-D Flying demons!
Pitlords love killing Dragons, can't fly but can throw their weapons like a boss.
-
Hexa editing/C++ command, it can be reached by both of these ways. Gwyn should be able to make the first one work, the second one was succesfully achieved by Athert.
I've done it successfully by myself already. I've made special fly command using hover anim override spell. Unfortunately demons don't have all fly anims, so it is not as good as I hoped. But I can't achiev more without model editing.
Thanks all, could be locked.