Question GM Login Notice

01/01/2019 07:43 Syinea#1
Hello I would be interested, if it would be possible to include an automatic notice if a gm logs in and logs out? As a query or something, I thought
01/01/2019 11:00 #HB#2
There's a bunch of ways, easiest one is through your _AddLogChar procedure at your shard log database, check for the event IDs (4,6) then check if the character is a GM then show your notice or whatever.

As much as I remember:
Code:
Game Enter | EventID = 4
Game Leave | EventID = 6