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

Graphics?

Nith

New Member
Joined
Jan 11, 2009
Messages
22
Reaction score
1
Good day, could you help me with this? I compiled the server without errors and added the following lines to the 'thing.lua' file:

Lua:
g_game.enableFeature(GameSpritesU32) -- To extended the sprites
    g_game.enableFeature(GameSpritesAlphaChannel) -- To enable transparency

but when I load the sprites, it looks like this.

29f4405f-a805-4c3c-bd02-fa4061f8a5db.jpg
 
I've already solved the problem, thank you! It seems that it only supports graphic extensions but not transparency because the protocol is 8.54, and transparency is available from 8.6 onwards. Thanks.
 
Back
Top