The size of the tunnel becomes constricted with vine-like roots. Part of a dusty old spider web dangles from the wall. Strands of old web cling to the hanging roots, gathering dust while bone fragments and smaller stones rest along the wall.
Obvious exits: north, southwest
Map: en-tower-1264234799.png
Exit Connecting Room
;e next_exit = { 9823 => [ 'southeast', 'southwest', 'southwest', 'east', 'southwest', 'southeast', 'south' ], 9818 => [ 'east', 'southwest', 'west', 'west', 'northeast', 'northeast', 'northwest' ], 9808 => [ 'east', 'east', 'east', 'northeast', 'west' ], 9788 => [ 'southwest', 'southeast', 'southwest' ], 9784 => [ 'southeast', 'south', 'northeast', 'north', 'west', 'west', 'west' ] }; loop { if move 'go root'; nil until XMLData.room_title == '[Maaghara Tower, Refuse Heap]'; fput 'stand' unless standing?; waitrt?; break; else; if dir_list = next_exit[Room.current.id]; dir_list.each { |dir| move dir }; else; echo 'error: out of cheese'; break; end; end } 9734
southwest 9772
north 9799
Full Room Info
{ "description": [ "The size of the tunnel becomes constricted with vine-like roots. Part of a dusty old spider web dangles from the wall. Strands of old web cling to the hanging roots, gathering dust while bone fragments and smaller stones rest along the wall." ], "id": 9788, "image": "en-tower-1264234799.png", "image_coords": [ 1096, 625, 1106, 635 ], "location": "the Maaghara Tower", "paths": [ "Obvious exits: north, southwest" ], "tags": [ "no forageables", "meta:forage-sensed" ], "timeto": { "9734": 100.0, "9772": 0.2, "9799": 0.2 }, "title": [ "[Maaghara Labyrinth]" ], "uid": [ 13022035 ], "wayto": { "9734": ";e next_exit = { 9823 => [ 'southeast', 'southwest', 'southwest', 'east', 'southwest', 'southeast', 'south' ], 9818 => [ 'east', 'southwest', 'west', 'west', 'northeast', 'northeast', 'northwest' ], 9808 => [ 'east', 'east', 'east', 'northeast', 'west' ], 9788 => [ 'southwest', 'southeast', 'southwest' ], 9784 => [ 'southeast', 'south', 'northeast', 'north', 'west', 'west', 'west' ] }; loop { if move 'go root'; nil until XMLData.room_title == '[Maaghara Tower, Refuse Heap]'; fput 'stand' unless standing?; waitrt?; break; else; if dir_list = next_exit[Room.current.id]; dir_list.each { |dir| move dir }; else; echo 'error: out of cheese'; break; end; end }", "9772": "southwest", "9799": "north" } }


MapDB last updated: 2024-11-03 01:44:25 +0000