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

Issue with ESC Menu

DeathreatWY

New Member
Joined
Sep 18, 2015
Messages
25
Reaction score
0
Having issues with the ESC menu. Everytime I try to use "Select Character" or "Exit Game", the game crashes.
 
Same this is AB issue not from game you can do it normally and just fine if you run the game normally with out bots from glyphs
 
Same issue. If I try to select character or exit it just crashes to desktop.
 
Is there any update on the Select Character crashing? This is getting old fast...
 
I don't know cause of problem it's also happen to me on main character or another account but some character on my main account can select character or exit game with no crash.

However you can use this code it's work untill problem will be solve ...





using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Threading;
using System.Windows.Forms;
using ArcheBuddy.Bot.Classes;

namespace CharacterSelect
{
public class CharacterSelect : Core
{
public void PluginRun()
{
ClearLogs();

if (gameState == GameState.Ingame)
{
Log(me.name + " Leave to Character Select");
LeaveWorldToCharacterSelect();
}
else
Log("Your character not in game");
}
}
}
 
This is nice and all. But can we please PLEASE get this fixed! I shouldn't need to have to use a plugin to select character.
 
I would like to see OUT acknowledge this issue, it makes using Archebuddy a real pain in the ass and it has been going on for weeks. I want a fix put in.
 
Agree, plz solve. Makes archebuddy experience hardly satisfying this way.
 
Back
Top