Efeito Do Comando /a Personalizado

Lucaspacheko
em Actions e Talkactions

Lucaspacheko

avatar
Banidos
Banidos

INFOS

Grupo: BanidosRegistrado: 02/09/12Posts: 20

Oi Galera Vcs Estão Cançado Do Velho Efeito do COMANDO ./a entaum vai ai pra vcs mudarem ele entaum gogo .

 

arrow.gifVão em date/talkactions/script entre numa pasta que chama-se teleporttiles.abre o arquivo e add issodown.png

 

 

function onSay(cid, words, param, channel) local t = {}
if(param ~= '') then
 t = string.explode(param, ",")
end
local n = tonumber(t[1])
if(not n) then
 n = 1
end
local pid = cid
if(t[2]) then
 pid = getPlayerByNameWildcard(t[2])
 if(not pid or (isPlayerGhost(pid) and getPlayerAccess(pid) > getPlayerAccess(cid))) then
  doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. t[2] .. " not found.")
  return true
 end
end
local pos = getClosestFreeTile(pid, getPosByDir(getCreaturePosition(pid), getCreatureLookDirection(pid), n), false, false)
if(not pos or isInArray({pos.x, pos.y}, 0)) then
 doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Destination not reachable.")
 return true
end
local tmp = getCreaturePosition(pid)
if(doTeleportThing(pid, pos, true) and not isPlayerGhost(pid)) then
 doSendMagicEffect(tmp, 5)
 doSendMagicEffect(pos, 17)
end
return true
end

 

doSendMagicEffect(tmp, 5) doSendMagicEffect(pos, 17)

smile_positivo.gif Agora se vc tiver no jogo só fala /reload talkactions

 

 

 

Galera o tutorial n fiko fodastico mais eu sei q vai ajuda vcs em muito espero q ajude

 

Se gostou da rep+ thumbsupsmiley.png

 

Imagem ae >post-354317-0-77569000-1348351140_thumb.png

Raidou

Nunca vendeu maconha.
avatar
Banidos
Banidos

INFOS

Grupo: BanidosRegistrado: 31/07/12Posts: 279Char no Tibia: Raidou

O que tem de diferente,dos otros.

 

¬¬

Qkpoy.png

 

 

Ajudo no que eu posso!

Seja feliz com isso.

Skymagnum

Hamburguer
avatar
Marquês
Marquês

INFOS

Grupo: MarquêsRegistrado: 02/08/12Posts: 1025Char no Tibia: Maurolkit

Caralho mano você só mudou o efeito se pá tem um tópico igual a esse.

jeoz.png