rAthena: To Disable Doram Race in Character Creation

This tutorial on how to disable doram race in emulator or server files located in Trunk/src/char/char.c or Trunk/src/char/char.cpp

Find this code:

#if PACKETVER >= 20151001
if(!(start_job == JOB_NOVICE && (charserv_config.allowed_job_flag&1)) &&
!(start_job == JOB_SUMMONER && (charserv_config.allowed_job_flag&2)))
return -2; // Invalid job

Replace with:

#if PACKETVER >= 20151001
if(!(start_job == JOB_NOVICE && (charserv_config.allowed_job_flag&1)))
return -2; // Invalid job

Then recompile your server.



  • ragnarok, doram, doram race
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Guide how to download Ragnarok Game Client Installer

1. Download the game client Installer. option a). Lite Installer: The lite installer is only...

How to Access your Folders(Linux/Centos) using WinSCP

Guide on how to access the folders in your vps linux! This is the easiest way, First make sure...

How To Start, Compile, and Stop Your Server Using Putty

Download Putty first from this link Click me to download!Note: Please follow the tutorial by...

Changing Time Zone

Changing Time Zone in Linux:1. Login to your VPS server using Putty. 2. Type the following...

Powered by WHMCompleteSolution