• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] Ant Radar

    Discussion in 'Archives' started by XantX, Oct 5, 2014.

    Thread Status:
    Not open for further replies.
    1. afifcycle

      afifcycle New Member

      Joined:
      Oct 6, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      dude your ant radar is sick..!! tq so much :)
       
    2. Yeeshak

      Yeeshak New Member

      Joined:
      Oct 2, 2014
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Is there a way to see plants/trees that are not yet harvestable ? For illegal farms ?
       
    3. vlein

      vlein New Member

      Joined:
      Dec 10, 2013
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      how would we go about changing the font color of each individual item in the radar?

      like chop tree font = red
       
    4. JokerO0o

      JokerO0o Member

      Joined:
      Oct 2, 2014
      Messages:
      64
      Likes Received:
      1
      Trophy Points:
      8
      ++++1
       
    5. dr4pes

      dr4pes New Member

      Joined:
      Oct 13, 2014
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      First off, thank you tremendously for this radar. It has worked flawlessly for me thus far.

      I'm trying to add to it the ability to see expiring houses (maybe within ~12 hours) and it looks like the best way to pull the information is using the weeksWithoutPay class. I just have no idea what I'm doing. Maybe someone can shed some light on where to go next?
       
    6. toastnbutter

      toastnbutter New Member

      Joined:
      Oct 3, 2014
      Messages:
      130
      Likes Received:
      0
      Trophy Points:
      0
      has anyone found thunderstruck with this radar yet?
       
    7. susahnamanya

      susahnamanya New Member

      Joined:
      Oct 9, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      Something like (taxPayedTime - DateTime.Now).Hours <=12 && weeksWithoutPay == 1 maybe?
       
    8. JokerO0o

      JokerO0o Member

      Joined:
      Oct 2, 2014
      Messages:
      64
      Likes Received:
      1
      Trophy Points:
      8
      hello, im serching sunken treasure chest so im wondering if it possible to get more zoom out to get a bigger radious to see them


      thanks
       
    9. Nick4068

      Nick4068 New Member

      Joined:
      Dec 28, 2013
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      dosen't look like the thunderstruck is working. tested beside a random's farm, he had a thunderstruck but no sign on the radar ^^
       
    10. moehawk

      moehawk New Member

      Joined:
      Jun 23, 2012
      Messages:
      91
      Likes Received:
      0
      Trophy Points:
      0
      LOL and i been walking around the whole world looking for thunderstruck....man i feel stupid now
       
    11. Jake2j

      Jake2j New Member

      Joined:
      Oct 20, 2014
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      1
      Learnt the hard way too, other than that everything works perfectly fine.
      Found quiet a few treasure chests, secret farms.. This is loads of fun :p
       
    12. detrox

      detrox New Member

      Joined:
      Dec 30, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Just found a thunderstruck and it wasnt drawing the dot .. the problem in ur code was "Thunderstruck" .. just edit the line to only "Thunder" and it works .
      Code:
       public void drawThunderStruck()
              {
                  foreach(var dood in getDoodads())
                  {      
                      if (dood.name.Contains("Thunder"))
                      {
                        drawWorldDot(dood.X, dood.Y, dood.Z , dood.name, Color.Blue);  
                      }
                  }
              }
       
    13. Not2Easy4You

      Not2Easy4You New Member

      Joined:
      Sep 24, 2014
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Well great job with the plugin i really like, but now i have some noob questions and doubts.
      1- Thunderstruck doesnt appear on the radar (even with if (dood.name.Contains("Thunder"))
      2- Why doesnt appear the ocean treasures on the radar? Is because is in beta?
      3- This is really my noob question i saw the "Sunken Treasure Chest" on the radar, how i can get them?
      4- Why he always mark something in the map? But i dont have idea what is on the mark lol.
      Thats all :)
       
      Last edited: Oct 27, 2014
    14. detrox

      detrox New Member

      Joined:
      Dec 30, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      it's workin for me tho .
      [​IMG]

      Edit: If the picture wont show up -> imgur: the simple image sharer
       
    15. wakeup

      wakeup New Member

      Joined:
      Feb 24, 2011
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      If you take a look at the code, 'Thunderstruck' is misspelled as 'Thunderstuck'. The 'r' is missing. Once that is fixed, the function works just fine! :cool:

      Great plugin, XantX!
       
    16. jimmy06

      jimmy06 Moderator Staff Member Moderator

      Joined:
      May 12, 2010
      Messages:
      817
      Likes Received:
      20
      Trophy Points:
      18
      After discussion with the Senior Development staff, we sadly have to classify all ArcheBuddy "radar" plugins as hacks.

      We cannot allow a radar plugin that shows the user more information that they could fairly obtain by observing the gaming world. By 'fairly obtain', this means the radar may not display 'invisible' entities, or objects outside or behind the player's viewing area.

      The ArcheBuddy API does not currently provide the necessary methods that would allow a 'non hack' version of a radar plugin to be created. As such, until this problem can be rectified, we must disallow all "radar"-type plugins.

      We are archiving this thread. Hopefully, the problem can be rectified at a later date.
       
    Thread Status:
    Not open for further replies.

    Share This Page