Grim Posted January 26, 2019 Share Posted January 26, 2019 Good day, I just want to ask how will I remove doram on the character creation, I'm using 2018-06-20 Client. I tried using NEMO the disable doram patch only works on 2017 Client but not 2018. Quote Link to comment Share on other sites More sharing options...
2 Haikenz Posted January 26, 2019 Share Posted January 26, 2019 14 minutes ago, Functor said: Hello! You can disable it by using any HEX editor. search: 68 CA 00 00 00 6A 15 8B CE change to: 68 00 02 00 00 6A 15 8B CE You do not need this ... it can be turned off easily in the lua files in: data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub MakeableRace = { Doram = true } change to: MakeableRace = { Doram = false } 5 1 1 Quote Link to comment Share on other sites More sharing options...
1 Functor Posted January 26, 2019 Share Posted January 26, 2019 Hello! You can disable it by using any HEX editor. search: 68 CA 00 00 00 6A 15 8B CE change to: 68 00 02 00 00 6A 15 8B CE 4 1 Quote Link to comment Share on other sites More sharing options...
1 WhiteEagle Posted September 13, 2020 Share Posted September 13, 2020 If you want to be on the safe side, don't forget to change this to char_athena.conf. // Restrict certain class from being created. (Only functional on 20151001aRagexe or later) // 0: No character creation is allowed // 1: Only novice is allowed to be created (pre-renewal default) // 2: Only summoner is allowed to be created // 3: Both novice and summoner can be created (renewal default) // Uncomment to customize the restriction //allowed_job_flag: 1 1 1 Quote Link to comment Share on other sites More sharing options...
0 sakang Posted September 13, 2020 Share Posted September 13, 2020 (edited) On 1/27/2019 at 6:58 AM, Haikenz said: You do not need this ... it can be turned off easily in the lua files in: data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub MakeableRace = { Doram = true } change to: MakeableRace = { Doram = false } it work !! Edited September 13, 2020 by sakang Quote Link to comment Share on other sites More sharing options...
Good day, I just want to ask how will I remove doram on the character creation, I'm using 2018-06-20 Client. I tried using NEMO the disable doram patch only works on 2017 Client but not 2018.
Link to comment
Share on other sites