Good morning, on my server I increase the amount of effects in source and in Old Client Cipsoft, however in OTClient I am not able to change outfits. Can someone help me edit the OTClient to accept the amount of outfits from my server?
I already added the following lines in game_things, but I still can't change the outfit:
I already added the following lines in game_things, but I still can't change the outfit:
LUA:
function load()
local version = g_game.getClientVersion()
local things = g_settings.getNode('things')
g_game.enableFeature(GameSpritesU32) -- HERE
g_game.enableFeature(GameMagicEffectU16) -- HERE
local datPath, sprPath