Ir para conteúdo

Kluivert

Membro
  • Total de itens

    231
  • Registro em

  • Última visita

  • Dias Ganhos

    1

Community Answers

  1. Kluivert's post in [PEDIDO] Background was marked as the answer   
    Caso seu pedido for concluído, clique em resolvido(Melhor Resposta!).

  2. Kluivert's post in (Resolvido)[Dúvida] Sourcer mais adequada para 9.60 was marked as the answer   
    TFS 1.0 para 9.60 não tem, até onde eu sei.
     
    A melhor para versão 9.60 seria a 0.4.
  3. Kluivert's post in Zezenia Bot was marked as the answer   
    Existi alguns programinhas... porém não estão 100% ainda!
     
    New Zezenia Automation Tool
     
    Clique aqui para ver bots para zezenia!
  4. Kluivert's post in CMD - Campeonato mensal de designer was marked as the answer   
    Olá Panicat, o CMD irar começa as 00:00 do dia 26/01/2015!
    http://www.tibiaking.com/forum/topic/50479-cmd-campeonato-mensal-de-design-01/
     
    Espero que você participe!
  5. Kluivert's post in Imagem para perfil was marked as the answer   
    Ok, aqui esta:
     
    v1

     
     
    v2

  6. Kluivert's post in (Resolvido)[PEDIDO] Sistema de teleporte was marked as the answer   
    Aqui manim ! (Creditos do Vodkart)   Va em data/creaturescript\script e crie um arquivo .lua com nome tp e adicione o script abaixo dentro !     local tpId = 1387 local tps = {     ["Orshabaal"] = {pos = {x=761, y=57, z=7}, toPos = {x=767, y=52, z=7}, time = 30}, }   function removeTp(tp)     local t = getTileItemById(tp.pos, tpId)     if t then         doRemoveItem(t.uid, 1)         doSendMagicEffect(tp.pos, CONST_ME_POFF)     end end   function onDeath(cid)     local tp = tps[getCreatureName(cid)]     if tp then         doCreateTeleport(tpId, tp.toPos, tp.pos)         doCreatureSay(cid, "O teleport irá sumir em "..tp.time.." segundos.", TALKTYPE_ORANGE_1)         addEvent(removeTp, tp.time*1000, tp)     end     return TRUE end     Agora adicione no creaturesscript.xml essa tag:   <event type="death" name="tp" event="script" value="tp.lua"/>   No arquivo.xml do seu monstro adicione:   <script> <event name="tp"/> </script>   explicação: ["Orshabaal"] --------- Nome do monstro pos = {x=761, y=57, z=7} ----------- onde o Teleport irá abrir toPos = {x=767, y=52, z=7} ------- onde o teleport vai leva eles time = 30 ------------ tempo em segundos que o teleport ficará aberto
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo