Jump to content

hendra814

Members
  • Posts

    1305
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by hendra814

  1. 7 hours ago, Santheus said:

     

    Data folder is prioritized first before any grf files. But I think all clients do that.

    So that means you can create the same folder hierarchies that exist in GRF files.

    They will overwrite the same files that exist in your GRF files, since the client

    prioritizes data folder over grf files, meaning the client ignores reading duplicates

    of files if they are already loaded onto memory from the data folder.

     

    You can do your modding safer here, instead of recompiling GRF files again and again.

    Once you confirm there are no errors, that's the time you insert them into your modded GRF.

    thanks for this information, extract from data.grf to data folder, now the error already solved.

  2. 9 hours ago, Santheus said:

    en.grf only contains translation files, your data.grf file should be working by default, unless you modified it or used a different data.grf file one other than the one provided official kRO client.

    The errors you're displaying point to files that should be contained inside data.grf, but are missing. Please do not modify files unless you know what you are doing.

    en.grf modified for my custom map, i'm not touch data.grf.

    btw this new client read data folder first or read grf first?

  3. On 6/7/2025 at 5:32 PM, Santheus said:

     

    If you are referring to client version 2025-05-08, then yes I can confirm Cash Shop Preview is working by default here, no need to to patch

     

    @Skylove I just noticed that for client version 2025-05-08, the viewID  limit extension patch for Headgears  does not appear in WARP. 

    Is there a way to manually extend the values from 3K (Default) to a maximum of 64K 

    image.png.e476b3f9030edf6b9d57ad7e6b363a08.png

     

    For client version 2025-03-19, the option does appear

    image.png.7e0ef813e2a79e611d32ebe0dbea4243.png

    thanks, but when try the client getting error lua files, is it still used en.grf or using new grf file?

    image.png.b41f037ec99e5b71edb4220d48c19b2b.png

    image.png.6afee281f40485646fbd2960d406ba3e.png

  4. On 6/6/2025 at 8:00 AM, Skylove said:

    Disable GM sprite
     - hex  Search for:
    C4 04 84 C0 0F 84  C3 00 00 00
    Two matches 

    For both occurrences, replace with:
    C4 04 84 C0 90 E9 C3 00 00 00

     
    Restore model culling

    hex Search for:
    80 BE 54 01 00 00 01

    You will find two matches. In both cases, look at the following bytes:

    • 80 BE 54 01 00 00 01 75 1D

    • 80 BE 54 01 00 00 01 75 45

    Replace the 75 1D and 75 45 parts with 90 90

    new client is it already patch for enable preview cash shop?

    for new latest rathena got conflit at clif.cpp and status.cpp are you have the update or i can use with rathena latest version?

  5. On 6/6/2025 at 8:00 AM, Skylove said:

    Disable GM sprite
     - hex  Search for:
    C4 04 84 C0 0F 84  C3 00 00 00
    Two matches 

    For both occurrences, replace with:
    C4 04 84 C0 90 E9 C3 00 00 00

     
    Restore model culling

    hex Search for:
    80 BE 54 01 00 00 01

    You will find two matches. In both cases, look at the following bytes:

    • 80 BE 54 01 00 00 01 75 1D

    • 80 BE 54 01 00 00 01 75 45

    Replace the 75 1D and 75 45 parts with 90 90

    new client is it already patch for enable extend preview cash shop?

  6. 2 hours ago, Brynner said:

    try to replace the 

    clif_changelook(&sd->bl,LOOK_BODY2,sd->status.body); 

    with

    clif_changelook(sd,LOOK_BODY2,sd->status.body);

     

    Thanks @Brynner, it's solved my issue.

  7. On 5/11/2025 at 5:42 PM, hendra814 said:

    how about custom items, which item info files should be used?

    currently already update at iteminfo_C.lua

    but item image not appear.

    screenrAthena000.thumb.jpg.7dad239180e158b5eaef1ef1c2010b96.jpg

    screenrAthena001.thumb.jpg.aedb133e4de63471ee67fea26c9ce33f.jpg

    when use or click the item, it's show this pop up error

    image.png.e96f20e82cae9032afada0c846ca6f46.png

    image.png.02997186fb07b6204a1bd0c8ac27a44d.png

    anyone can share the files?

    For this issue already solve by transfer all files from my custom grf into en.grf

    don't know why my custom grf file can't be read for this client.

  8. 1 hour ago, amm0nition said:

    This error is saying that your client is unable to find said files in the GRF. Are you sure that you have those files in your GRF? If you have a second GRF for those custom files, then make sure its name is inside DATA.ini so the client will read it.

    yes, because my custom GRF already put in DATA.ini, put in same folder as the client and working for 2021 client.

  9. how about custom items, which item info files should be used?

    currently already update at iteminfo_C.lua

    but item image not appear.

    screenrAthena000.thumb.jpg.7dad239180e158b5eaef1ef1c2010b96.jpg

    screenrAthena001.thumb.jpg.aedb133e4de63471ee67fea26c9ce33f.jpg

    when use or click the item, it's show this pop up error

    image.png.e96f20e82cae9032afada0c846ca6f46.png

    image.png.02997186fb07b6204a1bd0c8ac27a44d.png

    anyone can share the files?

  10. 17 hours ago, Santheus said:

    Yes, I noticed the the small differences in the pc.cpp file as well

    So I recompiled the src after manually DIFFing from that blob by Jhonvaliense, and everything works fine now

     

    Everything is working as intended now after I DIFFed everything from Jhonvaliense's blob

     

    @Everyone

    For anyone recompiling in the future

    Please do not use the commit here:

    https://github.com/AoShinRO/brHades/commit/1396b012600db9b0688f3cd3fdb9ac273d525bd0#diff-16a6f317c581ce365a41a9846cf48dc45c8d6ac0256a7c45849e6e1b37100ecdR13025-R13037

     

    Please use this one instead:

    https://github.com/Jhonvaliense/ROClient_en/blob/main/20231220%2B CLIENT bodystylefix.diff

     

    They are functionally almost the same commit. but there are small differences in the pc.cpp file as mentioned by dark elf

     

    Thank you dark elf and amm0nition 

     

     

     

     

    how to change old char sprite into the correct job? create new char already can use the correct sprite job.

    image.thumb.png.f47f4cc8b7549e7d2702d57caae79a99.png

  11. On 5/4/2025 at 7:06 AM, Skylove said:

     

    Download x64dbg from:
    https://x64dbg.com/

    1. Run x32dbg as Administrator.

    2. Load the 2025-03-19 client in x32dbg.

    3. In x32dbg, go to the Patch menu (Shortcut: Ctrl + P).

    4. Click Import, then load the downloaded patch file ExtendCashShopPreview.1337.

    5. Choose Patch File to create a new patched client!

    video :  https://drive.google.com/file/d/1gjFYTEHKpUnUA-gbThLNOKlIVxZSj0zY/view?usp=drive_link

     

    please help

    need permission to see the video, i'm have issue like this

    image.png.c661863193575af22bad86417974e5dc.png

×
×
  • Create New...