I have this trigger to increase a units agi/intelligence but when it is used it does not.
HinaAct
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Immolation
Actions
Set AbilityIsAct[1] = 1
Set Hero[12] = (Triggering unit)
Set BonusLevel = (Level of Immolation for Hero[12])
Set Formula[4] = ((Agility of Hero[12] (Include bonuses)) / 10)
Set Formula[5] = ((Intelligence of Hero[12] (Include bonuses)) / 5)
Hero - Modify Agility of Hero[12]: Add Formula[4]
Hero - Modify Intelligence of Hero[12]: Add Formula[5]
Can anyone tell me why this would register a value of 0?
Formula is an integer array..
Thanks to any that help ^^
HinaAct
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Immolation
Actions
Set AbilityIsAct[1] = 1
Set Hero[12] = (Triggering unit)
Set BonusLevel = (Level of Immolation for Hero[12])
Set Formula[4] = ((Agility of Hero[12] (Include bonuses)) / 10)
Set Formula[5] = ((Intelligence of Hero[12] (Include bonuses)) / 5)
Hero - Modify Agility of Hero[12]: Add Formula[4]
Hero - Modify Intelligence of Hero[12]: Add Formula[5]
Can anyone tell me why this would register a value of 0?
Formula is an integer array..
Thanks to any that help ^^