- Joined
- Aug 14, 2006
- Messages
- 7,603
Hey there.
I have been making my campaign over a year now. Some testers told me that item "Running Shoes" bugs. The reason for this is because it's not "MUI".
So, can someone make this trigger MUI? My brains doesn't have skill to do so. I have put the trigger here and I have attach the map here also. Just open that map, make it MUI and upload it to your post.
I have been making my campaign over a year now. Some testers told me that item "Running Shoes" bugs. The reason for this is because it's not "MUI".
So, can someone make this trigger MUI? My brains doesn't have skill to do so. I have put the trigger here and I have attach the map here also. Just open that map, make it MUI and upload it to your post.
-
Running Shoes
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Channel
-
Actions
- Set Running_Shoes_UNIT = (Attacked unit)
- Special Effect - Create a special effect attached to the origin of Running_Shoes_UNIT using Abilities\Spells\Other\Doom\DoomTarget.mdl
- Set Running_Shoes_SE = (Last created special effect)
- Unit - Set Running_Shoes_UNIT movement speed to ((Default movement speed of Running_Shoes_UNIT) + 50.00)
- Wait 10.00 seconds
- Special Effect - Destroy Running_Shoes_SE
- Unit - Set Running_Shoes_UNIT movement speed to ((Default movement speed of Running_Shoes_UNIT) - 50.00)
-
Events