I need help.
The official Brazilian thor server, lately this happening a strange bug in which the characters disappear and account lock kore on screen, characters do not exist.
In a very old version of kore I knew what to relog Modifies input is in the current version not found.
Would show me the way to modify that entry and relog when this bug happened?
Thx!
Bug char screen
Moderator: Moderators
-
KoreGhost
- Developers

- Posts: 124
- Joined: 28 Mar 2011, 12:48
- Noob?: No
- Location: Brazil
-
EternalHarvest
- Developers

- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Bug char screen
What is the last output? Character selection with only "create new character" option?
-
KoreGhost
- Developers

- Posts: 124
- Joined: 28 Mar 2011, 12:48
- Noob?: No
- Location: Brazil
Re: Bug char screen
The bug of the server account is no character, and with it the lock screen OpenKore character creation ...
I tried ...
Without success.
I tried ...
Code: Select all
my @choices = @charNames;
push @choices, T('Create a new character');
if (@chars) {
push @choices, T('Delete a character');
} else {
message T("There are no characters on this account.\n"), "connection";
my $random_number = 200 + rand(280);
relog ($random_number);
}