The stonework tracery rosette windows of the Moonglae Inn sparkle in the light, casting tiny rainbows of shimmering hues across the puddles of water accumulated amongst the cobblestones of the court. The building's mica-flecked granite exterior, worn smooth with age and elements, stands testament to the city's rich and storied history.
Obvious paths: north, northeast, southwest, northwest
Map: en-ta_illistim-new.jpg
Exit Connecting Room
go inn 6
northeast 8
southwest 196
northwest 208
north 155
;e worn = !GameObj[UserVars.mapdb_fwi_trinket].nil?; return_to_container_id = nil; flip_tags = !Script.current.want_downstream_xml; status_tags if flip_tags; unless worn then; refill_hands = (!GameObj.left_hand.id.nil? and !GameObj.right_hand.id.nil?); empty_hand if refill_hands; trinket_pattern = /#{UserVars.mapdb_fwi_trinket.split(' ').join('.*')}/; trinket_get_pattern = /You.*?#{UserVars.mapdb_fwi_trinket.split(' ').join('.*')}/; link_pattern = /<a exist="(?<exist>-?\d+)" noun="(?<noun>[^"]+)">(?<name>[^<]+)<\/a>/; get_result = dothistimeout "get my #{UserVars.mapdb_fwi_trinket}", 5, Regexp.union(trinket_get_pattern,/^Get what/); (status_tags if flip_tags;fail "could not find your fwi trinket: #{UserVars.mapdb_fwi_trinket.inspect}") if GameObj[UserVars.mapdb_fwi_trinket].nil? or get_result =~ /Get what/; return_to_container_id = get_result.split('</inv>').last.scan(link_pattern).find{|exist,noun,name| !name.match(trinket_pattern)}.first; end; UserVars.mapdb_fwi_return_room = (Map.current.location =~ /Isle of Four Winds|Mist Harbor/ ? nil : Map.current.id); turn_result = dothistimeout "turn ##{GameObj[UserVars.mapdb_fwi_trinket].id}", 5, /You get the feeling|<nav rm=/; status_tags if flip_tags; unless worn then; if return_to_container_id.nil?; fput "stow ##{GameObj[UserVars.mapdb_fwi_trinket].id}"; else; fput "put ##{GameObj[UserVars.mapdb_fwi_trinket].id} in ##{return_to_container_id}"; end; fill_hands if refill_hands; end; $go2_restart=true; 3668
;e true 30714
;e 2.times{fput "quest transport duskruin"};UserVars.mapdb_duskruin_origin = 7; 26905
;e 2.times{fput "quest transport ebon gate"};UserVars.mapdb_ebon_gate_origin = 7; 31558
Full Room Info
{ "climate": "temperate", "description": [ "The stonework tracery rosette windows of the Moonglae Inn sparkle in the light, casting tiny rainbows of shimmering hues across the puddles of water accumulated amongst the cobblestones of the court. The building's mica-flecked granite exterior, worn smooth with age and elements, stands testament to the city's rich and storied history.", "The stonework tracery rosette windows of the Moonglae Inn sparkle in the starlight, casting tiny rainbows of shimmering hues from off their stained glass panes.", "The stonework tracery rosette windows of the Moonglae Inn sparkle in the light, casting tiny rainbows of shimmering hues from off their stained glass panes. Surrounding the colorful windows, the building's silvery blue granite exterior is worn smooth from age and the elements. Against the clean, new looking marbles of the structures nearby, the Inn shows its years." ], "id": 7, "image": "en-ta_illistim-new.jpg", "image_coords": [ 529, 450, 551, 475 ], "location": "Ta'Illistim", "paths": [ "Obvious paths: north, northeast, southwest, northwest" ], "tags": [ "urchin guide moonglae", "urchin-access", "no forageables", "meta:forage-sensed", "meta:forage-sensed:night:2022-11", "meta:teleport", "meta:fwi:teleport" ], "terrain": "hard, flat", "timeto": { "155": 0.2, "196": 0.2, "208": 0.2, "26905": 2400, "30714": ";e UserVars.mapdb_use_urchins == true and !UserVars.mapdb_urchins_expire.nil? and Time.now.to_i < UserVars.mapdb_urchins_expire and !hidden? and !invisible? ? 0.1 : nil;", "31558": ";e Time.now.month == 10 ? 2400 : nil", "3668": ";e (!UserVars.mapdb_fwi_trinket.nil? and !UserVars.mapdb_fwi_trinket.empty?) ? 15.0 : nil;", "6": 0.2, "8": 0.2 }, "title": [ "[Ta'Illistim, BriarStone Court]" ], "uid": [ 13101017 ], "wayto": { "155": "north", "196": "southwest", "208": "northwest", "26905": ";e 2.times{fput \"quest transport duskruin\"};UserVars.mapdb_duskruin_origin = 7;", "30714": ";e true", "31558": ";e 2.times{fput \"quest transport ebon gate\"};UserVars.mapdb_ebon_gate_origin = 7;", "3668": ";e worn = !GameObj[UserVars.mapdb_fwi_trinket].nil?;\nreturn_to_container_id = nil;\nflip_tags = !Script.current.want_downstream_xml;\nstatus_tags if flip_tags;\nunless worn then;\n refill_hands = (!GameObj.left_hand.id.nil? and !GameObj.right_hand.id.nil?);\n empty_hand if refill_hands;\n trinket_pattern = /#{UserVars.mapdb_fwi_trinket.split(' ').join('.*')}/;\n trinket_get_pattern = /You.*?#{UserVars.mapdb_fwi_trinket.split(' ').join('.*')}/;\n link_pattern = /<a exist=\"(?<exist>-?\\d+)\" noun=\"(?<noun>[^\"]+)\">(?<name>[^<]+)<\\/a>/;\n get_result = dothistimeout \"get my #{UserVars.mapdb_fwi_trinket}\", 5, Regexp.union(trinket_get_pattern,/^Get what/);\n (status_tags if flip_tags;fail \"could not find your fwi trinket: #{UserVars.mapdb_fwi_trinket.inspect}\") if GameObj[UserVars.mapdb_fwi_trinket].nil? or get_result =~ /Get what/;\n return_to_container_id = get_result.split('</inv>').last.scan(link_pattern).find{|exist,noun,name| !name.match(trinket_pattern)}.first;\nend;\nUserVars.mapdb_fwi_return_room = (Map.current.location =~ /Isle of Four Winds|Mist Harbor/ ? nil : Map.current.id);\nturn_result = dothistimeout \"turn ##{GameObj[UserVars.mapdb_fwi_trinket].id}\", 5, /You get the feeling|<nav rm=/;\nstatus_tags if flip_tags;\nunless worn then;\n if return_to_container_id.nil?;\n fput \"stow ##{GameObj[UserVars.mapdb_fwi_trinket].id}\";\n else;\n fput \"put ##{GameObj[UserVars.mapdb_fwi_trinket].id} in ##{return_to_container_id}\";\n end;\n fill_hands if refill_hands;\nend;\n$go2_restart=true;\n", "6": "go inn", "8": "northeast" } }


MapDB last updated: 2024-10-31 16:32:15 +0000