@gmIgnore: Avoids all GMs from specified and inferior level from attacking, beeing attacked and using skills. Usage: @gmIgnore 80(enable command to GMs from level 80 and lower) @gmIgnore <optionalvalue>(just send command again to disable) In path: ../src/map Open map.c Find: int night_flag = 0; // 0=day, 1=night [Yor] After ADD: int gmIgnored = 0; Open map.h Find: extern char db_path[256]; After ADD: extern int gmIgnored; Open battle.c Find: int s