I have installed ackmapper and got it working, tho i would like to tweak it further to make it a bit more visual, currently it is displaying as below,
What i would like to have is the room description along side the right hand side of the map, i did manage to put the call to do_mapper in one place in do_look which game me that result, but the exits were in the wrong place, any help would be great. im currently calling do_mapper from this section of do_look.
The Temple Of Midgaard - N -
-<----------------------------------------------->- -<-U-(*)--->-
- S -
You are in the southern end of the temple hall in the Temple of Midgaard.
The temple has been constructed from giant marble blocks, eternal in
appearance, and most of the walls are covered by ancient wall paintings
picturing Gods, Giants and peasants.
Large steps lead down through the grand temple gate, descending the huge
mound upon which the temple is built and ends on the temple square below.
+-----------+
| |
| |
| - |
| | |
| @ |
| | |
| - - |
| | |
| - - |
+-----------+ Exits: north south up.
What i would like to have is the room description along side the right hand side of the map, i did manage to put the call to do_mapper in one place in do_look which game me that result, but the exits were in the wrong place, any help would be great. im currently calling do_mapper from this section of do_look.
if ( arg1[0] == '\0'
|| ( !IS_NPC(ch) && !xIS_SET(ch->act, PLR_BRIEF) ) )
send_to_char( ch->in_room->description, ch );
do_mapper (ch, arg);