The passageway comes to an abrupt end in a small, dark niche. Ridges run underfoot through the floor and up into the walls, making the footing somewhat treacherous and uneven. The walls have a rough, wavy texture with the exception of the far one, which is smooth and made of wood. Occasionally, the entire room shudders in a rhythmic, pulsing motion and contracts in upon itself before returning to its normal size.
Obvious exits: west
Map: en-tower-1264234799.png
Exit Connecting Room
west 9746
;e touch = ["gold leaf","red leaf","blighted leaf","hand"]; fail_pattern = /^You shouldn't mess with that while (\w+) is working on it./; success_pattern = /^You touch the/; retry_pattern = /^The shimmering leaves on the wall begin to fade, blending once again into the mural.|form is quickly lost in a bright shroud of light as/; patterns = Regexp.union(success_pattern,fail_pattern); result = nil; until success_pattern.match(result); result = dothistimeout "touch green leaf", 3, patterns; if fail_pattern.match(result); waitforpc = $1; echo "waiting for #{waitforpc} to finish"; timeout = Time.now + 15; until (!retry_pattern.match(get) or Time.now > timeout);end; else; echo "unknown result trying to enter the Labyrinth"; break; end; end; touch.each {|t| fput "touch #{t}"}; fput "recite Listen to the wind in the forest,;That which whispers the words of the lady of the tower.;She of old who is called Maaghara."; timeout = Time.now + 20; wait_while { Room.current.id == 9767 and Time.now < timeout} 9804
Full Room Info
{ "description": [ "The passageway comes to an abrupt end in a small, dark niche. Ridges run underfoot through the floor and up into the walls, making the footing somewhat treacherous and uneven. The walls have a rough, wavy texture with the exception of the far one, which is smooth and made of wood. Occasionally, the entire room shudders in a rhythmic, pulsing motion and contracts in upon itself before returning to its normal size." ], "id": 9767, "image": "en-tower-1264234799.png", "image_coords": [ 861, 464, 871, 474 ], "location": "Ta'Illistim", "paths": [ "Obvious exits: west" ], "tags": [ "no forageables", "meta:forage-sensed" ], "timeto": { "9746": 0.2, "9804": 1.2 }, "title": [ "[Maaghara Tower, Dead End]" ], "uid": [ 13021022 ], "wayto": { "9746": "west", "9804": ";e \ntouch = [\"gold leaf\",\"red leaf\",\"blighted leaf\",\"hand\"];\nfail_pattern = /^You shouldn't mess with that while (\\w+) is working on it./;\nsuccess_pattern = /^You touch the/;\nretry_pattern = /^The shimmering leaves on the wall begin to fade, blending once again into the mural.|form is quickly lost in a bright shroud of light as/;\npatterns = Regexp.union(success_pattern,fail_pattern);\nresult = nil;\nuntil success_pattern.match(result);\n result = dothistimeout \"touch green leaf\", 3, patterns;\n if fail_pattern.match(result);\n waitforpc = $1;\n echo \"waiting for #{waitforpc} to finish\";\n timeout = Time.now + 15;\n until (!retry_pattern.match(get) or Time.now > timeout);end;\n else;\n echo \"unknown result trying to enter the Labyrinth\";\n break;\n end;\nend;\ntouch.each {|t| fput \"touch #{t}\"};\nfput \"recite Listen to the wind in the forest,;That which whispers the words of the lady of the tower.;She of old who is called Maaghara.\";\ntimeout = Time.now + 20;\nwait_while { Room.current.id == 9767 and Time.now < timeout}\n" } }


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