Is it possible to make an ability that can create ships in distant gravity wells?

Hi there I have been trying to make an ability that creates frigates at a different gravity well from the one where the ability was used. So far I have had no luck.

I have tried ApplybufftoTargetNoRange and then in the buff file I have the instant action CreateFrigate and have then selected a distant planet as a target but nothing happens. I can't use CreateFrigateatTarget as that is limited by range.

I also tried the SpawnShipsAtPlanet action but that didn't work either.

Any ideas on how I could make this work?

4,178 views 1 replies
Reply #1 Top

Silly me I have found out how do it now. I had the wrong instantActionTriggerType. SpawnShipsAtPlanet seems to only work with OnDelay when subordinated to ApplyBuffToTarget.