Jump to content

Galet

Premium
  • Posts

    1384
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by Galet

  1. Hello, It's always good to see new people around ! You can find a lot of guide and tutorials in a bunch of laguages on the internet (and here in English). I suggest you to start with basic serverfiles (clean 40k with sources). Once it's working, you will be able to fix a lot of problems thanks to the number of guides on this forum (If you start with basic mainline you will have to fix some old bugs, for example the 0 yang bug as well as invisibility, stun or wrong HP computing). Also if you're willing to pay, I suggest you to buy martysama's sources, they are the best you can find on the market imo. That's some tips but don't hesitate to ask anything ! Also for basic questions i.e how to add stuff, weapons, how to configure the server and so on... I suggest you to find old guides from 2009-2012, because I'm kinda sure it's not on this forum, here you will find some more advanced guides and tutorials. Have a nice day
  2. Hey, Download their SDK / Sources and just upgrade your project, also do your work, deal with C++ standarts when needed. That's not really hard, but there's a lot of already solved questions here if you manage to upgrade.
  3. That's freaking awesome ! Let me know when you finish it ! Also my request is still up
  4. I know, I'm actually talking about the latest released drop (from official). Otherwise I already have my drops but I'm looking for something official for a cleaner base Kinda the same for locale_string
  5. Hello community, I'm looking for the newest drops released and also an english locale_string. Also if it's a full locale (containing quest and maps) I won't say no. Thanks ! Also, here is the latest one I have, from 2014 (containing everything up to Nemere or Razador I think but also there's some drop bug in common_drop_item) : [Hidden Content] Source : .plechito'
  6. Hello, Make sure you have your drivers and also VC++ redisitribuables, check if your computer is up to date
  7. Hi, really nice work, that's astonishing, but beware of the fps drop, a lot of people won't be able to PvP and just imagine how the map will be laggy with something like 200 shops
  8. Yeah I know about how it's made but I find it more powerfull than the original, also thanks for the tips I appreciate !
  9. Thanks for the release dude ! Also I love your shinning effect
  10. Marty sells his whole sources so it couldn't be compared, also there's a function in vanilla core (free) to return on a city if you're warping in a non-existant map : + If you're warped into a non-existing map or non-existing coordinates your coordinates will be resetted to map1 of your village; You won't need unstuckers anymore But keep sharing some stuff, even if the code is not perfect it's always usefull
  11. std::string PgName=std::string("/server/game/pg_bugged/")+std::string(pTab->name)+std::string(".txt"); struct stat sbug; if (stat(PgName.c_str(), &sbug) == 0) Jokes apart, the idea is great but could be achieved with both less and better code, try to avoid hardcode as much as possible
  12. Do /reload cube or simply reboot, usually it's all it takes to me
  13. Hello, Everything is in cube.txt ! I don't need to explain you because the fields are simply in english (npc, item1, item2, gold and so on) Have a nice day
  14. Sick work, very professional, those kind of haircuts would be dope in game !
  15. Hello, It's probably from your .cpp files, when you encode them with another format or something, I don't know how to explain but you need to keep the Korean strings in .cpp files for them to be replaced with locale_string text. Have a nice day
  16. Hey, It's a common diacritic bug, I don't know why it's happening because Arial was the default font metin used back then. There's a workaround if you try to increase the size but it will be ugly as well. I also reduced these bugs (with another font I use) by using it in the client sources wherever I found "Arial" and "Tahoma" and their related strings as for Korean version. I also noticed that the bug was not effective each time I launched the client, sometimes the "9" is affected and sometimes everything is working fine. Note that the italic version is completely bugged. Maybe we need to include the ".ttf" directly inside the client and make the client read the font from it. This is the only stuff I know about it and I think the only servers with unbugged Arial fonts are former official servers as well as WoM2 and SG.
  17. Hello, You can use the granny preprocessor, you can find it in sources
  18. It's common for people having LenNT hiding shop system, why don't you give the solution for everyone ? Also a simple workaround is to change the coordinates in ui(offline/private)shopbuilder.py. Search : self.SetPosition(-70, 0) And change position to hide it behind the taskbar like : self.SetPosition(-70, -2000) Note that it's only a simple workaround made out of the original code.
  19. Hi, Run this in your account database : DROP TABLE IF EXISTS `string`; CREATE TABLE `string` ( `name` varchar(64) NOT NULL DEFAULT '', `text` text, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Have a nice day !
  20. Hello, I'm sorry for being late but are they the new official weapon for metin2.br ? They had been released some time ago, you can check their stats
  21. It's a common issue. What's more, once the worn costume is expired, your character will be naked even if he has an armor, you need the reclick on the button to fix it, also, when hiding the armor if you don't have any costume, your character will be naked as well
  22. Hello ? It's purely subjective, I advise you to look at benchmarks and some other reviews, there's pro and cons for both...
  23. Hello, The closest release is 37k but incomplete, I suggest you to upgrade to 40k if it's about exploits
×
×
  • 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.