diff options
author | dastgirpojee <dastgirpojee@rocketmail.com> | 2015-01-11 10:13:44 +0530 |
---|---|---|
committer | dastgirpojee <dastgirpojee@rocketmail.com> | 2015-01-11 10:13:44 +0530 |
commit | 39318bbcb59a8885ad2df64681945906305b0a12 (patch) | |
tree | de31f9d26e8fd82ae72ed7093e2210fd6147a742 /npc | |
parent | e99cbac3f1d0354566da5887ab4f01c6737dd0de (diff) | |
parent | c1c42d4021a9eacd467f2c9a9c10a62c9c1ad7b2 (diff) | |
download | hercules-39318bbcb59a8885ad2df64681945906305b0a12.tar.gz hercules-39318bbcb59a8885ad2df64681945906305b0a12.tar.bz2 hercules-39318bbcb59a8885ad2df64681945906305b0a12.tar.xz hercules-39318bbcb59a8885ad2df64681945906305b0a12.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc')
-rw-r--r-- | npc/re/mobs/dungeons/ecl_tdun.txt | 27 | ||||
-rw-r--r-- | npc/re/mobs/fields/eclage.txt | 5 |
2 files changed, 16 insertions, 16 deletions
diff --git a/npc/re/mobs/dungeons/ecl_tdun.txt b/npc/re/mobs/dungeons/ecl_tdun.txt index 0bfd17e0f..f768a5797 100644 --- a/npc/re/mobs/dungeons/ecl_tdun.txt +++ b/npc/re/mobs/dungeons/ecl_tdun.txt @@ -8,30 +8,29 @@ //= jRO monster spawns, taken from Auriga. //===== Additional Comments: ================================= //= 1.0 First version. [Euphy] +//= 1.1 Aegis Conversion [Michieru] //============================================================ //================================================== // ecl_tdun01 - Bifrost Tower F1 //================================================== -ecl_tdun01.gat,0,0,0,0 monster Cenere 2365,5,5000,0,0 -ecl_tdun01.gat,0,0,0,0 monster Antique Book 2366,5,5000,0,0 -ecl_tdun01.gat,0,0,0,0 monster Blue Lichtern 2367,5,5000,0,0 +ecl_tdun01,0,0,0,0 monster Cenere 2365,15,5000,0,0 +ecl_tdun01,0,0,0,0 monster Antique Book 2366,10,5000,0,0 +ecl_tdun01,0,0,0,0 monster Blue Lichtern 2367,5,5000,0,0 +ecl_tdun01,0,0,0,0 monster Yellow Lichtern 2368,5,5000,0,0 //================================================== // ecl_tdun02 - Bifrost Tower F2 //================================================== -ecl_tdun02.gat,0,0,0,0 monster Cenere 2365,10,5000,0,0 -ecl_tdun02.gat,0,0,0,0 monster Antique Book 2366,10,5000,0,0 -ecl_tdun02.gat,0,0,0,0 monster Blue Lichtern 2367,15,5000,0,0 -ecl_tdun02.gat,0,0,0,0 monster Yellow Lichtern 2368,5,5000,0,0 +ecl_tdun02,0,0,0,0 monster Cenere 2365,15,5000,0,0 +ecl_tdun02,0,0,0,0 monster Antique Book 2366,15,5000,0,0 +ecl_tdun02,0,0,0,0 monster Yellow Lichtern 2368,5,5000,0,0 +ecl_tdun02,0,0,0,0 monster Red Lichtern 2369,5,5000,0,0 //================================================== // ecl_tdun03 - Bifrost Tower F3 //================================================== -ecl_tdun03.gat,0,0,0,0 monster Cenere 2365,15,5000,0,0 -ecl_tdun03.gat,0,0,0,0 monster Antique Book 2366,15,5000,0,0 -ecl_tdun03.gat,0,0,0,0 monster Blue Lichtern 2367,5,5000,0,0 -ecl_tdun03.gat,0,0,0,0 monster Yellow Lichtern 2368,15,5000,0,0 -ecl_tdun03.gat,0,0,0,0 monster Red Lichtern 2369,10,5000,0,0 -ecl_tdun03.gat,0,0,0,0 monster Green Lichtern 2370,15,5000,0,0 -ecl_tdun03.gat,0,0,0,0 monster Faithful Manager 2371,5,5000,0,0 +ecl_tdun03,0,0,0,0 monster Antique Book 2366,15,5000,0,0 +ecl_tdun03,0,0,0,0 monster Yellow Lichtern 2368,5,5000,0,0 +ecl_tdun03,0,0,0,0 monster Green Lichtern 2370,5,5000,0,0 +ecl_tdun03,0,0,0,0 monster Faithful Manager 2371,3,5000,0,0 diff --git a/npc/re/mobs/fields/eclage.txt b/npc/re/mobs/fields/eclage.txt index 76c53be2b..89754e1df 100644 --- a/npc/re/mobs/fields/eclage.txt +++ b/npc/re/mobs/fields/eclage.txt @@ -8,10 +8,11 @@ //= jRO monster spawns, taken from Auriga. //===== Additional Comments: ================================= //= 1.0 First version. [Euphy] +//= 1.1 Aegis Conversion [Michieru] //============================================================ //================================================== // ecl_fild01 - Blooming Flower Land //================================================== -ecl_fild01.gat,0,0,0,0 monster Menblatt 2363,60,5000,0,0 -ecl_fild01.gat,0,0,0,0 monster Petal 2364,20,5000,0,0 +ecl_fild01,0,0,0,0 monster Menblatt 2363,50,5000,0,0 +ecl_fild01,0,0,0,0 monster Petal 2364,50,5000,0,0 |