weisluke / WoTMUD

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

Fix mapper lag #25

Closed weisluke closed 2 years ago

weisluke commented 2 years ago

previously, if the mapper completely lost track of where someone was in the dark or blind, it would search through all rooms on the map. unfortunately this causes noticeable lag for the user, so that ability was removed. Now, if the mapper loses track of you in the dark or blind, it will stay lost until you enter a lit room.

weisluke commented 2 years ago

Also fixed door display in offline mode Also fixed a minor mistake where I forgot to include "look" in the door command direction function.