- Joined
- May 7, 2009
- Messages
- 21
First problem is arranging spells in a spellbook to the order I want. I've tried enabling the spells in the correct during map initialization. So far no luck. Any advice? Maybe add .01 seconds between each?
Second problem is the replace unit trigger. My friend tried to find an answer in an earlier post but I'll clarify things here. There are 20 custom units, and 20 custom spells (matching up accordingly). Each unit has two spell books with 10 of the custom abilities in each. My trigger looks like this:
Additional notes (Any of these the issues?):
Custom abilities were made using Roar
Didn't change any of the Order Strings
Thanks for any feedback.
Second problem is the replace unit trigger. My friend tried to find an answer in an earlier post but I'll clarify things here. There are 20 custom units, and 20 custom spells (matching up accordingly). Each unit has two spell books with 10 of the custom abilities in each. My trigger looks like this:
- Event - A unit starts the effect of an ability.
- Conditions
-
Actions - If - (Ability being cast) equal to CustomAbility01
- Then - Replace (Triggering Unit) with CustomUnit01
- ElseIf - (Ability being cast) equal to CustomAbility02
- Then - Replace (Triggering Unit) with CustomUnit02
- ElseIf - (Ability being cast) equal to CustomAbility03
- Then - Replace (Triggering Unit) with CustomUnit03
- ElseIf - (Ability being cast) equal to CustomAbility04
- Then - Replace (Triggering Unit) with CustomUnit04
- And so on down to 20
Additional notes (Any of these the issues?):
Custom abilities were made using Roar
Didn't change any of the Order Strings
Thanks for any feedback.