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

Solved How use Custom Tibia.dat/Tibia.spr in OTCv8?

Joined
Jun 25, 2018
Messages
55
Reaction score
12
Hello community, i want know how i can use correctly my little custom tibia.dat and tibia.spr in the things/860 otcv client files?

• Version TFS (if needed): TFS 0.4 rev 3996.
• Version Tibia Cipclient : 8.60
• Version OTCV8: GitHub - OTCv8/otclientv8: Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client (https://github.com/OTCv8/otclientv8)


I just has added/changed some sprites and items using Object Builder and Item Editor apps for that.
Note Important: Cip client work perfectly, but when i put the news files (tibia.dat and tibia.spr) in things/860 and open the OTCV8 client i get visuals bugs like monster disapear, character walking animation but not move and many others visual bugs.

Thanks for take time to read my post.
PD: sorry my poor english.



SOLVED!

if someone need fix this i find a solution.
in your \otclientv8-master\modules\game_features (features.lua file) add the new linas below;

LUA:
    if(version >= 860) then

        g_game.enableFeature(GameMagicEffectU16)
        g_game.enableFeature(GameDistanceEffectU16)
        g_game.enableFeature(GameExtendedOpcode)
 
Last edited:
Version Tibia Cipclient : 8.60
Are you using Tibia Client 8.60 with .dll or .exe modification to read these extra U16 effects?
If you are using RL Tibia Client with some modifications, it is very important to post on forum that you are doing it.
 
Are you using Tibia Client 8.60 with .dll or .exe modification to read these extra U16 effects?
If you are using RL Tibia Client with some modifications, it is very important to post on forum that you are doing it.
Hello @Gesior.pl , i have made some modifications on cip client files, just add and changed some outfit sprites, items, spell effects, shoot effect and so.
i have modified the cip client (not .dll just .exe modification) and TFS for work with U16. but when i come to finish the edit/test with cip client (all work perfectly) and then go test with OTCV8 i find this "visual bug" but after posting i was looking for around forums i find in Tibia King the solution that i Post in the Edit
 
Back
Top