What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Dash System

Tristou35

New Member
Joined
Oct 9, 2015
Messages
15
Reaction score
0
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 :)
 
Back
Top