weisluke / WoTMUD

WoTMUD scripts/triggers/aliases/maps
14 stars 2 forks source link

Mapper updates #29

Closed weisluke closed 2 years ago

weisluke commented 2 years ago

Fix mapper door command function, as it was not properly taking into account movement commands which may have failed and kept you in the same room.

Reinstated mapper ability to find you via searching over all rooms in the map file, if it has lost you in the dark. This fix appears to have removed the horrendous lag that was occurring previously as it continuously looped over all rooms on the map to narrow down based on movement or flee commands.

Updated map file with some new rooms.

weisluke commented 2 years ago

Added new trigger to reset queue on connection/login (mostly only relevant for new chars, as some commands during the creation sequence add to the movement queue)

"resetqueue" command now displays the queue as well, to aid in possible debugging in logs.