1st way; channeling
Use the ability Siphon Mana
Object Editor > Abilities > Standard Abilities > Human > Heroes
2nd way; instant
Use the ability Absorb Mana
Object Editor > Abilities > Standard Abilities > Undead > Units
3nd way; instant
Use the ability Steal
Object Editor > Abilities > Standard Abilities > Special > Items|||thx dude, exactly what i was looking for. sorry bout noob ? i guess i wasn't looking hard enough.
I also have another question, how do i make it so when i use an ability, i dont have to choose a target, or when i choose the ground the unit attacks the ground|||Quote:
how do i make it so when i use an ability, i dont have to choose a target, or when i choose the ground the unit attacks the ground
It really depends on what kind of ability you want to make.|||maybe trying to convert a absorb mana technique to do it, i alrdy know how to make it damaging health, but need one for mana, i dont think theres a way to convert it so i can change the attack damage to damage mana|||Is that a way to make it passive like life steal ability?
or to make Feedback also steal mana.
thx|||Quote:
How would i make a mana steal ability, all i c is life steal
How great your info is!But Can you give some more sample questions and answers.I really want to get more info about this topicIt really useful for me. Thanks.
__________________
Financement simulation de credit immobilier de France, Courtier simulation de credit immobilier, Calcul pret et taux credit immobilier|||you could also trigger it:
Code:
E:
Unit - A unit is attacked.
C:
Unit - Attacking Unit Equal to UniThatHasManaSteal
A:
Unit - Set Mana of Attacked Unit = Mana of Attacked Unit - 20
If all conditions are true:
C:
If Mana of Attacked Unit Greater than 0
Then:
Unit - Set Mana of Attacking Unit = Mana of Attacking Unit + 20
Else:
Do Nothing
No comments:
Post a Comment