Cannot track projectile ID?

We can spawn projectile and homing projectiles but we cannot track their IDs using Last Created Entity if we cannot track, after amount of projectiles (even with lifetime set to small values that usually it should consider projectile as invalid after that time) we cannot store projectile ID and if we spawn multiple of them, after some time we cannot spawn any projectiles anymore.

The only projectile id i can track is from Create Projectile Effect but this don’t add the moving mechanics.

The projectile should just goes until it hits something. Nothing to track there, you just set the origin and direction of travel. The effect is the only thing that needs tracked, as depending on the rule, the effect may persist after touch, like Echo’s sticky bombs.

1 Like

I means tracking projectile for usage in example detect player deal/took damage. Add an contextual value Projectile ID that we should compare to old created projectile

1 Like

Oh, gotcha. I wonder if using Event Ability == False or something would work for now, will start some testing. It’s exciting to have this instead of Ray Cast and Damage actions, we can finally break barriers and turrets.

1 Like

Yeahhh this was now best addition to workshop.

Сan someone give the code? I didn’t have Create Projectile.

So the Event Ability == False works, and so far doesn’t trigger with Sym/Torb turrets or environmental damage, neither does Junkerqueen bleed/Widow venom. Even Helix Rocket is safe, even though it’s unlinked from Secondary Fire actions.

Everyone have access to create projectile. Go to workshop → create/edit rule → Add new action and search for Create Projectile

If only it were that easy…
imgur,com/a/S6jEjYD

You is playing on console? https://prnt.sc/BVd-L7DVtOQo

G7H7M

This has a rule to press ultimate to create a projectile, if you want to check if it works for you.

1 Like

No I play on PC. I have no idea why I don’t have it/

oh i see… blizzard moment
imgur,com/a/cRy3QIu

Thank you very much, it’s just the developers decided to localize the action…

1 Like

Lol    

I think they made it so the only projectile you can make with create projectile is orb projectile. I can’t choose the proj I want and when I paste your create proj it shows an error and doesn’t let me, but if I click on the thing for yours, it shows me a list of hero projs

The error its because you need add extra extensions to make that effect works.