Hello,
i am working on a Hero which can change his abilites by using his ultimate.
Triggers look like that:
But the problem is, the hero does not get the new abilities. I just made it works one, that he gets the abilites in the on stance but not in the others but he was not able to put skillpoints into them.
And right now, i dont know, how to fix it, even though I was trying for a few hours by now.
Edit
I dont know, that i did, but somehow, magicaly, the abilities do change and they got the correct level. But, the only problem left now is, that in the second stance (the air stance) i can not spend skillpoints on the new abilites. I can only learn the old ones. Which is wrong. You shall be able to learn the abilites you can use in the different stances.
And i just got an other, small problem with the same hero. His ultimate gives him a passive, that every enemy unit, that dies around him, should give him temporary additional damage
i am working on a Hero which can change his abilites by using his ultimate.
Triggers look like that:
-
Cataclysm ability change land to air
- Events
- Conditions
-
Actions
- Unit - Remove Devour from CATACLYSM_Caster
- Unit - Remove Firedarts from CATACLYSM_Caster
- Unit - Add Fire Orb to CATACLYSM_Caster
- Unit - Set level of Firedarts for CATACLYSM_Caster to CATACLYSM_Level_abi_1
- Unit - Add Mutated Corruption to CATACLYSM_Caster
- Unit - Set level of Mutated Corruption for CATACLYSM_Caster to CATACLYSM_Level_abi_2
But the problem is, the hero does not get the new abilities. I just made it works one, that he gets the abilites in the on stance but not in the others but he was not able to put skillpoints into them.
And right now, i dont know, how to fix it, even though I was trying for a few hours by now.
Edit
I dont know, that i did, but somehow, magicaly, the abilities do change and they got the correct level. But, the only problem left now is, that in the second stance (the air stance) i can not spend skillpoints on the new abilites. I can only learn the old ones. Which is wrong. You shall be able to learn the abilites you can use in the different stances.
And i just got an other, small problem with the same hero. His ultimate gives him a passive, that every enemy unit, that dies around him, should give him temporary additional damage
-
Cataclysm passive
-
Events
- Unit - A unit Dies
-
Conditions
- (Random unit from (Units within 1000.00 of (Position of (Dying unit)) matching ((Matching unit) Equal to CATACLYSM_Caster))) Equal to CATACLYSM_Caster
- ((Dying unit) belongs to an enemy of (Owner of CATACLYSM_Caster)) Equal to True
- ((Dying unit) is A structure) Equal to False
-
Actions
- Unit - Increase level of Item Damage Bonus (+5 Cataclysm) for CATACLYSM_Caster
- Wait 10.00 seconds
- Unit - Decrease level of Item Damage Bonus (+5 Cataclysm) for CATACLYSM_Caster
-
Events
-
Cataclysm variables
-
Events
- Unit - A unit Learns a skill
-
Conditions
- (Learned Hero Skill) Equal to Cataclysm (Ulti ability)
-
Actions
- Set CATACLYSM_Caster = (Learning Hero)
- Set CATACLYSM_Level = (Level of Cataclysm (Ulti ability) for (Learning Hero))
- Unit - Add Item Damage Bonus (+5 Cataclysm) to CATACLYSM_Caster
-
Events
Last edited: