Various starting errors

Echoes

New member
Messages
68
Points
0
Age
33
Github
Maxitotito
Emulator
Hello again,

This time I am asking about how to solve the errors I am getting, using 2015-12-30aRagexeRE client found in Asheraf's post under Client Releases.

I am using the translated data and System folder https://github.com/Asheraf/Translation.

The first three errors I am getting just are just right after clicking the .exe to play. The 4th one is some sprite error I am getting.

errors.png
I understand as for the first error, there is a function called, but that's it, I don't know how to fix it; here is the code of that error:

if nil ~= DESC.costume then
result, msg = AddItemIsCostume(ItemID, DESC.costume)
if not result then
return false, msg
end
end




Please help C:

 
old clients cant works with data from new client versions.

Last Asheraf's repository commit support only last RagexeRE clients.

if you want older translations, you can try to use old commits from his repository.

Also not only translations must be correct versions but also all other data in grf.

This mean if you want use 2015 client, find somewhere official kro grf and other files for 2015 client. and after if you can you can try to port to it some new data

 
This mean if you want use 2015 client, find somewhere official kro grf and other files for 2015 client. and after if you can you can try to port to it some new data
Ah, thank you for the clarification.

Time to test some newer versions of the clients, I hope I can find one stable.

 
Back
Top