• 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!

First message local chat ( change )

Solution
Check your data\creaturescripts\scripts\login.lua and search for the message.
If it isn't there then check all your onlogin scripts in data\creaturescripts\creaturescripts.xml all the ones that look like this.
XML:
<event type="login"
and search the message inside them aswell.
Check your data\creaturescripts\scripts\login.lua and search for the message.
If it isn't there then check all your onlogin scripts in data\creaturescripts\creaturescripts.xml all the ones that look like this.
XML:
<event type="login"
and search the message inside them aswell.
 
Solution
how to add message on every login? i want to display server features 1 per day in orange
 
Last edited:
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_ORANGE, 'Your Message.')
MESSAGE_STATUS_CONSOLE_RED

how would be to send skyblue?
like an npc talking skyblue message @Levi999x
 
Last edited:
Back
Top