• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient How to add MOTD after Login on Client otv8

bpm91

Advanced OT User
Joined
May 23, 2019
Messages
1,046
Solutions
7
Reaction score
180
Location
Brazil
YouTube
caruniawikibr
I would like to know if anyone knows how to add the MOTD window when logging into the account in otcv8, tfs 1.5


LJ-45xM3Eyg8pkW3uo11GweWPE36sGfrQ9e-qTBkiI8.jpg
 
Just revert these changes, not sure whether OTClient removed the code too.
hey lursky,

do you know what changes i need to do to make the motd load from db and not from config.lua?

as exemple (SELECT value FROM server_config WHERE config = motd_text)

using that i can change the motd using globalscripts with boosted moster of the day
 
It works on OTClient, you just need to adapt it correctly.


Edit: I did it in under 10 minutes — it only required editing entergame.lua.


For those who want to save time, here it is: just download and replace your data/modules/client_entergame/entergame.lua file in your OTCv8 (Kondra or OTAcademy), and enjoy! :)



1743981371538.webp
 

Attachments

Last edited:
It works on OTClient, you just need to adapt it correctly.


Edit: I did it in under 10 minutes — it only required editing entergame.lua.


For those who want to save time, here it is: just download and replace your data/modules/client_entergame/entergame.lua file in your OTCv8 (Kondra or OTAcademy), and enjoy! :)



View attachment 91626
I done the same thing but I later found out the motd somehow appears one time unless it is changed again from the config?
 
I done the same thing but I later found out the motd somehow appears one time unless it is changed again from the config?
If I’m not mistaken, the MOTD only shows once per day.
If you log in and it appears, that’s fine — the next day it will show again.
I haven’t tested it yet, but I’ll check it out later to be sure.
 
Back
Top