2) When I set a requeriment for a hero to learn an ability, lets say:
(CountAbil(BlinkWizard,CompleteOnlyAtUnit) < 1 && !CountBehavior(Level1,CompleteOnlyAtUnit)) || (CountAbil(BlinkWizard,CompleteOnlyAtUnit) < 2 && !CountBehavior(Level4,CompleteOnlyAtUnit)) || (CountAbil(BlinkWizard,CompleteOnlyAtUnit) < 3 && !CountBehavior(Level7,CompleteOnlyAtUnit))
Which allows the hero to learn levels 1/2/3 of blink only if he is at level 1/4/7, it shows a weird description on the spell when a hero is does not meet the requeriments:
Ex:
-Blink
1
or
-Blink
2
or
-Blink
3
any ideas how to change this requeriment description?
The editor currently doesnt have any triggers or place in the data editor to give a hero the ability to revive, but Zifoon has found a good work-around for now. Here's a link - [INFORMATION + MAP] Hero Revive + Give Experience
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
1) How to make a hero revive? O_o
2) When I set a requeriment for a hero to learn an ability, lets say: (CountAbil(BlinkWizard,CompleteOnlyAtUnit) < 1 && !CountBehavior(Level1,CompleteOnlyAtUnit)) || (CountAbil(BlinkWizard,CompleteOnlyAtUnit) < 2 && !CountBehavior(Level4,CompleteOnlyAtUnit)) || (CountAbil(BlinkWizard,CompleteOnlyAtUnit) < 3 && !CountBehavior(Level7,CompleteOnlyAtUnit)) Which allows the hero to learn levels 1/2/3 of blink only if he is at level 1/4/7, it shows a weird description on the spell when a hero is does not meet the requeriments: Ex: -Blink 1
or
-Blink 2
or
-Blink 3
any ideas how to change this requeriment description?
bump
and also, anyone know how to change unit's collide through the Catalog GUI function?
I try: Catalog - Set value of Units "Zealot" "Collide[1]" for player (Owner of caster) to "0"
But it always run into a ingame error saying the catalog field value could not be writen.
Anyone? I really can't figure how to solve this
@Metrael: Go
The editor currently doesnt have any triggers or place in the data editor to give a hero the ability to revive, but Zifoon has found a good work-around for now. Here's a link - [INFORMATION + MAP] Hero Revive + Give Experience