PDA

View Full Version : Getting chat window spam after updating


DarkAbyss
01-12-2019, 12:24 PM
Hi all,
I wanted to add bots to my server. So I ran the perl eqemu_server.pl and updated my server, and then after that finished I selected the add bots option.

I can get onto my server, standing in Plane of Knowledge.

But I am getting some chat spam now that just keeps going. It says:

[HP Update] Mob::SendHPUpdate::SendHPUpdate Tomeskimmer Joop HP is 100 last 100
[HP Update] Mob::SendHPUpdate::Same HP - skipping update

Is there any way to shut this off? I can't really read my chat window. The bot commands seem to be working though.

Randymarsh9
01-12-2019, 12:34 PM
Go to your logsys_categories table in your database. Find the messages you don't want to receive in game and set log to gm say to 0.

DarkAbyss
01-12-2019, 04:47 PM
Go to your logsys_categories table in your database. Find the messages you don't want to receive in game and set log to gm say to 0.


Thank you much for this. I also found some in-game console commands that also stop this spam, but the console commands aren't permanent (have to be done every time you log in).

Just for reference, the console commands, which can be put into a hotkey, are:

#logs set console 46 0
#logs set console 47 0
#logs set console 48 0

Your database suggestion should be tried first, for anyone else reading this.

Uleat
01-12-2019, 07:46 PM
The in-game commands are temporary to the zone instance and will not affect global settings.