Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/25/2021 in all areas

  1. Olá pessoal. Bem, hoje venho aqui postar a source do Ira que esta bastante limpa pelo que vi ele removeu tudo que era possível da source Ymir, então vamos lá pra você compilar a source Ira vai precisar baixar no FreeBSD 10.4 \ 11.1: # pkg install clang38 gmake Adicionar o Makefile em Ira Work\source\server\source\Makefile e adicionar permissão 777 ao Makefile. Download do Makefile Comandos: gmake libs - Compila todas as libs gmake db - Compila a DB core gmake game - Compila a GAME core gmake clean - Limpa todas as sources gmake all - Compila todas as sources Agora pra você compilar a source do cliente vai precisar baixar o Visual Studio Community 2015. Download Source Ira Download do Metin2_PT_r40267_Client Download do Pack Cliente (BR <-> PT) Senha: tlthings.net Informações sobre a Source Ira: Source Ira testada - Work.
    2 points
  2. NOTE: The following must be done twice because theres two occurrences of each "Look for" inside of the CHARACTER::Damage. Go to file char_battle.cpp Inside: bool CHARACTER::Damage (LPCHARACTER pAttacker, int dam, EDamageType type) Look for: IsCritical = true; dam *= 2; EffectPacket (SE_CRITICAL); if (IsAffectFlag (AFF_MANASHIELD)) { RemoveAffect (AFF_MANASHIELD); } Replace with: LPCHARACTER ch = quest::CQuestManager::instance().GetCurrentCharacterPtr(); if (CPVPManager::Instance().IsFighting (ch)) { IsCritical = false; ChatPacket (CHAT_TYPE_INFO, "[Debug] A critical hit has been denied."); //You can remove this, is here for debug purposes to see if was working } else { IsCritical = true; dam *= 2; EffectPacket (SE_CRITICAL); if (IsAffectFlag (AFF_MANASHIELD)) { RemoveAffect (AFF_MANASHIELD); } } Look for: IsPenetrate = true; if (test_server) { ChatPacket (CHAT_TYPE_INFO, LC_TEXT ("°üÅë Ãß°¡ µ¥¹ÌÁö %d"), GetPoint (POINT_DEF_GRADE) * (100 + GetPoint (POINT_DEF_BONUS)) / 100); } dam += GetPoint (POINT_DEF_GRADE) * (100 + GetPoint (POINT_DEF_BONUS)) / 100; if (IsAffectFlag (AFF_MANASHIELD)) { RemoveAffect (AFF_MANASHIELD); } Replace with: LPCHARACTER ch = quest::CQuestManager::instance().GetCurrentCharacterPtr(); if (CPVPManager::Instance().IsFighting (ch)) { IsPenetrate = false; ChatPacket (CHAT_TYPE_INFO, "[Debug] A penetration hit has been denied."); //You can remove this, is here for debug purposes to see if was working } else { IsPenetrate = true; if (test_server) { ChatPacket (CHAT_TYPE_INFO, LC_TEXT ("°üÅë Ãß°¡ µ¥¹ÌÁö %d"), GetPoint (POINT_DEF_GRADE) * (100 + GetPoint (POINT_DEF_BONUS)) / 100); } dam += GetPoint (POINT_DEF_GRADE) * (100 + GetPoint (POINT_DEF_BONUS)) / 100; if (IsAffectFlag (AFF_MANASHIELD)) { RemoveAffect (AFF_MANASHIELD); } } Skip the following steps if you already installed IsFighting function. Go to file pvp.cpp Look for: void CPVPManager::ConnectEx (LPCHARACTER pkChr, bool bDisconnect) Add this BEFORE: bool CPVPManager::IsFighting (LPCHARACTER pkChr) { if (!pkChr) { return false; } return IsFighting (pkChr->GetPlayerID()); } bool CPVPManager::IsFighting (DWORD dwPID) { CPVPSetMap::iterator it = m_map_pkPVPSetByID.find (dwPID); if (it == m_map_pkPVPSetByID.end()) { return false; } TR1_NS::unordered_set<CPVP *>::iterator it2 = it->second.begin(); while (it2 != it->second.end()) { CPVP *pkPVP = *it2++; if (pkPVP->IsFight()) { return true; } } return false; } Go to file pvp.h Look for: virtual ~CPVPManager(); Add this AFTER: bool IsFighting (LPCHARACTER pkChr); bool IsFighting (DWORD dwPID);
    2 points
  3. Boas venho partilhar a surce kori 1.5.1. Deve ser a ultima que ele está a desenvolver pois todos os tópicos em outros forum estão a ser apagados e os links também. Bem se estes ficarem off também basta informarem que meto em outro servidor para baixarem. Link surce server 352MB Conteudo da pasta Server e Extern Link surce Cliente 906MB Conteudo da pasta surce cliente Fonte: desconhecido
    2 points
  4. Informações do ficheiro Password TMoore Tutorials MD5 151d1a36a15f91f8dacee3f7a577b4d4 SHA1 618bdd56fc44c1eeb4c956aa67c82884045db625 SHA256 c23bcdd3bd3bd2e1b6ffa4c33223d00b517ca62cb722025816711f37501a222c Link da análise
    1 point
  5. Deixo aqui duas Interfaces criadas pelo/a Aza Hatiras.Interface 1:Interface 2:Créditos: Aza Hatiras interface 1.7z interface 2.7z
    1 point
  6. https://drive.google.com/file/d/1EY62SyxUbg9F78cv1SUx1DEAh0UfdfeA/view Trazem tudo o que é necessário. Não testei, não têm fotos. Pelo que eu li têm varios bugs corrigidos etc... Só trazem o sistema de costumes. Têm um bug na window de negócios, mas é fácil de corrigir pelos vistos. Source: Metin2Zone
    1 point
  7. Link para baixo, você poderia reenviá-lo?
    1 point
  8. Boas deixo aqui mais uma interface Imagens Virus tootal: https://www.virustotal.com/#/file/792586bd0c42eeeff09176daf481c6a083c6e33acbb17688899da98e67387d42/detection baixar https://drive.google.com/open?id=19RH4yAULlkZyjOcNNU8lLWRHbUVInQk0 Fonte: turkommo
    1 point
  9. Olá, Encontrei isto já há algum tempo e decidi partilhar .. Com umas alterações no código fica um mimo Print: Download: https://mega.nz/#!e5NE1agT!go3SYpTO0rTZcx3lLDmw208RsZ9X0qQ_hpU8JMVGKX8 Créditos: Fatihbab34™ Have fun! Cumprimentos, Sadness.
    1 point
  10. Aqui fica um Design observado em Servidores como o OceanusMT2 ou o QuantumMT2 na altura de natal... Imagens: http://www.bilder-upload.eu/show.php?file=7719a1-1462770152.png http://www.bilder-upload.eu/show.php?file=0b83d4-1462770218.png http://www.bilder-upload.eu/show.php?file=1673dc-1462770236.png http://www.bilder-upload.eu/show.php?file=c51dee-1462770252.png Download: Link https://www.virustotal.com/de/file/76dc90468d4cf0f55844794d4dfaed21c62ee1961460d28ea49ec06f301a7c64/analysis/ Créditos: KoriDev
    1 point
  11. Trago um novo item shop in game que saiu. ele é pago e eu vou compartilha com você mais tem um porem kkk eu não consegui fazer ele abrir quem souber peço que coloque a solução aqui vlws. Download: https://mega.nz/#!8tdQwIaY!jd0atKLUu8vNG-xwK7Kw4sBeBiOjd324NFIeWymYjRk
    1 point
  12. @juniorsilva tem como montar ela em 9.3 ou tem que ter 10 +? que serverfiles/client recomenda para usar com essa source?
    1 point
×
×
  • Create New...