- Joined
- Jul 3, 2010
- Messages
- 3
First off make your attack with object editor.
Example: Choose Firebolt (warlock) i will call mine Tutorial Blast
Do what you wish with it and go to trigger editor. Create new catagory and call it Tutorial.
Create a new trigger called Tutorial blast or whatever you called the spell.
Make the event Generic Event Unit starts channeling ability,
Condition Ablility is equal to Tutorial Blast
Action Play Sound
Should look like this
Example: Choose Firebolt (warlock) i will call mine Tutorial Blast
Do what you wish with it and go to trigger editor. Create new catagory and call it Tutorial.
Create a new trigger called Tutorial blast or whatever you called the spell.
Make the event Generic Event Unit starts channeling ability,
Condition Ablility is equal to Tutorial Blast
Action Play Sound
Should look like this
-
Events
-
Unit - A unit Begins channeling an ability
-
-
Conditions
-
(Ability being cast) Equal to Tutorial Blast (Warlock)
-
-
Actions
-
Sound - Play explosion_01 <gen>
-