XRad for AA menu

User Tag List

Thread: XRad for AA

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    theonn's Avatar Member
    Reputation
    3
    Join Date
    Jan 2011
    Posts
    48
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    XRad for AA

    Nothing to see here. XRad is now Donation based.
    Last edited by theonn; 05-02-2015 at 01:26 PM.

    XRad for AA
  2. #2
    Xafi_AA's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    radar ruin farm! -.-

  3. #3
    theonn's Avatar Member
    Reputation
    3
    Join Date
    Jan 2011
    Posts
    48
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mkay /10Char

  4. #4
    quzziy's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can I get banned fot this .dll ?

  5. #5
    theonn's Avatar Member
    Reputation
    3
    Join Date
    Jan 2011
    Posts
    48
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by quzziy View Post
    Can I get banned fot this .dll ?
    if you get bannned it would be because of archebuddy, not for this dll.

  6. #6
    RasterImage's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i've been trying to make the coordinates rotate for 2 days now ... would you mind telling me how you did it ?

    this is what i am trying:
    Code:
                    var cosRotAngle= Math.Cos(((double) angle(me, x, y) - 90)/180*Math.PI);
                    var sinRotAngle= Math.Sin(((double) angle(me, x, y) - 90)/180*Math.PI);
                    x = x*sinRotAngle - y*cosRotAngle;
                    y = x*sinRotAngle + y*cosRotAngle;

  7. #7
    theonn's Avatar Member
    Reputation
    3
    Join Date
    Jan 2011
    Posts
    48
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my rotation "works" but its the same code you use. there is something borked on the angle that AB returns.

  8. #8
    ancient94's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know it's a nab question, but still prefer to ask, servers are down anyway, is that radar have regular functions like showing packages, players, gatherings and so on?

  9. #9
    theonn's Avatar Member
    Reputation
    3
    Join Date
    Jan 2011
    Posts
    48
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes. however i dont recall if the version that is public has all the filters working.

  10. #10
    ancient94's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm ok, gonna try it out today

  11. #11
    Neto Rodrigues's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any1 are using this radar actualy? I got Archebuddy and i'm trying to see if it work, any1 can say if are working?

  12. #12
    sullx's Avatar Member
    Reputation
    2
    Join Date
    Dec 2010
    Posts
    17
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by theonn View Post
    my rotation "works" but its the same code you use. there is something borked on the angle that AB returns.
    FYI, the angle that archeage stores is actually the issue, not archebuddy (at least if it's the same issue I saw when I reversed the angle). The azimuth is compact over pi radians (instead of 2pi) and has a branch cut at -pi/3 instead of 0. If you correct for these then it will work properly. theonn, let me know if you are interested in implementing your radar without archebuddy.

  13. #13
    Defectuous's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can your radar see fishing spots like on a fishing boat.
    If so can it determine what they are ?

    I did not see a way to specify which entities to search for.
    In particular i am hunting for wild thunderstruck tree's.
    Last edited by Defectuous; 01-23-2015 at 06:33 PM.

  14. #14
    theonn's Avatar Member
    Reputation
    3
    Join Date
    Jan 2011
    Posts
    48
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Latest version 1.0.0.7

    it includes Patron autoclaimer.
    Ignore filter fix
    Ignore filter needs to be longer than 3 chars
    VIP filter needs to be longer than 3 chars.

    Filters can be separated by comma (,)
    Filters use "contain" example struck will match *struck*

    Further donations while not needed are very welcome.

  15. #15
    theonn's Avatar Member
    Reputation
    3
    Join Date
    Jan 2011
    Posts
    48
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working great in AA 2.0 come get your RAD!

Page 1 of 2 12 LastLast

Similar Threads

  1. XRad for AA
    By theonn in forum ArcheAge Exploits
    Replies: 37
    Last Post: 12-15-2021, 09:40 PM
  2. Play World of Warcraft for Free
    By Matt in forum World of Warcraft Exploits
    Replies: 22
    Last Post: 10-26-2006, 04:25 PM
  3. 3 marks for every wsg/ab
    By Matt in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 08-18-2006, 01:39 AM
  4. ZF Witch Doctor Hunting for Hunter (with video)
    By Matt in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 06-21-2006, 07:39 PM
  5. World of Warcraft WoW!Bot (GetALifeBot) 0.61 for WoW 1.9.4 + FishBot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 04-18-2006, 04:55 AM
All times are GMT -5. The time now is 08:38 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search