WARadar release menu

Shout-Out

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 55
  1. #31
    tino4ka's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HansW View Post
    No, i can't.. but you can. Open the WARader.lua file and make it look like this:
    Code:
    WARadar = {}
    
    local TIME_DELAY = 10
    local timeLeft = TIME_DELAY
    
    function WARadar.Update(elapsed)
    timeLeft = timeLeft - elapsed
    if timeLeft > 0 then
    return
    end
    timeLeft = TIME_DELAY
    
    UpdateRadar(0,3)
    
    end
    please read the warextdll thread on how to call UpdateRadar and it's parmameters.
    I think I tried it a week ago, but didn't notice radius change. Probably it is some client limitations?

    WARadar release
  2. #32
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tino4ka View Post
    I think I tried it a week ago, but didn't notice radius change. Probably it is some client limitations?
    as i said before , what you see is all there is in the client. To get a bigger radius you would need to hack the server.

  3. #33
    PharmerPhale's Avatar Member
    Reputation
    54
    Join Date
    Mar 2009
    Posts
    415
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To get a bigger radius you would need to hack the server.
    There's a good project for a rainy day. =P

  4. #34
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you can hack the server, turn my char into a gm.

  5. #35
    tino4ka's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks like it not working. Patch successful but no info on the map.

  6. #36
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Might have to wait for his release.

  7. #37
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Around the player there is a Model that limits the information, its a big Skybox like model, but not covering all the map, it follows the player. SPHERE Model.

  8. #38
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4lly View Post
    Around the player there is a Model that limits the information, its a big Skybox like model, but not covering all the map, it follows the player. SPHERE Model.
    i'am pretty sure that the information is also limited server side. The Server does only send Entity Information to your client that is within a certain radius ( maybe the Sphere you found ) of your position. There are several reasons for that i guess. one would be lag prevention. another memory usage.

  9. #39
    tino4ka's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HansW, just wanted to ask you if you are planing to update your dll, cause radar stop working right after the patch. If you do - do you know then you will have a correct version?

  10. #40
    Timmytimmelson's Avatar Member
    Reputation
    8
    Join Date
    Feb 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tino4ka View Post
    HansW, just wanted to ask you if you are planing to update your dll, cause radar stop working right after the patch. If you do - do you know then you will have a correct version?
    I'm sure HansW can answer for himself but I've been bothering him with PMs lately and it seems like he's working heavily on recreating the game structures from ASM. I'm guessing he needs this to complete an update his DLL? aka its in progress

  11. #41
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Timmytimmelson View Post
    I'm sure HansW can answer for himself but I've been bothering him with PMs lately and it seems like he's working heavily on recreating the game structures from ASM. I'm guessing he needs this to complete an update his DLL? aka its in progress
    Well, i'am not working that heavily, i just have other things that need doing. i just released a development snapshot ;-) that works with 1.2.1
    Some things may not and it may also crash your client ( did not for me, but who knows).

  12. #42
    tino4ka's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HansW View Post
    Well, i'am not working that heavily, i just have other things that need doing. i just released a development snapshot ;-) that works with 1.2.1
    Some things may not and it may also crash your client ( did not for me, but who knows).
    HansW thanks a lot! You just made my day - now I can do all the quest very easy, cause I see everething on the map! Thanks one more time for a great job.

    Just one suggestion - what do you think if we will rename waradar.lua file in to something not so visual for GOA? I think it still has to work, right?

  13. #43
    BlockName's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Radar very useful, thanks you!
    But...
    After death and res - аddon does not show new players on a radar.

  14. #44
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    u need to type reg in in the console window

  15. #45
    BlockName's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4lly View Post
    u need to type reg in in the console window
    Thanks!
    Radar is worked now? Yesterday worked normally. Today does not work.
    But I play on RU server...

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Release] Herbs to flag
    By Dave-evad in forum World of Warcraft Model Editing
    Replies: 9
    Last Post: 11-26-2006, 03:31 PM
  2. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft General
    Replies: 22
    Last Post: 10-30-2006, 01:59 PM
  3. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft Guides
    Replies: 15
    Last Post: 10-28-2006, 12:15 PM
  4. anti-warden Release #1
    By zhPaul in forum World of Warcraft Bots and Programs
    Replies: 40
    Last Post: 10-21-2006, 01:40 AM
  5. Burning Crusade Release
    By KOLOSSAL in forum World of Warcraft General
    Replies: 3
    Last Post: 10-10-2006, 12:33 AM
All times are GMT -5. The time now is 12:45 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