pvpgn / pvpgn-server

Next generation of PvPGN server
https://pvpgn.pro
GNU General Public License v2.0
541 stars 155 forks source link

Question: Default MOTD Location? #448

Closed Sora012 closed 3 years ago

Sora012 commented 3 years ago

Where is the default MOTD location? My server spits out "Failed to load MOTD, Sending default MOTD" I've tried modifying the i18n MOTD, and creating one in /etc/pvpgn but that doesn't seem to work. The /motd command works just fine though?

I did install the service with a prefix install location, unsure if that affects the MOTD though.

cmake -DCMAKE_INSTALL_PREFIX=/home/gameservers/services/pvpgn -DWITH_MYSQL=true ../

RElesgoe commented 3 years ago

Can you post bnetd.log

Sora012 commented 3 years ago

[removed bnetd.log forgot APGAR]

RElesgoe commented 3 years ago

Can you check if the latest commit fixes it

Sora012 commented 3 years ago

Just pulled develop branch and compiled, and it still is failing to send the actual motd on first login.

RElesgoe commented 3 years ago

This latest commit should fix it.

Sora012 commented 3 years ago

That fixed it thanks!