diff options
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/mobs/dungeons/moc_sphinx.txt | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 0491a6f2c..0181e8ef9 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,9 @@ Date Added ====== 2007/04/27 + * Updated Sphinx spawns [Playtester] + - Anubis instead of Marduk on F4 and F5 + - note: Anubis is not fully official yet * Updated Kiel spawns [Playtester] 2007/04/25 * Some official Odin and Hugel warps [Playtester] diff --git a/npc/mobs/dungeons/moc_sphinx.txt b/npc/mobs/dungeons/moc_sphinx.txt index 5719e0fba..844690c53 100644 --- a/npc/mobs/dungeons/moc_sphinx.txt +++ b/npc/mobs/dungeons/moc_sphinx.txt @@ -3,11 +3,12 @@ //===== By: ================================================== //= Athena (1.0) //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= Any Athena Version //===== Additional Comments: ================================= //= 1.1 Official kRO 10.1 spawns [Playtester] +//= 1.2 Replaced Marduk with Anubis on F4 and F5 [Playtester] //============================================================ //================================================== @@ -38,7 +39,7 @@ in_sphinx3,0,0,0,0 monster Mimic 1191,10,600000,300000,1 // In_sphinx4 - Sphinx F4 //================================================== in_sphinx4,0,0,0,0 monster Minorous 1149,50,0,0,0 -in_sphinx4,0,0,0,0 monster Marduk 1140,15,0,0,0 +in_sphinx4,0,0,0,0 monster Anubis 1098,15,0,0,0 in_sphinx4,0,0,0,0 monster Mimic 1191,4,600000,300000,1 in_sphinx4,0,0,0,0 monster Pasana 1154,20,0,0,0 @@ -48,6 +49,6 @@ in_sphinx4,0,0,0,0 monster Pasana 1154,20,0,0,0 in_sphinx5,0,0,0,0 monster Pasana 1154,50,0,0,0 in_sphinx5,0,0,0,0 monster Matyr 1146,10,0,0,0 in_sphinx5,0,0,0,0 monster Side Winder 1037,20,0,0,0 -in_sphinx5,0,0,0,0 monster Marduk 1140,30,0,0,0 +in_sphinx5,0,0,0,0 monster Anubis 1098,30,0,0,0 in_sphinx5,0,0,0,0 monster Mimic 1191,7,600000,300000,1 -in_sphinx5,0,0,0,0 monster Pharaoh 1157,1,3600000,1800000,1
\ No newline at end of file +in_sphinx5,0,0,0,0 monster Pharaoh 1157,1,3600000,1800000,1 |