diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-24 11:49:20 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-24 11:49:20 +0000 |
commit | 1e629a763c308781b17c03bc64e937006b568bac (patch) | |
tree | ab5022cea79cbd7a8a43260655a384b43e0f9fce /npc | |
parent | 0cd845a95c1425e3026a2c0647f39bacc52d33f4 (diff) | |
download | hercules-1e629a763c308781b17c03bc64e937006b568bac.tar.gz hercules-1e629a763c308781b17c03bc64e937006b568bac.tar.bz2 hercules-1e629a763c308781b17c03bc64e937006b568bac.tar.xz hercules-1e629a763c308781b17c03bc64e937006b568bac.zip |
Added temporary Rachel spawn file, commented for now
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7854 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/mobs/fields/rachel.txt | 3 | ||||
-rw-r--r-- | npc/scripts_eamonsters.conf | 5 | ||||
-rw-r--r-- | npc/scripts_monsters.conf | 3 |
4 files changed, 9 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 74fadc1df..0c9f52058 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -39,6 +39,8 @@ Playtester Date Added
======
+07/24
+ * Added temporary Rachel spawn file, commented for now [Playtester]
07/23
* Removed the regular Thanatos spawn, since the quest is now implemented. [MasterOfMuppets]
* Implemented the Niflheim town invasion. [MasterOfMuppets]
diff --git a/npc/mobs/fields/rachel.txt b/npc/mobs/fields/rachel.txt index 997507e04..a04ba227c 100644 --- a/npc/mobs/fields/rachel.txt +++ b/npc/mobs/fields/rachel.txt @@ -41,6 +41,7 @@ ra_fild04.gat,0,0,0,0 monster Roween 1782,60,0,0,0 ra_fild04.gat,0,0,0,0 monster Stapo 1784,20,0,0,0
ra_fild04.gat,0,0,0,0 monster Wild Rose 1261,10,0,0,0
ra_fild04.gat,0,0,0,0 monster Galion 1783,3,0,0,0
+ra_fild04.gat,0,0,0,0 monster Atros 1785,1,7200000,3600000,1
//==================================================
// ra_fild05 - Rachel Field
@@ -107,4 +108,4 @@ ra_fild12.gat,0,0,0,0 monster Red Plant 1078,5,180000,90000,1 //==================================================
ra_fild13.gat,0,0,0,0 monster Stapo 1784,60,0,0,0
ra_fild13.gat,0,0,0,0 monster Drops 1113,40,0,0,0
-ra_fild13.gat,0,0,0,0 monster Roween 1794,5,0,0,0
+ra_fild13.gat,0,0,0,0 monster Roween 1782,5,0,0,0
diff --git a/npc/scripts_eamonsters.conf b/npc/scripts_eamonsters.conf index b90360d9f..56bc5618c 100644 --- a/npc/scripts_eamonsters.conf +++ b/npc/scripts_eamonsters.conf @@ -4,7 +4,7 @@ // - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exsist. Please provide evidence and proof. -
+// - are sure they exist. Please provide evidence and proof. -
// - eAthena developmers are not responsible for any damages or -
// - disruptions of service during the service of the server -
// - caused by the included scripts or for any damages -
@@ -19,8 +19,8 @@ npc: npc/mobs/citycleaners.txt npc: npc/mobs/pvp.txt
npc: npc/eamobs/fields/comodo.txt
-npc: npc/eamobs/fields/umbala.txt
npc: npc/eamobs/fields/mjolnir.txt
+npc: npc/eamobs/fields/umbala.txt
npc: npc/mobs/fields/amatsu.txt
npc: npc/mobs/fields/ayothaya.txt
@@ -37,6 +37,7 @@ npc: npc/mobs/fields/niflheim.txt npc: npc/mobs/fields/odin.txt
npc: npc/mobs/fields/payon.txt
npc: npc/mobs/fields/prontera.txt
+//npc: npc/mobs/fields/rachel.txt
npc: npc/mobs/fields/yuno.txt
npc: npc/eamobs/dungeons/byalan.txt
diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index eb377df6a..75fd34d84 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -4,7 +4,7 @@ // - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exsist. Please provide evidence and proof. -
+// - are sure they exist. Please provide evidence and proof. -
// - eAthena developmers are not responsible for any damages or -
// - disruptions of service during the service of the server -
// - caused by the included scripts or for any damages -
@@ -35,6 +35,7 @@ npc: npc/mobs/fields/niflheim.txt npc: npc/mobs/fields/odin.txt
npc: npc/mobs/fields/payon.txt
npc: npc/mobs/fields/prontera.txt
+//npc: npc/mobs/fields/rachel.txt
npc: npc/mobs/fields/umbala.txt
npc: npc/mobs/fields/yuno.txt
|