luizragna Posted October 15, 2018 Share Posted October 15, 2018 Hello, guys...someone can help me? I'm using 2018-06-20RagexeRE Quote Link to comment Share on other sites More sharing options...
2 MathReaper Posted October 15, 2018 Share Posted October 15, 2018 Go to the GRF with your translations and go to that path: [GRF]/data/luafiles514/lua files/skillinfoz/SkillTreeView.lub Find something like this: JobSkillTab.ChangeSkillTabName(JOBID.JT_NOVICE, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_NINJA, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_GUNSLINGER, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_SUPERNOVICE, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_TAEKWON, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_LINKER, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR2, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER, "Summoner") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER_B, "Summoner") Rewrite the string as you want. 1 1 Quote Link to comment Share on other sites More sharing options...
0 Balfear Posted October 15, 2018 Share Posted October 15, 2018 (edited) 51 minutes ago, luizragna said: Hello, guys...someone can help me? I'm using 2018-06-20RagexeRE Lines to change 1379, 1380, 1396.https://github.com/zackdreaver/ROenglishRE/blob/master/data/msgstringtable.txt If you need bRo msgstringtable.txt. Or you can put it in your main grf > data\msgstringtable.txt Edited October 15, 2018 by Balfear 1 Quote Link to comment Share on other sites More sharing options...
0 luizragna Posted October 15, 2018 Author Share Posted October 15, 2018 I already using msgtringtable, and diff Read msgstringtable.txt but, the problem continue Quote Link to comment Share on other sites More sharing options...
0 luizragna Posted October 15, 2018 Author Share Posted October 15, 2018 15 minutes ago, MathReaper said: Go to the GRF with your translations and go to that path: [GRF]/data/luafiles514/lua files/skillinfoz/SkillTreeView.lub Find something like this: JobSkillTab.ChangeSkillTabName(JOBID.JT_NOVICE, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_NINJA, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_GUNSLINGER, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_SUPERNOVICE, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_TAEKWON, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_LINKER, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR2, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER, "Summoner") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER_B, "Summoner") Rewrite the string as you want. Thanks!! Solved my problem!! Quote Link to comment Share on other sites More sharing options...
Hello, guys...someone can help me?
I'm using 2018-06-20RagexeRE
Link to comment
Share on other sites