- Joined
- May 15, 2013
- Messages
- 3,782
Hello guys, theres a problem in triggering and adding the FX to the unit
I was making a SE model similar to Troll Headhunter(Expansion)'s Spear but rather than a spear, i made it axe
In object editor, i tried to make a buff of Berserk and replacing its Spear FX into Axe FX. I tested it and it did'nt work
So i tried to trigger it
I was making a SE model similar to Troll Headhunter(Expansion)'s Spear but rather than a spear, i made it axe
In object editor, i tried to make a buff of Berserk and replacing its Spear FX into Axe FX. I tested it and it did'nt work
So i tried to trigger it
- Berserk
- Event - A unit cast an ability
- Condition - Ability being cast equal to [Berserk(Alternate)]
-
Action -
- Special Effect - Create a special effect on left hand of casting unit using war3imported/AxethrowerBerserkLeft.mdl
- Set Berserk_FX[1] - Last created Special Effect
- Special Effect - Create a special effect on right hand of casting unit using war3imported/AxethrowerBerserkRight.mdl
- Set Berserk_FX[2] - Last created Special Effect
- Sound - Attach Berserk to casting unit
- Wait - Wait 12:00 seconds
- Special Effect - Remove Berserk_FX[1]
- Special Effect - Remove Berserk_FX[2]