-
Posts
1305 -
Joined
-
Last visited
-
Days Won
17
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by hendra814
-
-
update, i can't rung client 2025-05-08 and 2025-06-05
always get block/quarantine by avast anti virus even already exception the file and folder
-
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.
-
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?
-
-
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
For client version 2025-03-19, the option does appear
thanks, but when try the client getting error lua files, is it still used en.grf or using new grf file?
-
On 6/6/2025 at 8:00 AM, Skylove said:
Disable GM sprite
- hex Search for:
C4 04 84 C0
0F 84C3 00 00 00
Two matchesFor both occurrences, replace with:
C4 04 84 C0
90 E9C3 00 00 00
Restore model cullinghex 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
and75 45
parts with 90 90new 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?
-
-
On 6/6/2025 at 8:00 AM, Skylove said:
Disable GM sprite
- hex Search for:
C4 04 84 C0
0F 84C3 00 00 00
Two matchesFor both occurrences, replace with:
C4 04 84 C0
90 E9C3 00 00 00
Restore model cullinghex 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
and75 45
parts with 90 90new client is it already patch for enable extend preview cash shop?
-
-
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.
-
-
6 hours ago, dudol said:
im using prerenewal.
you must use pre renewal translation for system folder.
-
1
-
-
On 5/11/2025 at 5:42 PM, hendra814 said:
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.
-
-
9 hours ago, dudol said:
Hi guys do you have this script? i keep looking around but there is no release script.
https://www.youtube.com/watch?v=DAQuroEG6zU
try check this R> monster vs monster - Script Requests - rAthena
-
1
-
-
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.
-
45 minutes ago, Chaos92 said:
Most probably your encoding or anything related to iteminfo for that custom item. recheck. make sure its exactly the same name as the sprite should be.
If its equipments maybe can try https://x-files.amirazman.my/customfilegenerator/ or can also use that for others just need to modify some parts.using 2021 client works fine.
Here's my custom iteminfo could you please help to check
-
-
-
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:
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.
-
-
On 5/4/2025 at 7:06 AM, Skylove said:
Download x64dbg from:
https://x64dbg.com/-
Run x32dbg as Administrator.
-
Load the 2025-03-19 client in x32dbg.
-
In x32dbg, go to the Patch menu (Shortcut: Ctrl + P).
-
Click Import, then load the downloaded patch file ExtendCashShopPreview.1337.
-
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
-
-
On 5/1/2025 at 8:27 PM, Skylove said:
20231220+ CLIENT bodystylefix Source :https://github.com/AoShinRO/brHades/commit/1396b012600db9b0688f3cd3fdb9ac273d525bd0
20231220+ CLIENT bodystylefix.difffailed when apply the patch
-
7 hours ago, Akbare-2nd said:
Thanks bro @Akbare-2nd
-
Using lastest KRO but missing this file, can some one share the file
-
22 minutes ago, ADMSarah said:
What's up! ADMSarah here if you still remember xD
yes sure, how about your server now?
2025-06-04kro (en)
in Client Releases
Posted · Edited by hendra814
update, i can't run client 2025-05-08 and 2025-06-05
always get block/quarantine by avast anti virus even already exception the file and folder