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

Current TFS 13.10. What client?

danio4don

AlatharStudio
Joined
Jun 15, 2012
Messages
373
Reaction score
55
Location
Poland
Hello. Hello. I want to run the current TFS 13.10, but OTclient does not support this version. i also can not find the official client under 13.10 help anyone?
 
I think you will mostly have to use this one, never tried but last release says that it supports up to 13.21
 
Last edited:
By default client will tell you that doesn't support 13.10, just put 1310 in this function


Lua:
function g_game.getSupportedClients()
    return { 740, 741, 750, 755, 760, 770, 772, 780, 781, 782, 790, 792, 800, 810, 811, 820, 821, 822, 830, 831, 840,
        842, 850, 853, 854, 855, 857, 860, 861, 862, 870, 871, 900, 910, 920, 931, 940, 943, 944, 951, 952, 953,
        954, 960, 961, 963, 970, 971, 972, 973, 980, 981, 982, 983, 984, 985, 986, 1000, 1001, 1002, 1010, 1011,
        1012, 1013, 1020, 1021, 1022, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1050,
        1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1070, 1071, 1072, 1073,
        1074, 1075, 1076, 1080, 1081, 1082, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1281, 1285,
        1286, 1287, 1291, 1300,1310, 1314, 1316, 1320, 1321 }
end


and post the terminal error here
 
My friend EvilPuncker sent me the 13.10 client, I don't know where he found it, but if you want you can go to my discord server and download it, it is the official cipsoft client modified for localhost

1715474014214.png
 
Back
Top