davedotluebke / old-skool-text-game

Coding project used to learn Python
5 stars 4 forks source link

Disabling combat in certain regions #165

Open 1Bayshore opened 4 years ago

1Bayshore commented 4 years ago

It would be ideal if there were certain regions (e.g. certain domains or subdomains) where combat was disabled. Perhaps there could also be regions where player-to-player combat was disabled, but players could still fight with monsters.

davedotluebke commented 4 years ago

Could search for a allowed/unallowed attribute in the room, then the room’s directory, then the patent directory, etc. then you can set entire domains as No combat, no PvP, or anything goes zones.

Could also have “no-rookie” zones where you are allowed to fight but not against players well below your level.

-- Sent from my phone.

On Jun 2, 2020, at 3:10 PM, 1Bayshore notifications@github.com wrote:

 It would be ideal if there were certain regions (e.g. certain domains or subdomains) where combat was disabled. Perhaps there could also be regions where player-to-player combat was disabled, but players could still fight with monsters.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.