Search results

  1. B

    divine broken ?

  2. B

    overwolf broken ?

    This past morning I realized that it only shows the roles but the heroes of the last 5 matches and not spammer.
  3. B

    Can I get vision value ?

    Is there a way to get unit.vision at day and night? example: units.Where(x => x.DistanceSquared(unit) < (x.IsCreep ? 800 : 1800)).FirstOrDefault(); to something like: units.Where(x => x.DistanceSquared(unit) < x.VisionRange).FirstOrDefault();
  4. B

    How to run local plugins ?

    HI I did some coding and tried downloading existing ones and add 'csproj path' but I dont know how to make it run. I added "divine.dll" reference. From having the code what is the next steps to run it ? ( the max that I got until now is: 'plugin ID 357 doesnt exist' )
  5. B

    tee.snatcher

    it is not picking up aghanim's blessing - roshan and the aghanim icon is picking up the shard instead
  6. B

    Develop a new script

    How do I see open coded scripts, so I can start developing? I have an idea already on how to start. but would be better if I could base myself on a good example. I have nice ideas for new scripts.