Welcome to the Builder Academy

Question PK Arena

More
27 Sep 2022 01:55 - 27 Sep 2022 01:56 #10171 by Nero
Replied by Nero on topic PK Arena
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.
 
Last edit: 27 Sep 2022 01:56 by Nero.

Please Log in or Create an account to join the conversation.

Time to create page: 0.182 seconds