Hello!
I'm currently using GitHub - nekiro/TFS-1.5-Downgrades at 8.0 (https://github.com/nekiro/TFS-1.5-Downgrades/tree/8.0), the issue I have is everytime I login to a character made it crashes the client.
I directly inject the SQL instead of creating it through a website, this is how I do it.
The character tester appears in the character list by entering 1/1. But when I select the character it logins into the game server as it shows in the console that the character has logged in but the client 8.0 crashes for me.
This is the client error that appears:
I'm currently using GitHub - nekiro/TFS-1.5-Downgrades at 8.0 (https://github.com/nekiro/TFS-1.5-Downgrades/tree/8.0), the issue I have is everytime I login to a character made it crashes the client.
I directly inject the SQL instead of creating it through a website, this is how I do it.
SQL:
INSERT INTO `players` (
`name`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`,
`experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`,
`direction`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`,
`posx`, `posy`, `posz`, `cap`, `sex`, `lastlogin`, `lastip`, `save`,
`skull`, `skulltime`, `lastlogout`, `blessings`, `onlinetime`, `deletion`,
`balance`, `offlinetraining_time`, `offlinetraining_skill`, `stamina`, `skill_fist`,
`skill_fist_tries`, `skill_axe`, `skill_axe_tries`, `skill_club`, `skill_club_tries`,
`skill_sword`, `skill_sword_tries`, `skill_dist`, `skill_dist_tries`, `skill_shielding`,
`skill_shielding_tries`, `skill_fishing`, `skill_fishing_tries`, `conditions`
)
VALUES (
'Tester', 6, 1, 8, 1, 185, 185, 4200, 114, 94, 114, 94, 75, 0,
3, 0, 90, 90, 0, 100, 1, 1020, 1025, 7, 470, 1, 1705985546, 553652855, 1,
0, 0, 1705985565, 0, 614804, 0, 0, 43200, 0, 2520, 10, 0, 10, 0,
10, 0, 10, 0, 10, 0, 10, 0, 10, 0, ''
);
The character tester appears in the character list by entering 1/1. But when I select the character it logins into the game server as it shows in the console that the character has logged in but the client 8.0 crashes for me.
This is the client error that appears: