EloBuddy / EloBuddy.Issues

Issue Tracker for
http://EloBuddy.net
0 stars 2 forks source link

Irregular Hero.IsVisible Behavior #60

Closed ghost closed 8 years ago

ghost commented 8 years ago

Code:

Logger.Debug(hero.Name + " " + hero.IsVisible);

Expected result: No output. Result:

When a hero is in fog they should not be visible, right?

jachicao commented 8 years ago

Hello, IsHPBarRendered has the purpose used for IsVisible. @finndev can answer better :).

MarioGK commented 8 years ago

I have some experience with it, as you see the corpse of blitzcrank will be at the position that he died until he respawn so if you use !blitz.IsDead will solve that problem, or as iCreative said use blitz.IsHPBarRendered

ghost commented 8 years ago

Blitzcrank was not dead or his profile pic would be above minimap. Please don't assume.