Moreta
and these are some of the default lines
"DG", "255 0 0 255 normal", // Damage to me
"DMG", "255 0 0 255 normal", // Damage to me
"DGP", "200 0 0 255 normal", // Damage to me from player
"DGM", "255 128 64 255 normal", // Damage from me
"MIS", "150 150 150 255 normal", // The opponent misses
what i have to change?
If you activate ingame log using /chatLog command, it will write log file (for that character) under save/log_<char>.txt
2021/05/02 18:15:44 (SYSTEM/DG) * Malicious Ragus hits you but does no damage.
"255 0 0 255" is just RGB values (last is alpha and you might want to keep that 255 fully visible)
Font size can be changed ingame configuration 'interface/chat' and one of last settings is font size (chat/sysinfo only)
---
Hello!