diff options
-rw-r--r-- | conf-tmpl/Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/maps_athena.conf | 11 | ||||
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/map_index.txt | 9 | ||||
-rw-r--r-- | npc/mobs/dungeons/moscovia.txt | 23 | ||||
-rw-r--r-- | npc/mobs/fields/moscovia.txt | 19 |
6 files changed, 64 insertions, 1 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index a80d5779b..543406640 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2007/06/06 + * Added Moscovia maps in the map index [Lupus] 2007/06/01 * Rev. 10701 Updated nowarpto map flags for Rachel quest maps. [L0ne_W0lf] 2007/06/01 diff --git a/conf-tmpl/maps_athena.conf b/conf-tmpl/maps_athena.conf index 0f252e792..3a7daee3c 100644 --- a/conf-tmpl/maps_athena.conf +++ b/conf-tmpl/maps_athena.conf @@ -772,6 +772,17 @@ map: abbey03 map: poring_w01 map: poring_w02 +// --- Moscovia --- +// -- 2007-06-??? +map: moscovia +map: mosk_in +map: mosk_ship +map: mosk_fild01 +map: mosk_fild02 +map: mosk_dun01 +map: mosk_dun02 +map: mosk_dun03 + //------------------------- Clone Maps --------------------------- //------------------------- Extra Maps --------------------------- diff --git a/db/Changelog.txt b/db/Changelog.txt index c2430ca7c..b5a7c2e87 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -51,6 +51,7 @@ 06/06 * Added some 11.3 mobs [Playtester] * Added Moscovia mobs with poring stats [Lupus] + - Added Moscovia maps in the map index 06/05 * Fixed Spirited Guitar [Playtester] * Fixed two items thanks to zephyrus [Playtester] diff --git a/db/map_index.txt b/db/map_index.txt index 8c65aa70e..53036fb3c 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -654,7 +654,14 @@ abbey03 poring_w01 poring_w02 que_san04 - +moscovia +mosk_in +mosk_ship +mosk_fild01 +mosk_fild02 +mosk_dun01 +mosk_dun02 +mosk_dun03 // Only add maps under this line if they are not standard maps! diff --git a/npc/mobs/dungeons/moscovia.txt b/npc/mobs/dungeons/moscovia.txt new file mode 100644 index 000000000..f7c4cbc9a --- /dev/null +++ b/npc/mobs/dungeons/moscovia.txt @@ -0,0 +1,23 @@ +//===== eAthena Script =======================================
+//= Moscovia Dungeon Monster Spawn Script
+//===== By: ==================================================
+//= Athena (1.0)
+//===== Current Version: =====================================
+//= 0.0
+//===== Compatible With: =====================================
+//= Any Athena Version
+//===== Additional Comments: =================================
+//=
+
+//==================================================
+// mosk_dun01 - Moscovia Dungeon 1
+//==================================================
+
+//==================================================
+// mosk_dun02 - Moscovia Dungeon 2
+//==================================================
+
+//==================================================
+// mosk_dun03 - Moscovia Dungeon 3
+//==================================================
+
diff --git a/npc/mobs/fields/moscovia.txt b/npc/mobs/fields/moscovia.txt new file mode 100644 index 000000000..45238fe2a --- /dev/null +++ b/npc/mobs/fields/moscovia.txt @@ -0,0 +1,19 @@ +//===== eAthena Script =======================================
+//= Moscovia Fields Monster Spawn Script
+//===== By: ==================================================
+//= Athena (1.0)
+//===== Current Version: =====================================
+//= 0.0
+//===== Compatible With: =====================================
+//= Any Athena Version
+//===== Additional Comments: =================================
+//=
+
+//==================================================
+// mosk_fild01 - Moscovia Field
+//==================================================
+
+//==================================================
+// mosk_fild02 - Moscovia Field
+//==================================================
+
|