@
Niioxce
In this Baiak 1.5, only the specific SPR and DAT files that I made exclusively for it are allowed, understand? You cannot simply use another SPR and DAT file; it will always cause errors, black screens, etc. However, have you already added 'g_game.enableFeature(GamePlayerMounts)' to your OTClient v8/data/module/game_feature/feature.lua?
his server only uses OtClient
- Open your otclient/modules/game_feature/feature.lua and look for this line.
Lua:
if(version >= 860) then
- add below and save.. ready activated mount
Lua:
g_game.enableFeature(GamePlayerMounts)