Hey, I got a problem with the mutalisk attack, when it shoots the glaive , it appears from the ground, I suppose it is on events but I can't quite figure it out, for faster search on the map file:
Keywords: Muta (on effects and units), Gla (on weapons, effects)
Edit: Sorry for Posting to soon, I found something that might cause the problem. Also If you want to, see the map file for curiosity :)
You are missing Kukulzula's attack actor which would be a duplicate of "Mutalisk Attack Segment 1" with the following changes:
- change impact effect token to "Kukulza - Glaive Wurm (Damage)"
- change launch effect token to "Kukulza - Glaive Wurm (Launch Missile)"
Whatever you saw was the failed launch of the first bounce projectile.
Some background info:
Mutalisk's weapon works in a way that it launches a few projectiles after another and it saves positions by using special actors which are used as visual launch points for the next bounces.
Tokens are just text replacements within the actor. But basically they are adjusting the actor events correctly which is easier to use than understanding the actor events immediatly.
In general, you might want to duplicate single objects instead of copying them because they aren't adjusting markers properly. I don't know if that causes any side-effects in your case right now, but in general duplicating is better than making a copy. But duplicate with care to not clutter your map with unnecessary duplicated objects. Most of the time you only need to duplicate a few things.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hey, I got a problem with the mutalisk attack, when it shoots the glaive , it appears from the ground, I suppose it is on events but I can't quite figure it out, for faster search on the map file:
Keywords: Muta (on effects and units), Gla (on weapons, effects)
Edit: Sorry for Posting to soon, I found something that might cause the problem. Also If you want to, see the map file for curiosity :)
You are missing Kukulzula's attack actor which would be a duplicate of "Mutalisk Attack Segment 1" with the following changes:
- change impact effect token to "Kukulza - Glaive Wurm (Damage)"
- change launch effect token to "Kukulza - Glaive Wurm (Launch Missile)"
Whatever you saw was the failed launch of the first bounce projectile.
Some background info:
Mutalisk's weapon works in a way that it launches a few projectiles after another and it saves positions by using special actors which are used as visual launch points for the next bounces.
Tokens are just text replacements within the actor. But basically they are adjusting the actor events correctly which is easier to use than understanding the actor events immediatly.
In general, you might want to duplicate single objects instead of copying them because they aren't adjusting markers properly. I don't know if that causes any side-effects in your case right now, but in general duplicating is better than making a copy. But duplicate with care to not clutter your map with unnecessary duplicated objects. Most of the time you only need to duplicate a few things.