- Joined
- Jul 31, 2011
- Messages
- 6
Hello there,
I really didn`t know where i should post this, but i hope this is the right place.
The following thing. There is a cast in my rpg which gives the caster a buff for mana-regeneration. So very simple i made this trigger.
Also there are skilltrees for every char which can improve your stats or skills. One of the first is a mana capacity increasment based on an upgrade for the human sorceress. This also works.
But when i "research" this upgrade the mana is reduced to 0 after being cast. I tested it now like a 100 times. I also set the mana regeneration to a very high rate and following appeared.
After the cast and after the mana was reduced to 0 a trigger filled my mana by 8% every 2 seconds. As long as i have the buff my mana rapidly falls down to 0.
The second thing is, that it should happen every time after i upgraded, but after the hero dies once it doesn`t appear again.
I really don`t know what could course this.
For additional information. (The mana-regeneration aura is an unit ability, has 5 level and is added via a spellbook which is hidden)
I hope someone can help me with this.
Xalen
I really didn`t know where i should post this, but i hope this is the right place.
The following thing. There is a cast in my rpg which gives the caster a buff for mana-regeneration. So very simple i made this trigger.
-
Lightning infusion buff
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Lightning infusion
-
-
Actions
-
Unit - Add Spell Book Lightning infuison to (Triggering unit)
-
Unit - Set level of Brilliance Aura Lightning infusion for (Triggering unit) to (1 + Acraninfusion_upgrade[(Player number of (Owner of (Triggering unit)))])
-
Player - Disable Spell Book Lightning infuison for (Owner of (Triggering unit))
-
Wait 6.00 game-time seconds
-
Unit - Remove Spell Book Lightning infuison from (Triggering unit)
-
-
Also there are skilltrees for every char which can improve your stats or skills. One of the first is a mana capacity increasment based on an upgrade for the human sorceress. This also works.
But when i "research" this upgrade the mana is reduced to 0 after being cast. I tested it now like a 100 times. I also set the mana regeneration to a very high rate and following appeared.
After the cast and after the mana was reduced to 0 a trigger filled my mana by 8% every 2 seconds. As long as i have the buff my mana rapidly falls down to 0.
The second thing is, that it should happen every time after i upgraded, but after the hero dies once it doesn`t appear again.
I really don`t know what could course this.
For additional information. (The mana-regeneration aura is an unit ability, has 5 level and is added via a spellbook which is hidden)
I hope someone can help me with this.
Xalen