Jump to content
  • 0

Disabling Doram On Character Creation [ 2018-06-20 Client ]


Grim

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  01/20/19
  • Last Seen:  

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

  • 2

  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   82
  • Joined:  11/15/11
  • Last Seen:  

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 }

 

  • Upvote 6
  • Love 1
  • MVP 1
Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   263
  • Joined:  09/08/13
  • Last Seen:  

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
 

  • Upvote 4
  • MVP 1
Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  455
  • Reputation:   57
  • Joined:  08/28/12
  • Last Seen:  

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

 

  • Upvote 2
  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/09/13
  • Last Seen:  

  

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 by sakang
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...