• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Using morphed alchemist model without morph spell?

Status
Not open for further replies.
Level 6
Joined
Aug 19, 2006
Messages
187
hi,
i didnt find something about it with the search function.

i want to use the morphed alchemist (the model after he casts chemical rage) as a standard model so that i dont have to cast chemical rage. i could not find a way to do it in the object editor. so it is possible to use his chemical rage model?
 
Level 3
Joined
Nov 3, 2004
Messages
43
On that note - seing as it is a similar kind of question

How would you go about making the blademaster use his Spell Slam animation on every attack? (you know the one in Critical Strike)

Because I have seen it in a map before and it looks kind of cool.

I tried having
Required Animation Names: Spell,Slam
and he walks around with the bladestorm animation on
And
Required Animation Names: Spell Slam
Does nothing

~Cheers
 
Level 27
Joined
Feb 22, 2006
Messages
3,052
Theturtle said:
On that note - seing as it is a similar kind of question

How would you go about making the blademaster use his Spell Slam animation on every attack? (you know the one in Critical Strike)

Because I have seen it in a map before and it looks kind of cool.

I tried having
Required Animation Names: Spell,Slam
and he walks around with the bladestorm animation on
And
Required Animation Names: Spell Slam
Does nothing

~Cheers

Code:
Events
Unit - A unit is attacked
Conditions
((Unit type of (Attacking Unit)) Equal to (Blademaster)
Actions
Animation - Play (Attacking Unit)'s (slam) animation

That should do it...
EDIT: If you don't want to do triggers, give him something like the undead ability Spider attack, then for Art- Animation Names for spider attack make it attack and slam. That should work, but i didn't test...
And also the Alchemist is just a weird unit, if u look at the morphed forms animation tags, there's nothing there. In other words, you must use the ability, or get the model redone for you :?
--donut3.5--
 
Status
Not open for further replies.
Top