Jump to content
  • 0
Rizz

How can I enable the Doram in Pre-renewal character creation?

Question

Hello, I have a problem in making doram race character. I configured my server having a Doram in Pre-renewal server. However, when trying to create a new character it said that the character creation is denied. So how to make Doram can be made in character creation? Thanks in advance.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

src/char/char.cpp and search:

!(start_job == JOB_SUMMONER && (charserv_config.allowed_job_flag&2)))

Change (charserv_config.allowed_job_flag&2))) to (charserv_config.allowed_job_flag&1)))

!(start_job == JOB_SUMMONER && (charserv_config.allowed_job_flag&1)))

Don't forget recompile your server.

  • Upvote 1
Link to comment
Share on other sites

  • 0

 

On 1/21/2019 at 12:57 PM, EIysium said:

src/char/char.cpp and search:

!(start_job == JOB_SUMMONER && (charserv_config.allowed_job_flag&2)))

Change (charserv_config.allowed_job_flag&2))) to (charserv_config.allowed_job_flag&1)))

!(start_job == JOB_SUMMONER && (charserv_config.allowed_job_flag&1)))

Don't forget recompile your server.

Good Day

im try to follow this step but my offline didnt show the doram

123.jpg

456.jpg

Edited by ManokStreZ
remove
Link to comment
Share on other sites

  • 0
  • 0

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.