• 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!

Gesior Acc not adding sample players

Firulis

New Member
Joined
Jan 3, 2017
Messages
34
Solutions
2
Reaction score
1
So i installed Gesior Acc 0.3.6 i think it's an old one i customized it about 3 years ago, and I thought i would be good to go again, but i think i thought wrong, when i was installing i had 0 errors but i saw something odd, when it was time to add sample characters, nothing appeared and as i thought it didn't add em, but i didnt get any error, this is what i saw:

FG13gpG.png

i was able to set an admin account and go to my website, i can make accounts, and I tried creating a player but it didn't let me something about the player sample not existing so thats when i realized that they were not created, when I tried to manually add them to my database with this command:
Code:
'INSERT INTO `players` (`id`, `name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `skull`, `skulltime`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `balance`, `stamina`, `direction`, `loss_experience`, `loss_mana`, `loss_skills`, `loss_containers`, `loss_items`, `premend`, `online`, `marriage`, `promotion`, `deleted`, `description`, `created`, `nick_verify`, `old_name`, `hide_char`, `comment`) VALUES
            (NULL, "Rook Sample", 0, 1, 1, 1, 0, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 50, 50, 7, "", 400, 0, 0, 0, 0, 0, 0, 0, "", 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, "", 0, 0, "", 0, "")
I got this error:
EZbq1Uq.png

so can someone help me fix this pls thank you
 
I Fixed this my increasing threat_stack in my.ini
it used to be
Code:
 thread_stack = 125K
and i changed it to
Code:
 thread_stack = 256K
 
Solution
Back
Top