So I recently got into play MUDs (they are amazing), but I was looking for a easier way to map and then I stumbled upon the Auto-Mapper. I've used it for a few days and it is great. I want to know if I can disable this output from the mapper ( https://imgur.com/a/015tA2s ). That feedback can really get in the way sometimes. Have a great day!
Auto-Mapper / Auto-Learner Feedback
Posted by Boog on Wed 23 Sep 2020 06:17 AM — 5 posts, 18,942 views.
Type “mapper config”.
You may have this set:
mapper config show_warnings Yes
Try typing:
mapper config show_warnings No
Hey Nick, thanks for the response. The mapper output persists. I don't know if it is just a lack of me configuring it. I did turn off "show_warnings". Here is a picture of my current config settings
( https://imgur.com/a/ep6xy9o ). If I am doing something wrong please let me know. Thanks!
( https://imgur.com/a/ep6xy9o ). If I am doing something wrong please let me know. Thanks!
It looks like I left debugging on. Edit the file Learning_Mapper.lua and at line 94 change:
DEBUGGING = trueto:
DEBUGGING = falseThen reload the plugin.
That worked. Thanks you Nick Gammon!