otclientv8 icon indicating copy to clipboard operation
otclientv8 copied to clipboard

problem with extension and transparency

Open CerberusBR opened this issue 2 years ago • 2 comments

I have a client with transparency , efects and extended missiles has been learning problem with appearing the spr and dat ... it would be important to have a place in INIT to configure these changes when necessary!

CerberusBR avatar Aug 27 '22 17:08 CerberusBR

There are game features for that. A little bit of research and you would find the solution.

g_game.enableFeature(GameSpritesAlphaChannel)
g_game.enableFeature(GameMagicEffectU16)
g_game.enableFeature(GameDistanceEffectU16)

Oen44 avatar Aug 27 '22 18:08 Oen44

ProtocolGame parse message exception (5615 bytes, 220 unread, last opcode is 0xff (255), prev opcode is 0x64 (100), proto: 1098): unhandled opcode 255

CerberusBR avatar Aug 27 '22 21:08 CerberusBR