Jump to content

jchcc

Members
  • Posts

    37
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jchcc

  1. 1. conf/battle/client.conf save_body_style: no 2.re-create character, or set body column to 0 in sql table:char . 3.Don't use @bodystyle anymore.
  2. looks like your client looking for JRO costume sprites, did you use command @bodystyle in game to change body style? BTW, client ver. at least 2015-10-29aRagexe is required to support JRO costume
  3. Yes. Here is the codes for all tab's color (including equip & skill window), C6 45 D8 00 C7 45 D4 FF FF FF FF replace red segment with the color you want in Hex(R G B), and this is for Fav tab, C7 40 0C CE DE FF 00 8B 01
  4. The tabs are generated by hard-code in client, not a part of skin. The only way to customize these tabs is hex client and modify msgstringtable.txt .
  5. This is server-side not client-side, see rathena/db/re/item_noequip.txt
  6. Hex client, search: (2 results for 2 airlines) 84 C0 74 23 F3 0F 10 45 FC replace with: 84 C0 EB 23 F3 0F 10 45 FC
  7. This error causing by forgotten "," . Meaning the client didn't load new file you corrected, try rename as .lub , and replace the original one in: data\luafiles514\lua files\datainfo\
  8. For 20170614 & 20170514 client, you can try diff manually, BUTTON: CODE: status C7 45 A0 A8 00 00 00 equip C7 45 A4 AB 00 00 00 item C7 45 A8 AA 00 00 00 skill C7 45 AC AC 00 00 00 booking C7 45 B0 63 01 00 00 party C7 45 B4 AF 00 00 00 guild C7 45 B8 5D 01 00 00 battle C7 45 BC 60 01 00 00 quest C7 45 C0 51 01 00 00 map C7 45 C4 C3 00 00 00 navigation C7 45 C8 96 01 00 00 option C7 45 CC A9 00 00 00 bank C7 45 D0 B5 01 00 00 rec C7 45 D4 77 01 00 00 mail C7 45 D8 C4 01 00 00 achievement C7 45 DC C1 01 00 00 tip C7 45 E0 E8 01 00 00 shop C7 45 E4 E9 01 00 00 keyboard C7 45 E8 5A 01 00 00 sns C7 45 EC EF 01 00 00 search the code you want to hide, and replace last 4 hex with: F0 01 00 00
  9. There is no issue on the files. So, check your grf has hairstyle & palette files, diff with a clean client.
  10. or please send me the file. The first client I testing is 2017-05-17, and it work.
  11. Still get crash? or diff error? Please provide error message or pic.
  12. Hi, everyone. The reason 2017 client crash while hairstyle over 29 is the client fetching palette's file name from hard-code table instead of hairstyle IDs. Solution: replace Enable64kHairstyle.qs It work well with my 2017-06-14bRagexeRE & 2017-05-17aRagexeRE clients, and it should be fine with 2018's client.
×
×
  • Create New...