need some triggering help

Status
Not open for further replies.

SanjitS95

S

SanjitS95

  • 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:
 
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.
Back
Top