- Joined
- Jul 23, 2008
- Messages
- 3
Very simple to do. First create a custom spell from "channel" and name it what ever you want.
Next you will want to change this line.
Data - Options None"
To "Data - Options Visible"
Now change what ever else is needed, such as if it's a hero ability, item, or unit.
After you are done, open up the trigger editor.
Create a new trigger, and build it out something like this.
Note: This is for andreas_asp on warcraft III frozen throne on useast!!
Next you will want to change this line.
Data - Options None"
To "Data - Options Visible"
Now change what ever else is needed, such as if it's a hero ability, item, or unit.
After you are done, open up the trigger editor.
Create a new trigger, and build it out something like this.
-
Untitled Trigger 001
-
Events
- Unit - A unit Begins casting an ability
- Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Ability being cast) Equal to Change Unit
-
Then - Actions
- Unit - Pause (Triggering unit)
- Wait 2.00 seconds
- Unit - Replace (Triggering unit) with a Archmage using The new unit's max
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
Note: This is for andreas_asp on warcraft III frozen throne on useast!!