Jump to content

Pitos

Member
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Pitos

  1. //cor1 ChannelsPorts[31 * 1000 + i] = i + 1; //cor2 ChannelsPorts[33 * 1000 + i] = i + 1;
  2. @metin2team bool CExchange::AddGold(unsigned long long gold) { if (gold <= 0) return false; if (GetOwner()->GetGold() < gold) { // 가지고 있는 돈이 부족. exchange_packet(GetOwner(), EXCHANGE_SUBHEADER_GC_LESS_GOLD, 0, 0, NPOS, 0); return false; } if ( LC_IsCanada() == true || LC_IsEurope() == true ) { if ( m_lGold > 0 ) { return false; } } if (GOLD_MAX_EXCHANGE <= gold) { GetOwner()->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("Nie mozesz przekazac tyle yang na handlu!")); return false; } Accept(false); GetCompany()->Accept(false); m_lGold = gold; exchange_packet(GetOwner(), EXCHANGE_SUBHEADER_GC_GOLD_ADD, true, m_lGold, NPOS, 0); exchange_packet(GetCompany()->GetOwner(), EXCHANGE_SUBHEADER_GC_GOLD_ADD, false, m_lGold, NPOS, 0); return true; refresh ! Help please
  3. Hello! I have a problem took off her gold limit works well but as Form 1 trades with the figure 2 ( figure 1 has 99,999,999,999,999 gold | figure 2 is 0 gold ) and how I want to translate 1 gold from Form 1 to Form 2 trade I press accept and canal off . syser Channel 1 SYSERR: Jan 13 11:23:30 :: locale_find: LOCALE_ERROR: "The player with whom you are trading has too much yang!"; syslogp Jan 13 11:23:30 :: CInputMain()::Exchange() SubHeader 3 SYSERR: Jan 13 11:23:30 :: locale_find: LOCALE_ERROR: "The player with whom you are trading has too much yang!"; a player who wants to give 1 gold has 0 yang if a player has 5 yang and yang gives 1 player who is 0 yang does not exclude channels Help Pleas !
  4. Hello ! I edited the client so the only files in the pack , such as: 1,2,3,4,5,6,7 .eix / epk Here is my file Index: [Hidden Content] I mean that when I go to the server pops up when charging with no property , as we have to load it I do not see some textures , objects of all will help ... Let me also add to the edited the Binke notepad ++ I searched : pack / property changed to : pack / 2 / property signed up and there was no icons I could not fire up metin2.exe as removed 2 / is an icon and I can fire up help! thank you in advance !
  5. Hello ! I added bigger shops and I can not enter the game, because I have errors I will addalso that how Deleting "MiddleTab1" and "MiddleTab2" pops up in syserr: A I can not remove ... Please help me thanks in advance! :]
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.