Jump to content
  • 0

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


Rizz

Question


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  72
  • Reputation:   0
  • Joined:  07/29/17
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  149
  • Reputation:   46
  • Joined:  07/15/13
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  72
  • Reputation:   0
  • Joined:  07/29/17
  • Last Seen:  

? Thanks, Elys, it works like a magic 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.02
  • Content Count:  112
  • Reputation:   0
  • Joined:  09/02/20
  • Last Seen:  

 

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

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.02
  • Content Count:  112
  • Reputation:   0
  • Joined:  09/02/20
  • Last Seen:  

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