Jump to content
  • 0

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


Question

Posted

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.

4 answers to this question

Recommended Posts

  • 2
Posted
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
  • 0
Posted (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 by sakang
  • 1
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...