diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-06 05:18:00 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-06 05:18:00 +0000 |
commit | dc1d990723c050a77ef525eb58d42c41a0edeebd (patch) | |
tree | d1fa1529463778edb1d1e86078f15e49ac6716c8 /npc/mobs/dungeons/magmadun.txt | |
parent | 417557d5bf198ceae4abc8333273e90b3a6f4100 (diff) | |
download | hercules-dc1d990723c050a77ef525eb58d42c41a0edeebd.tar.gz hercules-dc1d990723c050a77ef525eb58d42c41a0edeebd.tar.bz2 hercules-dc1d990723c050a77ef525eb58d42c41a0edeebd.tar.xz hercules-dc1d990723c050a77ef525eb58d42c41a0edeebd.zip |
renamed omobs to mobs, just as in stable. fixed typos
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5923 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs/dungeons/magmadun.txt')
-rw-r--r-- | npc/mobs/dungeons/magmadun.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/npc/mobs/dungeons/magmadun.txt b/npc/mobs/dungeons/magmadun.txt new file mode 100644 index 000000000..5d14cc4f0 --- /dev/null +++ b/npc/mobs/dungeons/magmadun.txt @@ -0,0 +1,30 @@ +//===== eAthena Script =======================================
+//= Magma Dungeon Monster Spawn Script
+//===== By: ==================================================
+//= Athena (1.0)
+//===== Current Version: =====================================
+//= 1.2
+//===== Compatible With: =====================================
+//= Any Athena Version
+//===== Additional Comments: =================================
+//= 1.1 fixed 2,3,4 tabs instead of 1... and wrong mob names [Lupus]
+//============================================================
+
+//==================================================
+// mag_dun01 - Nogg Road F1
+//==================================================
+mag_dun01.gat,0,0,0,0 monster Explosion 1383,30,0,0,0
+mag_dun01.gat,0,0,0,0 monster Kaho 1072,20,0,0,0
+mag_dun01.gat,0,0,0,0 monster Blazer 1367,20,0,0,0
+mag_dun01.gat,0,0,0,0 monster Grizzly 1381,10,0,0,0
+mag_dun01.gat,0,0,0,0 monster Lava Golem 1366,20,600000,30000,0
+
+//==================================================
+// mag_dun02 - Nogg Road F2
+//==================================================
+mag_dun02.gat,0,0,0,0 monster Nightmare Terror 1379,28,600000,30000,0
+mag_dun02.gat,0,0,0,0 monster Blazer 1367,20,600000,30000,0
+mag_dun02.gat,0,0,0,0 monster Diabolic 1382,20,600000,30000,0
+mag_dun02.gat,0,0,0,0 monster Deleter 1384,10,600000,30000,0
+mag_dun02.gat,0,0,0,0 monster Deleter 1385,10,600000,30000,0
+mag_dun02.gat,0,0,0,0 monster Gig 1387,10,600000,30000,0
|