Virtue 10 Posted September 14, 2017 Is there a way to disable doram in character creation? Quote Share this post Link to post Share on other sites
0 IndieRO 33 Posted September 15, 2017 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 2 Virtue and kokastein reacted to this Quote Share this post Link to post Share on other sites
0 Virtue 10 Posted September 15, 2017 (edited) Won't work as intended. But, will not let you create a doram character. thanks! Edited September 15, 2017 by Virtue Quote Share this post Link to post Share on other sites
Is there a way to disable doram in character creation?
Share this post
Link to post
Share on other sites