Bug char screen

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

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

Bug char screen

#1 Post by KoreGhost »

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!
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Bug char screen

#2 Post by EternalHarvest »

What is the last output? Character selection with only "create new character" option?
KoreGhost
Developers
Developers
Posts: 124
Joined: 28 Mar 2011, 12:48
Noob?: No
Location: Brazil

Re: Bug char screen

#3 Post by KoreGhost »

The bug of the server account is no character, and with it the lock screen OpenKore character creation ...

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);
	}
Without success.