ExistedGit / Dota2Cheat

A dota 2 cheat project aiming to provide an educational example to new developers
GNU General Public License v3.0
123 stars 42 forks source link

Feature conflicts #146

Open huskyvvannafly opened 1 year ago

huskyvvannafly commented 1 year ago

Medusa auto dodges items herself as snakes coming back Illusions coloring's working not properly after updates

ExistedGit commented 1 year ago

Illusion coloring

Fixed with Netvars.h, guess I forgor💀 to merge to main

As for the feature conflict, I'll investigate that. I, for one, had my items recently stolen by autoheal triggering old mana abuse

krobicon commented 1 year ago

My current workaround for this problem is to check if local hero is medusa and to ignore any projectiles which have the same speed as medusa snake

ExistedGit commented 1 year ago

Oh, wait, I got it. I think I even experienced this myself when I first made the dodger. The snake comes out of an enemy hero, thus it thinks it's an enemy's projectile I have an idea as to how it may be fixed...