Jump to content

TMP4

Contributor
  • Posts

    1112
  • Joined

  • Last visited

  • Days Won

    20
  • Feedback

    100%

Everything posted by TMP4

  1. You want to change the gold column and not the shop_buy_price. Gold: When you buy from npc Shop_buy_price: When you sell to npc (price/5 so 2500000/5=500000)
  2. The guy asked a totally normal question. The world editor made by Ymir, Marty only improved it. While you will not get the improved one's source i'm sure, you can find the original one's source at kraizy.tgz or here:
  3. If your server runnng fine then you can pretty much just ignore it. I'm not a MySQL expert but i remember my syslogs was full with such logs.
  4. I think he is asking that what this syslog means. Maybe his db not starting or something, but it would be better to check the syserr instead.
  5. They're using 40k however zero new system installed and alchemy removed due to player's wish. So it is a 2013-2014 like server.
  6. It's literally saying: Table common.priv_settings doesn't exists. You installed Marty's drop rate system so you have to create that table. [Hidden Content]
  7. I already contacted ATAG the owner of DDMT2 if he kept the Hongkong website, waiting for his reply. Btw his server still running just in another domain (ddmt2.net) maybe it's the oldest (or at least on of the oldest) P server what still running since it started in 2009. My reg date is 2009-12-29 ? If I don't succeed to find the HK webpage then i may rebuild it in the future using the web archive images-css files.
  8. It's not something that can be solved without seeing your code. Try your backups. Check what systems was installed after this error. One of those can cause this error. If you don't do backups (biggest mistake as a developer) then you have to revert your changes. Similar things happens when someone just copy-paste from tutorial. Never do that, always checks if the types are correct, plus never overwrite whole blocks, extends yours rather and such things can't happen. Wish you luck.
  9. Hi, i'm looking for the chinese official client (yitian2 - yt2.catv.net)
  10. You may missing your locale_interface.txt part GUILD_BANKINFO_CLOSE Close GUILD_BANKINFO_NAME Member GUILD_BANKINFO_TITLE Guild-stash log GUILD_BANKINFO_TYPE Item/Money GUILD_BANKINFO_USETYPE Action
  11. There was no leak since 2013, what got public in 2014. Every file that have new systems are costum made. People only able to check the official bin with assembler level analysing tools to see some code from clientside, like syntaxes and names. TLDR there is no 2020-2021 official file. If you need some costum "2020" go to other forum.
  12. Actually the Rain serverfile and the website is Hongkong, not China. They had their seperate server. The link what i gave is from DDMT2 (the first hungarian private server, still running on ddmt2.net btw) because i don't remember the official hongkong server's url. If you want chinese html and images you can find that too at the archive: [Hidden Content] (Use the timeline you can find newer and older, they changed their site quite frequently) Korean: [Hidden Content] Old Gameforge: [Hidden Content]
  13. There was no website what came with this file. You probably mean the old china website what got leaked too, sadly ~2 years ago i spent months to find it. You can guess, no luck. [Hidden Content] You can find here the images and pure html if you have time and knowledge to rebuild it.
  14. When i tried this client, a friend disabled hackshield in the bin with Ida Pro for me. Sadly he is inactive and i did not keep the bin. If you want to try a working old-timer server experience you better to take Rain serverfile and 2008 US client, they fit together. You should find both at this forum.
  15. You have some problem with g_offlineShopAdvertisementBoardDict. It can't iterate over the array. Open up your tutorial and look for it, maybe you missed it when you implemented the offshop since it's saying NoneType. If that's the case you missing this from the top of the file: g_offlineShopAdvertisementBoardDict = {}
  16. Metin2 Japan ("Crual War" by OG Entertainment) used the general logo. They closed pretty fast afaik. Here's their locale: [Hidden Content] (I don't have full client) Edit: I really miss these type of webpages
  17. Picture 1 is simple Ymir made lv80-90 armors in patch1.eix-epk Picture 2 is the black steel recolored for purple and with high specular. You probably want the old EYvil armor pack since you're talking about wings and so [Hidden Content] Keep in mind that the majority of the armors are created back in 2011, so a lots of IDs (msm, value3) will be conflicted with the new GayF costumes, so you can't just copy paste it, you have to use new unused ids. And no, i will not edit it for you to make it copy-pastable. My reccomendation is to check them with granny viewer and only add what you like, there are a lot of trash armors in it anyways.
  18. You may want to check uiscript/minimap.py since that's contains the visual.
  19. Use direct link like this with the id: [Hidden Content]
  20. That stuffs is from the actual 2004 (Korea) client originally. (Maybe he recreated them in 3D, idk) This client is from 2005 (China) despite the topic name, just check the file dates. 2004 Korean one is just gone, reduced to atoms. Many of us tried to look it for years. Only very limited people were able to play that beta, that's why no reupload just some picture.
  21. It is a standard python lib. Probably the client can run without it, but i would not delete it. Make a new patchlist, maybe it's wrong, also check if that pyc is not corrupted like 0kb.
  22. Reverse dump_proto: https://www23.zippyshare.com/v/NquCKv0u/file.html It converts client proto to server txt, not sql. If you want sql then enable once the txt proto and it will load to navicat then you can disable it again. No source, i probably downloaded it from here 6 years ago: Only working with basic protos from 40k, no sash, costume weapon, new pet etc.
×
×
  • 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.