Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. have u tried restart the server ? or any logs when u reload it ? because it might be not reading it since u said nothing changed.
  3. I can't reach the character select screen, only server select. Anyone encountered the same issue and got through?
  4. Would be doable if the "custom job" patch was still usable for diffing. I tried using the stylist before since the stylistUI can somewhat recognize the alternate outfits but its an unsupported package that just dc'd you when you try to use that. so maybe someone can get that package to work in the future.
  5. Today
  6. I was about to ask this, too. I don't know any patches that allow alternate class sprites as of now. Judging from how the new bodystyle system. It's either that they add another table to allow alt sprites, or give the alt sprites their own ID for bodystyle. We'll have to see if someone makes a patch for it.
  7. So on a different now, seeing as bodystyle now uses that as a way to show your current job. is there a new way to use the alternate costumes? for example the JPN versions of 3rd jobs?
  8. 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: https://github.com/AoShinRO/brHades/commit/1396b012600db9b0688f3cd3fdb9ac273d525bd0#diff-16a6f317c581ce365a41a9846cf48dc45c8d6ac0256a7c45849e6e1b37100ecdR13025-R13037 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
  9. 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
  10. Hello everyone! I go by the name Admin Read: Кракен – это универсальный онлайн-магазин, предоставляющий покупателям доступ к уникальным товарам со всего мира. Kraken предлагает выбор товаров для всех: от современных аксессуаров до уникальных предметов коллекционирования. Также важно отметить, кракен даркнет ссылка гарантирует удобство покупок, предлагая безопасные транзакции и защиту клиента. Платформа kraken market зеркала ежедневно радует пользователей новыми акциями и выгодными скидками. Начните пользоваться преимуществами удобного и выгодного шопинга с кракен прямо сейчас.
  11. Anyone can help me adding item reform? editing item_reform.yml seems not working
  12. Yes, I hope that rAthena will also implement this relatively soon. The automated translation alone is interesting.
  13. Hey there, everyone! The name's Admin Read: Товары всех категорий, включая бытовую технику и коллекционные вещи, доступны на Кракен. Благодаря удобному интерфейсу легко находить нужное, а скидки делают покупки ещё более выгодными. Не лишним будет добавить, что kra com заслуживает доверие благодаря своей системе защиты покупателей. Вот почему миллионы покупателей доверяют kraken даркнет.
  14. There are many features in this public repository that aren't implemented in rAthena. I'm really thankful! https://github.com/AoShinRO/brHades
  15. Hello everyone! I go by the name Admin Read: Кракен – это идеальное место для покупок на все случаи жизни. На платформе kra 29 at вы можете легко найти одежду, технику или идеальный подарок. Платформа предлагает выгодные условия и отличное качество обслуживания. Попробуйте как зайти на кракен и оцените удобство современных онлайн-покупок.
  16. HxD is enough for this kind of hex editing
  17. Now then, are you sure that you've properly patched your src files?
  18. Running this query did fix the problem temporarily. However, when I executed @jobchange commands again the same problem persisted EDIT: (defaulting to novice sprite, or sometimes swordsman)
  19. Another question, can someone recommend a hex editor?
  20. i've edited some other skills before that so if i do that then it'll revert the other skills back to normal and it was a lot
  21. Hi! The enchant grade system doesn't work. The Etel shop is working fine, and the enchant grade UI is showing up. However, when I try to drag an item, it crashes and automatically closed the client. I am using 20220406 client and running on renewal server. (all files actually came from Froggo RO folder). untouched "enchantgrade.txt" from "npc/re/merchants/" untouched "enchantgrade.yml" from "db/re/' Can anyone help me with these? Thank you in advance. enchantgrade.txt enchantgrade.yml
  22. Hello community, I'm looking for a change in the source to hide the mounts and carts
  23. That is because the client now uses bodystyle to display job sprites instead of job. Run a query script in your database table "char" to copy the job column into the body column. Before 2023 clients, bodystyle's only used up to value 1 for alternate costumes. Now they can be filled with whatever the job ID and the sprite will display that. Your previous chars were still using bodystyle 0 or 1 -- which are Sprite ID of Novice and Swordsman UPDATE `char` SET body = class; Run this in query.
  24. 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.
  25. Yesterday
  26. I didn’t add any effects or anything, I simply cloned the repository of rAthena, made the basic settings, compiled and started the server and get these errors in the console. *Apparently the error is only generated in staff account.
  1. Load more activity
×
×
  • Create New...