DarkCastleMUD / DarkCastle

Dark Castle is a text-based MUD (multi-user dungeon) that was originally based on DIKU MUD around 1995. It has been running since then.
https://www.dcastle.org/
GNU Lesser General Public License v2.1
12 stars 11 forks source link

Szrilodor pass is not reseting zone #226

Closed TehDreadPirateRoberts closed 11 months ago

TehDreadPirateRoberts commented 11 months ago

https://github.com/DarkCastleMUD/DarkCastle/blob/d56efa65f8ca51f7774d28520938a199907fdd38/src/obj_proc.cpp#L2443C1-L2576C2

The Szrildor pass code is not working as intended. This is by no means a full explanation of the code, just a summary of what should happen.

When you purchase a pass from the undertaker by giving him 10,000,000 gold it is supposed to:

  1. check if there are already any passes - if any exists do nothing
  2. if none exists and this is the first pass - clear the zone (zone 164) and repop/reset the zone (zone 164)

Currently, when the first pass is purchased it looks like most of the zone gets cleared (but I can still find some of the mobs if I run the command 'find m szrildor') - and then the zone does not repop.

jhhudso commented 11 months ago

fixed in latest commit