Jump to content

Helia01

Active Member
  • Posts

    217
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    100%

Everything posted by Helia01

  1. M2 Download Center Download Here ( Internal ) Hey today i will show you my new tool. This tool will help you find duplicate files in the client. At the moment, this tool does not support automatic correction of duplicates, but if the community is interested, then I will try to implement this. File uniqueness is verified through the md5 algorithm. Thus, we can see duplicate files by their contents, and not by name. P.S The idea behind this tool belongs to Kori. DOWNLOAD ver. 1.0.0.0 VT
  2. yeah rename file item_desc.txt to item_list.txt and try. I will fix it later. (in next version).
  3. Check GF ItemList (LastVersion) 1.8k Duplicate string
  4. M2 Download Center Download Here ( Internal 1100 ) Download Here ( Internal 1000 ) Hey M2DEV today i will show you my pu.. oops... My program. This tool will allow you to fix your: ItemList file. before: 1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 71243 ETC icon/item/71243.tga 71243 ETC icon/item/71243.tga 71243 ETC icon/item/71243.tga 71243 ETC icon/item/71243.tga 71243 ETC icon/item/71243.tga 76051 ETC icon/item/72321.tga 76052 ETC season1/icon/item/72701.tga 76053 ETC icon/item/70002.tga 76054 ETC icon/item/71011.tga 53576 ETC icon/item/53501.tga 53577 ETC icon/item/53501.tga after: 1 ETC icon/item/money.tga d:/ymir work/item/etc/money.gr2 10 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 11 WEAPON icon/item/00010.tga d:/ymir work/item/weapon/00010.gr2 53576 ETC icon/item/53501.tga 53577 ETC icon/item/53501.tga 71243 ETC icon/item/71243.tga 76051 ETC icon/item/72321.tga 76052 ETC season1/icon/item/72701.tga 76053 ETC icon/item/70002.tga 76054 ETC icon/item/71011.tga DOWNLOAD ver. 1.1.0.0 VT Q: What's new in version 1.1.0.0? A: 1. Now tool use drag and drop. 2. Support other files (struct: int[tab]..some) like item_desc.txt and etc... 3. Now you can drag and drop and fix over more 1 file at a time. 4. Duplicate count is displayed now Old version here
  5. RLY??? CHECK F?CKING FILE: locale/turkey/special_item_group.txt
  6. Nice, but what should I do if I don't have chrome?
  7. UPDATE account.account SET status = "MAINTENANCE" WHERE login NOT IN (SELECT mAccount FROM common.gmlist) AND status NOT LIKE "BLOCK"; UPDATE account.account SET status = "OK" WHERE status NOT LIKE "BLOCK"; try this.
  8. Just open: root->intrologin.py #find this "BLOCK" : localeInfo.LOGIN_FAILURE_BLOCK_ID, #and add this after "MAINTENANCE" : localeInfo.LOGIN_FAILURE_MAINTENANCE, and add this into your locale: locale_game.txt LOGIN_FAILURE_MAINTENANCE Server maintenance is in progress. Open Navicat press F5 (open Console and RUN this SQL command): ALTER TABLE account.account MODIFY COLUMN status varchar(11) NOT NULL; Now You must do this SQL command for maintenance: UPDATE account.account SET status = "MAINTENANCE" WHERE login NOT IN (SELECT mAccount FROM common.gmlist); AFTER MAINTENANCE RUN THIS SQL: UPDATE account.account SET status = "OK"; Enjoy! ?
  9. It's very simplest idea :3 work well if used along with fix python injection (mode python27.dll file) & check md5 (client files).
  10. My tool is looking for the key for all the lines in the file, as far as I know the same plug-in compare in notepad ++ does a simple string comparison. For Example (MY TOOL) VS (SHIT NOTEPAD++)
  11. M2 Download Center Download Here ( Internal ) Hi, today I want to show you a tool for comparing files such as: locale_game.txt locale_interface.txt item_names mob_names and etc... Struct KEY[TAB]VALUE DOWNLOAD VT
  12. check Frozen message. and compile BIN in NOT DEBUG mode.
  13. Hey 1. ENABLE VT-V/AMD-V (BIOS) 2. DISABLE HYPER-V (WINDOWS) - Because it’s a peace of shit 3. Enjoy
  14. It’s easy fix. check event on button and add this part in c++ client source.
  15. ahahahahahah I live in Russia, recently wanted to open a server, now we will think what to do next ... Maybe it will not affect us? (GTranslate ?).
  16. item_names.txt (all countries without mother russia ?) please don't replace (just copy and past some parts). Patch v19.3.6 Download
×
×
  • 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.