Jump to content
Logo
Your Metin2 zone for C++, Python, Lua.

Search the Community

Showing results for tags 'metin2'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GameCore Community
    • Who are we?
    • Cooperation/Trade
  • Metin2 Development / M2zone
    • Questions - Answers
    • Tutorials
    • C++ / C# / Python
    • Programs
    • Server Files / Client Pack / Maps
    • Graphics & 3D & Costume
    • Archiwum Server Files
    • Cheats
    • Trash

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Discord


Citation

Found 2 results

  1. Download: Okey Card.7z Card Improvement Okey ~One click = puts all decks into gui char_cards.cpp - Find Cards_pullout() and change: void CHARACTER::Cards_pullout() { DWORD empty_space = GetEmptySpaceInHand(); if (empty_space == -1) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("OKAY_CARD_ENOUGH_SPACE_ON_HAND")); return; } if (character_cards.cards_left < 1) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("OKAY_CARD_ENOUGH_CARDS")); return; } if (GetAllCardsCount() >= 5) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("OKAY_CARD_ENOUGH_SPACE_ON_TABLE")); return; } for (BYTE i = 0; i < 5; i++) { if (empty_space == -1) break; if (character_cards.cards_left < 1) break; if (GetAllCardsCount() >= 5) break; RandomizeCards(); SendUpdatedInformations(); } } Okey Card Repair - Visual Error uiscriptlocale.py Find: CARDS_DESC = "mini_game_okey_desc.txt" Change: CARDS_DESC = "%s/mini_game_okey_desc.txt" % (name) Open uiCards.py Find: self.descriptionBox = self.DescriptionBox() add after: self.descriptionBox.SetParent(self.textBoard) Wuala visual error fixed Ha tfu ~GameCore.top
  2. Limit Yang: Limit Yang.7z Limit Stack: Limit Stack.rar
Style Version: 0.1

The code was completely created from scratch and optimized.

The basic style on which it was created: Default

Created by: Grzyb.ovh

The style was to be simple to browse topics, devoid of graphics, uniform in color and definitely simple. ×

×
×
  • Create New...

Important Information

Do you like cookies? 🍪 We use cookies to provide the highest quality of service. Learn more