data/scripts/moveevents e abra o arquivo moveevents.xml e adiciona a seguinte tag
<movevent type="StepIn" actionid="12918" event="script" value="tilemsg.lua"/>
depois vá em data/moveevents/scripts e crie um arquivo .lua chamado tilemsg.lua e adicione o código
function onStepIn(cid, item, position, fromPosition)
local str = "Bem-vindo ao servidor! /z Dúvidas com o NPC Sotero no templo. /z Uma nova missão foi adicionada ao seu quest log.]"
stor = getPlayerStorageValue(cid,12360)
if stor == 1 then
doPlayerPopupFYI(cid, str)
setPlayerStorageValue(cid,12360,1)
end
return false
end
OBS : REMOVA A TAG DO MOVEEVENTS.XML DO SCRIPT ANTIGO
depois só colocar, a actionid pelo rme no piso.