data\creaturescripts\scripts\login.lua
and search for the message.onlogin
scripts in data\creaturescripts\creaturescripts.xml
all the ones that look like this.<event type="login"
data\creaturescripts\scripts\login.lua
and search for the message.onlogin
scripts in data\creaturescripts\creaturescripts.xml
all the ones that look like this.<event type="login"
how to add message on every login? i want to display server features
player:sendTextMessage(MESSAGE_INFO_DESCR, 'Your Message.')
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
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "message")
Thats not skyblueLUA:player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "message")