bpm91
Advanced OT User
- Joined
- May 23, 2019
- Messages
- 1,044
- Solutions
- 7
- Reaction score
- 175
- Location
- Brazil
- YouTube
- caruniawikibr
Hi guys I will try to explain as exemplified as possible.
I'm trying to enable the ping option on my otcv8. however i am using version 7.72 tfs 1.5 nekiro downgrade. ie it is a downgrade from version 8.60
however when I add this option the ping appears, but the character drops every X time. would it be something in tfs to be fixed or added or implemented?
i add option
I'm trying to enable the ping option on my otcv8. however i am using version 7.72 tfs 1.5 nekiro downgrade. ie it is a downgrade from version 8.60
however when I add this option the ping appears, but the character drops every X time. would it be something in tfs to be fixed or added or implemented?
i add option
XML:
if(version >= 770) then
g_game.enableFeature(GameLooktypeU16)
g_game.enableFeature(GameMessageStatements)
g_game.enableFeature(GameLoginPacketEncryption)
g_game.enableFeature(GamePlayerAddons)
g_game.enableFeature(GameNewOutfitProtocol)
This line----> g_game.enableFeature(GameClientPing) <<<<---