• Check out the results of the Techtree Contest #19!
  • 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 void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Spell] Morphing - some questions

Status
Not open for further replies.
Level 4
Joined
Mar 24, 2008
Messages
87
Hi everyone !

I'm making an orpg, and i'm about to make the Druid class.

I want him to have multiple morphing spells (like : bear, wolve, tree,...)

I remember a year ago, i tryed the same thing on another map and had some bugs. So before making it, i wanna know a few things.

- Is it possible to give a unit multiple morphing spells (based on Night elves's standard ones) ?
- Can it changes the hero's main attribut ? (Int -> Str for ex.)
- How to remove the standard effect (Bear form -> druid) ? - Using the spell makes my hero becomes a druid of claw just a bit before becoming the main form.
- How to avoid lags due to "Add ability to unit" trigger each time i use morph ?

Thanks in advance !
 
- More than 2 ? As when i make 2 spells both based on druid - bear form, using one of them use both spells
- I tryed to change the main attribut but it didn't work, do i have to trigger it ? (Must replace unit ?)
- Found it, thanks !
-
  • Morph add spell
    • Events
      • Unit - A unit Starts a spell's effect
    • Conditions
      • (Ability being cast) Egal to Morph bear
    • Actions
      • Unit - Add Spell1 to (Triggering unit)
Some triggers like this one always make a little lag spike in my games, never understood why.
 
No you cannot change the order Id of any spell except channel

You need to use different base spells for each morphing ability.
I have a unit that has 4 morph abilities, based on;
Bear Form,
Stone/Gargoyle Form
Crow Form
There's some other ones (metamorphosis, sphinx form) but I used Channel and triggered my last one

For each morph spell, you need 1 base unit, and 1 NEW unit. In my case I have 5 units total. You'll need to change the attribute for each unit in the object editor.

Using the spell makes my hero becomes a druid of claw just a bit before becoming the main form.
What's your base unit? Druid of the claw? If so, you need to shorten the duration of the spell, because that animation is built into the model.
 
Status
Not open for further replies.
Back
Top