Ir para conteúdo

234567890z

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Gostei
    234567890z deu reputação a xWhiteWolf em Hirashin Ni No Dan   
    não entendi nada, escreve com vírgulas e explica oque faz.. não me importa se é o jutsu de teleporte do minato, apenas me fala oque faz, aqui tem um exemplo:
    É uma spell que quando você usa, ela coloca um item no chão e ao usar novamente ele se teleporta para o item.
  2. Gostei
    234567890z deu reputação a xWhiteWolf em (Resolvido)Spell kamui   
    [NEW] Hiraishin Ni No Dan http://www.tibiaking...shin-ni-no-dan/
  3. Gostei
    234567890z deu reputação a xWhiteWolf em Hirashin Ni No Dan   
    vcs tem que entender que eu não jogo otserv e eu não gosto de naruto.. se vc quiser que eu faça algo, me explica ao máximo oque é e oque faz e eu vou fazer idêntico ao que vc quer... mas saiba que eu odeio esse povo que pede um script e depois fica pedindo pra ir implementando coisa depois que já tá pronto então é bom vc falar detalhadamente tudo que faz
  4. Gostei
    234567890z deu reputação a xWhiteWolf em (Resolvido)Spell kamui   
    local config = { pos = {x=42, y=234, z=7}, -- posição da aegis dimension tempo = 15, -- tempo pra voltar effect1 = 66, -- efeito ao ser teleportado effect2 = 10 -- efeito ao voltar } function onCastSpell(cid, var) if isPlayer(getCreatureTarget(cid)) then target = getCreatureTarget(cid) addEvent(doTeleportThing, 1000*config.tempo, target, getThingPos(target), true) addEvent(doSendMagicEffect, 1000*config.tempo, getThingPos(target), config.effect2) doSendMagicEffect(getThingPos(target), config.effect1) doTeleportThing(target, config.pos) if isCreature(cid) then doPlayerSendTextMessage(target, 27, "You were teleported by ".. getCreatureName(cid) ..".") end if isPlayer(cid) and isCreature(target) then doPlayerSendTextMessage(cid, 27, "You teleported ".. getCreatureName(target) .."!") end for i = 1,config.tempo  do addEvent(function() if isCreature(target) then doPlayerSendTextMessage(target,25,"You'll be back in " .. config.tempo -i +1 .. " second(s)") end end, 1000*i) end else doPlayerSendCancel(cid, "You can only use this spell in players") end return true end

Informação Importante

Confirmação de Termo