Jump to content

Chaos92

Members
  • Posts

    1550
  • Joined

  • Last visited

  • Days Won

    36

Chaos92 last won the day on May 7

Chaos92 had the most liked content!

About Chaos92

  • Birthday December 2

Profile Information

  • Gender
    Not Telling
  • Location
    Malaysia
  • Server
    Reunite RO
  • Github: reunite-ro
  • Discord: Chaos92#8126
  • Interests
    In learning.

Contact Methods

Recent Profile Visitors

11095 profile views

Chaos92's Achievements

  1. change the location doesnt duplicate it. just change the location of the item only in equipments.
  2. just change the location in itemdb
  3. Hello, you didnt use the jobmaster from rathena ? https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt There is this part .LastJob = true; // Enforce linear class changes? it is enforce as default linear class changes.
  4. jobdb is readed as it should be or not ? @job anything does it gives you the skills ? You client seems new compare to released one so I dont know if there is related issue about that. How about use the clean one before u change any files.
  5. that is just a warning. issues has been created here : https://github.com/rathena/rathena/issues/8177.
  6. First, you need to enable and add the jobs that can access that level in db/import https://raw.githubusercontent.com/rathena/rathena/master/db/import-tmpl/job_stats.yml. Also, maybe the statpoint for it if you want to add more in statpoint.yml https://github.com/rathena/rathena/blob/master/db/import-tmpl/statpoint.yml or follow in db prere or re and add more. Thinking to add generator for this but im still didnt have much time to do it for now.
  7. What does it shows when you click the ! button ?
  8. I think its from this line : https://github.com/rathena/rathena/blob/master/src/map/skill.cpp#L15154C7-L15154C20 case BA_POEMBRAGI: val1 = 3 * skill_lv + status->dex / 10; // Casting time reduction //For some reason at level 10 the base delay reduction is 50%. val2 = (skill_lv < 10 ? 3 * skill_lv : 50) + status->int_ / 5; // After-cast delay reduction if (sd) { val1 += pc_checkskill(sd, BA_MUSICALLESSON); val2 += 2 * pc_checkskill(sd, BA_MUSICALLESSON); } break; Maybe you can change the formula then depends on your needs. if you want to remove the casting time reduction, maybe make the val1 value is 0.
  9. its because in latest client, they remove most of the blank minimap and the client should read exceptionminimapnametable.txt (which have the list of all the exception map name), but it seems like the client isnt reading that. If checking using hex editor, it have that txt content but still, I dont know why its not read by the client at all. Let me know if you have some maps that are still have that issue, since I might missed any and I want to update that GRF too.
  10. To be honest ive upload it before but being rejected because of some reason. You can use this2023kro-minimap.grf
  11. what is your clientdate ?
  12. since u said pre-re defense but in renewal, with original file its not possible because the def is difference. For example cotton shirt in pre-re def=1 but in renewal def=10. Theres no problem to load all the maps since that is client side. even with pre-re setting should can access renewal maps as long as the client support it. And theres a lot of items with different effect in pre-re and re. In renewal there is rebalance and so much more, so its already different compare to pre-re which is already stopped long time ago. If you asked is it possible, should be. But with more works, more time, more headache, etc.
×
×
  • Create New...