• It's time to dig through Hive's model database and dust off some oldie but goldie models and enter Hive's Texturing Contest #31 : Repurposing! Click here to enter!
  • 🏆 Hive's 5th HD Modeling Contest: Creep Camp is now open! Click here to enter!

Bear Form Ability

Ok I used bear form ability set the normal form and set the alternate form but the unit that I gave the ability to is not transforming the icon changes but not the unit I attached the screenshots from editor from editor to see what I did wrong .
 

Attachments

  • 1.jpg
    1.jpg
    239.3 KB · Views: 17
  • 2.jpg
    2.jpg
    252.1 KB · Views: 17
The unit will transform from 'alternate form' to 'normal form' when you remove the bear form ability from the unit. That would turn a Sledge into a Geomancer.
If I used the Avatar spell I know I can change it to where non hero can use it but can I use it to change the unit to another unit and what line do ineed to change?
 
That is because the spell uses the morph animation, and if a units model doesn't have it, it uses death instead.

You have to code the unit to play another animation, but many models have built in death sound which will play regardless. So you would need a custom model.
Code is something I have never learned and it dying and coming back to life to me looks stupid so I am going to look into using crow form instead ty for your help.

That is because the spell uses the morph animation, and if a units model doesn't have it, it uses death instead.

You have to code the unit to play another animation, but many models have built in death sound which will play regardless. So you would need a custom model.
Crow form works I can change the icons and the alternate form isn't going to be on the map at the same time
 
Level 36
Joined
Feb 27, 2007
Messages
4,728
It should be as easy as something like this (presuming the ability cast event fires when cancelling Avatar (I have no idea)):
  • Fix Animation
    • Events
      • Unit - A unit Finishes casting an ability
    • Conditions
      • (Ability being cast) Equal to Avatar
    • Actions
      • -------- one or both of these actions may be necessary, I'm unsure which --------
      • Animation - Play (Triggering unit)'s stand animation
      • Animation - Reset (Triggering unit)'s animation
 
Level 1
Joined
Feb 16, 2023
Messages
1
The unit will transform from 'alternate form' to 'normal form' when you remove the bear form ability from the unit. That would turn a Sledge into a Geomancer.



















Thanks for the help, I will try it and if I face any problem, I will message you. I wish I can try it now but my parents won't allow me to play any game right now. They want me to submit my essay assignments first and after then I will be free. So, I am searching for the solution online for my homework and I found https://www.yahoo.com/now/essay-writers-hire-top-4-163101516.html / website where I found information related to how to hire essay writers. Now, I can easily complete my essay assignment on time.
Thanks for the help, I will try it and if I face any problem, I will message you.
 
Last edited:
Top