edubart / otclient

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

Enqueue text messages #206

Open edubart opened 11 years ago

edubart commented 11 years ago

When receiving too many text messages, we should enqueue next messages to have time to read the current one, currently any text message is shown immediately replacing the previous one

hrsantiago commented 11 years ago

Getting hit by 8 monsters for a few time wouldn't be great. Also, 2 or more equal messages shouldn't be stacked.

edubart commented 11 years ago

Mainly private and server messages, not status messages