04-29-2021, 09:39 AM
5 hours ago, BayBay said:
Rondo what do you mean by comment ex rogue and archmage just write ex rogue and archmage in client side define_usa.h file? what about to disable ns just comment ns?
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)

