From fa6123c39c33fa2b70d9a889593ca9152669a64e Mon Sep 17 00:00:00 2001 From: rjtanner Date: Tue, 27 Feb 2007 04:04:07 +0000 Subject: [PATCH] Renamed maps (which used the actual file name or tweaked their spelling and capitilization). Widened some of the doorways in the quests/wyvern_quest map. Other changes are due to Map Editor reformatting. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5621 282e977c-c81d-0410-88c4-b93c2d0d6712 --- quests/peterm/Nethack_in_crossfire_Yendor | 59 +-- quests/peterm/Nethack_in_crossfire_entrance | 80 ++-- quests/peterm/quests/TitanGate | 31 +- quests/peterm/quests/dragon_quest | 7 +- quests/peterm/quests/dragonquest2 | 20 +- quests/peterm/quests/goblin_chief | 47 +- quests/peterm/quests/mushroom_quest | 29 +- quests/peterm/quests/ogre_chief | 463 ++++++++++---------- quests/peterm/quests/titan_quest | 10 +- quests/peterm/quests/wyvern_quest | 29 +- 10 files changed, 387 insertions(+), 388 deletions(-) diff --git a/quests/peterm/Nethack_in_crossfire_Yendor b/quests/peterm/Nethack_in_crossfire_Yendor index 9cc85df58..6c5cec02f 100644 --- a/quests/peterm/Nethack_in_crossfire_Yendor +++ b/quests/peterm/Nethack_in_crossfire_Yendor @@ -1,14 +1,15 @@ arch map -name Nethack_in_crossfire_Yendor +name Nethack in Crossfire -- Yendor +difficulty 1 +width 69 +height 69 +enter_x 32 +enter_y 3 msg Creator: Gnat the Gnu Email: gnu@foo.bar Date: Mon May 7 01:26:51 2001 endmsg -width 69 -height 69 -enter_x 32 -enter_y 3 end arch pstone_4 end @@ -10063,10 +10064,10 @@ x 31 y 12 end arch locked_door1 +slaying Acid_Key msg You need the Acid Key to open this door. endmsg -slaying Acid_Key x 31 y 12 end @@ -10103,11 +10104,11 @@ x 31 y 18 end arch locked_door1 +slaying Steel_Key msg You need the Steel Key to pass this door. endmsg -slaying Steel_Key x 31 y 18 end @@ -10136,10 +10137,10 @@ x 31 y 24 end arch locked_door1 +slaying The_Wiz msg You need the Wizard key to pass. endmsg -slaying The_Wiz x 31 y 24 end @@ -10414,10 +10415,10 @@ x 32 y 12 end arch locked_door1 +slaying Acid_Key msg You need the Acid Key to open this door. endmsg -slaying Acid_Key x 32 y 12 end @@ -10454,11 +10455,11 @@ x 32 y 18 end arch locked_door1 +slaying Steel_Key msg You need the Steel Key to pass this door. endmsg -slaying Steel_Key x 32 y 18 end @@ -10487,10 +10488,10 @@ x 32 y 24 end arch locked_door1 +slaying The_Wiz msg You need the Wizard key to pass. endmsg -slaying The_Wiz x 32 y 24 end @@ -10765,10 +10766,10 @@ x 33 y 12 end arch locked_door1 +slaying Acid_Key msg You need the Acid Key to open this door. endmsg -slaying Acid_Key x 33 y 12 end @@ -10805,11 +10806,11 @@ x 33 y 18 end arch locked_door1 +slaying Steel_Key msg You need the Steel Key to pass this door. endmsg -slaying Steel_Key x 33 y 18 end @@ -10838,10 +10839,10 @@ x 33 y 24 end arch locked_door1 +slaying The_Wiz msg You need the Wizard key to pass. endmsg -slaying The_Wiz x 33 y 24 end @@ -20396,9 +20397,9 @@ x 62 y 61 end arch bolt -nrof 4 x 62 y 61 +nrof 4 end arch pstone_4 x 62 @@ -20731,11 +20732,11 @@ x 63 y 62 end arch axe_4 +x 63 +y 62 weight 13000 magic -3 cursed 1 -x 63 -y 62 end arch pstone_4 x 63 @@ -21044,9 +21045,9 @@ x 64 y 61 end arch arrow -nrof 15 x 64 y 61 +nrof 15 end arch pstone_4 x 64 @@ -21059,11 +21060,11 @@ end arch bolt title of inaccuracy wc -5 +x 64 +y 62 nrof 7 value 0 cursed 1 -x 64 -y 62 end arch pstone_4 x 64 @@ -21372,9 +21373,9 @@ x 65 y 61 end arch bolt -nrof 20 x 65 y 61 +nrof 20 end arch pstone_4 x 65 @@ -21385,9 +21386,9 @@ x 65 y 62 end arch bolt -nrof 4 x 65 y 62 +nrof 4 end arch pstone_4 x 65 @@ -22023,9 +22024,9 @@ x 67 y 67 end arch teleporter -speed_left -0.200000 x 67 y 67 +speed_left -0.200000 end arch pstone_4 x 67 @@ -22587,9 +22588,9 @@ y 68 end arch g_worm name Purple Worm -carrying 100 x 14 y 9 +carrying 100 arch key2 name Acid Key slaying Acid_Key @@ -22599,10 +22600,10 @@ arch golem_necro name Steel Golem hp 30000 exp 200000 -carrying 100 -randomitems none x 27 y 14 +carrying 100 +randomitems none arch key2 name Steel Key slaying Steel_Key @@ -22612,10 +22613,10 @@ arch big_wiz name wizard of Yendor hp 7500 exp 300000 -level 30 -carrying 600 x 33 y 30 +level 30 +carrying 600 arch amulet_lifesave name Amulet of Yendor slaying Amulet of Yendor @@ -22624,9 +22625,9 @@ lifesave 0 end end arch demon_lord -carrying 100 x 44 y 35 +carrying 100 arch key2 name Wizard Key slaying The_Wiz diff --git a/quests/peterm/Nethack_in_crossfire_entrance b/quests/peterm/Nethack_in_crossfire_entrance index 3183c5e0f..bf4f7f0dc 100644 --- a/quests/peterm/Nethack_in_crossfire_entrance +++ b/quests/peterm/Nethack_in_crossfire_entrance @@ -1,15 +1,15 @@ arch map -name Nethack_in_crossfire_entrance +name Nethack in Crossfire Entrance +difficulty 9999 +width 16 +height 16 +enter_x 1 +enter_y 1 msg Creator: Gnat the Gnu Email: gnu@foo.bar Date: Sun May 6 21:39:27 2001 endmsg -enter_x 1 -enter_y 1 -width 16 -height 16 -difficulty 9999 end arch woodfloor end @@ -133,10 +133,10 @@ x 1 y 3 end arch grate_closed_1 -speed 0.500000 -connected 2 x 1 y 3 +speed 0.500000 +connected 2 end arch dungeon_magic x 1 @@ -148,9 +148,9 @@ y 4 end arch check_inv slaying Amulet of Yendor -connected 2 x 1 y 4 +connected 2 end arch woodfloor x 1 @@ -165,6 +165,7 @@ x 1 y 6 end arch stair_down_2 +slaying /! msg layoutstyle rogue floorstyle lightdirt @@ -180,7 +181,6 @@ orientation 1 final_map /quests/peterm/Nethack_in_crossfire_Yendor treasureoptions 73 endmsg -slaying /! x 1 y 6 end @@ -197,6 +197,7 @@ x 1 y 8 end arch stair_down_2 +slaying /! msg layoutstyle rogue floorstyle lightdirt @@ -212,7 +213,6 @@ orientation 1 final_map /quests/peterm/Nethack_in_crossfire_Yendor treasureoptions 73 endmsg -slaying /! x 1 y 8 end @@ -229,6 +229,7 @@ x 1 y 10 end arch stair_down_2 +slaying /! msg layoutstyle rogue floorstyle lightdirt @@ -244,7 +245,6 @@ orientation 1 final_map /quests/peterm/Nethack_in_crossfire_Yendor treasureoptions 73 endmsg -slaying /! x 1 y 10 end @@ -261,6 +261,7 @@ x 1 y 12 end arch stair_down_2 +slaying /! msg layoutstyle rogue floorstyle lightdirt @@ -276,7 +277,6 @@ orientation 1 final_map /quests/peterm/Nethack_in_crossfire_Yendor treasureoptions 73 endmsg -slaying /! x 1 y 12 end @@ -293,6 +293,7 @@ x 1 y 14 end arch stair_down_2 +slaying /! msg layoutstyle rogue floorstyle lightdirt @@ -308,7 +309,6 @@ orientation 1 final_map /quests/peterm/Nethack_in_crossfire_Yendor treasureoptions 73 endmsg -slaying /! x 1 y 14 end @@ -371,10 +371,10 @@ x 2 y 6 end arch grate_closed_2 +x 2 +y 6 speed 0.500000 connected 3 -x 2 -y 6 end arch dungeon_magic x 2 @@ -393,10 +393,10 @@ x 2 y 8 end arch grate_closed_2 +x 2 +y 8 speed 0.500000 connected 4 -x 2 -y 8 end arch dungeon_magic x 2 @@ -415,10 +415,10 @@ x 2 y 10 end arch grate_closed_2 +x 2 +y 10 speed 0.500000 connected 5 -x 2 -y 10 end arch dungeon_magic x 2 @@ -437,10 +437,10 @@ x 2 y 12 end arch grate_closed_2 +x 2 +y 12 speed 0.500000 connected 6 -x 2 -y 12 end arch dungeon_magic x 2 @@ -459,10 +459,10 @@ x 2 y 14 end arch grate_closed_2 -speed 0.500000 -connected 7 x 2 y 14 +speed 0.500000 +connected 7 end arch dungeon_magic x 2 @@ -511,9 +511,9 @@ x 3 y 6 end arch button_handle -connected 3 x 3 y 6 +connected 3 end arch woodfloor x 3 @@ -524,9 +524,9 @@ x 3 y 8 end arch button_handle -connected 4 x 3 y 8 +connected 4 end arch woodfloor x 3 @@ -537,9 +537,9 @@ x 3 y 10 end arch button_handle -connected 5 x 3 y 10 +connected 5 end arch woodfloor x 3 @@ -550,9 +550,9 @@ x 3 y 12 end arch button_handle -connected 6 x 3 y 12 +connected 6 end arch woodfloor x 3 @@ -563,9 +563,9 @@ x 3 y 14 end arch button_handle -connected 7 x 3 y 14 +connected 7 end arch woodfloor x 3 @@ -1269,11 +1269,11 @@ end arch teleporter hp 11 sp 1 +x 9 +y 2 speed 0.000000 connected 1 damned 1 -x 9 -y 2 end arch woodfloor x 9 @@ -1389,20 +1389,20 @@ arch wwall_2_1_1 x 10 y 1 end -arch woodfloor -x 10 -y 2 -end -arch wwall_2_1_1 -x 10 -y 2 -end arch magic_ear msg @match Understood Click. endmsg +x 10 +y 2 connected 1 +end +arch woodfloor +x 10 +y 2 +end +arch wwall_2_1_1 x 10 y 2 end @@ -1855,9 +1855,9 @@ x 14 y 1 end arch woodfloor -unique 1 x 14 y 1 +unique 1 end arch bed_save x 14 diff --git a/quests/peterm/quests/TitanGate b/quests/peterm/quests/TitanGate index 4539ebc02..a4fc5a524 100644 --- a/quests/peterm/quests/TitanGate +++ b/quests/peterm/quests/TitanGate @@ -1,12 +1,13 @@ arch map -name TitanGate +name Titan Gate +difficulty 1 +width 14 +height 16 msg Creator: Gnat the Gnu Email: gnu@foo.bar Date: Mon Jun 12 22:15:06 2000 endmsg -width 14 -height 16 end arch dungeon_floor end @@ -496,10 +497,10 @@ x 6 y 3 end arch igate_open_1 -speed 0.500000 -value 1 x 6 y 3 +speed 0.500000 +value 1 end arch magic_mouth msg @@ -529,19 +530,19 @@ y 6 end arch altar slaying booze -connected 1 x 6 y 6 +connected 1 end arch dungeon_floor x 6 y 7 end arch gate_closed_1 -speed 0.500000 -connected 1 x 6 y 7 +speed 0.500000 +connected 1 end arch dungeon_floor x 6 @@ -568,6 +569,7 @@ x 6 y 13 end arch stair_up_3 +slaying /! msg layoutstyle onion symmetry 4 @@ -585,7 +587,6 @@ orientation 2 expand2x 1 treasureoptions 1 endmsg -slaying /! x 6 y 13 end @@ -631,10 +632,10 @@ x 7 y 3 end arch igate_open_1 -speed 0.500000 -value 1 x 7 y 3 +speed 0.500000 +value 1 end arch magic_mouth msg @@ -667,10 +668,10 @@ x 7 y 7 end arch gate_closed_1 -speed 0.500000 -connected 1 x 7 y 7 +speed 0.500000 +connected 1 end arch dungeon_floor x 7 @@ -1204,16 +1205,16 @@ feet, I'd be mighty obliged. I am VERY thirsty! Yes, if you bring enough, I'll let you in! endmsg -unaggressive 1 x 5 y 5 +unaggressive 1 end arch giant msg @match * NONE SHALL PASS! endmsg -unaggressive 1 x 8 y 5 +unaggressive 1 end diff --git a/quests/peterm/quests/dragon_quest b/quests/peterm/quests/dragon_quest index 5bd3aab5b..1a95af1ca 100644 --- a/quests/peterm/quests/dragon_quest +++ b/quests/peterm/quests/dragon_quest @@ -1,13 +1,14 @@ arch map name DragonQuest +difficulty 1 +width 9 +height 9 +enter_x 3 msg Creator: peterm Email: peterm@soda.csua.berkeley.edu Date: Fri Aug 19 16:41:17 1994 endmsg -width 9 -height 9 -enter_x 3 end arch blocked end diff --git a/quests/peterm/quests/dragonquest2 b/quests/peterm/quests/dragonquest2 index c7cad6b0f..5c733627e 100644 --- a/quests/peterm/quests/dragonquest2 +++ b/quests/peterm/quests/dragonquest2 @@ -1,14 +1,14 @@ arch map name DragonQuest +width 41 +height 41 +enter_x 2 +enter_y 2 msg Creator: peterm Email: peterm@soda.csua.berkeley.edu Date: Fri Aug 19 16:41:17 1994 endmsg -width 41 -height 41 -enter_x 2 -enter_y 2 end arch blocked end @@ -3331,6 +3331,7 @@ y 16 end arch spear name Ruggilli's Whisker +slaying dragon msg You see Ruggilli's whisker. It is said that to help his priests @@ -3341,7 +3342,6 @@ weapon. Not many may use this weapon without being devoured by it. endmsg -slaying dragon Str 8 Dex 8 Con 8 @@ -3355,6 +3355,8 @@ dam 100 luck 5 wc 8 ac 8 +x 14 +y 16 nrof 0 level 127 attacktype 1179904 @@ -3372,8 +3374,6 @@ reflect_missile 1 reflect_spell 1 xrays 1 lifesave 1 -x 14 -y 16 end arch pstone_2 x 14 @@ -9475,9 +9475,9 @@ x 8 y 28 end arch big_elec -carrying 100 x 11 y 32 +carrying 100 arch key2 slaying SecondDoor end @@ -9495,18 +9495,18 @@ x 30 y 9 end arch bone_drake -carrying 100 x 31 y 18 +carrying 100 arch key2 slaying LastDoor end end arch dragonman Pow 4 -carrying 100 x 34 y 35 +carrying 100 arch key2 slaying FourthDoor end diff --git a/quests/peterm/quests/goblin_chief b/quests/peterm/quests/goblin_chief index 5ef2458c6..011d8d4f1 100644 --- a/quests/peterm/quests/goblin_chief +++ b/quests/peterm/quests/goblin_chief @@ -1,15 +1,16 @@ arch map +name Goblin Chief +difficulty 1 region scorn -name goblin_chief +width 17 +height 24 +enter_x 14 +enter_y 9 msg Creator: Gnat the Gnu Email: gnu@foo.bar Date: Mon Jun 5 15:40:23 2000 endmsg -width 17 -height 24 -enter_x 14 -enter_y 9 end arch pstone_4 end @@ -212,17 +213,17 @@ x 1 y 7 end arch fountain -speed_left -0.600000 x 1 y 7 +speed_left -0.600000 end arch potion_heroism name fountain face fountain.111 -material 256 -no_pick 1 x 1 y 7 +material 256 +no_pick 1 end arch pstone_4 x 1 @@ -337,9 +338,9 @@ x 1 y 22 end arch high_boots -magic 2 x 1 y 22 +magic 2 end arch pstone_4 x 1 @@ -500,9 +501,9 @@ x 2 y 22 end arch sword_2 -magic 3 x 2 y 22 +magic 3 end arch pstone_4 x 2 @@ -631,9 +632,9 @@ x 3 y 17 end arch brazier -no_pass 0 x 3 y 17 +no_pass 0 end arch goblin x 3 @@ -798,9 +799,9 @@ x 4 y 15 end arch barrel -no_pass 0 x 4 y 15 +no_pass 0 end arch generate_goblin x 4 @@ -1572,12 +1573,12 @@ exp 500 dam 7 wc 3 ac 4 +x 8 +y 22 speed 0.200000 level 6 carrying 57825 randomitems none -x 8 -y 22 arch gauntlets end arch round_shield @@ -1757,9 +1758,9 @@ x 9 y 22 end arch brazier -no_pass 0 x 9 y 22 +no_pass 0 end arch pstone_4 x 9 @@ -1804,9 +1805,9 @@ x 10 y 6 end arch brazier -no_pass 0 x 10 y 6 +no_pass 0 end arch pstone_4 x 10 @@ -2003,9 +2004,9 @@ x 11 y 7 end arch brazier -no_pass 0 x 11 y 7 +no_pass 0 end arch pstone_4 x 11 @@ -2056,9 +2057,9 @@ x 11 y 15 end arch barrel -no_pass 0 x 11 y 15 +no_pass 0 end arch pstone_4 x 11 @@ -2089,9 +2090,9 @@ x 11 y 19 end arch brazier -no_pass 0 x 11 y 19 +no_pass 0 end arch goblin x 11 @@ -2276,9 +2277,9 @@ x 12 y 19 end arch generate_kobold -speed_left -0.120000 x 12 y 19 +speed_left -0.120000 end arch pstone_4 x 12 @@ -2417,9 +2418,9 @@ x 13 y 13 end arch brazier -no_pass 0 x 13 y 13 +no_pass 0 end arch pstone_4 x 13 @@ -2731,9 +2732,9 @@ x 15 y 5 end arch barrel -no_pass 0 x 15 y 5 +no_pass 0 end arch pstone_4 x 15 @@ -2748,9 +2749,9 @@ x 15 y 7 end arch barrel -no_pass 0 x 15 y 7 +no_pass 0 end arch pstone_4 x 15 diff --git a/quests/peterm/quests/mushroom_quest b/quests/peterm/quests/mushroom_quest index 1bed6a4ee..32255ae65 100644 --- a/quests/peterm/quests/mushroom_quest +++ b/quests/peterm/quests/mushroom_quest @@ -1,14 +1,15 @@ arch map -name mushroom_quest +name Mushroom Quest +difficulty 1 +width 16 +height 35 +enter_x 1 +enter_y 1 msg Creator: Gnat the Gnu Email: gnu@foo.bar Date: Mon Jun 5 20:55:31 2000 endmsg -width 16 -height 35 -enter_x 1 -enter_y 1 end arch grass_only end @@ -169,18 +170,18 @@ x 1 y 9 end arch fountain -speed_left -0.600000 x 1 y 9 +speed_left -0.600000 end arch potion_generic name fountain face fountain.111 sp 1 -material 256 -no_pick 1 x 1 y 9 +material 256 +no_pick 1 end arch grass_only x 1 @@ -255,9 +256,9 @@ x 1 y 23 end arch beehive -speed -0.200000 x 1 y 23 +speed -0.200000 end arch grass_only x 1 @@ -375,9 +376,9 @@ x 2 y 13 end arch beehive -speed -0.200000 x 2 y 13 +speed -0.200000 end arch grass_only x 2 @@ -392,9 +393,9 @@ x 2 y 16 end arch beehive -speed -0.200000 x 2 y 16 +speed -0.200000 end arch grass_only x 2 @@ -1503,9 +1504,9 @@ x 8 y 10 end arch beehive -speed -0.200000 x 8 y 10 +speed -0.200000 end arch grass_only x 8 @@ -1660,9 +1661,9 @@ x 9 y 3 end arch beehive -speed -0.200000 x 9 y 3 +speed -0.200000 end arch grass_only x 9 @@ -2055,9 +2056,9 @@ x 11 y 9 end arch beehive -speed -0.200000 x 11 y 9 +speed -0.200000 end arch grass_only x 11 diff --git a/quests/peterm/quests/ogre_chief b/quests/peterm/quests/ogre_chief index ee0113164..f85121e4d 100644 --- a/quests/peterm/quests/ogre_chief +++ b/quests/peterm/quests/ogre_chief @@ -1,14 +1,15 @@ arch map -name ogre_chief +name Ogre Chief +difficulty 1 +width 31 +height 33 +enter_x 6 +enter_y 6 msg Creator: Gnat the Gnu Email: gnu@foo.bar Date: Sat Jun 17 19:08:40 2000 endmsg -width 31 -height 33 -enter_x 6 -enter_y 6 end arch large_stones end @@ -217,10 +218,10 @@ x 1 y 1 end arch madman -speed_left -0.340000 -carrying 27500 x 1 y 1 +speed_left -0.340000 +carrying 27500 arch skill_throwing end arch shield @@ -241,10 +242,10 @@ x 1 y 2 end arch madman -speed_left -0.340000 -carrying 19920 x 1 y 2 +speed_left -0.340000 +carrying 19920 arch skill_throwing end arch club @@ -374,10 +375,10 @@ x 1 y 22 end arch madman -speed_left -0.340000 -carrying 20560 x 1 y 22 +speed_left -0.340000 +carrying 20560 arch skill_throwing end arch bow @@ -406,10 +407,10 @@ x 1 y 24 end arch madman -speed_left -0.340000 -carrying 18100 x 1 y 24 +speed_left -0.340000 +carrying 18100 arch key2 slaying 1335937847 end @@ -447,10 +448,10 @@ x 1 y 28 end arch madman -speed_left -0.340000 -carrying 30 x 1 y 28 +speed_left -0.340000 +carrying 30 arch skill_throwing end arch goldcoin @@ -478,10 +479,10 @@ x 1 y 31 end arch ogre -speed_left -0.260000 -carrying 7000 x 1 y 31 +speed_left -0.260000 +carrying 7000 arch foot name ogre's foot food 52 @@ -652,9 +653,9 @@ x 2 y 22 end arch generate_gnoll -speed_left -0.108000 x 2 y 22 +speed_left -0.108000 end arch large_stones x 2 @@ -669,9 +670,9 @@ x 2 y 24 end arch generate_gnoll -speed_left -0.108000 x 2 y 24 +speed_left -0.108000 end arch large_stones x 2 @@ -698,9 +699,9 @@ x 2 y 28 end arch gnoll -speed_left -0.300000 x 2 y 28 +speed_left -0.300000 end arch large_stones x 2 @@ -757,10 +758,10 @@ x 3 y 4 end arch madman -speed_left -0.340000 -carrying 94000 x 3 y 4 +speed_left -0.340000 +carrying 94000 arch skill_throwing end arch quarterstaff @@ -792,9 +793,9 @@ x 3 y 7 end arch generate_madman -speed_left -0.120000 x 3 y 7 +speed_left -0.120000 end arch large_stones x 3 @@ -841,21 +842,21 @@ x 3 y 13 end arch brazier -no_pass 0 x 3 y 13 +no_pass 0 end arch scroll_2 name notes +title of June msg endmsg -title of June exp 13 -level 8 -value 136 x 3 y 13 +level 8 +value 136 end arch large_stones x 3 @@ -954,10 +955,10 @@ x 3 y 29 end arch madman -speed_left -0.340000 -carrying 18525 x 3 y 29 +speed_left -0.340000 +carrying 18525 arch skill_throwing end arch bow @@ -1046,10 +1047,10 @@ x 4 y 7 end arch madman -speed_left -0.340000 -carrying 82600 x 4 y 7 +speed_left -0.340000 +carrying 82600 arch skill_throwing end arch dagger @@ -1125,12 +1126,13 @@ x 4 y 14 end arch cauldron -no_pick 1 x 4 y 14 +no_pick 1 end arch tome name lab notes +title of philosophical items msg Herein is described an alchemical procedure: The dust of piercing vision may be made using the @@ -1138,12 +1140,11 @@ following ingredients: 7 carrots water of sapphire endmsg -title of philosophical items exp 104 -level 13 -value 1040 x 4 y 14 +level 13 +value 1040 end arch large_stones x 4 @@ -1210,10 +1211,10 @@ x 4 y 25 end arch ogre -speed_left -0.260000 -carrying 19000 x 4 y 25 +speed_left -0.260000 +carrying 19000 arch skill_throwing end arch club @@ -1312,9 +1313,9 @@ x 5 y 6 end arch generate_gnoll -speed_left -0.108000 x 5 y 6 +speed_left -0.108000 end arch large_stones x 5 @@ -1429,10 +1430,10 @@ x 5 y 20 end arch madman -speed_left -0.340000 -carrying 96050 x 5 y 20 +speed_left -0.340000 +carrying 96050 arch skill_throwing end arch bow @@ -1487,10 +1488,10 @@ x 5 y 26 end arch madman -speed_left -0.340000 -carrying 27200 x 5 y 26 +speed_left -0.340000 +carrying 27200 arch skill_throwing end arch crossbow @@ -1506,10 +1507,10 @@ x 5 y 27 end arch madman -speed_left -0.340000 -carrying 20998 x 5 y 27 +speed_left -0.340000 +carrying 20998 arch skill_throwing end arch club @@ -1586,10 +1587,10 @@ x 6 y 3 end arch madman -speed_left -0.340000 -carrying 12000 x 6 y 3 +speed_left -0.340000 +carrying 12000 arch skill_throwing end arch dagger @@ -1641,10 +1642,10 @@ x 6 y 10 end arch madman -speed_left -0.340000 -carrying 2000 x 6 y 10 +speed_left -0.340000 +carrying 2000 arch skill_throwing end arch dagger @@ -1727,9 +1728,9 @@ x 6 y 23 end arch generate_madman -speed_left -0.120000 x 6 y 23 +speed_left -0.120000 end arch large_stones x 6 @@ -1752,9 +1753,9 @@ x 6 y 26 end arch generate_madman -speed_left -0.120000 x 6 y 26 +speed_left -0.120000 end arch large_stones x 6 @@ -1773,9 +1774,9 @@ x 6 y 30 end arch generate_madman -speed_left -0.120000 x 6 y 30 +speed_left -0.120000 end arch large_stones x 6 @@ -2042,10 +2043,10 @@ x 8 y 2 end arch gnoll -speed_left -0.300000 -carrying 2250 x 8 y 2 +speed_left -0.300000 +carrying 2250 arch foot name gnoll's foot value 20 @@ -2082,10 +2083,10 @@ x 8 y 6 end arch madman -speed_left -0.340000 -carrying 14000 x 8 y 6 +speed_left -0.340000 +carrying 14000 arch skill_throwing end arch club @@ -2102,10 +2103,10 @@ x 8 y 8 end arch madman -speed_left -0.340000 -carrying 225 x 8 y 8 +speed_left -0.340000 +carrying 225 arch skill_throwing end arch goldcoin @@ -2129,10 +2130,10 @@ x 8 y 12 end arch ogre -speed_left -0.260000 -carrying 5599 x 8 y 12 +speed_left -0.260000 +carrying 5599 arch liver name ogre's liver food 2 @@ -2153,10 +2154,10 @@ x 8 y 14 end arch madman -speed_left -0.340000 -carrying 9000 x 8 y 14 +speed_left -0.340000 +carrying 9000 arch skill_throwing end arch club @@ -2183,10 +2184,10 @@ x 8 y 19 end arch gnoll -speed_left -0.300000 -carrying 15250 x 8 y 19 +speed_left -0.300000 +carrying 15250 arch head name gnoll's head value 30 @@ -2201,9 +2202,9 @@ x 8 y 20 end arch brazier -no_pass 0 x 8 y 20 +no_pass 0 end arch large_stones x 8 @@ -2480,10 +2481,10 @@ x 9 y 29 end arch madman -speed_left -0.340000 -carrying 11000 x 9 y 29 +speed_left -0.340000 +carrying 11000 arch skill_throwing end arch small_shield @@ -2567,10 +2568,10 @@ x 10 y 8 end arch madman -speed_left -0.340000 -carrying 33548 x 10 y 8 +speed_left -0.340000 +carrying 33548 arch skill_throwing end arch bow @@ -2687,10 +2688,10 @@ x 10 y 20 end arch madman -speed_left -0.340000 -carrying 8100 x 10 y 20 +speed_left -0.340000 +carrying 8100 arch skill_throwing end arch club @@ -2731,10 +2732,10 @@ x 10 y 24 end arch ogre -speed_left -0.260000 -carrying 23000 x 10 y 24 +speed_left -0.260000 +carrying 23000 arch head name ogre's head food 52 @@ -2785,10 +2786,10 @@ x 10 y 29 end arch gnoll -speed_left -0.300000 -carrying 9000 x 10 y 29 +speed_left -0.300000 +carrying 9000 arch club end end @@ -2827,10 +2828,10 @@ x 11 y 1 end arch madman -speed_left -0.340000 -carrying 19000 x 11 y 1 +speed_left -0.340000 +carrying 19000 arch skill_throwing end arch club @@ -2887,9 +2888,9 @@ x 11 y 9 end arch ogre -speed_left -0.260000 x 11 y 9 +speed_left -0.260000 arch skill_throwing end end @@ -2898,10 +2899,10 @@ x 11 y 10 end arch madman -speed_left -0.340000 -carrying 23100 x 11 y 10 +speed_left -0.340000 +carrying 23100 arch skill_throwing end arch quarterstaff @@ -3040,10 +3041,10 @@ x 11 y 27 end arch madman -speed_left -0.340000 -carrying 31025 x 11 y 27 +speed_left -0.340000 +carrying 31025 arch skill_throwing end arch bow @@ -3138,10 +3139,10 @@ x 12 y 7 end arch madman -speed_left -0.340000 -carrying 13275 x 12 y 7 +speed_left -0.340000 +carrying 13275 arch skill_throwing end arch bow @@ -3242,10 +3243,10 @@ x 12 y 18 end arch madman -speed_left -0.340000 -carrying 9000 x 12 y 18 +speed_left -0.340000 +carrying 9000 arch skill_throwing end arch club @@ -3370,10 +3371,10 @@ x 13 y 1 end arch madman -speed_left -0.340000 -carrying 20000 x 13 y 1 +speed_left -0.340000 +carrying 20000 arch skill_throwing end arch shortsword @@ -3402,10 +3403,10 @@ x 13 y 5 end arch gnoll -speed_left -0.300000 -carrying 17370 x 13 y 5 +speed_left -0.300000 +carrying 17370 arch foot name gnoll's foot value 20 @@ -3423,9 +3424,9 @@ x 13 y 6 end arch generate_gnoll -speed_left -0.108000 x 13 y 6 +speed_left -0.108000 end arch large_stones x 13 @@ -3604,10 +3605,10 @@ x 13 y 28 end arch gnoll -speed_left -0.300000 -carrying 6750 x 13 y 28 +speed_left -0.300000 +carrying 6750 arch head name gnoll's head value 30 @@ -3704,10 +3705,10 @@ x 14 y 8 end arch gnoll -speed_left -0.300000 -carrying 9000 x 14 y 8 +speed_left -0.300000 +carrying 9000 arch skill_throwing end arch club @@ -3814,10 +3815,10 @@ x 14 y 21 end arch madman -speed_left -0.340000 -carrying 9000 x 14 y 21 +speed_left -0.340000 +carrying 9000 arch skill_throwing end arch club @@ -3844,9 +3845,9 @@ x 14 y 24 end arch generate_madman -speed_left -0.120000 x 14 y 24 +speed_left -0.120000 end arch large_stones x 14 @@ -3869,10 +3870,10 @@ x 14 y 27 end arch madman -speed_left -0.340000 -carrying 45550 x 14 y 27 +speed_left -0.340000 +carrying 45550 arch skill_throwing end arch crossbow @@ -3908,9 +3909,9 @@ x 14 y 30 end arch madman -speed_left -0.340000 x 14 y 30 +speed_left -0.340000 arch skill_throwing end end @@ -3965,10 +3966,10 @@ x 15 y 5 end arch gnoll -speed_left -0.300000 -carrying 28775 x 15 y 5 +speed_left -0.300000 +carrying 28775 arch head name gnoll's head value 30 @@ -3995,10 +3996,10 @@ x 15 y 7 end arch gnoll -speed_left -0.300000 -carrying 9000 x 15 y 7 +speed_left -0.300000 +carrying 9000 arch club end end @@ -4031,10 +4032,10 @@ x 15 y 11 end arch gnoll -speed_left -0.300000 -carrying 19000 x 15 y 11 +speed_left -0.300000 +carrying 19000 arch club title of Gnarg dam 7 @@ -4058,11 +4059,11 @@ end arch ogre name Ogre Chief hp 150 +x 15 +y 13 speed_left -0.260000 carrying 49015 randomitems none -x 15 -y 13 arch leather_armour magic 3 end @@ -4142,10 +4143,10 @@ x 15 y 21 end arch gnoll -speed_left -0.300000 -carrying 43350 x 15 y 21 +speed_left -0.300000 +carrying 43350 arch head name gnoll's head value 30 @@ -4199,9 +4200,9 @@ x 15 y 27 end arch brazier -no_pass 0 x 15 y 27 +no_pass 0 end arch large_stones x 15 @@ -4258,9 +4259,9 @@ x 16 y 2 end arch generate_gnoll -speed_left -0.108000 x 16 y 2 +speed_left -0.108000 end arch large_stones x 16 @@ -4311,10 +4312,10 @@ x 16 y 9 end arch gnoll -speed_left -0.300000 -carrying 8500 x 16 y 9 +speed_left -0.300000 +carrying 8500 arch stoneaxe end end @@ -4379,10 +4380,10 @@ x 16 y 17 end arch madman -speed_left -0.340000 -carrying 120650 x 16 y 17 +speed_left -0.340000 +carrying 120650 arch skill_throwing end arch t_dagger @@ -4432,10 +4433,10 @@ x 16 y 21 end arch madman -speed_left -0.340000 -carrying 200 x 16 y 21 +speed_left -0.340000 +carrying 200 arch skill_throwing end arch scroll_new @@ -4462,18 +4463,18 @@ x 16 y 23 end arch barrel -no_pass 0 x 16 y 23 +no_pass 0 end arch large_stones x 16 y 24 end arch generate_ogre -speed_left -0.104000 x 16 y 24 +speed_left -0.104000 end arch large_stones x 16 @@ -4516,10 +4517,10 @@ x 16 y 30 end arch madman -speed_left -0.340000 -carrying 10000 x 16 y 30 +speed_left -0.340000 +carrying 10000 arch skill_throwing end arch small_shield @@ -4576,9 +4577,9 @@ x 17 y 5 end arch gnoll -speed_left -0.300000 x 17 y 5 +speed_left -0.300000 end arch large_stones x 17 @@ -4609,9 +4610,9 @@ x 17 y 9 end arch brazier -no_pass 0 x 17 y 9 +no_pass 0 end arch large_stones x 17 @@ -4634,9 +4635,9 @@ x 17 y 12 end arch generate_madman -speed_left -0.120000 x 17 y 12 +speed_left -0.120000 end arch large_stones x 17 @@ -4707,9 +4708,9 @@ x 17 y 21 end arch gnoll -speed_left -0.300000 x 17 y 21 +speed_left -0.300000 end arch large_stones x 17 @@ -4748,9 +4749,9 @@ x 17 y 26 end arch madman -speed_left -0.340000 x 17 y 26 +speed_left -0.340000 arch skill_throwing end end @@ -4767,10 +4768,10 @@ x 17 y 28 end arch ogre -speed_left -0.260000 -carrying 20269 x 17 y 28 +speed_left -0.260000 +carrying 20269 arch arm name ogre's arm food 152 @@ -4804,9 +4805,9 @@ x 17 y 31 end arch brazier -no_pass 0 x 17 y 31 +no_pass 0 end arch large_stones x 17 @@ -4859,10 +4860,10 @@ x 18 y 6 end arch madman -speed_left -0.340000 -carrying 14500 x 18 y 6 +speed_left -0.340000 +carrying 14500 arch skill_throwing end arch sword_2 @@ -4917,10 +4918,10 @@ x 18 y 13 end arch madman -speed_left -0.340000 -carrying 105 x 18 y 13 +speed_left -0.340000 +carrying 105 arch skill_throwing end arch goldcoin @@ -4942,10 +4943,10 @@ end arch chest_2 slaying 1335937847 hp -1 -carrying 148365 -randomitems chest x 18 y 15 +carrying 148365 +randomitems chest arch helmet end arch silvercoin @@ -5002,10 +5003,10 @@ x 18 y 16 end arch ogre -speed_left -0.260000 -carrying 11500 x 18 y 16 +speed_left -0.260000 +carrying 11500 arch skill_throwing end arch t_dagger @@ -5019,10 +5020,10 @@ x 18 y 17 end arch madman -speed_left -0.340000 -carrying 10000 x 18 y 17 +speed_left -0.340000 +carrying 10000 arch skill_throwing end arch shortsword @@ -5033,10 +5034,10 @@ x 18 y 18 end arch madman -speed_left -0.340000 -carrying 37150 x 18 y 18 +speed_left -0.340000 +carrying 37150 arch skill_throwing end arch crossbow @@ -5058,9 +5059,9 @@ x 18 y 19 end arch generate_madman -speed_left -0.120000 x 18 y 19 +speed_left -0.120000 end arch large_stones x 18 @@ -5083,10 +5084,10 @@ x 18 y 22 end arch ogre +x 18 +y 22 speed_left -0.260000 carrying 9360 -x 18 -y 22 arch skill_throwing end arch club @@ -5124,10 +5125,10 @@ x 18 y 27 end arch madman -speed_left -0.340000 -carrying 14100 x 18 y 27 +speed_left -0.340000 +carrying 14100 arch skill_throwing end arch club @@ -5184,9 +5185,9 @@ x 19 y 1 end arch gnoll -speed_left -0.300000 x 19 y 1 +speed_left -0.300000 end arch large_stones x 19 @@ -5451,9 +5452,9 @@ x 20 y 6 end arch ogre -speed_left -0.260000 x 20 y 6 +speed_left -0.260000 arch skill_throwing end end @@ -5502,9 +5503,9 @@ x 20 y 12 end arch gnoll -speed_left -0.300000 x 20 y 12 +speed_left -0.300000 arch skill_throwing end end @@ -5533,10 +5534,10 @@ x 20 y 15 end arch gnoll -speed_left -0.300000 -carrying 2070 x 20 y 15 +speed_left -0.300000 +carrying 2070 arch skill_throwing end arch dagger @@ -5614,9 +5615,9 @@ x 20 y 24 end arch brazier -no_pass 0 x 20 y 24 +no_pass 0 end arch large_stones x 20 @@ -5689,10 +5690,10 @@ x 21 y 1 end arch madman -speed_left -0.340000 -carrying 31200 x 21 y 1 +speed_left -0.340000 +carrying 31200 arch skill_throwing end arch spear @@ -5721,10 +5722,10 @@ x 21 y 4 end arch gnoll -speed_left -0.300000 -carrying 22360 x 21 y 4 +speed_left -0.300000 +carrying 22360 arch skill_throwing end arch bow @@ -5795,9 +5796,9 @@ x 21 y 12 end arch generate_madman -speed_left -0.120000 x 21 y 12 +speed_left -0.120000 end arch large_stones x 21 @@ -5828,9 +5829,9 @@ x 21 y 16 end arch generate_madman -speed_left -0.120000 x 21 y 16 +speed_left -0.120000 end arch large_stones x 21 @@ -5929,10 +5930,10 @@ x 21 y 30 end arch ogre -speed_left -0.260000 -carrying 140000 x 21 y 30 +speed_left -0.260000 +carrying 140000 arch fl_corpse name ogre's corpse food 602 @@ -5967,10 +5968,10 @@ x 22 y 1 end arch madman -speed_left -0.340000 -carrying 2000 x 22 y 1 +speed_left -0.340000 +carrying 2000 arch skill_throwing end arch dagger @@ -5981,10 +5982,10 @@ x 22 y 2 end arch gnoll -speed_left -0.300000 -carrying 1600 x 22 y 2 +speed_left -0.300000 +carrying 1600 arch dagger title of Madness attacktype 33 @@ -6005,10 +6006,10 @@ x 22 y 4 end arch madman -speed_left -0.340000 -carrying 25200 x 22 y 4 +speed_left -0.340000 +carrying 25200 arch skill_throwing end arch shortsword @@ -6039,10 +6040,10 @@ x 22 y 7 end arch madman -speed_left -0.340000 -carrying 9000 x 22 y 7 +speed_left -0.340000 +carrying 9000 arch skill_throwing end arch club @@ -6061,10 +6062,10 @@ x 22 y 10 end arch madman -speed_left -0.340000 -carrying 2000 x 22 y 10 +speed_left -0.340000 +carrying 2000 arch skill_throwing end arch dagger @@ -6119,19 +6120,19 @@ x 22 y 21 end arch generate_gnoll -speed_left -0.108000 x 22 y 21 +speed_left -0.108000 end arch large_stones x 22 y 22 end arch madman -speed_left -0.340000 -carrying 37049 x 22 y 22 +speed_left -0.340000 +carrying 37049 arch skill_throwing end arch bow @@ -6180,10 +6181,10 @@ x 22 y 28 end arch madman -speed_left -0.340000 -carrying 14255 x 22 y 28 +speed_left -0.340000 +carrying 14255 arch skill_throwing end arch bow @@ -6327,10 +6328,10 @@ x 23 y 14 end arch gnoll -speed_left -0.300000 -carrying 10000 x 23 y 14 +speed_left -0.300000 +carrying 10000 arch skill_throwing end arch shortsword @@ -6369,10 +6370,10 @@ x 23 y 19 end arch ogre -speed_left -0.260000 -carrying 21000 x 23 y 19 +speed_left -0.260000 +carrying 21000 arch head name ogre's head food 52 @@ -6491,10 +6492,10 @@ x 24 y 1 end arch gnoll -speed_left -0.300000 -carrying 12250 x 24 y 1 +speed_left -0.300000 +carrying 12250 arch foot name gnoll's foot value 20 @@ -6509,9 +6510,9 @@ x 24 y 2 end arch generate_madman -speed_left -0.120000 x 24 y 2 +speed_left -0.120000 end arch large_stones x 24 @@ -6578,10 +6579,10 @@ x 24 y 14 end arch madman -speed_left -0.340000 -carrying 9000 x 24 y 14 +speed_left -0.340000 +carrying 9000 arch skill_throwing end arch club @@ -6628,10 +6629,10 @@ x 24 y 21 end arch madman -speed_left -0.340000 -carrying 22000 x 24 y 21 +speed_left -0.340000 +carrying 22000 arch skill_throwing end arch dagger @@ -6659,10 +6660,10 @@ x 24 y 23 end arch madman -speed_left -0.340000 -carrying 87025 x 24 y 23 +speed_left -0.340000 +carrying 87025 arch skill_throwing end arch bow @@ -6710,9 +6711,9 @@ x 24 y 29 end arch gnoll -speed_left -0.300000 x 24 y 29 +speed_left -0.300000 end arch large_stones x 24 @@ -6809,10 +6810,10 @@ x 25 y 11 end arch madman -speed_left -0.340000 -carrying 18900 x 25 y 11 +speed_left -0.340000 +carrying 18900 arch skill_throwing end arch club @@ -6926,10 +6927,10 @@ x 25 y 25 end arch madman -speed_left -0.340000 -carrying 114200 x 25 y 25 +speed_left -0.340000 +carrying 114200 arch skill_throwing end arch crossbow @@ -7025,10 +7026,10 @@ x 26 y 3 end arch gnoll -speed_left -0.300000 -carrying 45000 x 26 y 3 +speed_left -0.300000 +carrying 45000 arch fl_corpse name gnoll's corpse value 100 @@ -7071,10 +7072,10 @@ x 26 y 8 end arch ogre -speed_left -0.260000 -carrying 26000 x 26 y 8 +speed_left -0.260000 +carrying 26000 arch head name ogre's head food 52 @@ -7163,19 +7164,19 @@ x 26 y 18 end arch gnoll -speed_left -0.300000 x 26 y 18 +speed_left -0.300000 end arch large_stones x 26 y 19 end arch madman -speed_left -0.340000 -carrying 61900 x 26 y 19 +speed_left -0.340000 +carrying 61900 arch skill_throwing end arch crossbow @@ -7221,10 +7222,10 @@ x 26 y 23 end arch gnoll -speed_left -0.300000 -carrying 10000 x 26 y 23 +speed_left -0.300000 +carrying 10000 arch skill_throwing end arch shortsword @@ -7235,9 +7236,9 @@ x 26 y 24 end arch generate_madman -speed_left -0.120000 x 26 y 24 +speed_left -0.120000 end arch large_stones x 26 @@ -7330,19 +7331,19 @@ x 27 y 4 end arch generate_gnoll -speed_left -0.108000 x 27 y 4 +speed_left -0.108000 end arch large_stones x 27 y 5 end arch gnoll -speed_left -0.300000 -carrying 9000 x 27 y 5 +speed_left -0.300000 +carrying 9000 arch skill_throwing end arch club @@ -7353,10 +7354,10 @@ x 27 y 6 end arch madman -speed_left -0.340000 -carrying 31425 x 27 y 6 +speed_left -0.340000 +carrying 31425 arch skill_throwing end arch bow @@ -7392,10 +7393,10 @@ x 27 y 10 end arch madman -speed_left -0.340000 -carrying 84000 x 27 y 10 +speed_left -0.340000 +carrying 84000 arch skill_throwing end arch club @@ -7493,10 +7494,10 @@ x 27 y 24 end arch madman -speed_left -0.340000 -carrying 69550 x 27 y 24 +speed_left -0.340000 +carrying 69550 arch skill_throwing end arch axe_2 @@ -7531,9 +7532,9 @@ x 27 y 28 end arch generate_gnoll -speed_left -0.108000 x 27 y 28 +speed_left -0.108000 end arch large_stones x 27 @@ -7626,10 +7627,10 @@ x 28 y 10 end arch ogre -speed_left -0.260000 -carrying 6199 x 28 y 10 +speed_left -0.260000 +carrying 6199 arch hand name ogre's hand food 4 @@ -7648,10 +7649,10 @@ x 28 y 11 end arch madman -speed_left -0.340000 -carrying 114000 x 28 y 11 +speed_left -0.340000 +carrying 114000 arch skill_throwing end arch quarterstaff @@ -7701,10 +7702,10 @@ x 28 y 16 end arch madman -speed_left -0.340000 -carrying 26475 x 28 y 16 +speed_left -0.340000 +carrying 26475 arch skill_throwing end arch bow @@ -7784,10 +7785,10 @@ x 28 y 26 end arch gnoll -speed_left -0.300000 -carrying 10000 x 28 y 26 +speed_left -0.300000 +carrying 10000 arch shortsword end end @@ -7812,10 +7813,10 @@ x 28 y 30 end arch madman -speed_left -0.340000 -carrying 14740 x 28 y 30 +speed_left -0.340000 +carrying 14740 arch skill_throwing end arch sword_2 @@ -7847,10 +7848,10 @@ x 29 y 1 end arch madman -speed_left -0.340000 -carrying 65250 x 29 y 1 +speed_left -0.340000 +carrying 65250 arch skill_throwing end arch axe_2 @@ -7875,9 +7876,9 @@ x 29 y 2 end arch generate_madman -speed_left -0.120000 x 29 y 2 +speed_left -0.120000 end arch large_stones x 29 @@ -7916,9 +7917,9 @@ x 29 y 8 end arch gnoll -speed_left -0.300000 x 29 y 8 +speed_left -0.300000 end arch large_stones x 29 @@ -7933,10 +7934,10 @@ x 29 y 10 end arch madman -speed_left -0.340000 -carrying 24050 x 29 y 10 +speed_left -0.340000 +carrying 24050 arch skill_throwing end arch bow @@ -8060,9 +8061,9 @@ x 29 y 28 end arch generate_madman -speed_left -0.120000 x 29 y 28 +speed_left -0.120000 end arch large_stones x 29 diff --git a/quests/peterm/quests/titan_quest b/quests/peterm/quests/titan_quest index 4c04a439f..cd937c631 100644 --- a/quests/peterm/quests/titan_quest +++ b/quests/peterm/quests/titan_quest @@ -1,8 +1,10 @@ arch map -hp 35 -sp 33 -x 37 -y 35 +name Titan Quest +difficulty 1 +width 37 +height 35 +enter_x 35 +enter_y 33 end arch woodfloor2 end diff --git a/quests/peterm/quests/wyvern_quest b/quests/peterm/quests/wyvern_quest index d049812c9..e45918461 100644 --- a/quests/peterm/quests/wyvern_quest +++ b/quests/peterm/quests/wyvern_quest @@ -1,5 +1,6 @@ arch map -name wyvern_quest +name Wyvern Quest +difficulty 1 width 21 height 37 enter_x 1 @@ -1754,18 +1755,13 @@ face mediumston.111 x 6 y 22 end -arch dun_1_1 -face dun_4.111 -x 6 -y 22 -end arch medium_stones face mediumston.111 x 6 y 23 end -arch dun_2_1_1 -face dun_5.111 +arch dun_1_1 +face dun_4.111 x 6 y 23 end @@ -1804,8 +1800,8 @@ face mediumston.111 x 6 y 27 end -arch dun_2_1_1 -face dun_5.111 +arch dun_1_2 +face dun_1.111 x 6 y 27 end @@ -1844,8 +1840,8 @@ face mediumston.111 x 6 y 34 end -arch dun_2_1_1 -face dun_5.111 +arch dun_1_1 +face dun_4.111 x 6 y 34 end @@ -3213,18 +3209,13 @@ face mediumston.111 x 12 y 26 end -arch dun_1_1 -face dun_4.111 -x 12 -y 26 -end arch medium_stones face mediumston.111 x 12 y 27 end -arch dun_2_1_1 -face dun_5.111 +arch dun_1_1 +face dun_4.111 x 12 y 27 end