Yeti Sonar - Advanced Proximity Radar System menu

User Tag List

Page 14 of 38 FirstFirst ... 101112131415161718 ... LastLast
Results 196 to 210 of 567
  1. #196
    Jaladhjin's Avatar Contributor Authenticator enabled
    Reputation
    286
    Join Date
    Jul 2012
    Posts
    1,151
    Thanks G/R
    246/139
    Trade Feedback
    16 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Torpedoes View Post
    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! 🤘😁🤘

    Yeti Sonar - Advanced Proximity Radar System
  2. #197
    Torpedoes's Avatar ★ Elder ★ Doomsayer
    Authenticator enabled
    Reputation
    1147
    Join Date
    Sep 2013
    Posts
    956
    Thanks G/R
    148/415
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lolp1 View Post
    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.

  3. #198
    lolp1's Avatar Site Donator CoreCoins Purchaser
    Reputation
    190
    Join Date
    Feb 2013
    Posts
    210
    Thanks G/R
    43/77
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Torpedoes View Post
    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;
                }
            }

  4. #199
    Pwnyhofpl0x's Avatar Member
    Reputation
    4
    Join Date
    Jul 2013
    Posts
    28
    Thanks G/R
    5/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  5. #200
    Torpedoes's Avatar ★ Elder ★ Doomsayer
    Authenticator enabled
    Reputation
    1147
    Join Date
    Sep 2013
    Posts
    956
    Thanks G/R
    148/415
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pwnyhofpl0x View Post
    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.

  6. #201
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pwnyhofpl0x View Post
    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 View Post
    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.

  7. Thanks temp123 (1 members gave Thanks to sed- for this useful post)
  8. #202
    Torpedoes's Avatar ★ Elder ★ Doomsayer
    Authenticator enabled
    Reputation
    1147
    Join Date
    Sep 2013
    Posts
    956
    Thanks G/R
    148/415
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated for patch 6.2.3.20726. Please report any problems here.

  9. Thanks temp123 (1 members gave Thanks to Torpedoes for this useful post)
  10. #203
    usokay's Avatar Member
    Reputation
    9
    Join Date
    Oct 2011
    Posts
    7
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My filters for Apexis fragment treasures plus the bonus objectives as well as mining nodes

    Filters.zip

  11. Thanks temp123 (1 members gave Thanks to usokay for this useful post)
  12. #204
    Torpedoes's Avatar ★ Elder ★ Doomsayer
    Authenticator enabled
    Reputation
    1147
    Join Date
    Sep 2013
    Posts
    956
    Thanks G/R
    148/415
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated for patch 6.2.3.20779. Please report any problems here.

  13. Thanks sed- (1 members gave Thanks to Torpedoes for this useful post)
  14. #205
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol i havent updated mine for a while and still works but thanks for keeping this going . If only there was a filter for horde or ali instead of always seeing both

  15. #206
    Torpedoes's Avatar ★ Elder ★ Doomsayer
    Authenticator enabled
    Reputation
    1147
    Join Date
    Sep 2013
    Posts
    956
    Thanks G/R
    148/415
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sed- View Post
    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- View Post
    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.

  16. Thanks sed- (1 members gave Thanks to Torpedoes for this useful post)
  17. #207
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Torpedoes View Post
    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

  18. #208
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just noticed if i type that it doesnt show ali thats qued up as horde

  19. #209
    Torpedoes's Avatar ★ Elder ★ Doomsayer
    Authenticator enabled
    Reputation
    1147
    Join Date
    Sep 2013
    Posts
    956
    Thanks G/R
    148/415
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sed- View Post
    just noticed if i type that it doesnt show ali thats qued up as horde
    Yeah I'm not even sure that's possible.

  20. #210
    TechnoKilla's Avatar Contributor
    Reputation
    125
    Join Date
    Jul 2008
    Posts
    327
    Thanks G/R
    1/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have Ashran treaures? Thanks in advance!

Page 14 of 38 FirstFirst ... 101112131415161718 ... LastLast

Similar Threads

  1. [Request] [Yeti Sonar] Useful things to track in legion
    By TehVoyager in forum WoW Bots Questions & Requests
    Replies: 6
    Last Post: 10-04-2017, 03:26 AM
  2. [Release] Yeti Wild Catch - Advanced stationary fishing bot
    By Torpedoes in forum World of Warcraft Bots and Programs
    Replies: 1168
    Last Post: 09-01-2017, 05:28 PM
  3. [Selling] [Slot Based] CS:GO- Trianglex - Aimbot/Triggerbot/ESP/Sonar/Radar/Bhop - VAC/CEVO
    By dunoman77 in forum Counter Strike: Global Offensive Buy Sell Trade
    Replies: 0
    Last Post: 04-20-2016, 02:45 AM
  4. Yeti Sonar
    By qzt in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 11-21-2014, 06:16 PM
  5. Replies: 1
    Last Post: 02-21-2010, 12:37 AM
All times are GMT -5. The time now is 04:37 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search