Skip to content

Tutorial to Use OTC in TFS main

Luan Luciano edited this page Jul 10, 2024 · 5 revisions

First go to:

/modules/game_features/features.lua

1. Search for this code:

g_game.enableFeature(GameSequencedPackets)

And then change it:

g_game.disableFeature(GameSequencedPackets)

2. Search for this code:

g_game.enableFeature(GameThingClock)

And then change it:

g_game.disableFeature(GameThingClock)

3. Search for this code:

g_game.enableFeature(GameThingCounter)

And then change it:

g_game.disableFeature(GameThingCounter)