Jump to content

dark elf

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by dark elf

  1. pc.cpp +#if PACKETVER >= 20231220 + sd->status.body = job; +#else sd->status.body = 0; - clif_changelook(&sd->bl,LOOK_BODY2,0); +#endif + clif_changelook(&sd->bl,LOOK_BODY2,sd->status.body); Check this part!! It seems like everyone is talking about it but leaving out one important detail! https://github.com/Jhonvaliense/ROClient_en/blob/main/20231220%2B CLIENT bodystylefix.diff
  2. There are many features in this public repository that aren't implemented in rAthena. I'm really thankful! https://github.com/AoShinRO/brHades
  3. https://github.com/Jhonvaliense/ROClient_en/blob/main/20231220%2B CLIENT bodystylefix.diff I applied the diff patch from here, and it seems to be working well! I noticed that there are differences in the pc.cpp file.
×
×
  • Create New...