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

Search results

  1. R

    scarecrow with aquafarm

    +1 for the sand
  2. R

    Servers are up with 2.0. Report bugs in this thread!

    Can it be configurable through Account/general settings? Really sux to change the settings again and again.
  3. R

    User interface and shortcuts reseting.

    The only way I've found to workaround this - do not auto select character in "Account Manager" of AB. It will load up to the character select screen in AA and then you'll have to manually select the character.
  4. R

    [Plugin] Illegal Farmer

    Fixed compilation errors, but didn't try the plug-in itself. using System; using System.Windows.Forms; using System.Threading; using System.Collections.Generic; using ArcheBuddy.Bot.Classes; namespace PublicFarmer { public class PublicFarmer: Core { public static string...
  5. R

    [Guide] How to use Events

    Yeah, sorted out after a PC reboot, for some reason restart of AB didn't help...
  6. R

    [Guide] How to use Events

    Они, конечно, используют разные делегаты, но хотя бы будет, куда копать дальше. Спасибо.
  7. R

    [Guide] How to use Events

    Для eu/na серверов тоже не работает, там сейчас вообще ничего не стоит :) Пример конкретного эвента, который у вас работает, можете сказать, чтобы я у себя проверил?
  8. R

    "onKeyDown" event is not working

    Lucky you, in my case it fails 100% of time, I thought that NIS could treat this behavior as suspicious and added whole AB into exclusion list (also nothing suspicious in its logs), even tried to force-disable all NIS protection job's, doesn't help.
  9. R

    "onKeyDown" event is not working

    Originally posted in this thread https://www.thebuddyforum.com/archebuddy-forum/community-developer-forum/218636-guide-events.html, but since no one replies there, decided to post in the "Archebuddy Support" part of the forum. Any ideas where to dig further?
  10. R

    [Guide] How to use Events

    Does anyone use any AB built-in Events in their scripts and can confirm they are working in the latest version? Can you tell me which one is working, so that I could try to identify whether the problem is on my end or not? Thanks in advance. -----------------------------------------------------...
  11. R

    [Guide] How to use Events

    Semicolon is missing at the end. Tried to subscribe to the "onKeyDown" and in my case it does not detect the key presses, tried different combinations of keys. Tried the script above "as is", just added the semicolon, doesn’t work as well. Using latest version of AB. Any ideas what could be...
Back
Top