Jump to content

jchcc

Members
  • Posts

    37
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by jchcc

  1. 30 minutes ago, cadusantos said:

     

    The error persists, so how could you help me by giving me a link where I can download a complete and error-free client from hexed 2014-10-22? or would you have a patch running without errors? or where I can find several clients with their dates, as I do not know how to look for it.

     

    
    How can I solve this mistake?

    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. 1 hour ago, cadusantos said:

     

    I'm having an error in my patch, however I'm not sure how to fix or search for files to fix, I wonder if anyone would know how I can is giving solution to this error.

     

     

    My client is 2014-10-22

    Image link --> Click Here

     

    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. 28 minutes ago, Echoes said:

    Ah, ok..

    May I ask then, the color of your tabs is because of hex the client?

    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

     

    • Upvote 1
  4. On 7/31/2018 at 8:55 AM, hadie said:

    Hi rAthena...

    can i know it possible to remove the airplane route draft on world map like on the picture i attach?

    if can where can i disable it?

     

    screenMolly002.jpg

     

    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

     

     

  5. On 8/21/2018 at 6:25 AM, Evrard said:

    Screenshot_12.png.8b179171b56a6ac2abcb8fb04154c8d4.pngScreenshot_13.png.17c1a378178a999f6214257af3bbddf8.png

     

    Still the same errors ???

    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\

     

  6. On 7/17/2018 at 9:48 PM, Yuna said:

    Looking for the same thing. Can anyone guide us with the hex code?

    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

×
×
  • Create New...