TekaZudo
seuserver.com.br
DESCRIÇÃO
Anuncie aqui neste countdown e dê maior visibilidade ao seu lançamento |
Full Global • Custom Quests • Custom Outfits • Lottery System • Version 15x
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.