@Judas
#if REMODE
const char* item_db_name[] = { item_db_db, item_db_re_db, item_db2_db };
#else
const char* item_db_name[] = { item_db_db, item_db2_db };
#endif
@peopleperson49
If you go to src/map/config/Renewal.h you will find the REMODE setting which is default to 1. This means your server will be using the re folder by default. If you set REMODE to 0 then you will be using anything inside the pre-re folder. As for the @command settings, they have changed a bit. GMs are no longer given "levels" but rather "group IDs". In the config folder you will find the atcommand_athena.conf. In this file you can just set up aliases for @commands (ie: @baselevel -> @blvl). The new config you are looking for is called groups.conf. In there you can find what GM group gets what command. Just follow the structure to create your own groups.