Ir para conteúdo

Kazuya9629

Membro
  • Registro em

  • Última visita

Tudo que Kazuya9629 postou

  1. Kazuya9629 postou uma resposta no tópico em Sprites
    Download http://www.mediafire.com/file/dvu43cq0gyf6qb1/ACE_OK.rar/file Virustotal https://www.virustotal.com/pt/file/f3708a33ff0b0837d0c575ec6c7fbfbeb66a7b41973e9248eb303dc7d322e65f/analysis/1543337977/ Creditos : @Kazuya9629
  2. Kazuya9629 postou uma resposta no tópico em Sprites
    Download http://www.mediafire.com/file/6e5ma8jptpwa0b6/brook.rar/file Virustotal https://www.virustotal.com/pt/file/e233f09a6df85b87789b59f40be8e3553e358dd522752524c67286b1941ba9ae/analysis/1543337724/ Creditos : @Kazuya9629
  3. Kazuya9629 postou uma resposta no tópico em Sprites
    Download https://www.mediafire.com/file/2zewaqdyiwq9ww1/escanor_axe.rar/file Virustotal https://www.virustotal.com/pt/file/5fb9154506d8e7f87940c5e9349a45a418c4505f7d96838db7ddfdef8e099c2b/analysis/1543083506/ Credito: @Kazuya9629
  4. Kazuya9629 postou uma resposta no tópico em Sprites
    boa tarde eu estou disponibilizando uma spr velha do meu projeto antigo que eu nao vou usar mais Download http://www.mediafire.com/file/2g87dkb1x23e08e/SEiya.rar/file VirusTotal https://www.virustotal.com/pt/file/791d3d64da12e22b30acd78b3212a4cb2c31282975e49a6dd93b3f70120952b5/analysis/1543073452/ Creditos @Kazuya9629 CDZ.bmp
  5. bom dia gostaria Pedir se alguem tem esse codigo.queria fazer uma spell pro meu pokemon que ele ataca como se fosse animaçao propria com essas direçoes
  6. Boa Tarde Gostaria de pedir se Tem como alguem me arruma um sistema Que voce tem um item Ele mudar depois que virar Noite e dependendo dos dias começa nevar ou chuver
  7. ta tendo erro na scripter data/creaturescripts/scripts/Cpt.lua:onAreaCombat
  8. Kazuya9629 postou uma resposta no tópico em Suporte Bots
    Resolvido ja
  9. Kazuya9629 postou uma resposta no tópico em Suporte Bots
    local focus = 0 local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then selfSay('?????.') focus = 0 talk_start = 0 end end function onCreatureTurn(creature) end function msgcontains(txt, str) return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)')) end function onCreatureSay(cid, type, msg) msg = string.lower(msg) if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 then selfSay('Hello. If you ready I can "Reborn" you.') focus = cid talk_start = os.clock() elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then selfSay('Sorry, ' .. getCreatureName(cid) .. '! Hey!.') elseif focus == cid then talk_start = os.clock() if msgcontains(msg, 'reborn') and getPlayerStorageValue(cid,30023) == 4 then selfSay('Sorry, but you are after reborn.') focus = 0 talk_start = 0 elseif msgcontains(msg, 'reborn') and getPlayerLevel(cid) < 250 and getPlayerStorageValue(cid,30023) ~= 4 then selfSay('Hehe, I say If you READY. You do not have 250 lvl.') elseif msgcontains(msg, 'reborn') then selfSay('Are you sure?') talk_state = 2 --_GOKU_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 7 then doReborn(cid,1,451,8) talk_state = 0 --_VEGETA_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 23 then doReborn(cid,1,458,24) talk_state = 0 --_GOHAN_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 37 then doReborn(cid,1,89,38) talk_state = 0 --_GOTENKS_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 49 then doReborn(cid,1,277,50) talk_state = 0 --_CELL_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 87 then doReborn(cid,1,419,88) talk_state = 0 --_FREEZA_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 101 then doReborn(cid,1,327,102) talk_state = 0 --_MAJIN BUU_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 117 then doReborn(cid,1,30,118) talk_state = 0 --_C17_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 203 then doReborn(cid,1,394,204) talk_state = 0 --_C18_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 215 then doReborn(cid,1,481,216) talk_state = 0 --_PICOLLO_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 239 then doReborn(cid,1,368,240) talk_state = 0 --_DENDE_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 249 then doReborn(cid,1,533,250) talk_state = 0 --_TSUFUL_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 168 then doReborn(cid,1,251,169) talk_state = 0 --_BARDOCK_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 74 then doReborn(cid,1,65,75) talk_state = 0 --_BROLLY_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 61 then doReborn(cid,1,446,62) talk_state = 0 --_C16_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 227 then doReborn(cid,1,493,228) talk_state = 0 --_COOLER_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 180 then doReborn(cid,1,336,181) talk_state = 0 --_JANEMBA_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 131 then doReborn(cid,1,48,132) talk_state = 0 --_TAPION_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 297 then doReborn(cid,1,173,298) talk_state = 0 --_TRUNKS_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 144 then doReborn(cid,1,476,145) talk_state = 0 --_UUB_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 156 then doReborn(cid,1,309,157) talk_state = 0 --_KAIO_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 191 then doReborn(cid,1,318,192) talk_state = 0 --_KRILLIN_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 261 then doReborn(cid,1,240,262) talk_state = 0 --_PAN_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 273 then doReborn(cid,1,180,274) talk_state = 0 --_BILLS_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 285 then doReborn(cid,1,14,286) talk_state = 0 --_SHENRON_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 309 then doReborn(cid,1,413,310) talk_state = 0 --_VEGETTO_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 322 then doReborn(cid,1,36,323) talk_state = 0 --_MESTRE KAME_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 334 then doReborn(cid,1,209,335) talk_state = 0 --_MESTRE KAME_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 348 then doReborn(cid,1,231,349) talk_state = 0 --_ZAIKO_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 360 then doReborn(cid,1,157,361) talk_state = 0 --_CHILLED_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 375 then doReborn(cid,1,194,376) talk_state = 0 --_TURLES_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 387 then doReborn(cid,1,144,388) talk_state = 0 --_TENSHINHAN_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 399 then doReborn(cid,1,245,400) talk_state = 0 --_RADITZ_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 411 then doReborn(cid,1,63,412) talk_state = 0 --_JENK_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 423 then doReborn(cid,1,550,424) talk_state = 0 --_Goku jr_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 435 then doReborn(cid,1,348,436) talk_state = 0 --_KAGOME_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 466 then doReborn(cid,1,629,467) talk_state = 0 --_GOKU GOD_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 478 then doReborn(cid,1,638,479) talk_state = 0 --_WHIS_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 486 then doReborn(cid,1,647,491) talk_state = 0 --_Kaneki_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 631 then doReborn(cid,1,783,632) talk_state = 0 --_Byakuya_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 611 then doReborn(cid,1,749,612) talk_state = 0 --_Ichigo_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 591 then doReborn(cid,1,739,592) talk_state = 0 --_Kenshin_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 571 then doReborn(cid,1,732,572) talk_state = 0 --_Gintoki_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 551 then doReborn(cid,1,753,552) talk_state = 0 --_Zoro_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 531 then doReborn(cid,1,774,532) talk_state = 0 --_Luffy_-- elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerLevel(cid) <= 600 and getPlayerVocation(cid) == 511 then doReborn(cid,1,763,512) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 then selfSay('Sorry, ' .. getCreatureName(cid) .. '! You must revert.') elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then selfSay('Good bye.') focus = 0 talk_start = 0 end end end function onThink() doNpcSetCreatureFocus(focus) if (os.clock() - talk_start) > 45 then if focus > 0 then selfSay('Next Please...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Good bye then.') focus = 0 end end end BOA TARDE ALGUEM PODE ME AJUDAR COLOCA NPC DE REBORN 8.60 para 8.54 Pois o npc fala mais ele nao responde a funçao para mudar de vocation
  10. me manda pint da pagina htdocs
  11. ver se dentro da pasta do seu dev tem Packman.exe ver se ta instalando isso
  12. abaixa xampp instala todos os programas que tem que usa no windowns e faz assim
  13. Boa tarde gostaria de um favor se teria como alguem fazer essa scripter para min voce usa banshou teni no player target ou area o player muda newtype quando acerta nele
  14. Kazuya9629 postou uma resposta no tópico em Suporte OTServer Derivados
    +up
  15. Kazuya9629 postou uma resposta no tópico em Suporte OTServer Derivados
    Tambem quero
  16. esse pokemon tem sistema de level ? @victor0707
  17. voce pode coloca pint do minimap do world ?
  18. BOA TARDE EU ESTAVO PROCURANDO COMO RESOLVER ESSE PROBLEMA EU ACHEI NO TOPICO QUE FOI DO @KotZletY So Que Ele diz no comentario Que nao ta funcionando o codigo eu testei e Funcionou Entao vou deixa aki se nao funcionar porque voces fizerao errado otserv.cpp Procura { #if defined(WINDOWS) && !defined(__CONSOLE__) if(MessageBox(GUI::getInstance()->m_mainWindow, "Unable to fetch blacklist! Continue?", "Blacklist", MB_YESNO) == IDNO) #else std::cout << "Unable to fetch blacklist! Continue? (y/N)" << std::endl; char buffer = getchar(); if(buffer == 10 || (buffer != 121 && buffer != 89)) #endif startupErrorMessage("Unable to fetch blacklist!"); } Subistituir /*{ #if defined(WINDOWS) && !defined(__CONSOLE__) if(MessageBox(GUI::getInstance()->m_mainWindow, "Unable to fetch blacklist! Continue?", "Blacklist", MB_YESNO) == IDNO) #else std::cout << "Unable to fetch blacklist! Continue? (y/N)" << std::endl; char buffer = getchar(); if(buffer == 10 || (buffer != 121 && buffer != 89)) #endif startupErrorMessage("Unable to fetch blacklist!"); }*/
  19. Pelo que eu tou vendo aki parece que o serve e linux e voce ta tentando abrir com windowns tenta mudar esse theforgottenserve para theforgottenserve.exe Renomeia o nome para ter certeza
  20. Kazuya9629 postou uma resposta no tópico em Sistemas, Mods & Funções .lua
    ae brow eu criei 2 jutsu iguais com scripter cada pasta so que quando eu uso Joki Bakushin ele fica com mesma cor de effect do Kiiroi Senko
  21. Kazuya9629 postou uma resposta no tópico em Suporte Tibia OTServer
    SPELL.XML <conjure name="Shunshin no Jutsu" words="Shunshin no Jutsu" lvl="300" mana="20" soul="1" conjureId="7382" conjureCount="10" aggressive="0" exhaustion="1000" needlearn="0" event="function" value="conjureItem"> </conjure> ESSE DAKI VOCE SO PRECISA MUDA CONJUREID conjureId="7382"
  22. Kazuya9629 postou uma resposta no tópico em Suporte Tibia OTServer
    BOA TARDE GOSTARIA DE SABER se alguem tem como me passa sistema de trainer que fica upando skill com pc desligado para versao 8.54

Informação Importante

Confirmação de Termo