I followed this tutorial cause i don't wanna use dll as i want to open elfbot, the client opens well but it gives me error (can't open tibia.spr) when i try to login
fixed, read the video description againI followed this tutorial cause i don't wanna use dll as i want to open elfbot, the client opens well but it gives me error (can't open tibia.spr) when i try to login
so, what might be the problem? i could login normal with saiyans king, is there a difference?
Does anyone know how to fix the manabar of this dll, when using ctrl + n in debug on the client?
Below Tibia-Extended-Client-Library/dllmain.cpp at master · SaiyansKing/Tibia-Extended-Client-Library (https://github.com/SaiyansKing/Tibia-Extended-Client-Library/blob/master/src/dllmain.cpp#L361) (on 8.60 version) addcan anyone fix the ctrl + n bug?
if (*(uint8_t*)0x79C314 < 2) {
return;
}
so its easier to upgrade that dll and use it for clients like 860? does not need to inject? we can just place it next to any tibia? what would need to be changed? would like to use this in client 870 in order to support addons + mount or even better tibia 10.99That's just copied bytes from Tibia-Extended-Client-Library/src/dllmain.cpp at master · SaiyansKing/Tibia-Extended-Client-Library (https://github.com/SaiyansKing/Tibia-Extended-Client-Library/blob/master/src/dllmain.cpp#L636-L649), so it's much much easier to put already compiled DLL (Release First Release · SaiyansKing/Tibia-Extended-Client-Library (https://github.com/SaiyansKing/Tibia-Extended-Client-Library/releases/tag/1.0)) next to client executable.
The 10x client does not have the limitations that the DLL fixes, so there would be no reason to use the DLL in this version.so its easier to upgrade that dll and use it for clients like 860? does not need to inject? we can just place it next to any tibia? what would need to be changed? would like to use this in client 870 in order to support addons + mount or even better tibia 10.99