Greetings.
What i'm currently trying to do is to make spell cast instantly @ cursor pinpoint while triggered by only one click. Just like Cassiopea's Q spell in League of Legends if you played it.
My question: is it possible? It if is, then how is it performable?
And sorry for my bad english.
I know it is possible, and have a method that may or may not work.
Set up a trigger that detects mouse movement for each player(Terrain position, not UI). Have it save mouse position each time in a global array.
Then, Use a second trigger, going off when your instant-cast spell goes off. Make sure the instant-cast spell has no effect attached to it. Then, Manually activate the effect at the saved location, using the global array.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Greetings. What i'm currently trying to do is to make spell cast instantly @ cursor pinpoint while triggered by only one click. Just like Cassiopea's Q spell in League of Legends if you played it. My question: is it possible? It if is, then how is it performable? And sorry for my bad english.
I know it is possible, and have a method that may or may not work.
Set up a trigger that detects mouse movement for each player(Terrain position, not UI). Have it save mouse position each time in a global array.
Then, Use a second trigger, going off when your instant-cast spell goes off. Make sure the instant-cast spell has no effect attached to it. Then, Manually activate the effect at the saved location, using the global array.