Auto-Mapper / Auto-Learner Feedback

Posted by Boog on Wed 23 Sep 2020 06:17 AM — 5 posts, 18,942 views.

#0
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!
Australia Forum Administrator #1

Type “mapper config”.

You may have this set:

    mapper config show_warnings   Yes

Try typing:

    mapper config show_warnings   No
Amended on Wed 23 Sep 2020 07:13 AM by Nick Gammon
#2
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!
Australia Forum Administrator #3

It looks like I left debugging on. Edit the file Learning_Mapper.lua and at line 94 change:

DEBUGGING = true

to:

DEBUGGING = false

Then reload the plugin.

Amended on Thu 24 Sep 2020 01:56 AM by Nick Gammon
#4
That worked. Thanks you Nick Gammon!