Blazera 8.60
blazera.net
SOBRE O BLAZERA
Um fresh start em um servidor 8.6 clássico, com real map, focado na experiência raiz do Tibia. | Classic Real Map • Fresh Start • Client 8.6 • Old School Gameplay • Active Community
Inicia em:
--
Participar
Solutions
-
ZwhiteDog's post in (Resolvido)[AJUDA] Efeito Depois Da Transformaçao was marked as the answerfas assim vá em globalevents/scripts e cria o arquivo chamado effect.
cola isso dentro
function onThink(interval, lastExecution)
local tabela = { [8]= 68, [9]= 123, } local players = getPlayersOnline() for _, pid in ipairs(getPlayersOnline()) do if tabela[getPlayerVocation(pid)] then playerpos = getPlayerPosition(pid) doSendMagicEffect(playerpos, tabela[getPlayerVocation(pid)]) end end return true end vai em globalevents.xml e cola isso: <globalevent name="Effect" interval="0" event="script" value="effect.lua"/> fas como eu digo e testa.