zackdreaver / ROenglishRE

An unofficial english translation project for Korea Ragnarok Online (kRO).
144 stars 173 forks source link

open windows skill, client crash using 2018-06-21 #53

Closed hendra814 closed 5 years ago

hendra814 commented 5 years ago

using client 20180621 client always got crash when open windows skill.

zackdreaver commented 5 years ago

As I said in another issue page, I'll only give support for 2018 client when rA developer provide the clients, not from another emulator site or some random user that release it. https://rathena.org/board/topic/86650-officially-supported-client-versions/

until then, please enjoy the current stable client that this project supported.

hendra814 commented 5 years ago

Hi Zack it's me again. i found the problem for client 2018-06-xx and above the problem from data\luafiles514\lua files\skillinfoz\skilltreeview.lub missing this part at the bottom of script

JobSkillTab.ChangeSkillTabName(JOBID.JT_NOVICE, "Novice-1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_NINJA, "1st Ex", "Top Ex") JobSkillTab.ChangeSkillTabName(JOBID.JT_GUNSLINGER, "1st Ex", "Top Ex") JobSkillTab.ChangeSkillTabName(JOBID.JT_SUPERNOVICE, "1st Ex", "Top Ex") JobSkillTab.ChangeSkillTabName(JOBID.JT_TAEKWON, "1st Ex", "2nd Ex", "Top Ex") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR, "1st Ex", "2nd Ex", "Top Ex") JobSkillTab.ChangeSkillTabName(JOBID.JT_LINKER, "1st Ex", "2nd Ex", "Top Ex") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR2, "1st Ex", "2nd Ex", "Top Ex") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER, "Summoner") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER_B, "Summoner")

i already test it and compare it with Kro rdata.grf file hope this help you and help another