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 && start_job != JOB_SUMMONER)
return -2; // Invalid job

Replace with:

#if PACKETVER >= 20151001
if (start_job != JOB_NOVICE)
return -2; // Invalid job

Then recompile your server.

  • 0 utilizatori au considerat informaţia utilă
Răspunsul a fost util?

Articole similare

Change Max Guild Capacity in Correct Way.

FIND THE PATH FOLDER ON YOUR TRUNK.-- /src/char/int_guild.cpp :-- Find the Line.-- /// Set the...

@gstorage failed?

How you can setup your guild storage in a proper way.READ AND LEAR WARNING & ERROR and SOLVE...

How to Wipe out Your RO Database

Browse your PhpMyAdmin Database.Click your Database Name then check all Table List...

How To Make A GM Account In Ragnarok Servers (HerculesrAthena)

There are 3 Steps to this:  Website: FluxCP Control Panel 1. Register a new account to your...

Developer Tools

Hercules Forum http://hercules.ws/board/   rAthena Forum http://rathena.org/board/   GRF...