Sfoglia il codice sorgente

* Added first version of Rachel Sanctuary spawns
- commented for now

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9371 54d463be-8e91-2dee-dedb-b68131a5f0ec

Playtester 18 anni fa
parent
commit
80ed807c23

+ 3 - 0
npc/Changelog.txt

@@ -33,6 +33,9 @@ KarLaeda
 
 Date		Added
 ======
+11/30
+	* Added first version of Rachel Sanctuary spawns [Playtester]
+	- commented for now
 11/28
 	* Enabled Ice Dungeon spawns so they can be tested [Playtester]
 11/26

+ 53 - 0
npc/mobs/dungeons/racheldun.txt

@@ -0,0 +1,53 @@
+//===== eAthena Script =======================================
+//= Rachel Santuary Monster Spawn Script
+//===== By: ==================================================
+//= Athena (1.0)
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= Any Athena Version
+//===== Additional Comments: =================================
+//= 1.0 First version with guessed amounts [Playtester]
+//============================================================
+
+//==================================================
+// ra_san01
+//==================================================
+ra_san01.gat,0,0,0,0	monster	Gremlin	1632,20,0,0,0
+ra_san01.gat,0,0,0,0	monster	Beholder	1633,20,0,0,0
+ra_san01.gat,0,0,0,0	monster	Vanberk	1771,20,0,0,0
+ra_san01.gat,0,0,0,0	monster	Isilla	1772,10,0,0,0
+
+//==================================================
+// ra_san02
+//==================================================
+ra_san02.gat,0,0,0,0	monster	Gremlin	1632,20,0,0,0
+ra_san02.gat,0,0,0,0	monster	Beholder	1633,20,0,0,0
+ra_san02.gat,0,0,0,0	monster	Vanberk	1771,40,0,0,0
+ra_san02.gat,0,0,0,0	monster	Isilla	1772,30,0,0,0
+
+//==================================================
+// ra_san03
+//==================================================
+ra_san03.gat,0,0,0,0	monster	Gremlin	1632,20,0,0,0
+ra_san03.gat,0,0,0,0	monster	Beholder	1633,20,0,0,0
+ra_san03.gat,0,0,0,0	monster	Hodremlin	1773,30,0,0,0
+ra_san03.gat,0,0,0,0	monster	Seeker	1774,30,0,0,0
+
+//==================================================
+// ra_san04
+//==================================================
+ra_san04.gat,0,0,0,0	monster	Agav	1769,30,0,0,0
+ra_san04.gat,0,0,0,0	monster	Echio	1770,30,0,0,0
+ra_san04.gat,0,0,0,0	monster	Hodremlin	1773,20,0,0,0
+ra_san04.gat,0,0,0,0	monster	Seeker	1774,20,0,0,0
+
+//==================================================
+// ra_san05
+//==================================================
+ra_san05.gat,0,0,0,0	monster	Agav	1769,20,0,0,0
+ra_san05.gat,0,0,0,0	monster	Echio	1770,20,0,0,0
+ra_san05.gat,0,0,0,0	monster	Isilla	1772,20,0,0,0
+ra_san05.gat,0,0,0,0	monster	Hodremlin	1773,20,0,0,0
+ra_san05.gat,0,0,0,0	monster	Seeker	1774,20,0,0,0
+ra_san05.gat,0,0,0,0	monster	Gloom Under Night	1768,1,7200000,3600000,1

+ 1 - 0
npc/scripts_eamonsters.conf

@@ -69,6 +69,7 @@ npc: npc/mobs/dungeons/orcdun.txt
 npc: npc/mobs/dungeons/payoncave.txt
 npc: npc/mobs/dungeons/pront_maze.txt
 npc: npc/mobs/dungeons/pront_sewers.txt
+//npc: npc/mobs/dungeons/racheldun.txt
 npc: npc/mobs/dungeons/thanatos.txt
 npc: npc/mobs/dungeons/toyfactory.txt
 npc: npc/mobs/dungeons/turtleisland.txt

+ 1 - 0
npc/scripts_monsters.conf

@@ -66,6 +66,7 @@ npc: npc/mobs/dungeons/orcdun.txt
 npc: npc/mobs/dungeons/payoncave.txt
 npc: npc/mobs/dungeons/pront_maze.txt
 npc: npc/mobs/dungeons/pront_sewers.txt
+//npc: npc/mobs/dungeons/racheldun.txt
 npc: npc/mobs/dungeons/sunkenship.txt
 npc: npc/mobs/dungeons/thanatos.txt
 npc: npc/mobs/dungeons/toyfactory.txt