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

[8.60] Remove ServerLog - CipSoft Client

secondlife

Member
Joined
Aug 1, 2009
Messages
298
Reaction score
23
Hi guys!

I've been trying to do this for a long time, without success. Is it possible to remove the Server Log tab on the CipSoft client using Hex editor?

I would be happy if someone can help me.

Many thanks!
 
Last edited:
Solution
It is possible and actually very easy.

To remove server log:
go to offset 0xD5A4C and change 2 bytes A1 94 to EB 12
it'll make jump instruction over server log channel creation.

To make server log messages appear on default channel:
go to offset 0x14E992 and change 1 byte A4 to A8
go to offset 0x14F6D8 and change 1 byte A4 to A8
it'll change server log message buffer to default channel message buffer.

After these 3 changes your client will work the same as if using older client version that didn't have server log.
In my opinion removing server log doesn't make any sense as server log fulfills its role to remove spam from our main channel.
It is possible and actually very easy.

To remove server log:
go to offset 0xD5A4C and change 2 bytes A1 94 to EB 12
it'll make jump instruction over server log channel creation.

To make server log messages appear on default channel:
go to offset 0x14E992 and change 1 byte A4 to A8
go to offset 0x14F6D8 and change 1 byte A4 to A8
it'll change server log message buffer to default channel message buffer.

After these 3 changes your client will work the same as if using older client version that didn't have server log.
In my opinion removing server log doesn't make any sense as server log fulfills its role to remove spam from our main channel.
 
Solution
It worked perfectly, you are awesome!! <3

One last question, is it possible to remove chat "NPCs" as well? make it not appear in the "Open New Channel" options.

Many thanks!!!
 
@fabian766

I didn't get send a private text for you.

How are you ?

I would like to talk with you to get a price estimate for adjustments in my Tibia Old Client 8.6.

I'm interest to get mount and another features from Tibia.

Do you have Discord ?
 
Yes: go to offset 0x8A96C and change 2 bytes A1 3C to EB 0C
It'll skip adding NPCs option to New Channel window listbox.
as it would be in 8.54 tentari looking for a comparison with that 8.6 but the structure in that was very different I believe, because I did not find anything like that.
 
It is possible and actually very easy.

To remove server log:
go to offset 0xD5A4C and change 2 bytes A1 94 to EB 12
it'll make jump instruction over server log channel creation.

To make server log messages appear on default channel:
go to offset 0x14E992 and change 1 byte A4 to A8
go to offset 0x14F6D8 and change 1 byte A4 to A8
it'll change server log message buffer to default channel message buffer.

After these 3 changes your client will work the same as if using older client version that didn't have server log.
In my opinion removing server log doesn't make any sense as server log fulfills its role to remove spam from our main channel.
how can i do it if i use otclient?
 
Back
Top