Jump to content

TMP4

Contributor
  • Posts

    1111
  • Joined

  • Last visited

  • Days Won

    20
  • Feedback

    100%

Everything posted by TMP4

  1. 27994 ÇÇÁřÁÖ ITEM_RESOURCE RESOURCE_BLOOD_PEARL 1 NONE ITEM_STACKABLE NONE NONE 24000 24000 0 0 0 LIMIT_NONE 0 LIMIT_NONE 0 APPLY_NONE 0 APPLY_NONE 0 APPLY_NONE 0 0 0 0 0 0 0 0 0 0 Working fine for me Hp works fine for me. I can only think for a bad design flow, like a quest giving hp bonus after login each time. Some ppl using modified bios quest what removes every bonuses at logout and giving every bonus back at login, that's not a good idea to do so.
  2. It would go to EWearPositions but it's unused afaik so ignore it. But make sure you have COSTUME_SASH in ECostumeSubTypes. But it's off-topic, if you have further questions abouts systems please ask in their corresponding forum which would be [Hidden Content] What is your max hp? If it's over 32k, you need to change the player table hp and mp datatype to int(11). It's already changed in the source (tables.h) so you only need the database.
  3. Some hungarian Gen Z music I never thought I would listen but I love it
  4. There is a readme.txt to read, there is a changelog.txt to check, and eventually there is a video to watch in post #1.
  5. Extend your insert into account.account query with the desired columns.
  6. Inventory_Tab_03 missing / forgot to repack from locale's inventorywindow.py.
  7. Tabulator error. You can't mess up tabs in Python. Either upload uiinventory.py or enable showing tabs in your editor and you probably will see the error.
  8. Recompile the game and db on your machine. If it's x64, then recompile it in x32 same version. Syserr does not record crashes.
  9. [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content]
  10. It is a basic and we can even call official(ish) serverfile from a Ymir-Webzen leak from end of 2013. I only applied some fix for known bugs and exploits (none related to models or 3d). Therefore when a custom system not works, it's either on you or the tutorial. This should work: [Hidden Content]
  11. 40k uses TXT by default. NO_TXT argument is not an official development, there is zero custom system in this serverfile that's why you can't find it.
  12. 1. The ores are in the serverside map folder's stone.txt. Create a stone.txt with the ores in your custom maps too. 2. change your refine_proto ids of the stones below 500.
  13. Password function is a mysql function, not from the metin2 server. This serverfile is not prepared to use mysql 8.0. Use 5.5 or 5.6
  14. I would go with OpenCart. Best open source webshop by far. Easy to install and easy to use. There are several extensions in the marketplace to use. Custom developing is easy too, I made several plugins for my company in the last years because when a client asks for a quick and cheap webshop where we can't make it from scratch we always go with OpenCart
  15. MySQL 8.0 is not supported. You have to do several changes to make it usable. For start, I suggest this topic: Any questions please open a topic in q&a.
  16. Use 32bit FreeBSD or make a 32bit jail in your 64bit FreeBSD and compile there. Or move your src to the x64 platform if you have the needed skills.
  17. Protos are in txts in 40k and will be mirrored in each start to the database. (metin2/server/share/conf/item_proto.txt)
  18. /u only works in the same core. Red and Blue maps are in different core in this serverfile for load balancing. /w works in the same channel if you want to know the player count in that ch, but that's not showing the names. It is how these command worked since the first Rain serverfiles. Not gonna modify it. If you wanna improve it, you can, open source. Peer to peer communication working fine, whisper, shout, adding as friend etc works fine with different cores and channels too.
  19. You have to recompile your quests. questcompile if you have the alias or cd /usr/metin2/server/share/locale/english/quest && python2.7 make.py
  20. You have to recompile your quests. questcompile if you have the alias or cd /usr/metin2/server/share/locale/english/quest && python2.7 make.py
  21. In 2012 Ymir & Gameforge introduced the Apprentice Chests and they put those in give_basic_weapon_new.quest. You can find the quests in use in the locale_list file.
  22. Your serverside have 2 inventory. Maybe you forgot to recompile the game file? dbclean dbcompile gameclean gamecompile
  23. gamedep (gmake dep): recreates the depend file what contains the source files dependencies: [Hidden Content] gameclean (gmake clean): cleans up the obj folder, if you want to make a clean compile then use it. gamecompile (gmake): recompiles the game file.
  24. WeedHex is right, for example map 105 is present on core1 and core2 too, and map 301 present on game1 and game99. And I only said that at first glance, if you don't mind I won't check each map one by one. A map must only declared once. Why tho? Why the forum can't have your answer public? Never understood why peopel ask people to go private on a forum, unless you want to ask him money for the fix. (And this time it's not even p2p packets issue since his map_allow setup is clearly wrong.)
×
×
  • 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.