Jump to content

FelixBeta

Administrator
  • Posts

    108
  • Joined

  • Last visited

  • Days Won

    24

Posts posted by FelixBeta

  1. On 3/15/2026 at 10:37 PM, KarabasS said:

    Привет. Что то не могу понять, почему не работает, вроде уже гайды пересмотрел, видос посмотрел.
    Hi. I can't figure out why it's not working, and I've already reviewed the guides and watched the videos.

    Aborted cause of file missing: storecli.txt
    
    Fatal error: Uncaught TypeError: fclose(): supplied resource is not a valid stream resource in C:\xampp\htdocs\Parser-Eng\php2.8\store.php:25 Stack trace: #0 C:\xampp\htdocs\Parser-Eng\php2.8\store.php(25): fclose(Resource id #5) #1 {main} thrown in C:\xampp\htdocs\Parser-Eng\php2.8\store.php on line 25
    
    Warning: md5_file(C:\RF_Online\Parser\gu_in\Item.edf\19_UnitKeyItem\UnitFrame.txt): Failed to open stream: No such file or directory in C:\xampp\htdocs\Parser-Eng\php2.8\item.php on line 18
    MD5 hash is same. Skipped: 19_UnitKeyItem\19decrypt.txt
    
    Warning: md5_file(C:\RF_Online\Parser\gu_in\Item.edf\25_GuardTowerItem\GuardTowerItem.txt): Failed to open stream: No such file or directory in C:\xampp\htdocs\Parser-Eng\php2.8\item.php on line 109
    MD5 has is same. Skipped: 25_GuardTowerItem\25decrypt.txt
    
    Warning: md5_file(C:\RF_Online\Parser\gu_in\Item.edf\44_ItemMakeData\ItemMakeData.txt): Failed to open stream: No such file or directory in C:\xampp\htdocs\Parser-Eng\php2.8\item.php on line 210
    MD5 has is same. Skipped: 44_ItemMakeData\44decrypt.txt
    
    Warning: md5_file(C:\RF_Online\Parser\gu_in\Item.edf\45_ItemCombineData\ItemCombine.txt): Failed to open stream: No such file or directory in C:\xampp\htdocs\Parser-Eng\php2.8\item.php on line 337
    MD5 hash is same. Skipped: 45_ItemCombineData\45decrypt.txt
    Aborted cause of file missing: 0decrypt.txt

    Photo

    PHP 8.2.12 (cli) (built: Oct 24 2023 21:15:15) (ZTS Visual C++ 2019 x64)

    I changed php, but it still doesn't work.

    В шапке указана конкретная версия php и для удобства вебсервер с этой версией.

  2. 16 hours ago, rdias said:

    I'm using genuine Windows 11 and I didn't want to uninstall it; that would be the only problem.

    Works fine with that powershell fix. But you can install newer SQLs, you are not forced to use 2014, I just prefer it due to built in management tool and new ones comes with stand alone app which is bulky and freaky 😄

  3. as it says, iudcf01 does not exist (no one said you can remove default or hardcoded items from scripts)

  4. On 3/5/2026 at 4:10 PM, CB0479 said:
    Subject: Need help with Korean client compatibility (Win 11 Pro)
    Hello everyone, I’m a user from Korea.
    Thanks to the files and guides provided here, I have successfully set up a private server on Windows 11 Pro. Everything works great with the base files.
    However, I’m currently struggling to get the Korean version of the client to work. I’ve tried several different Korean client versions, but none of them have been successful so far.
    Could anyone give me a hint or a brief guide on how to make the server compatible with the Korean client? I would really appreciate any pointers.
    P.S. Please understand that I am using a translator to write this post as my English is not perfect. Thank you for your patience!
     

     

    Korean game client would require secure/module to work, or you can try to use en-gb with korean text and korean font (tho, you would need to hook that too)

  5. 19 hours ago, Haiken said:

    Any idea what is blocking me here ?

    Error:

     

    PS C:\Users\Micro\Downloads\Parser\php2.8> php store.php
    <head><meta charset="windows-1251"></head>
    Warning: fopen(C:\Users\Micro\Downloads\Parsergu_out\store.dat): failed to open stream: No such file or directory in C:\Users\Micro\Downloads\Parser\php2.8\store.php on line 9

    Warning: fclose(): supplied argument is not a valid stream resource in C:\Users\Micro\Downloads\Parser\php2.8\store.php on line 14
    Aborted cause of file missing: storecli.txt<br>
    Warning: fclose(): supplied argument is not a valid stream resource in C:\Users\Micro\Downloads\Parser\php2.8\store.php on line 25

    Warning: fopen(C:\Users\Micro\Downloads\Parsergu_out\en-gb\ndstore.dat): failed to open stream: No such file or directory in C:\Users\Micro\Downloads\Parser\php2.8\store.php on line 28
    Aborted cause of file missing: ndstore.txt<br>
    Warning: fclose(): supplied argument is not a valid stream resource in C:\Users\Micro\Downloads\Parser\php2.8\store.php on line 42
    <br>Script finished

    Looks like you didn't add a slash in path:

    C:\Users\Micro\Downloads\Parsergu_out\store.dat  "Parsergu_out" very wrong, should be "Parser\gu_out"

  6. Annoyed by .rep file editing so updated spr tool. Now you can just convert spr to get dds and dat file, then open dat file with notepad++ and edit what you need, sizes are auto-calculated.

    Basic usage:

    1. To unpack, simply drag and drop your file.spr file onto the executable. You will result with a dds files and dat file that can be edited in Notepad++.
    2. To repack, drag and drop your file.dat file onto the executable to create an file.spr file.

    Download:

    https://www.mediafire.com/file/ozgp89o5unih178/SPRTool.exe/file

×
×
  • Create New...