This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Yeah, I can't fix this glitch. Can anyone help me? Whatever I kill, the units that kill become Infested Kerrigan!
Thanks in advance!
@ZerPrawn: Go
Did you mess with the Kerrigan-Actor?
I guess I did, just to make the smaller Infested Kerrigan have the ability to morph into the large one...
Still, I can't figure out the problem by looking at it... Here, please check out the file yourself. Thanks again.
First of all units are not morphed, but the actor is just created (so the original actor is still there)
Second units are morphed whenever they stop attacking
This happens because your queen-of-blades actor has the event
Abil.Attack.ReadyStop -> Create
The better way to morph a unit is to change the model in the first actor, for better explanations search for a tutorial
Quote from D1000: Go for better explanations search for a tutorial
for better explanations search for a tutorial
http://forums.sc2mapster.com/resources/tutorials/9435-tutorial-unit-structure-morphing/
Nah, that explaination was good enough. Thank you so much!
Yeah, I can't fix this glitch. Can anyone help me? Whatever I kill, the units that kill become Infested Kerrigan!
Thanks in advance!
@ZerPrawn: Go
Did you mess with the Kerrigan-Actor?
I guess I did, just to make the smaller Infested Kerrigan have the ability to morph into the large one...
Still, I can't figure out the problem by looking at it... Here, please check out the file yourself. Thanks again.
@ZerPrawn: Go
First of all units are not morphed, but the actor is just created (so the original actor is still there)
Second units are morphed whenever they stop attacking
This happens because your queen-of-blades actor has the event
Abil.Attack.ReadyStop -> Create
The better way to morph a unit is to change the model in the first actor, for better explanations search for a tutorial
http://forums.sc2mapster.com/resources/tutorials/9435-tutorial-unit-structure-morphing/
Nah, that explaination was good enough. Thank you so much!