I can't seem to get things to work out for me lately.
I got pretty much the exact same trigger to work before, but I can't get the new one to work. I can't figure it out at all. I made sure that the dummy spells were not using the same orderstring. All the object data seems to be fine.
Right now, one overrides the other. I cast one dummy spell and it just gives me the other spell. I can't change them back and forth. I made the same thing with selectable auras. It works perfect.
I got pretty much the exact same trigger to work before, but I can't get the new one to work. I can't figure it out at all. I made sure that the dummy spells were not using the same orderstring. All the object data seems to be fine.
Right now, one overrides the other. I cast one dummy spell and it just gives me the other spell. I can't change them back and forth. I made the same thing with selectable auras. It works perfect.
-
Fire Arrow lvl1
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Fire Arrows (dummy lvl1)
-
Actions
- Unit - Add Fire Arrows to (Casting unit)
- Unit - Remove Armor Piercing Arrows (New) from (Casting unit)
- Trigger - Turn off Armor Arrow Data <gen>
-
Events
-
Armor Arrow lvl1
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Armor Piercing Arrows (dummy lvl1)
-
Actions
- Unit - Remove Fire Arrows from (Casting unit)
- Unit - Add Armor Piercing Arrows (New) to (Casting unit)
- Trigger - Turn on Armor Arrow Data <gen>
-
Events