mehah / otclient

An alternative tibia client for otserv written in C++20 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
Other
242 stars 177 forks source link

Add config option to show status messages of other players/monsters in server log #767

Closed glecko closed 1 month ago

glecko commented 1 month ago

Description

Adds a config option to show status messages not related to your experience, healing or damage (e.g. An orc wizard loses 37 hitpoints due to an attack by Player2) in the server log.

Setting it to false by default.

Behavior

Actual

These messages are not handled by otclient.

Expected

I'd expect to be able to configure it, like the Tibia client:

image

Type of change

How Has This Been Tested

Can be tested with any protocol version above 10.41, which first introduced the MessageDamageOthers, MessageHealOthers and MessageExpOthers message types.

Test Configuration:

Checklist