hey admin after you updated to 9.83 the effect tiles bugged, over the tps it doesn't say "QUESTS" "HUNTINGS" etc...
please fix it
hope it helps
please fix it

Quote:
local text = { --X pos,Y pos, Z pos, text [area effect] = {pos = {1000,1000,7}, text = {"your text"}}, } function onThink(interval, lastExecution) for _, area in pairs(text) do doSendAnimatedText({x=area.pos[1],y=area.pos[2],z=area.pos[3]},area.text[1], math.random(01,255)) end for _, area in pairs(effects) do doSendMagicEffect({x=area.pos[1],y=area.pos[2],z=area.pos[3]},area.effect[1]) end return TRUE end |
hope it helps


Posts: 24
Posts: 541