Jump to content
  • 0

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


Question

Posted

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.

5 answers to this question

Recommended Posts

  • 0
Posted

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
  • 0
Posted (edited)

 

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

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