The testmap for my own tutorial seems to work fine. Afaik, OneTwo uses roughly the same method (although I don't use a behavior), so you probably screwed up at some point. I will have a look at the map.
€ the persistent effect is probably supposed to be executed at the Source Point. Also, the impact effect does always spawn at the target point of the launch missile effect. This is handled by the Action actor. I would probably not use the Impact Map of the Action actor, but another actor of type Model based on ModelAnimationStyleContinuous. Add the following Event:
- Effect.PhotonBulletCollisionSet.Impact
->At Effect
- Create
and set the model to your Photon Cannon Attack Impact

ZealNaga AuthorHey there,
I'm trying to improve the way the projectiles are done in my Ikari Warriors map, since patch 1.5 it seems they no longer behave correctly... As DuckyTheDuck said in his review in the Arcade, it kind of ruins the game (thanks by the way, some issues are well-known and it confirms how mandatory it is to fix them ASAP).
Normally the projectiles are supposed to move until they hit an enemy, if they don't they will just keep going until they reach the end of their lifespan. With the patch, they no longer go beyond the target unit/point, and start to behave randomly at that point (sometimes going upwards, sometimes just staying there until they die,... you get the idea, they're doing it wrong).
I have tried modifying the mover, which worked perfectly as far as targeting units is concerned, but obviously the projectile still dies when it reaches a target point instead of keeping in movement. I have checked the fireball spell found in another thread, along with the Diablo fireball tutorial from OneTwoSC... but when I try to clone the results, when the search effect finds a unit to damage, the impact model is created beyond the target unit/point (with an offset matching the value applied in the persistent effect). This is really irritating, the persistent effect which is supposed to offset the target point does not seem to work as it should... I have probably done something wrong but I can't figure what, so I'll just share a test map to let you see by yourself.
Custom (EU): Ikari Warriors v2.0 | Sand Worm Survival v1.0 | The Last Hour (alpha)
Melee (EU): Flooded Slums | Rooftop Gardens
Feedback is welcome!