This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [WotLk] [QUESTION] Demon form flyin' animation  (Read 3982 times)

reidospalas

  • Registred Member
  • Race Changer
  • *****
  • Posts: 32
    • View Profile
[WotLk] [QUESTION] Demon form flyin' animation
« on: February 02, 2017, 04:48:13 pm »
Hello guyz, i'm making a custom class on wow 3.3.5a, and i want to use a demon form for a custom glyph, the demon form will allow the class to fly...

I'm using the illidan demon form model for it, but i got some problems , if i use (Levitate spell) while on demon form the animation will be of flying ( perfect  ), but if i enable a gm flying or something that allow to fly, i only stand floating on walk animation. Someone know how to fix or where i can edit to fix it?

Some img's:
This one is in levitate aura:
[attachment=1:3naquygq]WoWScrnShot_020217_134517.jpg[/attachment:3naquygq]

And this one is on gm flying:
[attachment=0:3naquygq]WoWScrnShot_020217_043019.jpg[/attachment:3naquygq]

I want to give the gm flying same animation on levitate, for make a real flying animation :S
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #1 on: February 02, 2017, 04:50:03 pm »
Well, if you use .gm fly on, it won't actually make you "fly", it will make you "swim". In the air. Thats something entirely different than levitating, which gives you levitating animation.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

reidospalas

  • Registred Member
  • Race Changer
  • *****
  • Posts: 32
    • View Profile
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #2 on: February 02, 2017, 04:51:51 pm »
Quote from: "Amaroth"
Well, if you use .gm fly on, it won't actually make you "fly", it will make you "swim". In the air. Thats something entirely different than levitating, which gives you levitating animation.

How can i change the gm flying for levitate animation?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

reidospalas

  • Registred Member
  • Race Changer
  • *****
  • Posts: 32
    • View Profile
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #3 on: February 02, 2017, 07:54:21 pm »
bump :(
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

reidospalas

  • Registred Member
  • Race Changer
  • *****
  • Posts: 32
    • View Profile
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #4 on: February 02, 2017, 07:55:03 pm »
Solved :D :D , I changed swimming anim of "Gm or spells flying" to Hover :D it worked
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Piccolodmq

  • Registred Member
  • Model Change Addict
  • *****
  • Posts: 200
    • View Profile
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #5 on: February 04, 2017, 09:06:58 pm »
Quote from: "reidospalas"
Solved :D :D , I changed swimming anim of "Gm or spells flying" to Hover :D it worked

interested on knowning what dbc you edit for this.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #6 on: February 04, 2017, 09:56:47 pm »
Definitely not DBC. M2 file. I'd expect it to be here, or in sctruct right beneath it, but thats just my guess, correct me if I'm wrong.

« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Makpptfox

  • Contributors
  • Loreweaver
  • *****
  • Posts: 103
    • View Profile
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #7 on: February 06, 2017, 09:44:15 am »
Yes, you can easily swap animation with a simple change in sAnimations_Animations and AnimationLookup.

But I never tried to add a new one tho, I'm not sure if you can swap Swim -> Hover if you don't have Swim animation in the first place... It would be pretty nice to add sheath animation on some models.

I've done some works with a demon form for myself but I used the "burst form" of the actual Demon Hunter from Legion since it had pretty cool animations, but it didn't have the sheath animation.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
For support, send your Discord's ID by PM.

reidospalas

  • Registred Member
  • Race Changer
  • *****
  • Posts: 32
    • View Profile
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #8 on: February 06, 2017, 05:24:08 pm »


It was easy, So... First a made a spell,  On first effect i give : Apply_Aura (Spell transform id: 21322);, 2nd effect :
 Trigger_Spell (I made other spell, to switch fly and movement speed on fly and on 3rd spell effect : you give apply aura: Spell_Aura_Dummy), Now finish the Dbc spell edit, patch it put on Core/DBC, learn spell, and when you use it : Will transform into a demon, Flying aura / Animation Spell_Aura_Dummy (Hover) and you can increase the flyin' speed too :)

ps : It work for other models too, Like dragons or anything who's fly, the animation flying will work :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Makpptfox

  • Contributors
  • Loreweaver
  • *****
  • Posts: 103
    • View Profile
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #9 on: February 06, 2017, 09:27:11 pm »
I'm not a big fan of this solution, because it's actually locking your model to one and only animation. No strafe, idle flying or any talk/fight flying.

But it's a good bodge if you just want the static fly animation.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
For support, send your Discord's ID by PM.

dafengqixi

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 19
    • View Profile
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #10 on: February 07, 2017, 12:40:59 am »
Quote from: "reidospalas"


It was easy, So... First a made a spell,  On first effect i give : Apply_Aura (Spell transform id: 21322);, 2nd effect :
 Trigger_Spell (I made other spell, to switch fly and movement speed on fly and on 3rd spell effect : you give apply aura: Spell_Aura_Dummy), Now finish the Dbc spell edit, patch it put on Core/DBC, learn spell, and when you use it : Will transform into a demon, Flying aura / Animation Spell_Aura_Dummy (Hover) and you can increase the flyin' speed too :)

ps : It work for other models too, Like dragons or anything who's fly, the animation flying will work :)
PhilipTNG Master, the perfect solution to this problem
But I don't know how he did it
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

dafengqixi

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 19
    • View Profile
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #11 on: February 07, 2017, 12:46:08 am »
Quote from: "Amaroth"
Definitely not DBC. M2 file. I'd expect it to be here, or in sctruct right beneath it, but thats just my guess, correct me if I'm wrong.

Not AnimationData.dbc and .m2 File problem?
Are you sure?
I want try add dbc entry. look it, Does it work.
But I unknow AnimationData.dbc::flags and Bodyflags . :lol:  :lol:
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

reidospalas

  • Registred Member
  • Race Changer
  • *****
  • Posts: 32
    • View Profile
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #12 on: February 07, 2017, 05:03:06 am »
Yeah, for me its good like i said, i won't it more "Perfect" than it, but thank you :)
« Last Edit: February 07, 2017, 05:05:50 am by Admin »

reidospalas

  • Registred Member
  • Race Changer
  • *****
  • Posts: 32
    • View Profile
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #13 on: February 07, 2017, 05:04:13 am »
Quote from: "dafengqixi"
Quote from: "reidospalas"


It was easy, So... First a made a spell,  On first effect i give : Apply_Aura (Spell transform id: 21322);, 2nd effect :
 Trigger_Spell (I made other spell, to switch fly and movement speed on fly and on 3rd spell effect : you give apply aura: Spell_Aura_Dummy), Now finish the Dbc spell edit, patch it put on Core/DBC, learn spell, and when you use it : Will transform into a demon, Flying aura / Animation Spell_Aura_Dummy (Hover) and you can increase the flyin' speed too :)

ps : It work for other models too, Like dragons or anything who's fly, the animation flying will work :)
PhilipTNG Master, the perfect solution to this problem
But I don't know how he did it

I fixed it dude can you check it here :https://www.youtube.com/watch?v=nPJCByXoDIs :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [WotLk] [QUESTION] Demon form flyin' animation
« Reply #14 on: February 07, 2017, 11:06:32 am »
Quote from: "dafengqixi"
Not AnimationData.dbc and .m2 File problem?
Are you sure?
I want try add dbc entry. look it, Does it work.
But I unknow AnimationData.dbc::flags and Bodyflags . :lol:  :lol:
I am sure.

For example, is there any DBC containing animation data for every single data? No. On the other hand, are there only some creature models which for example lack some animations? Yes, there are. Its just a logic. Apart from that, I know about animations structures and I know that when someone wants to for example "enable fly animation" for some creature, he needs his M2, as I had Alastor fixing oe creature for me in the past.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz