Jump to content

Functor

Members
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Functor

  1. Hello! You should download file "connect_log.mix", copy to game folder and try to connect. https://mega.nz/#!lI90TTxI!6l2xp20o9gdDrpsKBohMaR46PZqMtHosYSWLlK5kO88 Module will create file "connect_log.txt" with IP and port which game use for connection. You should compare it with IP and port of your login server. If everything is OK, you should check possibility to connect to your server here: http://ping.eu/port-chk/
  2. Hello! Do you use GRF Editor for encryption of GRFs?
  3. You can modify it by using any HEX editor. offset 220B13 change 68 9B 00 00 00 8B CF E8 01 8A FF FF to E9 1E 18 49 00 8B CF E8 01 8A FF FF offset 6B232F change E9 13 18 EE FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 to E9 13 18 EE FF 00 00 8B 87 98 01 00 00 83 F8 00 0F 85 CE E9 B6 FF 68 9B 00 00 00 E9 C9 E7 B6 FF
  4. Need to edit EXE. But it is not fixing few bytes. So, nobody will work on it.
  5. For not patched 2017-06-14bRagexeRE offset 5B129F change 75 to EBoffset 5B135D change 0F 85 3C BF FF FF to 90 90 90 90 90 90
  6. You have to patch EXE by using NEMO and then apply my patches. NEMO shifts sections.
  7. Sure. Thanks You should upload your EXE to the file hosting and post a link.
  8. @bewfbi It is for 2017-06-14 offset 5B229F change 75 to EB offset 5B235D change 0F 85 3C BF FF FF to 90 90 90 90 90 90 You should press "Ctrl+G" and enter offset to find bytes which you need to change.
  9. Hello! At the beginning of March I am going to release new version of Gepard Shield. I want to update splash screen image. So, I decided to make competition with money prizes. 1 place = 60$ 2 place = 40$ 3 place = 20$ I will pay it by using PayPal. Anybody may take part in the competition. At the end of February I will create voting topic to define the winners. You can update current splash screen image or create 1-2 new images. It has to be image in PNG format with progress bar line and text "Gepard Shield". It is preferable to make splash screen image with contour transparency. You can check current one: https://mega.nz/#!UBcQFSKD!hyZ4guBg57w8YBW1PEDY848b3OoV8C8z2iSL3Qzc8oE Please, send your work to me by using PM. Thanks!
  10. You can change it by using any HEX editor. // 2015-11-04aRagexe 4B51CE change 6A FF 6A 00 50 8D 4D D8 E8 85 B8 B7 FF to 90 90 90 90 90 90 90 90 90 90 90 90 90 4B5291 change 6A FF 6A 00 50 8D 4D D8 E8 C2 B7 B7 FF to 90 90 90 90 90 90 90 90 90 90 90 90 90 6FAFB0 change 20 28 00 00 5B 20 54 6F 20 00 00 00 29 20 5D 20 3A 20 to 20 00 00 00 5B 20 54 6F 20 00 00 00 5D 20 3A 20 00 00 // 2016-02-03aRagexeRE 4D209E change 6A FF 6A 00 50 8D 4D D8 E8 95 08 B6 FF to 90 90 90 90 90 90 90 90 90 90 90 90 90 4D2161 change 6A FF 6A 00 50 8D 4D D8 E8 D2 07 B6 FF to 90 90 90 90 90 90 90 90 90 90 90 90 90 71D994 change 20 28 00 00 5B 20 54 6F 20 00 00 00 29 20 5D 20 3A 20 to 20 00 00 00 5B 20 54 6F 20 00 00 00 5D 20 3A 20 00 00
  11. @Secrets Script for patches Extend Chat Box, Extend Chat Room Box, ExtendPMBox has bug. It causes random crashes after map loading for new EXEs. I fixed it. You can add it to your fork of NEMO. https://mega.nz/#!cctGiToD!pxeNHeixkLqhTbPE61Dh-YC_MEouetCOerUBHvy0lgQ
  12. Try to install "Microsoft Visual C++ 2017 Redistributable - x86" https://go.microsoft.com/fwlink/?LinkId=746571 If it will not help, you should upload your "map-server.exe" to file hosting and send me a link.
  13. Hello! Can you tell where I can download it for testing?
  14. Hello! 1 screenshot: 2 screenshot: You can find this string by searching bytes in hex editor: C0 FC C0 E5 00 00 00 00 This check box enable/disable BattleField icon. P.S. Your string has to be not longer than 8 symbols with null terminator. If you want to use longer string, you need to find free space in binary file for it and fix address of string in code.
  15. offset 5DEF4D change 0F 85 0B BE FF FF to 90 90 90 90 90 90
  16. Try to change it in hex editor: offset 5DEE8F change 75 to EB
  17. Send me link to the lite patch and account for testing. I'll check it when I have free time.
  18. https://rathena.org/board/topic/113769-bug-that-me-crash/
  19. Hello! So, upload your EXE.
  20. https://mega.nz/#!hAU0TawL!BsVPI1mJ3Obg2QXlr8lECcHfibPMHoKR3QP1mFIDuHA
  21. Hello! You can block it on the server side. Open ../src/map/clif.c and in the function clif_process_message after: if (sd->sc.cant.chat) return false; //no "chatting" while muted. add: if (strstr(out_message, "<ITEM>") != NULL && strchr(out_message, '%') != NULL) { return false; } Recompile the server. ;-)
  22. You can use any online calculator to get MD5 hash. Just type "File hash online calculator md5" in Google.
×
×
  • Create New...