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

Can't Select character

nightsicms

Member
Joined
Jul 30, 2014
Messages
86
Reaction score
0
im having this issue after i buy the universal fight script, if i try to go back to select character screen the game crash.
 
The problem is with AB not the plugin i have the same issue also and i dont own that plugin wait OUT to fix it
 
okay, its happening with my two first chars, the 4 others its okay, i assume the plugin blame bcoz its happen when i buy it.
 
As i said sir we all have the same issue and not all of us have that plugin

Go and see other threads you will find the same issue for other people

And personally i dont take it seriously cuz you can just press stop and start again and take the characters you want
 
for me that issue make me sad bcoz i drink worker with 6 chars, and i have to login with gliph to do that, take more time...

but's okay... lets w8
 
Don't know when this problem will be solve

but try this code at least it's can help for now to go back to select character

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");
}
}
}
 
Back
Top