What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Tristou35

New Member
Joined
Oct 9, 2015
Messages
15
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