Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/28/24 in Posts

  1. [Hidden Content] [Hidden Content] Item icons will appear in the hyperlink tooltip OLD: NOW:
    2 points
  2. M2 Download Center Download Here ( Internal ) Map: [Hidden Content] Server part: 1: Go to /usr/home/game/share/locale/germany/map 2: Open index and add 199 metin2_map_burgv2 3: add serverside files 4: Go to /usr/home/game/channel/ 5: open Config and add on map_allow 199 ex: MAP_ALLOW: 3 4 23 24 43 44 107 5 25 45 199 6: Close FileZilla! 7: and reboot! Client part: 8: unpack season1 9: add clientside on folder season1/metin2_map_burgv2 10: pack season1 11: unpack root 12: open atlasinfo.txt 13: add this season1/metin2_map_burgv2 512300 512300 2 2 14: pack root 15: Connect to the game and write command /warp 5123 5123 Sorry for my english
    1 point
  3. Download Alternative download links → Mega Easy , simple presentation page made for oldgodsmt2 server, you can modify it as you want.
    1 point
  4. Hello community, About Firewall This firewall is ideal for those who have a national server and not an international server. It is based on GEO block, adding new countries or removing them is extremely easy. Currently I can easily say that it is the best pf that is published for free at the level of efficiency. I attacked the firewall several times, it was tested on online servers with 700/800 simultaneous players and it worked efficiently without problems. Warning The best protection that can be applied is at the network level. there is no point in having 1 firewall running on an operating system if the network does not support a large amount of traffic for the operating system's firewall to be able to act. This firewall in combination with a good VPS/dedicated VPS and good network protection on the company side can easily handle small to medium attacks. All the magic happens because of GEO BLOCK, without GEO BLOCK it is equivalent to the pf's shared here in the community. The code is not optimally organized and can be improved, remembering that it was my first version. Requirements -pftop (PF) -wget How To Setup [Hidden Content] Questions? Comment, as soon as possible I will answer. Best Regards, Papix
    1 point
  5. M2 Download Center Download Here ( Internal ) Hi, I don't think I have to tell much about this. It'll look like the official one, some code is c&p from the official root files. Most of the own written code is NOT like the offical one. I added a new python module ("renderTarget"), so you don't need methods which officials use, like this: "playerm2g2.MyShopDecoShow( True )" You are able to display more than one render target at the same time. If you want to know more, take a look at the code. If there are any bugs, just message me. Download: [Hidden Content] Password: Cxl.Services
    1 point
  6. 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
  7. Hello Dev I have decided to create a series of small maps when I find time and desire and motivation are there. It should be a speedrun series maybe endless challenge. I always upload the maps individually otherwise there would be a very large file, because I upload everything I used with each map. most of the files you have in original clients so be careful when replacement Download Workupload: [Hidden Content] (Archiv - all Maps) Metin2Dev: [Hidden Content] Maps Stage 1 - Map1: (15 MB .*RAR-FILE) Stage 2 - Map2: (16 MB .*RAR-FILE) Stage 3 - Desert: (12 MB .*RAR-FILE) Stage 4 - Snow: (10 MB .*RAR-FILE) Stage 5 - Fire: (10 MB .*RAR-FILE) Stage 6 - Waterfall Cave: (18 MB .*RAR-FILE) What kind of motif should the next 1 x 1 have? Maybe the one you have chosen will come, of course if I find time. Ace
    1 point
  8. Download Metin2 Download Gif: Download: [Hidden Content] Virustotal: [Hidden Content]
    1 point
  9. [Hidden Content] [Hidden Content] After using it in almost all of the modern UIs they made, they finally decided to turn it into a class.
    1 point
  10. Download Metin2 Download [Hidden Content]
    1 point
  11. Hi guys, I created this topic to have a collection topic about removing unnecessary code. blocked_country_ip Limit_time More removed code:
    1 point
  12. Download Metin2 Download It compares 2 diffrent locale_game (One is the language you want to convert and the other is the original) You can also use as locale_interface [Hidden Content] [Hidden Content]
    1 point
  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
    1 point
  14. M2 Download Center Download Here ( Internal ) It is my own production. I hope you will be satisfied using it. Download VT
    1 point
  15. M2 Download Center Download Here ( Internal ) Hello, this type of system was already released on TurkMMO today, I thought I will post a in my opinion better implementation of this system. Download: [Hidden Content] Thanks to VegaS for the re-edit. Kind regards, CHMarvin.
    1 point
  16. M2 Download Center Download Here ( Internal ) The basic concept came from the wallpaper of the old character picker, I was trying to make a map that looked like a "city". The map isn't very big, its size is 1x2, but the second area was really only needed for a little decoration for the outside of the gate. The whole map is PVP protected, maybe it could be used as a kind of trading map or some kind of event map Download: [Hidden Content]
    1 point
  17. Hello everyone, I am pleased to announce that I'm currently in the early stages of developing an open source Metin2 game server management API. This API will provide server administrators with the tools they need to easily manage and configure their servers, making it easier for players to enjoy the game. Some of the features I'm currently working on include: Server Management: The API will allow easy management of the game server files, including mobs, items, drops, maps & localization. Account & Character Management: Administrators will be able to view and manage player accounts & characters, including banning and unbanning players, see their items or see character logs. Item & Mob Management: The API will allow for the easy creation and management of in-game items & mobs. As I said, I'm still in the early stages of development, so please bear in mind that the API may not include all of the features listed above. I'm also open to suggestions and feedback, so please let us know if there are specific features or improvements you would like to see. I will keep you updated on the progress and release more information as it becomes available. Currently available at: [Hidden Content] or M2DL Changelog: 2023-02-02: - Added AccountGroups for authorization management - Added methods to import & create blend.txt 2023-01-29: - Refactor of DataLoaderService - Added MapEntities - Added methods to import map regen files (regen.txt, boss.txt, npc.txt & stone.txt) - Added methods to create map files (index, setting.txt & regen.txt) Thank you & best regards, .aNNdii#
    1 point
  18. Download Alternative download links → Mega (2.0.0) or VirusScan (2.0.0) Hi! By this tool you can remove unused lines from locale_game and locale_interface text files in fast & easily way. Is faster than script created by dracaryS. How to use? Just move root directory to downloaded file and wait for cleaned files. 30.01.23 -> I released new version so check it out!
    1 point
  19. I released new version with thread support and some fixes. Generally, cleaning process now should be shorter. Scan Download
    1 point
  20. SetRenderingRectWithScale: [Hidden Content] ResetFrame: [Hidden Content] SetDisableDeattach: [Hidden Content] SetAniImgScale: [Hidden Content]
    1 point
  21. I had this tool on my disc in the past. I'll try to find it, but it won't be updated. So you won't be able to copy and paste the mysql queries and item_proto, if you aren't using very old item_proto and very old mysql. Here you are: [hide][Hidden Content]] Or there is a newer one: [hide][Hidden Content]]
    1 point
  22. New version is out: 2.4.1 Changed: Changed how database connection work and queries were executed. Added: New option to enable/disable the page Header and Footer templates. New page for when the connection to the database has failed. (You can edit in: /template/default/offline.html) Timer to resend emails.(5min default, change in /vendor/init.php) Captcha verification in change password and email pages. Fixed: Fixed template path when the CMS were used in subfolders. Github download link: [Hidden Content]
    1 point
  23. Hi, I would like some help to remove a true/false virus from the c++ patch I didn't find anything in the files that could be suspected of a virus. [Hidden Content]
    1 point
  24. 1 point
  25. I baked everything in a .rar file. Control it and if you want you can add to your thread. If you do not agree with this, I delete the link on metin2dev and keep it to myself. Archiv from Workupload (Download) included are the codes of: arlinamid & Distraught it will of course be updated when something new is added. Please check the files and check whether they are correct. I took everything from the thread and didn't add anything new. I am not responsible for any damage to your server.
    1 point
  26. Awesome System!! Here Metin2 Acce with animation Mega Download Download Here ( Mega )
    1 point
  27. M2 Download Center Download Here ( Internal )
    1 point
  28. M2 Download Center Download Here ( Internal ) Hi, A lot of new things are out, so there is new official unreleased map - Orc labyrinth. Map is from SG client and there is for you, who haven't it. I really don't know, how function will have this map on official servers, but you can use it as good dungeon. In the pack is new textures for Orc lord too. I don't think it will new boss, but i think it looks good. So have fun with it! PS: Unrar with WinRAR version 5.
    1 point
  29. M2 Download Center Download Here ( Internal ) Hi Metin2Dev Today I decided to share with you my first map. Note : If I forgot to put something in the archive, please leave me a reply. MapSize : 2 x 3 Download : [Hidden Content] The attr is in the folder with the map "forest_map"
    1 point
  30. 1 point
  31. M2 Download Center Download Here ( Internal ) Videos Download
    1 point
  32. I would do it like this, in a simple way, without useless code, as i said in another forum too. [Hidden Content]
    1 point
  33. #Update: clang-devel-8.d20181024 -> clang-devel-9.0.d20190701 gcc9-devel: 9.0.0.s20181223 -> gcc9-devel: 9.1.1.s20190629 boost-1.69 -> boost.170 gdb-8.2 Make part-3 example src:[Hidden Content]
    1 point
  34. M2 Download Center Download Here ( Internal ) Hey guyz, I made a quest checker that reads your quest and if it has any error then the program shows so. Download
    1 point
  35. M2 Download Center Download Here ( Internal ) Hi. I'm releasing here my map. Size: 1x1 Download: Password: Best Regards, Mr.Slime
    1 point
  36. M2 Download Center Download Here ( Internal ) Hi Guy´s I releas the Map in this Board now I hope you enjoy! Virustotal Download
    1 point
  37. M2 Download Center Download Here ( Internal )
    1 point
  38. M2 Download Center Download Here ( Internal ) Hi everyone, here is the new patch from Metin2 DE, Snow Dungeon unpacked. Kind regards iCoredump 1. Metin2DE_Clientside - 20.05. Snow Dungeon 2. Metin2DE_Serverside - 24.05. Snow Dungeon
    1 point
  39. Original file updated. Thanks! [Hidden Content]
    1 point
  40. here i found a newer version [Hidden Content]
    1 point
  41. M2 Download Center Download Here ( Internal ) Hey, here my new Farming-Map, created with WorldEditor. Look this Video in HD: [Hidden Content] i hope you like it,
    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.