Ir para conteúdo

Featured Replies

Postado
  • Autor

1- primeiro, pra criar 3 adagas. Cópia a magia três vezes e mudar as storage.

2- segundo, jaja eu trago.

3- posta a tag.

As 2 Tag's 

        <instant name="Hiraishin Jutsu Seal" words="hiraishin jutsu seal" lvl="250" mana="8000" range="3" blockwalls="1" needtarget="1" exhaustion="0" needlearn="0" event="script" value="minato/hiraishinjutsuseal.lua">

        <instant name="Hiraishin no Jutsu" words="hiraishin no jutsu" lvl="250" mana="8000" range="3" blockwalls="1" needtarget="1" exhaustion="0" needlearn="0" event="script" value="minato/hiraishinnojutsu.lua">

  • Respostas 24
  • Visualizações 1.9k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • amigo eu acho que vc n esta vendo o video direto. pq eu fiz igual no video. pode nota quando ele teleporta pra cima das kunai aparece os nome Hiraishin Jutsu 1, Hiraishin Jutsu 2 e Hiraishin Jutsu 3.

  • Explicar o que quer coloca. Pq n entendir.

Postado

local s = {5668,5669,5667}
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false)
function x(p, d)
local t = {{x=p.x,y=p.y-1,z=p.z},{x=p.x+1,y=p.y,z=p.z},{x=p.x,y=p.y+1,z=p.z},{x=p.x-1,y=p.y,z=p.z}}
return t[d+1]
end
function onCastSpell(cid, var)
local position1 = {x=getPlayerPosition(cid).x+1, y=getPlayerPosition(cid).y+1, z=getPlayerPosition(cid).z}
local pos = getCreaturePosition(cid)
local itemid = 2335 --id da kunai
doCreateItem
(itemid, pos)
addEvent(function()
    local item = getTileItemById(pos, itemid)
    if item.uid > 0 then
        doRemoveItem(item.uid)
    end
end, 5 * 1000)
local mystr = "return {x=xx,y=yy,z=zz}"
local mystr = string.gsub(mystr, "xx", pos.x)
local mystr = string.gsub(mystr, "yy", pos.y)
local mystr = string.gsub(mystr, "zz", pos.z)
local position112 = {x=getPlayerPosition(cid).x, y=getPlayerPosition(cid).y, z=getPlayerPosition(cid).z}
setPlayerStorageValue(cid, s[1], mystr)
setPlayerStorageValue(cid, s[2], os.time()+0)
setPlayerStorageValue(cid, s[3], 1)
for i = 1, 5 do
end
doCombat(cid, combat, var)
return true
end

 

 

Testa ae, e na tag troca needtarget="1" o 1 pra 0 needtarget="0" nas duas tags. 

 

 

o tempo é 5 pode mudar nessa parte end, 5 * 1000)

Editado por xADMx (veja o histórico de edições)

Se ti ajudei. Marque como Melhor Resposta e agradeça com um Rep+, clicando em Gostei!. Obrigado!

Postado
  • Autor

local s = {5668,5669,5667}

local combat = createCombatObject()

setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false)

function x(p, d)

local t = {{x=p.x,y=p.y-1,z=p.z},{x=p.x+1,y=p.y,z=p.z},{x=p.x,y=p.y+1,z=p.z},{x=p.x-1,y=p.y,z=p.z}}

return t[d+1]

end

function onCastSpell(cid, var)

local position1 = {x=getPlayerPosition(cid).x+1, y=getPlayerPosition(cid).y+1, z=getPlayerPosition(cid).z}

local pos = getCreaturePosition(cid)

local itemid = 2335 --id da kunai

doCreateItem(itemid, pos)

addEvent(function()

    local item = getTileItemById(pos, itemid)

    if item.uid > 0 then

        doRemoveItem(item.uid)

    end

end, 5 * 1000)

local mystr = "return {x=xx,y=yy,z=zz}"

local mystr = string.gsub(mystr, "xx", pos.x)

local mystr = string.gsub(mystr, "yy", pos.y)

local mystr = string.gsub(mystr, "zz", pos.z)

local position112 = {x=getPlayerPosition(cid).x, y=getPlayerPosition(cid).y, z=getPlayerPosition(cid).z}

setPlayerStorageValue(cid, s[1], mystr)

setPlayerStorageValue(cid, s[2], os.time()+0)

setPlayerStorageValue(cid, s[3], 1)

for i = 1, 5 do

end

doCombat(cid, combat, var)

return true

end

 

 

Testa ae, e na tag troca needtarget="1" o 1 pra 0 needtarget="0" nas duas tags. 

 

 

o tempo é 5 pode mudar nessa parte end, 5 * 1000)

Funcionou porém consigo teleportar nela apos ela sumir e também não consigo teleportar entre elas somente na que eu faço por ultimo.

Postado
  • Autor

Agora ele possui exaust em usar a skill porém só vai em 1 das kunais e eu posso criar diversas eu gostaria que consegui-se no máximo 3 e teleportar entre as 3 como no vídeo 
hiraishin jutsu seal 1 
hiraishin jutsu seal 2
hiraishin jutsu seal 3

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.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 520.1k

Informação Importante

Confirmação de Termo