Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/23/24 in all areas

  1. Download Updated at 2023.08.05. Alternative download links: Client & Serverfiles + VDI + Extension Pack [40250] Reference Serverfile + Client + Src [15 Available Languages] My goal was to make a reference r40250 serverfile as official as possible compared to what GF had back when their files got leaked in early 2014. No new systems added, only bug fixes. While I spent several hours testing, there may still be bugs. Please report bugs to me so I can fix them in the future, I want to make this project as bug free as possible. Available languages: EN/DE/HU/FR/CZ/DK/ES/GR/IT/NL/PL/PT/RO/RU/TR Please read Languages.txt to learn how to change the default EN language. SSH for VM: root/123456789 MySQL: root/123456789 Ingame: admin/123456789 Aliases and it's commands: start cd /usr/metin2/server && sh start.sh close cd /usr/metin2/server && sh close.sh clean cd /usr/metin2/server && sh clean.sh backup cd /usr/metin2/server && sh backup.sh questcompile cd /usr/metin2/server/share/locale/english/quest && python2.7 make.py dbclean cd /usr/metin2/src/server/db/src && gmake clean dbdep cd /usr/metin2/src/server/db/src && gmake dep dbcompile cd /usr/metin2/src/server/db/src && gmake -j9 gameclean cd /usr/metin2/src/server/game/src && gmake clean gamedep cd /usr/metin2/src/server/game/src && gmake dep gamecompile cd /usr/metin2/src/server/game/src && gmake -j9 Please read Changelog.txt to find more about the changes I made. Special thanks to: @Mali for the clean and updated client & server src files. @Sanchez for the 2014 base client. @Veltor88 for the translate.lua pack. @Fazer for the locale_string pack I made a little video about installing the serverfile (vm) and changing the language: PS: I know it's pretty late in 2021 but better than ever Sincerely, TMP4
    4 points
  2. Hello, i was searching like 2 years from Metin2's Closed Beta and found something. If someone interested, they can check the links below. I found some Korean Metin2 Cafe's from 2004: Naver 2004 Metin2 Cafe Daum 2004 Metin2 Cafe and more.. But if you want, you can search for. I found the Metin2.exe from 16.07.2004 on ftp.metin2.co.kr. I think its not working but if you wanna you can check. 16.07.2004 Metin2.exe Virustotal Magazine From 2003 METIN2 FIRST BETA (Magazine from 2003 February. It contains Metin2 photos. Its SO SO DIFFERENT) Article from 2003 METIN2 (Article from Metin2 2003.) Metin2 Beta test appeal (Lol someone won the Metin2 beta test) Some screenshots from metin2 cafes 2004: (Sura's first character model. He had mask before. But they removed after like 2-3 patch. I read from cafe. And he's holding the first level 1 sword model.) (First level 1 weapon models. They're some different.) (This is oldest photo ive ever seen from 3.closed beta. Its from 2004 March) And more...... If I add the all contents, i cant finish. So, please check manually from the cafe links.
    3 points
  3. Thanks for reply. I found too many things but i did not put them. If I have time, i will put the more screenshots with description and extra 1 video from 2004 Korean game introduction on TV
    2 points
  4. Download Alternative download links → GG Drive Hello all, I decided to offer this package for free to someone who really needs it. The archive contains everything you need to modify this template Careful! The interface is PSD only You can contact me anytime if you want to edit something Have fun!
    2 points
  5. INTRODUCTION & PROBLEM Hello, today we will fix a few errors, especially the error that caused the core down by giving an unexpected negative (-) arg (number) in the commands (Example; /mob 101 -1), and we will also regulate the use of "ChatPacket" in this functions. WHY ? GMs are already part of the team, you may ask why we need this, you are right, but do not forget that a GM who does not have coding knowledge may accidentally trigger this, let's not leave it to chance. SOLUTION The process we will do is simple, it will be enough to make sure that the given arg value is within the range we want, let's get started. [Hidden Content]
    2 points
  6. This will fix the use of if (window->IsType(UI::CBar3D::Type())) Example SetColor of Bar3D is not working because of this bug This bug is still available on official [Hidden Content]
    2 points
  7. Preview: [Hidden Content] The system is easy to implent. *For the affect icon to be seen in the affectshower you can add : Then extend it with the steps @ uiAffectShower.py. * If you have extended sockets before, You can make modifications to get rid of the value0 necessity. * You can skip (Optional) steps. Download: MEGA or M2DL
    2 points
  8. Patch v24.1.1.0: *New easter stuff. [Hidden Content] [Hidden Content] MEGA or M2DL
    2 points
  9. This itemshop is an open source project written by CYN3 with the assistance of the sura_head community. Special thanks to: CYN3 Amas KaiaProductions Installation guide: [Hidden Content]
    2 points
  10. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) This is the Level System and Point's for Yohara 1. The maps are empty, in essence it's the system, (without mobs). 2. If you want to add the monsters on the maps you can contact me and, I add the monsters and put your credits, the truth was I was lazy :'(. 3. I can upload updates if you need it. 4. In essence if you are level 1 or higher, you become "Conqueror", otherwise you are a normal player, your job is simply to add that after Hydra, though, I'll add it later. 5. At the moment it calls the normal experience table, since I have not reviewed the officer's experience tables, but if you indicate the tables, I can modify the code and add that part. Images: In GitHub REAMDE. Link: [Hidden Content] You will need a some visual parts, you can with: [Hidden Content] I will continue making updates with information by Official Servers . The system is working properly.
    2 points
  11. BRAZIL-24.0.0.0: Contains files like the latest atlas update that are not in GF From now on mob_drop_item.txt will be in client too! npc_location_01.dds Read More: [Hidden Content] [Hidden Content] BRAZIL-24.0.3.0: [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] pw:blackdragonx61
    2 points
  12. [Hidden Content] There's a readme inside. Tested on 13.1 and 13.2. Probably won't work on 14.x
    2 points
  13. Hello community, I saw many tutorials and they all didn't work for me, many of them involved completely installing llvm9 which doesn't make sense since we will only use clang++90. Downloading a vdi with 50gb or more to compile your source is not something I advise, do a clean install of FreeBSD and follow this guide. I got several ways, I will share the easiest way to understand and use. In this guide I used FreeBSD 12.3 but I believe it will work on any version from 12 to 13. Step by Step [Hidden Content] Done! Now you can compile your source using clang++90
    2 points
  14. How to create a Metin2 private server with Metin2 Project - Français Introduction I want to offer Metin2 Project as an alternative to stable and functional server files. Metin2 Project is shaped according to my ideas and my desires, my only limit is my imagination. All changes and fixes to Metin2 Project are made with defines. You can suggest ideas to me but I am free to refuse them without any justification. Summary Important information to know about Metin2 Project. Initial working base => @ Mali & @ TMP4 => TMP4's Project DB & GAME Ready for FreeBSD 32 Bit & 64 Bit Ready for MySQL Server 8 Ready for Microsoft Visual Studio 2022 EN DE HU FR CZ DK ES GR IT NL PL PT RO RU TR Avalable languages Test Environment When developing the project, the following configuration was used. FreeBSD 13.1 64 Bit MySQL Server 8.0.29 LLVM-Devel 15.0.D20220328_1 GDB 11.2 Makedepend 1.0.6,1 GMake 4.3_2 Python 2.7.18_1 Microsoft Visual Studio 2022 Access Credentials No database login credentials are provided. You must set up your own user to administer and manage your Metin2 Project server. The associated tutorial, allows you to create your login credentials to the database, you should be able to get there... Finally, I hope for you. Metin2 Accounts User: playerone User: playertwo User: playerthree User: playerfour User: playefive User: playersix User: playerseven User: playereight User: playernine User: playerten Password: player Changelogs 2022.XX.XX.0001 Spoiler XXX (In Dev, Use TMP4 Projet) Downloads Download the project and enjoy! No virtual machine is provided, you can create it yourself using the associated tutorial. 2022.XX.XX.0001 => Server + Client (In Dev, Use TMP4 Projet) Made With and Metin2 Project
    2 points
  15. root & uiscript [Hidden Content] property [Hidden Content] locale_br & root & uiscript [Hidden Content] special thanks to @juniorferraz for supplying the packs for br client. Metin2 Download
    2 points
  16. Download Alternative download links → Metin2 Download Recently I took out a legacy project what did not had txt protos. I looked for txt to sql converters, you can find a few, but none of them were perfect and they were closed source so I wasen't able to fix them. I wrote one for myself in PHP, so it is open source. Today I decided to share it, so I made a form for it too. There's not much to say, using the converter is pretty straightforward, check the screenshot below. It requires PHP 7.4 or greater.
    1 point
  17. Download Alternative download links → Mega Customized overlay filter for client just unzip in your main Client folder and run , in case you wanna optimize run m2Graphic.ini.
    1 point
  18. M2 Download Center Download Here ( Internal ) Hi everyone, As title say, this is a wiki system but, InGame . This system was made by Kori . When i download it, the system had a bug on item bar, so, i've removed it . Screen of system: The system is open by pressing a key ( choosed for you ) . How to ? Well, 1º - Unpack your root . 2º- Search for archive game.py 3º- Open it and add: import uiwiki 4º - Search for: def __init__(self, stream): and add: self.wiki = uiwiki.AgeofPlatonWiki() 5º - Search for: onPressKeyDict[app.DIK_F5] and next add: onPressKeyDict[app.DIK_F9] = lambda : self.__OnWiki() Note: in here: [app.DIK_F9], F9 will be the key would you need to press to can view the system . You can change it , like you want. 6º - In the end of all ( game.py ) add this: def __OnWiki(self): if self.wiki.IsShow(): self.wiki.Hide() else: self.wiki.Show() 7º - Download the archive, add it to root, and pack it again . Download: Link Here Password: www.metin2dev.org Have fun ! Kind Regards, Grave
    1 point
  19. Download [hide][Hidden Content] [Hidden Content]] Designed by @ TuoraArts using CMS by @ IonutRO
    1 point
  20. [Hidden Content] [Hidden Content] The area(O, X) where those who answer correctly will shine
    1 point
  21. just istalled and I have the ''connect: Operation timed out'' in putty. this in db SYSERR: Apr 6 21:06:02 :: ChildLoop: AsyncSQL: query failed: Data truncated for column 'size' at row 1 (query: replace into mob_proto (vnum, name, locale_name, type, rank, battle_type, level, size, ai_flag, setRaceFlag, setImmuneFlag, on_click, empire, drop_item, resurrection_vnum, folder, st, dx, ht, iq, damage_min, damage_max, max_hp, regen_cycle, regen_percent, exp, gold_min, gold_max, def, attack_speed, move_speed, aggressive_hp_pct, aggressive_sight, attack_range, polymorph_item, enchant_curse, enchant_slow, enchant_poison, enchant_stun, enchant_critical, enchant_penetrate, resist_sword, resist_twohand, resist_dagger, resist_bell, resist_fan, resist_bow, resist_fire, resist_elect, resist_magic, resist_wind, resist_poison, dam_multiply, summon, drain_sp, mob_color, skill_vnum0, skill_level0, skill_vnum1, skill_level1, skill_vnum2, skill_level2, skill_vnum3, skill_level3, skill_vnum4, skill_level4, sp_berserk, sp_stoneskin, sp_godspeed, sp_deathblow, sp_revive) values (101, "??", "Wild Dog", 0, 0, 0, 1, ch1 socket_connect: HOST 188.212.***.***:15000, could not connect. SYSERR: Apr 6 21:11:09 :: heart_idle: losing 75 seconds. (lag occured) where to check? DISCORD: saaice
    1 point
  22. Download Metin2 Download Hello, I know this map can evoke memories among veterans, so I searched a lot for it so I want to post it here! If you have problem with missing texture, just comment with the error and i will help you . VIRUSTOTAL
    1 point
  23. Download Center Internal Mega.nz GitHub Hi devs, I wanted to add this feature to my mainlines, being that this system is now considered standard in all servers. I downloaded the public version that emulated how the Pet System worked, but I decided to make my own (and am sharing it so you can test it for me as well) In game pic: Pros: Fewer lines of code (50 or so, versus 1200+ in the public system) By not using apply_type and value to assign the monster to ride, we will not lose a usable bonus Being horse-based, trivially it is code that has been tested for years. If you are on the mount and warp, you will still be on the mount at login (being that we use EnterHorse) You can take advantage of the horse name system with a few modifications You only get mount bonuses if you are riding it and not while it is summoned Cons: I couldn't find any Thanks to @ HFWhite for testing. You should at least have the mount costume system.
    1 point
  24. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Now you can open shops directly. There is no need to adjust the coordinates when adding a new shop. Automatically adjusted according to the shop names.(remote_shop_names.txt) For new shop: Special thanks to @Tatsumaru for taskbar Icons :
    1 point
  25. M2 Download Center Download Here ( Internal ) The archive contains: The icons The models Textures Before after
    1 point
  26. Download Alternative download links → Github Hi, This is all interface about SungmaHee Tower Like official servers and the first floor like Official Servers, In this files we have 2k or 3k LOC, maybe more, I'm tired and I don't have information about all floor's tower, but if you want complete this system, you can contact with some-developer and providing the information about the floors or modifying all floors like your concept for Metin2, you'll be a nice dungeon. I already did the hardest part. You can extract all visual part with the official patchs from this forum. This dungeon is Full C++, Python and SQL. PLEASE: Not more messages for my person if you don't want to pay money, I only sell systems "not personal systems" you need understand about my time, my help, code or resolve some problem, needs time. If you want something (not offlineshop, this world has different options with this system) you can contact me but, you will need understand that I will charge you. I'm a nice person (I think), but this world needs money and if I invest time in one project, I will cancel other projects and is overmoney.
    1 point
  27. M2 Download Center Download Here ( Internal ) Download Here ( Last Version ) Author: Ionuț ( me ) Size: 3.67 MB Version: v2.12 Type: Open-Source Features: Modern design with elements in bootstrap (v4 alpha 3), admin panel (currently in beta), member panel (currently basic systems), update system, registration, general settings in the admin panel, offline system (if the server is offline, notifications will be displayed, also the last copy of the top site), database of news is sqlite, settings files are in json. Language: English & Romanian Preview: Download: [Hidden Content] Documentation : [Hidden Content]/documentation/ Install: Just edit config.php with your datas. CMS is not completely. It will be updated. I expect criticism / opinions / advice constructive. To report an error: [Hidden Content] Tutorial: how to add login with Google reCAPTCHA: [Hidden Content]
    1 point
  28. Download Other Mirros Download Here (GitHub) Download Here (Mega) Hey M2Dev, I want to share something small but visually appreciated by players that are paying attention to details. What I'm sharing with you today will solve the issue of item tooltips with large strings, these strings overflow the width of the tooltip causing the text to hang out of the edge, especially when metin stones are attached to your weapon or armor. BEFORE PREVIEW AFTER PREVIEW .
    1 point
  29. M2 Download Center Download Here ( Internal 1001 ) Download Here ( Internal 1000 ) Hey M2DEV Today i will show you my new tool! Open gr2 file, use double click for input or change path, press enter. After changes go to File->Save or Save as.. Update: 1.0.0.1 1. Detect and show File Granny Tag 2. Now you have the opportunity to choose the output version Granny. [Hidden Content]
    1 point
  30. M2 Download Center Download Here ( Internal ) Advanced Regen Editor I have worked in the past week on a new regen tool(made in C#-WPF) to make the life easier for the mappers/server owner between us. It is an advanced regen tool that includes all the basic functions + new ones such as: mob/group file viewer. Importing regen file. Remember information - Remember the last data entered such as direction, respawn time,count etc. Color Character by color(Mob-Red, Stone-Blue, Boss-turquoise, NPC-Belge, Group-Black). Add a character - Left click. Remove a character - right click on a character dot. Load MOB/Group information - select mob_names.txt/group.txt to view information on a data grid(shown on screen shots below). When choosing a group.txt make sure you have type field set on group. Ctrl Z Feature - Reverse action, that means that if you added a character it will be deleted and if you removed a character it will be added back. Separation of exported files - Files will be exported upon the type of the map character, if you had stone,boss and npc character then stone.txt,boss.txt and npc.txt will be generated. If you find any bugs, please reply here with the bug information in specific details. Please Like this thread if you find my tool useful! Ⓒ Metin2 Guild Wars. Version 1.0 Download Link: [Hidden Content] Update 06/10/2017: Zoom in/out feature has been added. View entities seperately feature has been added. Import regen bug has been fixed. Enjoy! Version 1.1 Download Link: [Hidden Content] Virustotal: [Hidden Content] Enjoy!!
    1 point
  31. Hello. Here's a list of useful globals you can use in your quests. You can add them to your questlib.lua or make a separate *.lua file and load it via dofile(). [Hidden Content] 25/04/2023: Added SELECT_YES, SELECT_ENTER, SELECT_NO; Added EMPIRES; Added ARMED_HORSE_LEVEL, MILITARY_HORSE_LEVEL; Added STATUS_VIT, STATUS_INT, STATUS_STR, STATUS_DEX; Added ITEM_TYPES, ITEM_SUB_TYPES; Added AFFECT; Updated APPLY; Added JOB_TO_RACE, RACE_TO_JOB, RACE_TO_SEX; Changed RACE_NAME_LIST; Added PC_RACE_LIST, PC2_RACE_LIST, PC3_RACE_LIST; Added MALE_RACE_LIST, FEMALE_RACE_LIST; Added SEX_NAME_LIST Added STATUS_NAME_LIST; Added EMPIRE_NAME_LIST; 11/05/2023: Improvements to the overall structure of the globals. Added POINTS 31/08/2023: Structural update for ITEMS and DUNGEON_DATA.
    1 point
  32. Download Alternative download links → Mega Hello Metin2 Dev. I'm here to present a Premium System. How does it work? Once use item, player gets Permanent Premium. Since this is V1, it only allows the player to expand the bravery cape. Premium shows it's activated on above left corner. Players can only activate Premium on certain maps (I chose City 1 of each kingdom, but you can choose other). In case of any problem, report here and i'll fix it.
    1 point
  33. Download Alternative download links → Mega Hello Metin2 Dev. I'm here to present a Orc Tooth biologist mission. How does it work? Player don't need to go to biologist to deliver the tooth. It has a 50% of failing or success the deliver. In case the player fails the deliver he/she needs to wait 15 minutes to deliver again, the same goes if he/she success delivers. It shows the remaining time when delivering. In case of any problem, report here and i'll fix it.
    1 point
  34. [Hidden Content] [Hidden Content] Reversed from 22.2.7.0 Official Binary. Client part is from 2018 Official Root.
    1 point
  35. Download Metin2 Download Hi, this is about how you can add multiple status points at the same time. [Hidden Content]
    1 point
  36. Summary Thread Last Update → Monday 1 April 2024 Powered by Core X GR2 Animation 10 Topics Objects 23 Topics NPC 36 Topics Sashes 8 Topics Weapons 97 Topics Armors 44 Topics Costumes 24 Topics Monsters 30 Topics Pets 25 Topics Mounts 25 Topics Effects 16 Topics Hairstyles 13 Topics Metinstones 16 Topics Others 11 Topics Packages 6 Topics
    1 point
  37. M2 Download Center Download Here ( Internal ) Hi everyone, Today I bring you a collection of maps made by Ymir that were included at some point in an official client but were never used. The maps are: GM Guild Building Field Dungeon Ginseng Valley (b2) - Second version of Dragon Valley (Orcs area) Heavenly Valley (c2) - Third version of Dragon Valley (Orcs area) Dragon Timeattack 1 - Dungeon possibly used in Korea, used by SG for Dragon Timeattack event Dragon Timeattack 2 Dragon Timeattack 3 Test map - Actually a town EW02 - ? Guild Inside - Supposed to be the inside of a guild house Milgyo Pass & Sungzi - A collection of alternative maps for Nation War. Requires editing forked_road.txt in order to add them to this event. Siege - Three maps one for each kingdom, for a kingdom event You might also be interested in the Metin2 Korea Naga map available here
    1 point
  38. Download Metin2 Download DL: [Hidden Content] Scan: [Hidden Content]
    1 point
  39. M2 Download Center Download Here ( Internal ) Hello, I did some effects for metin2 and I said to post at least one of them Youtube DOWNLOAD VirusTotal
    1 point
  40. M2 Download Center Download Here ( Internal ) The new maps of Metin2
    1 point
  41. [Hidden Content] @ASIKOO password : ridackenjoy
    1 point
  42. M2 Download Center Download Here ( Internal )
    1 point
  43. M2 Download Center Download Here ( Internal ) Because the File Archiver from Tim is actually buggy for me when i´m trying to extract the item_proto i release this for you. Nexus Private is an in 2012 Written Tool by Mr.Lucifer to extract the item_proto, which works for the actual proto, too. Useage: NeXus_private.exe <input> <output.xml> Example: NeXus_private.exe item_proto item_proto_dump.xml
    1 point
  44. v20.1.5.1 (Metin2 Download) Locales + Protos root(msm+txt files) + dumped metadata w/ builtins WHO Hairstyle (Mouth mask)
    1 point
  45. Well, i dont understand to the new patch system, it starts to be a real mess. Many files are duplicated, but im not surprised, gf logic /emoticons/default_biggrin.png So i have collected all unpacked files into one client, so everything is clear and easy to find. All files up to 20.1.3 should be there, if something is missing, im sorry, it was just a lot of files and i have missed something. Thank you xP3NG3Rx !! Mega - Metin2 Download
    1 point
  46. v20.0.6 (Metin2 Download) root & builtins are dumped protos are dumped into 2 formats, fixxed flags, extended applies I didn't do deep check into the whole packs what metin2team released, but couple of files are missing from the packs.
    1 point
  47. M2 Download Center Download Here ( Internal ) Hi, I encourage you to use a free, proprietary weapon set. Perfect for Halloween Download: [Hidden Content] Scan: [Hidden Content]
    1 point
  48. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) If you want to allow only one player per IP in certain maps you can use this Example of usage: when login with pc.is_pc_ip_in_map() begin chat("En este mapa solo puede entrar 1 personaje por IP, serás transportado en 5 segundos.") warp_to_village() end For add/remove maps, just edit: std::map<DWORD, std::map<DWORD, DWORD>> maps = { { 181, {} }, { 182, {} }, { 183, {} } }; In map_manager.h Implementation: [Hidden Content] Enjoy
    1 point
  49. M2 Download Center Download Here ( Internal ) Download Here ( Internal ) It's randomly selects items and gold from groups by job. and gives to player(s). Example table: Group oxrewardwarrior { #--# item count gold 1 20009 1 20000 2 12019 1 2000 3 299 1 12400 4 0 1 1461 5 469 1 1040 6 50011 100 20000 7 50070 1 10000 8 50072 1 50000 9 50073 1 10000 } Group oxrewardassassin { #--# item count gold 1 19 1 20000 2 69 1 2000 3 79 1 12400 4 89 1 1040 } Group oxrewardsura { #--# item count gold 1 99 1 20000 2 109 1 2000 3 129 1 12400 4 139 1 1040 } Group oxrewardshaman { #--# item count gold 1 149 1 20000 2 159 1 2000 3 169 1 12400 4 179 1 1040 }
    1 point
×
×
  • 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.