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

OTclientV8 ItemTooltip + rarity frames + custom color on item name

I manged to do everything with no errors using tfs 1.5 nekiro downgrade but but now Im getting
LUA:
ERROR: Unable to send extended opcode 201, extended opcodes are not enabled on this server.
you need to enable data/module/game_feature/feature.lua and g_game.enableFeature(GameExtendedOpcode). Check if there are still any errors. You can also disable it in protocolgame.cpp by setting features[GameExtendedOpcode] = false; – just change it from true to false and test it. It should work.
 
you need to enable data/module/game_feature/feature.lua and g_game.enableFeature(GameExtendedOpcode). Check if there are still any errors. You can also disable it in protocolgame.cpp by setting features[GameExtendedOpcode] = false; – just change it from true to false and test it. It should work.
Yes It was true :D
 
I added the commit from the link below, everything works on TFS 1.5 Nekiro ;)
 
Last edited:
This commit is only for TFS 1.4.2 (1098). For those with good knowledge, it's fine to apply it to TFS 1.5 NeKiRo. For those who don't, I did this a long time ago for TFS 1.5 in another commit. Here's the tutorial to apply and take advantage of it.

Just ignore the part about void ProtocolGame::sendFeatures() and others. I forgot to upload it earlier and later uploaded the tooltips as well.

 
Back
Top