• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Dash System

    Discussion in 'Wildbuddy Developers' started by Tristou35, Oct 24, 2015.

    1. Tristou35

      Tristou35 New Member

      Joined:
      Oct 9, 2015
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      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.
       
    2. paxxx

      paxxx Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      260
      Likes Received:
      9
      Trophy Points:
      18
      this could be helpful:
      if(GameManager.Telegraphs.Count > 0)
      Log.InfoFormat("Found {0} telegraphs", GameManager.Telegraphs.Count);
       
    3. Tristou35

      Tristou35 New Member

      Joined:
      Oct 9, 2015
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Thanks a lot ! I couldn't find anything because I didn't know the word in English ^^
      Let's get to work then :)
       

    Share This Page