Ir para conteúdo

Nanewolf

Membro
  • Registro em

  • Última visita

Tudo que Nanewolf postou

  1. eu estou querendo uma logo com fundo transparente.. ou seja sem fundo mais ficou legal
  2. Logo Com Fundo Transparente Para Botar Na Foto Do Meu Client
  3. Alguem Adicionar Essa Sprite No Object Builder e Passar o OBB Para Min? outfit_383.bmp eu n sei cortar em 32x32
  4. Alguem Porfavor Fazer uma Uma Logo Para Min? [Tipografia]: Naruto Other World Obrigado Pela Atenção Rep++ p Quem Ajudar
  5. o meu n consegue botar miniatura fika em branco claro ai n pega oq eu fasso ?
  6. Nanewolf postou uma resposta no tópico em Suporte & Pedidos
    Vlw.. Estou tentando fazer uma em movimento mais não consigo sprites em branco
  7. Nanewolf postou uma resposta no tópico em Suporte & Pedidos
    Ficou Boa? Eu nunca fiz uma ai fui tentar
  8. Prescizo de um conjunto de sprites assim Mais Quero eles andando tipo assim
  9. Se eu Não me lembro o arquivo que abre sprite.idc e o Dat Editor: http://www.tibiaking.com/forum/topic/9609-dat-editor-854860/ ai tem um dowload.... Ass:Nanewolf
  10. johny157 1° obrigado vou testar o negosso do site = rep+ ------- Complete!! 2° eu ja havia botado o config do meu ot sha1 e n pego vou tentar tirar e botar novamente para ver se funfa... ------ Semi Complete!! Ass Nanewolf COMPLETE= TUDO OK... SEMI COMPLETE= AJEITEI MAS INICIA COM A OUTFIT DO ACC MANAGER NADA Q POSSA ME PREJUDICAR MAS ACHO Q SO PODE CRIAR ACC COM O JOGO ON KKKKK...
  11. Ajuda Porfavor.. ~~~~Website~~~~ No meu site esta tudo bom mas so tem isso de erro mas quando o kra cria a conta ta normal intao isso n e muito importante... ~~~~PhpMyAdmin Erro~~~~ O erro q eu estou tendo e q Quando eu crio a conta no site tipo a conta e acc; nanewolf senha;senha exemplo ela muda e fica assim Ela ficar assim no phpmyadmin e normal mas quando vo logar no ot eu tenho q colocar a criptografia e não a senha.. alguem pode me ajudar? valendo REP++ Obs: estou tentando fazer um ot de narutibia para quem não perçeber
  12. Ola porfavor voçe poderia me ajudar a ajeitar esse bug? print eu ja mechi no config.php e n muda a voc... ajudem pf valendo rep++ #Edit; Pod deixar descubri o erro ... so falta deixar online resolvo isso futuramente..... podem feixar o topico se quiserem.. a escolha e de vcs Ass:Nanewolf
  13. Nanewolf postou uma resposta no tópico em OTServer Derivados
    [spoiler*] test [/spoiler*] [spoiler*]test[/spoiler*]
  14. Eu Tenho a Do Otnaruto Aki... Mas Acho q so pega no server deles Mais De Qualquer jeito Ta Aki... local focuses = {} local function isFocused(cid) for i, v in pairs(focuses) do if(v == cid) then return true end end return false end local function addFocus(cid) if(not isFocused(cid)) then table.insert(focuses, cid) end end local function removeFocus(cid) for i, v in pairs(focuses) do if(v == cid) then table.remove(focuses, i) break end end end local function lookAtFocus() for i, v in pairs(focuses) do if(isPlayer(v)) then doNpcSetCreatureFocus(v) return end end doNpcSetCreatureFocus(0) end function onCreatureAppear(cid) end function onCreatureDisappear(cid) if(isFocused(cid)) then selfSay("Hmph!") removeFocus(cid) if(isPlayer(cid)) then --Be sure he's online closeShopWindow(cid) end end end function onCreatureSay(cid, type, msg) if getPlayerStorageValue(cid, initStorages.graduation) == "Academy Student" then return selfSay("Va estudar para se tornar um ninja e volte aqui depois.", cid) end if((msg == "hi") and not (isFocused(cid))) then addFocus(cid) selfSay("Olá "..getPlayerName(cid).." oque te traz aqui ? [{taijutsu} , {missao}]", cid) elseif((msg == "missao" or msg == "Missao") and (isFocused(cid))) then if getPlayerStorageValue(cid, sto_missao[8]) == 1 then selfSay("Você veio me entregar um aviso importante ?") else selfSay("Acho que você não tem nada para mim agora.") end elseif((msg == "yes" or msg =="sim") and (isFocused(cid))) then if getPlayerStorageValue(cid, STORAGE_MISSAO_ALDEIA1) <= 0 then setPlayerStorageValue(cid, STORAGE_MISSAO_ALDEIA, getPlayerStorageValue(cid, STORAGE_MISSAO_ALDEIA) + 1) selfSay("Muito obrigado.") setPlayerStorageValue(cid, STORAGE_MISSAO_ALDEIA1, 1) else selfSay("Já recebi seu recado, tchau.") removeFocus(cid) end elseif((isFocused(cid)) and (msg == "taijutsu" or msg == "Taijutsu")) then if not isInArray({1}, getPlayerVocation(cid)) then return selfSay("Nao posso te ensinar nada.", cid) end selfSay("I can teach you some Taijutsu", cid) selfSay("{Konoha Senpuu} level 5 , {Dynamic Entry} level 10, {Hachimon Tonkou} level 15, {Omote Renge} level 35, {Konoha Dai Senpuu} level 45 , {Konoha Gouriki Senpuu} level 50", cid) elseif(msgcontains(msg, "Konoha Senpuu" or msg == "konoha senpuu")) then if getPlayerLevel(cid) < 5 then selfSay("You need to be atleast level 5", cid) return true end if(getPlayerItemCount(cid, 13350) == 1) then local item = getPlayerItemById(cid, true, 13350) doTransformItem(item.uid, 11482) doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You have learned a new taijutsu! (Konoha Senpuu) Menu->Jutsus->Maito Jutsu") selfSay('you learned Konoha Senpuu', cid) else selfSay('sorry, you already learned this Jutsu.', cid) end elseif(msgcontains(msg, 'Dynamic Entry' or msg == "dynamic Entry")) then if getPlayerLevel(cid) < 10 then selfSay("You need to be atleast level 10", cid) return true end if(getPlayerItemCount(cid, 13351) == 1) then local item = getPlayerItemById(cid, true, 13351) doTransformItem(item.uid, 11483) doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You have learned a new taijutsu! (Dynamic Entry) Menu->Jutsus->Maito Jutsu") selfSay('you learned Dynamic Entry', cid) else selfSay('sorry, you already learned this Jutsu.', cid) end elseif(msgcontains(msg, "Hachimon Tonkou" or msg == "hachimon tonkou")) then if getPlayerLevel(cid) < 15 then selfSay("You need to be atleast level 15", cid) return true end if(getPlayerItemCount(cid, 13356) == 1) then local item = getPlayerItemById(cid, true, 13356) doTransformItem(item.uid, 11485) doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You have learned a new taijutsu! (Kaimon) Menu->Jutsus->Maito Jutsu->Hachimon Tonkou") selfSay('you learned Hachimon Tonkou', cid) else selfSay('sorry, you already learned this Jutsu.', cid) end elseif(msgcontains(msg, "Omote Renge" or msg == "omote renge")) then if getPlayerLevel(cid) < 35 then selfSay("You need to be atleast level 35", cid) return true end if(getPlayerItemCount(cid, 13354) == 1) then local item = getPlayerItemById(cid, true, 13354) doTransformItem(item.uid, 11493) doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You have learned a new taijutsu! (Omote Renge) Menu->Jutsus->Maito Jutsu") selfSay('you learned Omote Renge', cid) else selfSay('sorry, you already learned this Jutsu.', cid) end elseif(msgcontains(msg, "Konoha Dai Senpuu" or msg == "konoha dai senpuu")) then if getPlayerLevel(cid) < 45 then selfSay("You need to be atleast level 45", cid) return true end if(getPlayerItemCount(cid, 13352) == 1) then local item = getPlayerItemById(cid, true, 13352) doTransformItem(item.uid, 12370) doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You have learned a new taijutsu! (Konoha Dai Senpuu) Menu->Jutsus->Maito Jutsu") selfSay('you learned Konoha Dai Senpuu', cid) else selfSay('sorry, you already learned this Jutsu.', cid) end elseif(msgcontains(msg, "Konoha Gouriki Senpuu" or msg == "konoha gouriki senpuu")) then if getPlayerLevel(cid) < 50 then selfSay("You need to be atleast level 50", cid) return true end if(getPlayerItemCount(cid, 13353) == 1) then local item = getPlayerItemById(cid, true, 13353) doTransformItem(item.uid, 13439) doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You have learned a new taijutsu! (Konoha Gouriki) Menu->Jutsus->Maito Jutsu") selfSay('you learned Konoha Gouriki Senpuu', cid) else selfSay('sorry, you already learned this Jutsu.', cid) end elseif((isFocused(cid)) and (msg == "bye" or msg == "goodbye" or msg == "cya")) then selfSay("Goodbye!", cid, true) removeFocus(cid) end end function onPlayerCloseChannel(cid) if(isFocused(cid)) then selfSay("Hmph!") closeShopWindow(cid) removeFocus(cid) end end function onThink() for i, focus in pairs(focuses) do if(not isCreature(focus)) then removeFocus(focus) else local distance = getDistanceTo(focus) or -1 if((distance > 4) or (distance == -1)) then selfSay("Hmph!") closeShopWindow(focus) removeFocus(focus) end end end lookAtFocus() end Obs :Esse e o script Maito Guy do ot naruto.... Não tenho ideia se vai funfar Ass:Nanewolf
  15. Nanewolf postou uma resposta no tópico em Ferramentas OpenTibia
    Baixa o Ot que Disponibilizei o Naruto Legacy... Post http://www.tibiaking.com/forum/topic/44948-naruto-legacy-854/
  16. Nanewolf postou uma resposta no tópico em OTServer Derivados
    thallis258 Vou Ver Se Consigo... Mas Nunca Vi Ele Então Pode Ser q Demore Umpouco... #Edit Voçe Esta Falando Desse ? Se Estiver Achei Esse Download : http://www.mediafire.com/download/gj4ihswr3yzzrbb/Nto+By+Madara+Rinnnegan.rar Em Outro Post Aki Mesmo No Tibia King... Não Sei Se o Ot e Igual Pois Não Baixei Testa Ai.... Ass : Nanewolf
  17. Nanewolf postou uma resposta no tópico em OTServer Derivados
    Desculpe Voçe So Presciza Ir No EnterGame e Mudar O Ip De La e Fazer a Mesma Coisa No Config.Lua Obs; Troque o Ip Para 127.0.0.1
  18. Nanewolf postou uma resposta no tópico em OTServer Derivados
    Mais ou Menos.. Ele e Tipo o Shinobi Online e Tipo o OtNaruto Mais Com Algumas Coisas Faltando
  19. Nanewolf postou uma resposta no tópico em OTServer Derivados
    Alanmtd1 Não Desculpe Não e Facil Achar o Mapa Do Ot Naruto.. Mais Pode Ser Que Em Algum Update Futuro Consiga o Mapa.. Caiohp Desculpe Depois Quando Tiver Tempo Ajeito o Topico.. Mais Não Sei Colocar I Spoiler I
  20. Nanewolf postou uma resposta no tópico em OTServer Derivados
    Sim..Eu Estou Criando o Naruto Legacy Para Min.. Mas a Cada Update Eu Vou Postando Um Novo Download Aki.
  21. Nanewolf postou uma resposta no tópico em OTServer Derivados
    Obrigado..
  22. Nanewolf postou uma resposta no tópico em OTServer Derivados
    Ajeitei Os Dowlnoad Ta Ai...

Informação Importante

Confirmação de Termo