Grim Posted January 26, 2019 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 01/20/19 Last Seen: July 19, 2020 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 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 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 } 6 1 1 Quote Link to comment Share on other sites More sharing options...
1 Functor Posted January 26, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: Thursday at 01:17 PM 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 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 1 hour ago 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 2 1 Quote Link to comment Share on other sites More sharing options...
0 sakang Posted September 13, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 09/09/13 Last Seen: August 16, 2024 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...
Question
Grim
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
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.