Ir para conteúdo

kevinlok

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Gostei
    kevinlok deu reputação a GuuhTorres em [DOWNLOAD] Tibia Resident Evil 8.54   
    Esses tempos atrás eu estava dando uma olhada nos servidores que tem para baixar, e não achei nenhum resident evil, ou tibia zombie, então resolvi postar esse aqui...
    Eu achei ele na internet, só que já é bem velho, e não tinha client postado para download, então achei o client com o próprio cara que havia postado (Luan), e vou postar o pacote inteiro para vocês... É um ótimo servidor como base para os que querem iniciar algo diferente ! '-

    Há antes de vocês irem falando que eu não fiz nada, fiz umas edições nos scripts, arrumei o bug das roupas, coloquei novas sprites, mexi em alguns monsters, e dei uma editadinha no mapa que não está nem 10% pronto.

    Imagens :





    Download Servidor : Clique Aqui
    Scan : Clique Aqui

    Download Client : Clique Aqui

    PS : Tem um vírus no servidor, WIN32, mais inofensivo, muitos servidores tem ele, então não se preocupem!

    Créditos :
    Luan 95% (Por fazer esse ótimo server)
    GuuhTorres 5% (Por trazerem para vocês e fazer algumas edições)
  2. Gostei
    kevinlok deu reputação a Stigal em [Pokemon] Mapa Stigal 2.0 {PDA}   
    • Mapa Stigal 2.0 {PDA 1.5+} [Download]•







    • Menu:
    ├ Informações;
    ├ Ediçoes;
    ├ Erros;
    ├ Prints;
    ├ Download;
    └ Creditos.

    • Informações Basicas •




    • Edições / Ajustes •




    • Erros Do Servidor •




    • PrintScreen •




    • Download's •
    Mapa Stigal 2.0 {PDA 1.5+} 8.54 (4shared)

    http://www.4shared.com/rar/9-tmxr_5/Arquivo_Mapa_Stigal_20_PDA_15.html? Scan Mapa Stigal 2.0 {PDA 1.5+} 8.54 (Virus Total) https://www.virustotal.com/file/9f816298c04d57eeb823613a7eb138b0a4461dfc798bb57a86cd875206166e41/analysis/1347478340/


    • Creditos •
    Slicer - {Por Ser Lindo e Criar o PDA}
    Stigal - {Por Ser Lindo e Ajeitar o Mapa e Deixalo 99%}
  3. Gostei
    kevinlok deu reputação a Lants em Transform and Revert System   
    Vejo que muita gente procura este sistema, então estarei disponibilizando ( Apropriado para Bleach, DBZ, Naruto )
     
    Transform.lua
    function onSay(cid, words, param) local postac1 = { --Human1 [1] = {1,2,3,4,5,6}, -- Klass ID [2] = {2,56,62,83,8,59}, -- Skin ID [3] = {0,50,120,175,275,350}} -- Level NEED local postac2 = { --Human2 [1] = {7,8,9,10,11}, -- Klass ID [2] = {70,138,125,284,296}, -- Skin ID [3] = {0,65,150,220,300}} -- Level NEED local postac3 = { --Human3 [1] = {12,13,14,15,16,17}, -- Klass ID [2] = {5,7,29,124,106,75}, -- Skin ID [3] = {0,50,120,175,275,350}} -- Level NEED local postac4 = { --Human4 [1] = {18,19,20,21,22,23}, -- Klass ID [2] = {6,302,3,45,69,105}, -- Skin ID [3] = {0,50,120,175,275,350}} -- Level NEED local postac5 = { --Human5 [1] = {24,25,26,27}, -- Klass ID [2] = {50,100,115,63}, -- Skin ID [3] = {0,80,170,280}} -- Level NEED local postac6 = { --Human6 [1] = {28,29,30,31,32,33}, -- Klass ID [2] = {37,194,33,262,216,160}, -- Skin ID [3] = {0,50,120,175,275,350}} -- Level NEED local postac7 = { --Human7 [1] = {34,35,36,37,38,39}, -- Klass ID [2] = {103,116,220,219,250,9}, -- Skin ID [3] = {0,50,120,175,275,350}} -- Level NEED local postac8 = { --Human8 [1] = {40,41,42,43,44,45}, -- Klass ID [2] = {30,289,94,111,119,67}, -- Skin ID [3] = {0,50,120,175,275,350}} -- Level NEED local postac9 = { --Human9 [1] = {46,47,48,49,50,51}, -- Klass ID [2] = {332,329,331,326,327,330}, -- Skin ID [3] = {0,50,120,175,275,350}} -- Level NEED transform(cid, postac1) transform(cid, postac2) transform(cid, postac3) transform(cid, postac4) transform(cid, postac5) transform(cid, postac6) transform(cid, postac7) transform(cid, postac8) transform(cid, postac9) return true end function transform(cid, parameter) for i = 1, #parameter[1] do if i >= #parameter[1] then elseif getPlayerLevel(cid) < parameter[3][i+1] and getPlayerVocation(cid) == parameter[1][i] then doPlayerSendCancel(cid, "Required level is ".. parameter[3][i+1] .." to transform!") elseif getPlayerLevel(cid) >= parameter[3][#parameter[3]] and getPlayerVocation(cid) == parameter[1][#parameter[1]] then doPlayerSendCancel(cid, "Its u last Transform!") elseif getPlayerVocation(cid) == parameter[1][i] and getPlayerLevel(cid) >= parameter[3][i+1] then doPlayerSetVocation(cid, parameter[1][i+1]) local outfit = {lookType = parameter[2][i+1] , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0} doSetCreatureOutfit(cid, outfit, -1) doSendMagicEffect(getCreaturePosition(cid), 3) doPlayerSendCancel(cid, "Transform Success.") return true end end end Revert.lua
    function onSay(cid, words, param) if getPlayerVocation(cid) == 2 or getPlayerVocation(cid) == 3 or getPlayerVocation(cid) == 4 or getPlayerVocation(cid) == 6 or getPlayerVocation(cid) == 5 then ---Ichigo doPlayerSetVocation(cid, 1) local outfit = { lookType = 2 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0} doSetCreatureOutfit(cid, outfit, -1) doSendMagicEffect(getCreaturePosition(cid), 13) elseif getPlayerVocation(cid) == 8 or getPlayerVocation(cid) == 9 or getPlayerVocation(cid) == 10 or getPlayerVocation(cid) == 11 then ---Rukia doPlayerSetVocation(cid, 7) local outfit = { lookType = 70 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0} doSetCreatureOutfit(cid, outfit, -1) doSendMagicEffect(getCreaturePosition(cid), 13) elseif getPlayerVocation(cid) == 13 or getPlayerVocation(cid) == 14 or getPlayerVocation(cid) == 15 or getPlayerVocation(cid) == 16 or getPlayerVocation(cid) == 17 then ---Renji doPlayerSetVocation(cid, 12) local outfit = { lookType = 5 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0} doSetCreatureOutfit(cid, outfit, -1) doSendMagicEffect(getCreaturePosition(cid), 13) elseif getPlayerVocation(cid) == 19 or getPlayerVocation(cid) == 20 or getPlayerVocation(cid) == 21 or getPlayerVocation(cid) == 22 or getPlayerVocation(cid) == 23 then ---Toushiro doPlayerSetVocation(cid, 18) local outfit = { lookType = 6 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0} doSetCreatureOutfit(cid, outfit, -1) doSendMagicEffect(getCreaturePosition(cid), 13) elseif getPlayerVocation(cid) == 25 or getPlayerVocation(cid) == 26 or getPlayerVocation(cid) == 27 then ---Zaraki doPlayerSetVocation(cid, 24) local outfit = { lookType = 50 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0} doSetCreatureOutfit(cid, outfit, -1) doSendMagicEffect(getCreaturePosition(cid), 13) elseif getPlayerVocation(cid) == 29 or getPlayerVocation(cid) == 30 or getPlayerVocation(cid) == 31 or getPlayerVocation(cid) == 32 or getPlayerVocation(cid) == 33 then ---Nell doPlayerSetVocation(cid, 28) local outfit = { lookType = 37 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0} doSetCreatureOutfit(cid, outfit, -1) doSendMagicEffect(getCreaturePosition(cid), 13) elseif getPlayerVocation(cid) == 35 or getPlayerVocation(cid) == 36 or getPlayerVocation(cid) == 37 or getPlayerVocation(cid) == 38 or getPlayerVocation(cid) == 39 then ---uluq doPlayerSetVocation(cid, 34) local outfit = { lookType = 103 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0} doSetCreatureOutfit(cid, outfit, -1) doSendMagicEffect(getCreaturePosition(cid), 13) elseif getPlayerVocation(cid) == 41 or getPlayerVocation(cid) == 42 or getPlayerVocation(cid) == 43 or getPlayerVocation(cid) == 44 or getPlayerVocation(cid) == 45 then ---byakuya doPlayerSetVocation(cid, 40) local outfit = { lookType = 30 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0} doSetCreatureOutfit(cid, outfit, -1) doSendMagicEffect(getCreaturePosition(cid), 13) elseif getPlayerVocation(cid) == 47 or getPlayerVocation(cid) == 48 or getPlayerVocation(cid) == 49 or getPlayerVocation(cid) == 50 or getPlayerVocation(cid) == 51 then ---ishida doPlayerSetVocation(cid, 46) local outfit = { lookType = 332 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0} doSetCreatureOutfit(cid, outfit, -1) doSendMagicEffect(getCreaturePosition(cid), 13) doPlayerSendCancel(cid, "You revert!") else doPlayerSendCancel(cid, "You can not revert.") end end Adicione na Talkactions.xml
    <talkaction words="transform" event="script" value="transform.lua"/> --Script created for Legend of Bleach
    --Autor: kamioool 
     
    Obs: Talvez disponibilize também o servidor.
  4. Gostei
    kevinlok deu reputação a Jamers Rodrigues em Faça seu pedido.   
    Mas ainda prefiro que você me envie algumas coisas pra eu acrescentar.
    Pode ser as informações do servidor viu..
  5. Gostei
    kevinlok deu reputação a Jamers Rodrigues em Faça seu pedido.   
    Vou pedir a limpeza do topico pra quando alguem pedir não ficar embaraçoso.
    olha troca essa html por o que ta principal.
    TibiaKing.com - Anuncie conosco!.htm
  6. Gostei
    kevinlok deu reputação a Jamers Rodrigues em Faça seu pedido.   
    Posso até tirar mais vai ficar mais feio.
    Ou posso arrumar outro layout mas tarde que agora to com sono kk
  7. Gostei
    kevinlok deu reputação a rayner em [Modern Acc] Template Pokétibia 8.54   
    Download: http://www.4shared.c...junior001.html?
    Scan: https://www.virustotal.com/file/154aeb71002c16b6e49d916e4fbbfeedc3499c0934e973d4a467f637735b2c63/analysis/







    Aprovado!

  8. Gostei
    kevinlok deu reputação a .HuRRiKaNe em [8.54] Pokemon Gabrieltxu 3.0   
    Informações:
    System Login / Logoff, enquanto pesca e pokemon para fora da ball 100%;
    Golden Survivor Arena 100%;
    Distro livre de erros;
    CP de Saffron e Trade Center refeitos;
    3 Novos NPC's;
    Duel System 100% até 3x3;
    Unique Item 100%;
    Bike System 100%;
    Potion's 100%;
    Arrumado alguns Moves;
    Arrumado Surf;
    Arrumado CDBar;
    E mais;

    Imagens:
















    Download Server:
    http://www.mediafire.com/?1935fk6kbb6t9tu


    Scan Server:
    https://www.virustotal.com/file/068b1128af22b7bc9993a9e83d82e2dc1e6167552d87d19c790f3f4491898d75/analysis/1360110257/

    Download Client:
    http://www.mediafire.com/?2fysz6am37adxc1

    Scan Client:
    https://www.virustotal.com/file/d805e2774bbd8f6a7ab42ff4c2ece5c0bb043f6e1e2d54ba4d6f0b236a1d2326/analysis/1360110359/

    Créditos:
    Gabrieltxu
    Slicer
    Stigal
    E outros..
  9. Gostei
    kevinlok deu reputação a johnmlkzika em [8.6] Tibia Harry Potter   
    HARRY POTTER ONLINE
    Servidor TIBIA HARRY POTTER
    Alguma vez voce pensou que poderia ser um aluno de HOGWARTS? Agora é sua chance!
    Venha para o Harry Potter Online e fassa amigos, pegue varinhas, voe de vassoura e muito mais!
    Estou disponibilizando o servidor pois meu projeto do Harry Potter Online foi por agua abaixo, por causa de um cara que conseguiu rippar as sprites do quilante...
    Meu projeto já estava 90% andado, mas agora ferrou-se tudo.
    Então estou mandando a parte do meu projeto que está pronta, porem com sprites do quilante (Já ESTA TUDO ADAPTADO)
    - O QUE VOCE VAI TER QUE FAZER:
    Ajustar o servidor...
    Já estou te dando quase tudo de mao beijada, agora é só fazer alguns ajustes.
    Como: adicionar NPC, fazer action de compra de TOGA, e coisas simples!
    Bem.. é isso aproveitem!
    Distro Totalmente Estavel
    Sem bugs
    Sem virus
    Sem motherfuckingthings!
    Apenas alegria!
    -O QUE TEM NO SERVIDOR:
    •1 Classes: Aluno
    •O player ao upar um level, ganha "POINTS" para trocar por LIFE OU MANA assim torna o jogo mais sensivel
    •Mapa Proprio
    •JA EXISTE VIP E DONATES - AJUSTE PARA O NESCESSARIO
    -O QUE FALTA NO SERVIDOR:
    •AJUSTAR LIFE/HIT/LOOT DE MONSTROS
    - AJUSTAR OS SPRITES DAS HORCRUX (MAS O SISTEMA JA ESTA FUNCIONANDO CORRETAMENTE)
     
    -SISTEMAS:
    • Vassoura
    • Preparar poçoes (voce pega o axe [iD:2386], usa-o naqueles crystais que estaão espalhados pelo servidor, e com o crystal na backpack, use a magia "preparar", isso vai fazer com que seu caldeirão tenha carga,dai voce poderá dar USE no vial em cima do caldeirão para terminar sua poção!)
    -SITE HTML INCLUSO!
    DOWNLOAD:
    http://depositfiles....files/csh0uuxil
    http://depositfiles....files/csh0uuxil
    (INCLUSO: SERVIDOR, CLIENTE, SITE)
    SCREENS:

    REP+ PRA MIM POW!
    SCAN:
    https://www.virustot...sis/1342184200/ Por Virus Total
    CREDITOS:
     
    Beddy
    Erickrusha - fez a parte do mapa do entorno de HOGWARTS,obrigado man!
    Johnmlkzika Por Ter Compartlhado
  10. Gostei
    kevinlok deu reputação a .HuRRiKaNe em [8.54] Digitibia Server   
    Informações:
    Servidor 8.54;
    Novas Sprites;
    Digimons 50%;
    Ataques 50%
    Hunts Adicionadas;
    Novos Comandos;
    Novos Itens;
    Base 100%, liberado para quem quiser editar / adicionar novas coisas!

    Imagens:




    Download:
    Cliente Incluso com dat e spr;
    http://www.4shared.com/rar/rl1ygoxW/Server_Digi_Tibia.html?

    Scan:
    https://www.virustotal.com/file/18172d6205e768f6dd7ad8c56c1d66f517b08877921865d0e52a2643d7d29534/analysis/1359480865/

    Créditos
    pobredobrega
    Animal Pak

Informação Importante

Confirmação de Termo