Jump to content

Metin2 Dev

Bot
  • Posts

    2151
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Metin2 Dev

  1. Hey Guys, i just want to show you that i got the animations on object back to work. (Like 2010). https://youtu.be/oYKL3-DttxM
  2. Hi dev! How I can rebuild libthecore?
  3. standard in metin2 ?...
  4. Sorry, but I don't understand you. Try to describe that better.
  5. I don't know what is the real problem, but have u tried restart your mysql server? service mysql-server restart
  6. Hi there! Make sure u have set Release in compile mode. U can find it in top panel. Visual Studio 2013: Visual Studio 2010: Visual Studio 2008: If u have so just recompile cryptopp in release mode too.
  7. Fuuu..I'm using that client too, but I dont know if I changed lib folder. I was looking for more info about "Error: Bad magic number in libtraceback.pyc" and I found some combination what can fix it. Download: [Hidden Content] Like always, dont forget to make backup! And one little question. Are u sure, u did TRUE/true bugfix. And after that u compiled it?
  8. No, don't create a folder in lib folder. Just move traceback.pyc to your lib folder. For clarification: C:Test Client für 40250lib
  9. Well, maybe u can try overwrite your traceback.pyc with mine. Make sure to do a backup of your traceback.pyc! Download: [Hidden Content] PS: If you don't know where is it - look into a lib folder.
  10. No, it isn't by me, it is made by Iro. I don't know if he is on metin2dev, but i think he is not. It is mainline_released, revision 40k. Like u want. You dont need python27.dll Try to use this lib (actually it's from my client). Download: [Hidden Content]
  11. Okay, I think cleaned sources are better for ya. Here is cleaned mainline_released sources. Informations: Cryptopp: 5.6.2 Boost: 1.55 Fixes: - All mounts can attack - All toolsets are set to v120_xp - Some fixes with Python 2.2 Definitions: ENABLE_COSTUME_SYSTEM ENABLE_ENERGY_SYSTEM ENABLE_DRAGON_SOUL_SYSTEM ENABLE_BELT_SYSTEM Download: [Hidden Content] Password: metin2dev Tutorial to delete difference between TRUE and true: Yea, in this sources is bug with true and TRUE, they can not distinguish TRUE and true. Here is an solution to fix it: In PythonLauncher.cpp find: PyModule_AddIntConstant(builtins, "TRUE", 1); And after that add these lines: PyModule_AddIntConstant(builtins, "FALSE", 0); PyModule_AddIntConstant(builtins, "True", 1); PyModule_AddIntConstant(builtins, "False", 0);
  12. Have u tried to compile client now?
  13. Yea, Im using this too. Why u cant compile db? Post here screen with errors.
  14. What is the problem? Why u dont ban txt files in db?
  15. Hi. What I can add skill guild? Passive .
  16. NP. elif 50300 == itemVnum: if 0 != metinSlot: self.__SetSkillBookToolTip(metinSlot[0], localeInfo.TOOLTIP_SKILLBOOK_NAME, 1) self.ShowToolTip() return After elif 14199 < itemVnum and itemVnum < 14229: self.AppendTextLine(item.GetItemName(), grp.GenerateColor(1.0, 0.7843, 0.0, 1.0)) self.__AppendLimitInformation() self.__AppendAffectInformation() self.__AppendAttributeInformation(attrSlot) self.AppendWearableInformation() self.__AppendAccessoryMetinSlotInfo(metinSlot, constInfo.GET_ACCESSORY_MATERIAL_VNUM(itemVnum, itemSubType)) return
  17. Hi. I have server on source and I have a problem with bonuses in item. Item_attr[db] Screens items in game after mixed bonuses: Item Attribute.cpp
  18. Did you add the d3d9.lib to your linker options ? Kind regards MartPwnS
  19. Char_item.cpp and use_add_atribute and use_change_atribute.
  20. Metin2 Dev

    3 Maps

    You have to change: mapproperty.txt to MapProperty.txt setting.txt to Setting.txt in the mapfolder (clientside)
  21. Hi, sorry for refresh old theme, but u have a mistake in your code. Wrong code: { "get_ip", do_get_ip, 0, POS_DEAD, GM_IMPLEMENTOR } Right code: { "get_ip", do_get_ip, 0, POS_DEAD, GM_IMPLEMENTOR }, Just a little mistake.
×
×
  • 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.