• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Help with avatar skill plz

Status
Not open for further replies.
Level 26
Joined
Nov 19, 2007
Messages
1,177
There is a field in the Avatar ability called 'Required Animation Names'. This should have a thingy that says 'alternate'. Just remove that and you'll be fine. That 'alternate' tells the game to use the model's alternate animations should it have one. For the Mountain King, that is his Avatar form, for the Arachnids it is their buried form.
 
Level 26
Joined
Nov 19, 2007
Messages
1,177
Ah, wait. I remember now. This used to be a bug in DotA too. Whenever you used the Black King Bar, units with alternate models like the Tinker and Antimage would turn into their Alternate forms. I think that the Alternate tag is hardcoded into the ability, like it is for other morph spells. DotA fixed that bug, but I have no idea how. Your best bet is to base it off another ability, or get a different model
 
Level 25
Joined
Mar 23, 2008
Messages
1,813
Ah, wait. I remember now. This used to be a bug in DotA too. Whenever you used the Black King Bar, units with alternate models like the Tinker and Antimage would turn into their Alternate forms. I think that the Alternate tag is hardcoded into the ability, like it is for other morph spells. DotA fixed that bug, but I have no idea how. Your best bet is to base it off another ability, or get a different model

Can u tell me how i can use triggers for avatar? like:
  • Avatar skill
  • Events
    • Unit - Unit uses an ability
  • Conditions
    • Ability - Equal to Avatar
  • Actions
    • Unit - make unit grow
      • make unit gain 4 + armor
Something like that
 
Level 26
Joined
Nov 19, 2007
Messages
1,177
Metamorphosis also has ‘alternate’ harcoded into it -.-

Um. Create a spellbook with spell immunity and a bonus damage ability. Add it to your hero then disable spellbook, and that will hide the icons while making them spell immune with bonus damage. If you wish, have a dummy unit cast Bloodlust on it before giving it Spellbook so that it grows larger.
Try something like:
Event- Units begins casting an ability
Conditions – Ability equal to Avatar
Actions – Add (Spellbook) to (Triggering Unit)
- Disable Spellbook

Although I'm not sure how to reverse this
 
Level 19
Joined
Aug 24, 2007
Messages
2,888
Unit Uses Ability
if its avatar
Animation - Remove alternate tag from Triggering Unit

it should look like burrowed with this
 
Level 25
Joined
Mar 23, 2008
Messages
1,813
Unit Uses Ability
if its avatar
Animation - Remove alternate tag from Triggering Unit

it should look like burrowed with this

Something like this?
  • Avatar Stuff
  • Events
    • Unit - A unit begins casting a ability
  • Conditions
    • (Ability being cast) Equal to Avatar
  • Actions
    • Animation - Remove the Alternate Animation Tag to (Triggering Unit)
Well, That didnt work... Tell me what i did wrong, or if you have any other suggestion how to make it work.
 
Level 19
Joined
Aug 24, 2007
Messages
2,888
1- DotA uses MANY Avatars
2- And yes chocobo its like that (try some waits before removing tag if not work)
 
Status
Not open for further replies.
Top