-
Originally Posted by
Torpedoes
There's a huge problem at the moment with entities (especially pets) that have 1 health. Sonar treats 1 health as dead which makes some critters not appear. That's something I'm going to have to look into. As for detection, I would imagine the ID would be sufficient, but make sure to select "display dead entities" as a workaround.
Well so the trouble for me is it's marking everything including critters with the same name that aren't battle pets.
In any case I understand somethin' to be proved upon.
Just wanted to be clear about my trouble
Thirsty Shameless Beg: LFW on Retail WoW US. Any Boosting Groups Looking For A Leveler I'm Very Interested! Please PM Me! 🤘😁🤘
-
Originally Posted by
lolp1
Sorry if I am confused about the problem, but it seems like the radar treats any 1 hp entities as dead, leaving any entities who start out at 1 hp that should be valid but are registered as dead due to above?
If so could you not simple check the entities base life, and if it is 1 treat them as alive if their life is currently at 1 hp? If I misunderstood the problem, sorry for wasting your time haha.
That's probably what I'll end up doing.
-
Originally Posted by
Torpedoes
That's probably what I'll end up doing.
I personally did this before I just stopped setting units to 1 health by default even if they are at zero, because it causes other issues for me.
Code:
private void SetIsAliveOrDead()
{
if (Health > 1)
{
_isAlive = true;
}
else if(_oneHealthPointUnits.Contains(this))
{
_isAlive = true;
}
else if (BaseHealth == 1 || MaxHealth == 1)
{
_isAlive = true;
_oneHealthPointUnits.Add(this);
}
else
{
_isAlive = false;
}
}
-
Member
mhh i searched videos to see how good it works in taanjungle it has alot rars aka objecte but i can't find any videos... i only trust if i see in video no screenshots
-
Originally Posted by
Pwnyhofpl0x
I only trust if i see in video no screenshots
Yeah a video would take quite some effort for the level of quality I'd be aiming for. So I'm settling for screenshots for the time being.
-
★ Elder ★
Originally Posted by
Pwnyhofpl0x
mhh i searched videos to see how good it works in taanjungle it has alot rars aka objecte but i can't find any videos... i only trust if i see in video no screenshots
just because you are to lazy to try it no reason for them to make a video. this thing is amazing, trust it or not, your loss.
Originally Posted by
Torpedoes
Yeah a video would take quite some effort for the level of quality I'd be aiming for. So I'm settling for screenshots for the time being.
no need for a video, let the lazy leacher decide to use this or not
. if he doesnt want to because of a video then its his loss.
Last edited by sed-; 11-13-2015 at 12:19 AM.
-
Post Thanks / Like - 1 Thanks
temp123 (1 members gave Thanks to sed- for this useful post)
-
Updated for patch 6.2.3.20726. Please report any problems here.
-
Post Thanks / Like - 1 Thanks
temp123 (1 members gave Thanks to Torpedoes for this useful post)
-
Member
My filters for Apexis fragment treasures plus the bonus objectives as well as mining nodes
Filters.zip
-
Post Thanks / Like - 1 Thanks
temp123 (1 members gave Thanks to usokay for this useful post)
-
Updated for patch 6.2.3.20779. Please report any problems here.
-
Post Thanks / Like - 1 Thanks
sed- (1 members gave Thanks to Torpedoes for this useful post)
-
-
Originally Posted by
sed-
lol i havent updated mine for a while and still works but thanks for keeping this going

Ha Ha, I haven't updated Sonar since the WoD prepatch over a year ago, time flies!
Originally Posted by
sed-
If only there was a filter for horde or ali instead of always seeing both

You can do that now by typing either "ally" or "enemy" (without quotes) in the dynamic player filter. More info here, sorta. I think "friend" works as well.
-
Post Thanks / Like - 1 Thanks
sed- (1 members gave Thanks to Torpedoes for this useful post)
-
★ Elder ★
Originally Posted by
Torpedoes
Ha Ha, I haven't updated Sonar since the WoD prepatch over a year ago, time flies!
You can do that now by typing either "ally" or "enemy" (without quotes) in the dynamic player filter. More info
here, sorta. I think "friend" works as well.
ah ty! didnt know that
-
★ Elder ★
just noticed if i type that it doesnt show ali thats qued up as horde
-
Originally Posted by
sed-
just noticed if i type that it doesnt show ali thats qued up as horde
Yeah I'm not even sure that's possible.
-
Contributor
Does anyone have Ashran treaures? Thanks in advance!