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.
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...
Для eu/na серверов тоже не работает, там сейчас вообще ничего не стоит :)
Пример конкретного эвента, который у вас работает, можете сказать, чтобы я у себя проверил?
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.
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?
added
advance
archebuddy
built-in
combinations
confirm
decided
detect
dig
doesn’t
event
events
forum
https://www.thebuddyforum.com/archebuddy-forum/community-developer-forum/218636-guide-events.html
ideas
identify
key
keys
onkeydown
post
presses
replies
root
script
scripts
subscribe
support
thread
version
версии
достоверно
или
использует
какой-нибудь
кто-нибудь
локальная
мог
можете
нет
последней
проблема
проверить
рабочий
себя
сказать
скриптах
чтобы
эвент
эвенты
это
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.
-----------------------------------------------------...
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...