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
|