Virtue New member Messages 259 Points 0 Sep 14, 2017 #2 Is there a way to disable doram in character creation?
IndieRO New member Messages 287 Points 0 Age 34 Location Indonesia Discord RagnaIDN#7960 Emulator Sep 15, 2017 #3 try with disable case job_summoner on src/char/char.c switch (starting_class) { //case JOB_SUMMONER: << Give comment case JOB_NOVICE: break; default: return -2; // Char Creation Denied } never test it
try with disable case job_summoner on src/char/char.c switch (starting_class) { //case JOB_SUMMONER: << Give comment case JOB_NOVICE: break; default: return -2; // Char Creation Denied } never test it
Virtue New member Messages 259 Points 0 Sep 15, 2017 #4 Won't work as intended. But, will not let you create a doram character. thanks! Last edited by a moderator: Sep 15, 2017