Hello, I'm currently trying to create a plugin that will dash when possible because none of the CR available have this functionality. Is there a way to get the target's spell "area" or at least to determine if the bot is inside this area ? I didn't find anything in the API. Thank you Sorry for my english, I'm French.
this could be helpful: if(GameManager.Telegraphs.Count > 0) Log.InfoFormat("Found {0} telegraphs", GameManager.Telegraphs.Count);
Thanks a lot ! I couldn't find anything because I didn't know the word in English ^^ Let's get to work then