04-29-2021, 01:14 PM
3 hours ago, Desarija said:
in define_usa.h (client source) and config_localize_usa.h (server) you'll find defines for ex_mage and ex_rogue, just comment them out like this:
//#define CHAR_EX_ROGUE
//#define CHAR_EX_MAGE
for NS, such defines don't exist, easiest solution would be to disable it only in character creation (and if you want to be 100% safe, increase the minimum level for ns to a level you can not reach server side)
Thanks i will do this. what file deals with the char creation so i can remove ns?

