• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

need some triggering help

Status
Not open for further replies.
Level 1
Joined
Aug 22, 2009
Messages
2
  • Bear Form
  • Events
    • Unit - A unit Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to Bear Form
  • Actions
    • Unit - Replace (Casting unit) with a Druid (Bear Form) using The old unit's relative life and mana
    • Selection - Select (Last replaced unit) for Player 1 (Red)
    • Unit - Set level of Sapient Form (Bear) for (Last replaced unit) to 3
After the Druid unit is replaced with the Druid (Bear Form) unit I can't get it to learn Sapient Form.
Basically I just want to create a spell that changes the Druid's primary attribute and model.

Bear Form is channel, Druid (Bear Form) is the same unit as Druid (just different model, movement speed, abilities and primary attribute), Sapient Form is channel as well.

Help is much appreciated!:grin:
 
Level 9
Joined
Oct 11, 2009
Messages
477
Add first the Sapient Form (Bear) before setting the level to three.
The action you used has no effect on the unit unless it has the ability.


It is done like this:


  • Bear Form
  • Events
    • Unit - A unit Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to Bear Form
  • Actions
    • Unit - Replace (Casting unit) with a Druid (Bear Form) using The old unit's relative life and mana
    • Selection - Select (Last replaced unit) for Player 1 (Red)
    • Unit - Add Sapient Form (Bear) to (Last created unit)
    • Unit - Set level of Sapient Form (Bear) for (Last replaced unit) to 3
 
Status
Not open for further replies.
Top