Jump to content

Skylove

Members
  • Posts

    24
  • Joined

  • Last visited

  • Days Won

    8

Skylove last won the day on July 1

Skylove had the most liked content!

5 Followers

Recent Profile Visitors

1288 profile views

Skylove's Achievements

Poporing

Poporing (4/15)

  • Reacting Well
  • Collaborator
  • Conversation Starter
  • First Post
  • One Year In

Recent Badges

58

Reputation

1

Community Answers

  1. As shown on the screen, the fix files are clean, unpacked client files. You can apply WARP patches using these files, but some patches may not be supported. In such cases, you must modify the client manually — please do not contact me for support regarding this. Commercial use is strictly prohibited. Example:As of the 2023-10-xx client, WARP can no longer patch the clientinfo.xml file. You will need to modify it manually. Also, CPS is not included in clients released after 2024-05-16. In addition: 2023-12-06_Ragexe_1701399778_patched.exe (Restore clientinfo.xml, externalsettings Korea patch) — This file includes additional patches that I applied manually. 2025-05-08_Ragexe.exe and 2025-06-04_Ragexe.exe — These files have also been modified with additional patches and are distributed in a compressed state. They cannot be edited further.
  2. Hexadecimal = BB8 (Decimal = 3000) max 64000 = FA00
  3. I have updated it to be compatible with the latest rAthena version https://github.com/hiphop9/rathena20250614
  4. That item exists in iRO, so you need to extract it from iRO's data.grf file and add it to your client. Additionally, make sure to add the corresponding information in the item Lua files. Add it to either the data folder or your custom GRF file. data\sprite\아이템\death_bringer.act data\sprite\아이템\death_bringer.spr data\texture\유저인터페이스\collection\death_bringer.bmp data\texture\유저인터페이스\item\death_bringer.bmp --------------------------------------------------------------------------------- SystemEN\LuaFiles514\itemInfo.lua [450252] = { Server = "iRO", unidentifiedDisplayName = "Armor", unidentifiedResourceName = "????", unidentifiedDescriptionName = { "Unknown Item, can be identified by ^008080Magnifier^000000." }, identifiedDisplayName = "Death Bringer", identifiedResourceName = "Death_Bringer", identifiedDescriptionName = { "According to rumors of the kingdom of Rune Midgarts, those who see the armor will die.", "", "MaxHP + 10% , MaxSP + 10%", "Flee + 20 , ATK + 30 per 1 skill level of Cross Impact", "When physically attacking, increase damage to all race monsters by 7% per 1 skill level of Cross Ripper Slasher", "When Hallucination Walk Lv. 5 is learned, additional MaxHP + 25%, wearer is immune to knockback.", "When refined to +5 or higher, Perfect Hit + 25%", "When refined to +7 or higher, additional Perfect Hit + 25%", "Type : ^777777Armor^000000 Defense : ^777777100^000000", "Weight : ^777777100^000000", "Required Level : ^777777100^000000", "Class : ^777777All^000000" }, slotCount = 1, ClassNum = 0, costume = false }, death_bringer.act death_bringer.spr death_bringer.bmp death_bringer.bmp
  5. 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
  6. 9303.diff.txt
  7. I tested it with the latest rAthena version, and it works correctly. Are you perhaps using the 2025-05-08 client version?
  8. Download : 2025-04-16 kro (EN) 3.8GB https://drive.google.com/file/d/1hIczvHPMF19PvA2TsHDUR9Ms5eZxBq7u/view?usp=sharing
  9. ExtendCashShopPreview: This is the equipment preview feature for the Cash Shop. By default, the client’s Cash Shop does not apply equipped items, so it does not support equipment preview functionality within the Cash Shop. File: src\config\core.hpp /// Uncomment for use with Nemo patch ExtendCashShopPreview #define ENABLE_CASHSHOP_PREVIEW_PATCH If this feature is enabled, you must comment out the above line. To use this functionality, apply the appropriate patch using x32dbg.
  10. Please either remove the account number inside <admin></admin> in the clientinfo.xml file, or use a different account number. The account number inside <admin></admin> causes the character to appear with a GM (Game Master) appearance.
  11. https://www.inven.co.kr/board/ro/1951/6676
  12. 20231220+ CLIENT bodystylefix Source :https://github.com/AoShinRO/brHades/commit/1396b012600db9b0688f3cd3fdb9ac273d525bd0 20231220+ CLIENT bodystylefix.diff
×
×
  • Create New...