What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Recent content by GabrielShadow

  1. GabrielShadow

    [Plugin] GPS-based Land Scanner

    You can use as many nodes as you want. As long as you have a Begin and an End node. The bot will travel from Begin to End scanning the properties nearby. If you find this plugin useful I can work in making some sort of file export. I'm not sure what would be the best format.
  2. GabrielShadow

    Some sort of GPS based land scanner

    Here you go :D: https://www.thebuddyforum.com/archebuddy-forum/archebuddy-plugins/other/227500-plugin-gps-based-land-scanner.html#post2061754
  3. GabrielShadow

    [Plugin] GPS-based Land Scanner

    GPS-based Land Scanner This is a open source land scanner that will move through a GPS route from beginning to end, and for each GPS point will go to nearby houses and farms and verify if it is expiring. How to use: - Copy and paste the code below in the plugin editor and customize your...
  4. GabrielShadow

    What is going on with AB?

    This happened to me. Delete the entire folder and download the updater again. If you get the "Stopped working..." popup with Debug and Close options, don't close it. Let the updater finish and AB will open. Then you can close/kill the Updater. After doing this my program is working fine again...
  5. GabrielShadow

    Rip ab

    This programs has Premium support in my opinion. Out stated many times last week that AB would have major changes, mainly server-side but as you can see by the UI changes, the client also had changes. Be patient, most issues get solved in less than 24h. Cheers!
  6. GabrielShadow

    Need a plugin to spam F key

    I believe this should help you: https://www.thebuddyforum.com/archebuddy-forum/community-developer-forum/209374-send-key-press-skill.html It teaches how to send a keyboard key or use a specific skill. You just need to put this in a loop and use Thread.Sleep(100) in order to wait for 100ms...
  7. GabrielShadow

    Some sort of GPS based land scanner

    I'll give it a try this weekend and let you know if I succeed.
  8. GabrielShadow

    Traderunner

    Does anyone know how to obtain Sidalol's plugin? When I try to get it from the Store I get this message "developer of the product is not approved".
  9. GabrielShadow

    Help making a WPF plugin with Visual Studio

    For WPF plugins I have been using this template here: https://www.thebuddyforum.com/archebuddy-forum/community-developer-forum/220358-tipp-howto-wpf-archbuddy.html#post2025536
  10. GabrielShadow

    [West] Taking requests for Western Trade run route creations

    I didn't get any reply from Ragrar via PM, so I'm assuming he is not around the forum anymore. Can anyone send me any route, preferably Gweonid to 2C? I just wanted to try it and compare to my own routes for learning purposes. I can send my own route in exchange if you want. Thanks in advance.
  11. GabrielShadow

    [Tipp] Howto use WPF with Archbuddy

    Hi friend, your code helped a lot. I had some problems when closing the main thread. Even after the plugin was stopped something was left running and therefore it locked the DLL. Adding the IsBackground property to the thread solved the issue. I hope it helps somebody along the way :)...
  12. GabrielShadow

    WPF plugin dll.

    Hi friend. I also had the problem with the DLL not unloading after running the first time. Try setting the thread as a background thread. formThread.IsBackground = true; This solved my problem, I hope it helps.
Back
Top