Postado Agosto 19, 2020 4 anos globalevents Spoiler local positions = { {texto = "Testandootamanhodotextoquedaparacolocar" , pos = {x = 634, y = 66, z = 7}}, {texto = "www.tibiaking.com.br" , pos = {x = 1881, y = 1302, z = 5}}, } function onThink(cid, interval, lastExecution) for _, pid in pairs(positions) do local t = getSpectators(pid.pos, 7, 5, false) if t then for _, cid in ipairs(t) do if isPlayer(cid) then doCreatureSay(cid, pid.texto, TALKTYPE_ORANGE_1, false, cid, pid.pos) end end end end return true end <globalevent name="OrangeTalk" interval="3600" event="script" value="teleport.lua"/>
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.