I was able to roughly get this fixed. You are correct that was the wrong screenshot
Here is what I updated it to in the mag_areas:
Code:
if (!IS_NPC(tch) && !IS_NPC(ch) && !ROOM_FLAGGED(IN_ROOM(ch), ROOM_ARENA)) {
/* disabled SCMD_MURDER */
// send_to_char(ch, "Go to an ARENA for that!\r\n");
continue;
}
This seems to be working sort of. I need to clean it up a bit still a few bugs.
Also trying to figure out how to fix issues where charmies can still attack players or other players charmies when they are NOT in the Arena rooms.