• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Error creating char on Gesior AAC website

Boor

New Member
Joined
Jun 4, 2017
Messages
20
Reaction score
3
Hello, I'm editing a Tibia 7.4 server, but the site uses Gesior AAC and I already have the "Rook Sample" character configuration, but it keeps giving this error:

Wrong character configuration. Try again or contact the administrator. ADMIN: Edit the config/config.php file and define valid characters to copy names. The character to copy does not exist.

What can I do to solve it?

See the database with the character


Screenshot2025-05-27200623.png.fd54869bd50a0f7c8a746c7851c39a0f.webp
 
the console that runs after you start server :D
You sure you didn't misstype something in config?
it doesn't show a thing:

1749572909518.webp
Post automatically merged:

Engine console, this black window, with "Forgotten server is online"

Can you try run xampp/uniform, and tfs as administrator ?
I ran both with administrator and still have the issue
 
Try importing database, from softcores, sql file.
Go to the phpmyadmin > click import, and choose sql file from main softcores folder, click OK, and down there on phpmyadmin, again ok.
 
Try importing database, from softcores, sql file.
Go to the phpmyadmin > click import, and choose sql file from main softcores folder, click OK, and down there on phpmyadmin, again ok.
how to download softcores database? If you mean the server i downloaded, it was already set their database but the site responds with that error
 
Last edited:
Try importing database, from softcores, sql file.
Go to the phpmyadmin > click import, and choose sql file from main softcores folder, click OK, and down there on phpmyadmin, again ok.
i dunno if that's the issue, most likely he put wrong voc (or nick) in config.php
 
i dunno if that's the issue, most likely he put wrong voc (or nick) in config.php
# Create Character Options
$config['site']['newchar_vocations'][0] = array(1 => 'Rook Sample');
$config['site']['newchar_towns'][0] = array(12);
$config['site']['max_players_per_account'] = 7;


See my config.php has set Rook Sample char
 
$config['site']['newchar_vocations'] = array(
0 => 'Rook Sample'
);
Post automatically merged:

1 is Knight btw
But, this help, or not yet ?
Post automatically merged:

guess its a Rookgaard no vocation server, all are supposed to be created without it?
0 = no vocation (which mean rookgaard characters, because rookgaard characters not have vocations).

Example, after looking at the new character, we see, name, level, and text no vocation)

I know, this can be misunderstood, better will be just, a rookgaarder.
 
Last edited:
But, this help, or not yet ?
Post automatically merged:


0 = no vocation (which mean rookgaard characters, because rookgaard characters not have vocation).

Example, after looking at the new character, we see, name, level, and text no vocation)

I know, this can be misunderstood, better will be just, a rookgaarder.
That didn't help because i dont think its supposed to be set initially any vocation, that's why the server was given with only Rook Sample configuration, but for some reason it's not working to create character, only account. Anyone who has a hypothesis about what's going on can reply
 
That didn't help because i dont think its supposed to be set initially any vocation, that's why the server was given with only Rook Sample configuration, but for some reason it's not working to create character, only account. Anyone who has a hypothesis about what's going on can reply
Show screen, from phpmyadmin, when you open phpmyadmin, where is php version, mariadb etc.

Tell also xampp/uniform version.

And where is your xampp ?
Like this ? C:\xampp
 
That didn't help because i dont think its supposed to be set initially any vocation, that's why the server was given with only Rook Sample configuration, but for some reason it's not working to create character, only account. Anyone who has a hypothesis about what's going on can reply
0 is no vocation. Why you don't want to listen? xd
 
Dir: C:\xampp
xampp version: 1.7.3

1749583157080.webp
Post automatically merged:

0 is no vocation. Why you don't want to listen? xd
You didn't explain what would be a solution there, as i said, leaving 0 would be fine for a Rookgaard char, what i did wrong?
 
Dir: C:\xampp
xampp version: 1.7.3

View attachment 92984
Post automatically merged:


You didn't explain what would be a solution there, as i said, leaving 0 would be fine for a Rookgaard char, what i did wrong?
I did, i've gave you exact line you should put in your config


btw.
$config['site']['newchar_vocations'][0] = array(1 => 'Rook Sample');
is creating nested array of vocations. Vocation [0] with array with 1 element, so [0][1]. Gesior does not support that at all
 
Last edited:
I did, i've gave you exact line you should put in your config


btw.
$config['site']['newchar_vocations'][0] = array(1 => 'Rook Sample');
is creating nested array of vocations. Vocation [0] with array with 1 element, so [0][1]. Gesior does not support that at all
what a genius, lmao
i will try soon to log char but seems like created from site you know
 
In your database it shows rook sample is vocation(1) which is incorrect, as it should be vocation 0. Pretty sure there is where your problem lies. Right now rook sample/sorc sample are the same vocation (I could be wrong but just seeing i can help notice something =])
 
Back
Top