From e3afdc2af4c5e50c79237ee092e25f39b7428e47 Mon Sep 17 00:00:00 2001 From: Michieru Date: Thu, 24 Oct 2013 12:10:43 +0200 Subject: Update to last rAthena npc. Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt --- npc/re/mobs/citycleaners.txt | 29 ++++++++++++++ npc/re/mobs/dungeons/dew_dun.txt | 4 +- npc/re/mobs/dungeons/dic_dun.txt | 4 +- npc/re/mobs/dungeons/ecl_tdun.txt | 37 ++++++++++++++++++ npc/re/mobs/dungeons/ein_dun.txt | 2 - npc/re/mobs/dungeons/gef_dun.txt | 2 - npc/re/mobs/dungeons/glastheim.txt | 2 - npc/re/mobs/dungeons/gld_dunSE.txt | 2 - npc/re/mobs/dungeons/gld_re.txt | 2 - npc/re/mobs/dungeons/gon_dun.txt | 2 - npc/re/mobs/dungeons/ice_dun.txt | 2 - npc/re/mobs/dungeons/in_sphinx.txt | 2 - npc/re/mobs/dungeons/iz_dun.txt | 4 +- npc/re/mobs/dungeons/kh_dun.txt | 2 - npc/re/mobs/dungeons/lhz_dun.txt | 14 +++---- npc/re/mobs/dungeons/lou_dun.txt | 2 - npc/re/mobs/dungeons/ma_dun.txt | 2 - npc/re/mobs/dungeons/mag_dun.txt | 2 - npc/re/mobs/dungeons/mal_dun.txt | 6 +-- npc/re/mobs/dungeons/mjo_dun.txt | 2 - npc/re/mobs/dungeons/moc_pryd.txt | 22 +++++------ npc/re/mobs/dungeons/mosk_dun.txt | 2 - npc/re/mobs/dungeons/nyd_dun.txt | 2 - npc/re/mobs/dungeons/odin.txt | 2 - npc/re/mobs/dungeons/orcsdun.txt | 2 - npc/re/mobs/dungeons/pay_dun.txt | 2 - npc/re/mobs/dungeons/prt_maze.txt | 2 - npc/re/mobs/dungeons/prt_sew.txt | 2 - npc/re/mobs/dungeons/ra_san.txt | 2 - npc/re/mobs/dungeons/tha_t.txt | 2 - npc/re/mobs/dungeons/thor_v.txt | 2 - npc/re/mobs/dungeons/treasure.txt | 2 - npc/re/mobs/dungeons/tur_dun.txt | 2 - npc/re/mobs/dungeons/xmas_dun.txt | 2 - npc/re/mobs/dungeons/yggdrasil.txt | 2 - npc/re/mobs/fields/bifrost.txt | 79 +------------------------------------- npc/re/mobs/fields/comodo.txt | 4 -- npc/re/mobs/fields/dewata.txt | 2 +- npc/re/mobs/fields/eclage.txt | 17 ++++++++ npc/re/mobs/fields/einbroch.txt | 8 ++-- npc/re/mobs/fields/geffen.txt | 2 +- npc/re/mobs/fields/hugel.txt | 4 +- npc/re/mobs/fields/jawaii.txt | 27 ------------- npc/re/mobs/fields/lighthalzen.txt | 2 +- npc/re/mobs/fields/payon.txt | 4 +- npc/re/mobs/fields/prontera.txt | 16 ++++++++ npc/re/mobs/fields/splendide.txt | 2 - npc/re/mobs/fields/umbala.txt | 11 +++--- npc/re/mobs/fields/yuno.txt | 6 +-- npc/re/mobs/towns.txt | 34 ++++++++++++++++ npc/re/mobs/towns/brasilis.txt | 14 ------- 51 files changed, 175 insertions(+), 231 deletions(-) create mode 100644 npc/re/mobs/citycleaners.txt create mode 100644 npc/re/mobs/dungeons/ecl_tdun.txt create mode 100644 npc/re/mobs/fields/eclage.txt delete mode 100644 npc/re/mobs/fields/jawaii.txt create mode 100644 npc/re/mobs/towns.txt delete mode 100644 npc/re/mobs/towns/brasilis.txt (limited to 'npc/re/mobs') diff --git a/npc/re/mobs/citycleaners.txt b/npc/re/mobs/citycleaners.txt new file mode 100644 index 000000000..279f81a36 --- /dev/null +++ b/npc/re/mobs/citycleaners.txt @@ -0,0 +1,29 @@ +//===== Hercules Script ====================================== +//= City Cleaners Monster Spawn Script +//===== By: ================================================== +//= Euphy +//===== Current Version: ===================================== +//= 1.0 +//===== Description: ========================================= +//= Spawns monsters to clean up cities. +//===== Additional Comments: ================================= +//= 1.0 First version, Renewal spawns. +//============================================================ + +//================================================== +// Wild Rose City Spawns +//================================================== +brasilis,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 +dewata,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 +malaya,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 +izlude_a,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 +izlude_b,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 +izlude_c,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 +izlude_d,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 + +//================================================== +// Thief Bug Egg City Spawns +//================================================== +payon_in02,23,68,5,5 monster Thief Bug Egg 1048,7,1200000,600000,0 +jawaii_in,73,117,4,4 monster Thief Bug Egg 1048,1,5400000,3000000,0 +jawaii_in,83,117,5,5 monster Thief Bug Egg 1048,1,4800000,2400000,0 diff --git a/npc/re/mobs/dungeons/dew_dun.txt b/npc/re/mobs/dungeons/dew_dun.txt index 9b8a3e8ee..d5dc609a2 100644 --- a/npc/re/mobs/dungeons/dew_dun.txt +++ b/npc/re/mobs/dungeons/dew_dun.txt @@ -4,8 +4,6 @@ //= Chilly //===== Current Version: ===================================== //= 1.1 -//===== Compatible With: ===================================== -//= Hercules //===== Description: ========================================= //= Official kRO monster spawns //===== Additional Comments: ================================= @@ -27,4 +25,4 @@ dew_dun01,0,0,0,0 boss_monster Leak 2156,1,7200000,0,1 dew_dun02,0,0,0,0 monster Banaspaty 2154,50,5000,0,0 dew_dun02,0,0,0,0 monster Gajomart 1309,30,5000,0,0 dew_dun02,0,0,0,0 monster Am Mut 1301,20,5000,0,0 -dew_dun02,0,0,0,0 monster Butoijo 2155,30,5000,0,0 \ No newline at end of file +dew_dun02,0,0,0,0 monster Butoijo 2155,30,5000,0,0 diff --git a/npc/re/mobs/dungeons/dic_dun.txt b/npc/re/mobs/dungeons/dic_dun.txt index 95715d678..3de5528f1 100644 --- a/npc/re/mobs/dungeons/dic_dun.txt +++ b/npc/re/mobs/dungeons/dic_dun.txt @@ -4,8 +4,6 @@ //= Kisuka //===== Current Version: ===================================== //= 1.2 -//===== Compatible With: ===================================== -//= Hercules //===== Description: ========================================= //= Official monster spawns in El Dicastes Dungeon. //===== Additional Comments: ================================= @@ -42,4 +40,4 @@ dic_dun03,0,0,0,0 monster Gold One-Horn Scaraba 2161,30,5000,0,0 dic_dun03,0,0,0,0 monster Gold Two-Horn Scaraba 2162,30,5000,0,0 dic_dun03,0,0,0,0 monster Gold Antler Scaraba 2163,40,5000,0,0 dic_dun03,0,0,0,0 monster Gold Rake Scaraba 2164,40,5000,0,0 -dic_dun03,0,0,0,0 boss_monster Gold Queen Scaraba 2165,1,7200000,0,1 \ No newline at end of file +dic_dun03,0,0,0,0 boss_monster Gold Queen Scaraba 2165,1,7200000,0,1 diff --git a/npc/re/mobs/dungeons/ecl_tdun.txt b/npc/re/mobs/dungeons/ecl_tdun.txt new file mode 100644 index 000000000..0bfd17e0f --- /dev/null +++ b/npc/re/mobs/dungeons/ecl_tdun.txt @@ -0,0 +1,37 @@ +//===== Hercules Script ====================================== +//= Bifrost Tower Monster Spawn Script +//===== By: ================================================== +//= refis +//===== Current Version: ===================================== +//= 1.0 +//===== Description: ========================================= +//= jRO monster spawns, taken from Auriga. +//===== Additional Comments: ================================= +//= 1.0 First version. [Euphy] +//============================================================ + +//================================================== +// 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_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_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 diff --git a/npc/re/mobs/dungeons/ein_dun.txt b/npc/re/mobs/dungeons/ein_dun.txt index 3efcd52f6..53d78feff 100644 --- a/npc/re/mobs/dungeons/ein_dun.txt +++ b/npc/re/mobs/dungeons/ein_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.5 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.0 spawn N and spawn delays aren't yet correct, so I set //= respawn delays quite big for now [Lupus] diff --git a/npc/re/mobs/dungeons/gef_dun.txt b/npc/re/mobs/dungeons/gef_dun.txt index d6da72c1c..32967e494 100644 --- a/npc/re/mobs/dungeons/gef_dun.txt +++ b/npc/re/mobs/dungeons/gef_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.4 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.2 Official kRO 10.1 spawns [Playtester] //= 1.3 More accurate spawns [Playtester] diff --git a/npc/re/mobs/dungeons/glastheim.txt b/npc/re/mobs/dungeons/glastheim.txt index d23154de2..267541aa5 100644 --- a/npc/re/mobs/dungeons/glastheim.txt +++ b/npc/re/mobs/dungeons/glastheim.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.5 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.1 [Lupus] //= 1.2 Updated to ep 8.5 aegis spawns [MasterOfMuppets] diff --git a/npc/re/mobs/dungeons/gld_dunSE.txt b/npc/re/mobs/dungeons/gld_dunSE.txt index 52d5bd0e5..8feabfed2 100644 --- a/npc/re/mobs/dungeons/gld_dunSE.txt +++ b/npc/re/mobs/dungeons/gld_dunSE.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.1 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.0 First version //= 1.1 Updated spawns to official. [L0ne_W0lf] diff --git a/npc/re/mobs/dungeons/gld_re.txt b/npc/re/mobs/dungeons/gld_re.txt index 1280755a7..e5266713d 100644 --- a/npc/re/mobs/dungeons/gld_re.txt +++ b/npc/re/mobs/dungeons/gld_re.txt @@ -4,8 +4,6 @@ //= Euphy //===== Current Version: ===================================== //= 1.0 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.0 First version, Hall of Abyss update. [Euphy] //============================================================ diff --git a/npc/re/mobs/dungeons/gon_dun.txt b/npc/re/mobs/dungeons/gon_dun.txt index 19e7ee3db..51b61ba6c 100644 --- a/npc/re/mobs/dungeons/gon_dun.txt +++ b/npc/re/mobs/dungeons/gon_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.2 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.1 Official kRO 10.1 spawns [Playtester] //= 1.2 Corrected MVP spawn variance. [L0ne_W0lf] diff --git a/npc/re/mobs/dungeons/ice_dun.txt b/npc/re/mobs/dungeons/ice_dun.txt index 11513ecd5..e6cefbf1c 100644 --- a/npc/re/mobs/dungeons/ice_dun.txt +++ b/npc/re/mobs/dungeons/ice_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.2 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.0 First version from jAthena [Playtester] //= 1.1 More accurate spawns [Playtester] diff --git a/npc/re/mobs/dungeons/in_sphinx.txt b/npc/re/mobs/dungeons/in_sphinx.txt index c93a13cdc..50db8fdf6 100644 --- a/npc/re/mobs/dungeons/in_sphinx.txt +++ b/npc/re/mobs/dungeons/in_sphinx.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.4 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.1 Official kRO 10.1 spawns [Playtester] //= 1.2 Replaced Marduk with Anubis on F4 and F5 [Playtester] diff --git a/npc/re/mobs/dungeons/iz_dun.txt b/npc/re/mobs/dungeons/iz_dun.txt index afa850598..849e424bd 100644 --- a/npc/re/mobs/dungeons/iz_dun.txt +++ b/npc/re/mobs/dungeons/iz_dun.txt @@ -4,13 +4,11 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.4 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.1 Official kRO 10.1 spawns for 1-4 [Playtester] //= 1.2 More accurate spawns [Playtester] //= 1.3 Added Izlude Dungeon F6 spawns [Chilly] -//= 1.4 Official F6 spawns [Euphy] +//= 1.4 Official F6 spawns. //============================================================ //================================================== diff --git a/npc/re/mobs/dungeons/kh_dun.txt b/npc/re/mobs/dungeons/kh_dun.txt index a882550c8..b4c700534 100644 --- a/npc/re/mobs/dungeons/kh_dun.txt +++ b/npc/re/mobs/dungeons/kh_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.0 First version [MasterOfMuppets] //= 1.1 Added official mob types [Playtester] diff --git a/npc/re/mobs/dungeons/lhz_dun.txt b/npc/re/mobs/dungeons/lhz_dun.txt index d723a8d67..3e5c61edd 100644 --- a/npc/re/mobs/dungeons/lhz_dun.txt +++ b/npc/re/mobs/dungeons/lhz_dun.txt @@ -6,13 +6,13 @@ //= 1.9 //===== Additional Comments: ================================= //= 08/24/05 : Added 1st version. [Muad_Dib] -//= 1.1: Some corrections to level 1, 2 as pointed out by -//= MasterofMuppets. [Skotlex] -//= 1.3: Some fixes based on kRO's "RO Map" [Poki#3] -//= I also made the place more Moby ^^ -//= 1.4: Adjusted spawns according to own info from iRO [MasterOfMuppets] -//= 1.5: More accurate spawn numbers and iRO names thanks to Tharis [Playtester] -//= 1.6: Official X.3 spawns [Playtester] +//= 1.1 Some corrections to level 1, 2 as pointed out by +//= MasterofMuppets. [Skotlex] +//= 1.3 Some fixes based on kRO's "RO Map" [Poki#3] +//= I also made the place more Moby ^^ +//= 1.4 Adjusted spawns according to own info from iRO [MasterOfMuppets] +//= 1.5 More accurate spawn numbers and iRO names thanks to Tharis [Playtester] +//= 1.6 Official X.3 spawns [Playtester] //= 1.7 Corrected MVP spawn function to be standard to iRO. [L0ne_W0lf] //= - A random 99 will now be spawned when the MVP spawns. //= - Spare spawn and MVP spawn now spawn in official locations. diff --git a/npc/re/mobs/dungeons/lou_dun.txt b/npc/re/mobs/dungeons/lou_dun.txt index f5e276757..1c6637712 100644 --- a/npc/re/mobs/dungeons/lou_dun.txt +++ b/npc/re/mobs/dungeons/lou_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.1 Updated by MasterOfMuppets //= 1.2 Added Bacsojin and Chung E [MasterOfMuppets] diff --git a/npc/re/mobs/dungeons/ma_dun.txt b/npc/re/mobs/dungeons/ma_dun.txt index f7028e579..1356fb5b0 100644 --- a/npc/re/mobs/dungeons/ma_dun.txt +++ b/npc/re/mobs/dungeons/ma_dun.txt @@ -4,8 +4,6 @@ //= Chilly //===== Current Version: ===================================== //= 1.0 -//===== Compatible With: ===================================== -//= Hercules //===== Description: ========================================= //= Official kRO monster spawns //===== Additional Comments: ================================= diff --git a/npc/re/mobs/dungeons/mag_dun.txt b/npc/re/mobs/dungeons/mag_dun.txt index 562633a5d..d5321ea6c 100644 --- a/npc/re/mobs/dungeons/mag_dun.txt +++ b/npc/re/mobs/dungeons/mag_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.1 fixed 2,3,4 tabs instead of 1... and wrong mob names [Lupus] //= 1.2 Official jRO 10.3 spawns [Playtester] diff --git a/npc/re/mobs/dungeons/mal_dun.txt b/npc/re/mobs/dungeons/mal_dun.txt index 9bcfc8132..eb3a73681 100644 --- a/npc/re/mobs/dungeons/mal_dun.txt +++ b/npc/re/mobs/dungeons/mal_dun.txt @@ -3,14 +3,13 @@ //===== By: ================================================== //= Chilly //===== Current Version: ===================================== -//= 1.1 -//===== Compatible With: ===================================== -//= Hercules +//= 1.2 //===== Description: ========================================= //= Official kRO monster spawns //===== Additional Comments: ================================= //= 1.0 First Release //= 1.1 Updated to official script. [Euphy] +//= 1.2 Added Pouring spawn, source iRO. [Euphy] //============================================================ //================================================== @@ -22,3 +21,4 @@ mal_dun01,0,0,0,0 monster Aster 1266,20,5000,0,0 mal_dun01,0,0,0,0 monster Red Eruma 2197,60,5000,0,0 mal_dun01,0,0,0,0 monster Siorava 2199,45,5000,0,0 mal_dun01,0,0,0,0 monster Wild Rider 2208,1,5000,0,0 +mal_dun01,0,0,0,0 monster Pouring 1894,30,5000,0,0 diff --git a/npc/re/mobs/dungeons/mjo_dun.txt b/npc/re/mobs/dungeons/mjo_dun.txt index 4e100d161..0204a2da7 100644 --- a/npc/re/mobs/dungeons/mjo_dun.txt +++ b/npc/re/mobs/dungeons/mjo_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.1 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.1 Official kRO 10.1 spawns [Playtester] //============================================================ diff --git a/npc/re/mobs/dungeons/moc_pryd.txt b/npc/re/mobs/dungeons/moc_pryd.txt index 6fc0dbb8a..5bccac5c2 100644 --- a/npc/re/mobs/dungeons/moc_pryd.txt +++ b/npc/re/mobs/dungeons/moc_pryd.txt @@ -1,11 +1,9 @@ //===== Hercules Script ====================================== -//= Morocc Pryamid Dungeon Monster Spawn Script +//= Morocc Pyramid Dungeon Monster Spawn Script //===== By: ================================================== //= Athena (1.0) //===== Current Version: ===================================== -//= 1.3 -//===== Compatible With: ===================================== -//= Hercules +//= 1.4 //===== Additional Comments: ================================= //= 1.1 Official kRO 10.1 spawns [Playtester] //= 1.2 More accurate spawns [Playtester] @@ -14,13 +12,13 @@ //============================================================ //================================================== -// moc_pryd01 - Inside Pyramid +// moc_pryd01 - Inside Pyramid F1 //================================================== moc_pryd01,0,0,0,0 monster Familiar 1005,50,5000,0,0 moc_pryd01,0,0,0,0 monster Poporing 1031,20,5000,0,0 //================================================== -// moc_pryd02 - Inside Pyramid +// moc_pryd02 - Inside Pyramid F2 //================================================== moc_pryd02,0,0,0,0 monster Mummy 1041,30,5000,0,0 moc_pryd02,0,0,0,0 monster Soldier Skeleton 1028,30,5000,0,0 @@ -30,7 +28,7 @@ moc_pryd02,0,0,0,0 monster Poporing 1031,20,5000,0,0 moc_pryd02,0,0,0,0 monster Isis 1029,5,5000,0,0 //================================================== -// moc_pryd03 - Inside Pyramid +// moc_pryd03 - Inside Pyramid F3 //================================================== moc_pryd03,0,0,0,0 monster Mummy 1041,70,5000,0,0 moc_pryd03,0,0,0,0 monster Verit 1032,20,5000,0,0 @@ -39,7 +37,7 @@ moc_pryd03,0,0,0,0 monster Drainliar 1111,5,5000,0,0 moc_pryd03,0,0,0,0 monster Mimic 1191,5,5000,0,0 //================================================== -// moc_pryd04 - Inside Pyramid +// moc_pryd04 - Inside Pyramid F4 //================================================== moc_pryd04,0,0,0,0 monster Isis 1029,50,5000,0,0 moc_pryd04,0,0,0,0 monster Mummy 1041,25,5000,0,0 @@ -49,14 +47,14 @@ moc_pryd04,0,0,0,0 monster Ancient Mummy 1297,3,5000,0,0 moc_pryd04,0,0,0,0 boss_monster Osiris 1038,1,3600000,600000,0 //================================================== -// moc_pryd05 - Inside Pyramid +// moc_pryd05 - Inside Pyramid B1 //================================================== moc_pryd05,0,0,0,0 monster Minorous 1149,60,5000,0,0 moc_pryd05,0,0,0,0 monster Verit 1032,50,5000,0,0 moc_pryd05,0,0,0,0 monster Mummy 1041,10,5000,0,0 //================================================== -// moc_pryd06 - Inside Pyramid +// moc_pryd06 - Inside Pyramid B2 //================================================== moc_pryd06,0,0,0,0 monster Mimic 1191,30,5000,0,0 moc_pryd06,0,0,0,0 monster Verit 1032,30,5000,0,0 @@ -65,14 +63,14 @@ moc_pryd06,0,0,0,0 monster Ancient Mummy 1297,20,5000,0,0 moc_pryd06,102,85,1,1 boss_monster Amon Ra 1511,1,3600000,600000,0 //================================================== -// moc_prydn1 - Nightmare Mode +// moc_prydn1 - Nightmare Mode B1 //================================================== moc_prydn1,0,0,0,0 monster Nightmare Minorous 2353,60,5000,0,0 moc_prydn1,0,0,0,0 monster Nightmare Mummy 2354,10,5000,0,0 moc_prydn1,0,0,0,0 monster Nightmare Verit 2355,50,5000,0,0 //================================================== -// moc_prydn2 - Nightmare Mode +// moc_prydn2 - Nightmare Mode B2 //================================================== moc_prydn2,0,0,0,0 monster Nightmare Mimic 2356,30,5000,0,0 moc_prydn2,0,0,0,0 monster Nightmare Verit 2355,30,5000,0,0 diff --git a/npc/re/mobs/dungeons/mosk_dun.txt b/npc/re/mobs/dungeons/mosk_dun.txt index 64dbc9245..9049a88b8 100644 --- a/npc/re/mobs/dungeons/mosk_dun.txt +++ b/npc/re/mobs/dungeons/mosk_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.0 Added spawns [Playtester] //= 1.1 Swapped named according to mob db. [L0ne_W0lf] diff --git a/npc/re/mobs/dungeons/nyd_dun.txt b/npc/re/mobs/dungeons/nyd_dun.txt index 7b8dbd156..7244bc7bd 100644 --- a/npc/re/mobs/dungeons/nyd_dun.txt +++ b/npc/re/mobs/dungeons/nyd_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.0 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.0 First version //============================================================ diff --git a/npc/re/mobs/dungeons/odin.txt b/npc/re/mobs/dungeons/odin.txt index cf9f046bb..372ab2f57 100644 --- a/npc/re/mobs/dungeons/odin.txt +++ b/npc/re/mobs/dungeons/odin.txt @@ -4,8 +4,6 @@ //= Poki#3 (0.1) //===== Current Version: ===================================== //= 1.2 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.0 Updated by using Tharis' Homun AI, by Tharis [Vicious] //= 1.1 More accurate spawns [Playtester] diff --git a/npc/re/mobs/dungeons/orcsdun.txt b/npc/re/mobs/dungeons/orcsdun.txt index 6c0ecee54..6a368305e 100644 --- a/npc/re/mobs/dungeons/orcsdun.txt +++ b/npc/re/mobs/dungeons/orcsdun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.2 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.2 Official kRO 10.1 spawns [Playtester] //============================================================ diff --git a/npc/re/mobs/dungeons/pay_dun.txt b/npc/re/mobs/dungeons/pay_dun.txt index 83639ca2c..a4c1efba8 100644 --- a/npc/re/mobs/dungeons/pay_dun.txt +++ b/npc/re/mobs/dungeons/pay_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.1 Official kRO 10.1 spawns [Playtester] //= 1.2 Small spawn update [Playtester] diff --git a/npc/re/mobs/dungeons/prt_maze.txt b/npc/re/mobs/dungeons/prt_maze.txt index 6feea8a0a..0cfb71665 100644 --- a/npc/re/mobs/dungeons/prt_maze.txt +++ b/npc/re/mobs/dungeons/prt_maze.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.4 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.2 Official kRO 10.1 spawns [Playtester] //= 1.3 Some small fixes [Playtester] diff --git a/npc/re/mobs/dungeons/prt_sew.txt b/npc/re/mobs/dungeons/prt_sew.txt index 6fd21922d..a7608aa7c 100644 --- a/npc/re/mobs/dungeons/prt_sew.txt +++ b/npc/re/mobs/dungeons/prt_sew.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.2 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.1 Official kRO 10.1 spawns [Playtester] //= 1.2 Corrected MVP spawn variance. [L0ne_W0lf] diff --git a/npc/re/mobs/dungeons/ra_san.txt b/npc/re/mobs/dungeons/ra_san.txt index b5f764b70..51f7c42fd 100644 --- a/npc/re/mobs/dungeons/ra_san.txt +++ b/npc/re/mobs/dungeons/ra_san.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.2 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.0 First version with guessed amounts [Playtester] //= 1.1 More accurate spawns [Playtester] diff --git a/npc/re/mobs/dungeons/tha_t.txt b/npc/re/mobs/dungeons/tha_t.txt index 789a71cdd..eb84e8975 100644 --- a/npc/re/mobs/dungeons/tha_t.txt +++ b/npc/re/mobs/dungeons/tha_t.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.0 Real spawns by Poki#3 [Nexon] //= 1.1 More official spawns [Playtester] diff --git a/npc/re/mobs/dungeons/thor_v.txt b/npc/re/mobs/dungeons/thor_v.txt index 2d3867f5b..b882c1b0a 100644 --- a/npc/re/mobs/dungeons/thor_v.txt +++ b/npc/re/mobs/dungeons/thor_v.txt @@ -4,8 +4,6 @@ //= Playtester //===== Current Version: ===================================== //= 1.4 -//===== Compatible With: ===================================== -//= Hercules //===== Description: ========================================= //= Official monster spawn in Thor Volcano Dungeon. //===== Additional Comments: ================================= diff --git a/npc/re/mobs/dungeons/treasure.txt b/npc/re/mobs/dungeons/treasure.txt index 25d8caf60..b18d5fd62 100644 --- a/npc/re/mobs/dungeons/treasure.txt +++ b/npc/re/mobs/dungeons/treasure.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.1 Official kRO 10.1 spawns [Playtester] //= 1.2 More accurate spawns [Playtester] diff --git a/npc/re/mobs/dungeons/tur_dun.txt b/npc/re/mobs/dungeons/tur_dun.txt index a73fc3d1b..6acbee74d 100644 --- a/npc/re/mobs/dungeons/tur_dun.txt +++ b/npc/re/mobs/dungeons/tur_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.2 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.2 Official kRO 10.1 spawns [Playtester] //============================================================ diff --git a/npc/re/mobs/dungeons/xmas_dun.txt b/npc/re/mobs/dungeons/xmas_dun.txt index f3c6d8859..0d4374f8f 100644 --- a/npc/re/mobs/dungeons/xmas_dun.txt +++ b/npc/re/mobs/dungeons/xmas_dun.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.4 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.1 added Garm Baby according to May 10 patch //= 1.2 Official kRO 10.1 spawns [Playtester] diff --git a/npc/re/mobs/dungeons/yggdrasil.txt b/npc/re/mobs/dungeons/yggdrasil.txt index 9fb13a6b6..939933aeb 100644 --- a/npc/re/mobs/dungeons/yggdrasil.txt +++ b/npc/re/mobs/dungeons/yggdrasil.txt @@ -4,8 +4,6 @@ //= Athena (1.0) //===== Current Version: ===================================== //= 1.1 -//===== Compatible With: ===================================== -//= Hercules //===== Additional Comments: ================================= //= 1.0 Splitted from Nifflheim fields [DracoRPG] //= 1.1 Official kRO 10.1 spawns [Playtester] diff --git a/npc/re/mobs/fields/bifrost.txt b/npc/re/mobs/fields/bifrost.txt index 04667acb0..a04ed3ec2 100644 --- a/npc/re/mobs/fields/bifrost.txt +++ b/npc/re/mobs/fields/bifrost.txt @@ -8,8 +8,7 @@ //= Official kRO monster spawns //===== Additional Comments: ================================= //= 1.0 First Release -//= 1.1 Added more accurate 1@mist monsters -//= 1.2 Renewal spawn update. [Euphy] +//= 1.1 Renewal spawn update. [Euphy] //============================================================ //================================================== @@ -31,79 +30,3 @@ bif_fild02,0,0,0,0 monster Miming 2137,33,5000,0,0 bif_fild02,0,0,0,0 monster Little Fatum 2136,55,5000,0,0 bif_fild02,0,0,0,0 monster Angra Mantis 2133,5,5000,0,0 bif_fild02,0,0,0,0 monster Pom Spider 2132,5,5000,0,0 - -//================================================== -// 1@mist - Forest Maze of Mists -//================================================== -1@mist,247,124,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,247,124,0,0 monster Nydhoggur Memory 2138,1,1200000,600000,0 -1@mist,247,124,0,0 monster Nydhoggur Memory 2139,1,1200000,600000,0 -1@mist,225,98,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,225,98,0,0 monster Nydhoggur Memory 2138,1,1200000,600000,0 -1@mist,225,98,0,0 monster Nydhoggur Memory 2139,1,1200000,600000,0 -1@mist,159,184,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,159,184,0,0 monster Nydhoggur Memory 2138,1,1200000,600000,0 -1@mist,159,184,0,0 monster Nydhoggur Memory 2139,1,1200000,600000,0 -1@mist,61,39,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,61,39,0,0 monster Nydhoggur Memory 2138,1,1200000,600000,0 -1@mist,61,39,0,0 monster Nydhoggur Memory 2139,1,1200000,600000,0 -1@mist,254,151,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,254,151,0,0 monster Nydhoggur Memory 2138,1,1200000,600000,0 -1@mist,254,151,0,0 monster Nydhoggur Memory 2139,1,1200000,600000,0 -1@mist,230,179,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,230,179,0,0 monster Nydhoggur Memory 2140,1,1200000,600000,0 -1@mist,230,179,0,0 monster Nydhoggur Memory 2141,1,1200000,600000,0 -1@mist,285,225,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,285,225,0,0 monster Nydhoggur Memory 2140,1,1200000,600000,0 -1@mist,285,225,0,0 monster Nydhoggur Memory 2141,1,1200000,600000,0 -1@mist,161,316,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,161,316,0,0 monster Nydhoggur Memory 2140,1,1200000,600000,0 -1@mist,161,316,0,0 monster Nydhoggur Memory 2141,1,1200000,600000,0 -1@mist,230,324,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,230,324,0,0 monster Nydhoggur Memory 2140,1,1200000,600000,0 -1@mist,230,324,0,0 monster Nydhoggur Memory 2141,1,1200000,600000,0 -1@mist,206,200,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,206,200,0,0 monster Nydhoggur Memory 2140,1,1200000,600000,0 -1@mist,206,200,0,0 monster Nydhoggur Memory 2141,1,1200000,600000,0 -1@mist,221,236,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,221,236,0,0 monster Nydhoggur Memory 2142,1,1200000,600000,0 -1@mist,221,236,0,0 monster Nydhoggur Memory 2143,1,1200000,600000,0 -1@mist,204,299,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,204,299,0,0 monster Nydhoggur Memory 2142,1,1200000,600000,0 -1@mist,204,299,0,0 monster Nydhoggur Memory 2143,1,1200000,600000,0 -1@mist,84,273,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,84,273,0,0 monster Nydhoggur Memory 2142,1,1200000,600000,0 -1@mist,84,273,0,0 monster Nydhoggur Memory 2143,1,1200000,600000,0 -1@mist,95,287,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,95,287,0,0 monster Nydhoggur Memory 2142,1,1200000,600000,0 -1@mist,95,287,0,0 monster Nydhoggur Memory 2143,1,1200000,600000,0 -1@mist,324,325,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,324,325,0,0 monster Nydhoggur Memory 2142,1,1200000,600000,0 -1@mist,324,325,0,0 monster Nydhoggur Memory 2143,1,1200000,600000,0 -1@mist,280,343,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,280,343,0,0 monster Nydhoggur Memory 2142,1,1200000,600000,0 -1@mist,280,343,0,0 monster Nydhoggur Memory 2143,1,1200000,600000,0 -1@mist,345,186,0,0 monster Creeper 2135,1,1200000,600000,0 -1@mist,345,186,0,0 monster Nydhoggur Memory 2142,1,1200000,600000,0 -1@mist,345,186,0,0 monster Nydhoggur Memory 2143,1,1200000,600000,0 -1@mist,105,105,85,85 monster Pom Spider 2132,8,1200000,600000,0 -1@mist,105,105,85,85 monster Angra Mantis 2133,8,1200000,600000,0 -1@mist,105,105,85,85 monster Parus 2134,8,1200000,600000,0 -1@mist,105,105,85,85 monster Little Fatum 2136,8,1200000,600000,0 -1@mist,105,105,85,85 monster Miming 2137,5,1200000,600000,0 -1@mist,105,275,85,85 monster Pom Spider 2132,10,1200000,600000,0 -1@mist,105,275,85,85 monster Angra Mantis 2133,10,1200000,600000,0 -1@mist,105,275,85,85 monster Parus 2134,10,1200000,600000,0 -1@mist,105,275,85,85 monster Little Fatum 2136,8,1200000,600000,0 -1@mist,105,275,85,85 monster Miming 2137,5,1200000,600000,0 -1@mist,275,105,85,85 monster Pom Spider 2132,12,1200000,600000,0 -1@mist,275,105,85,85 monster Angra Mantis 2133,12,1200000,600000,0 -1@mist,275,105,85,85 monster Parus 2134,10,1200000,600000,0 -1@mist,275,105,85,85 monster Little Fatum 2136,8,1200000,600000,0 -1@mist,275,105,85,85 monster Miming 2137,5,1200000,600000,0 -1@mist,275,275,85,85 monster Pom Spider 2132,15,1200000,600000,0 -1@mist,275,275,85,85 monster Angra Mantis 2133,15,1200000,600000,0 -1@mist,275,275,85,85 monster Parus 2134,10,1200000,600000,0 -1@mist,275,275,85,85 monster Little Fatum 2136,8,1200000,600000,0 -1@mist,275,275,85,85 monster Miming 2137,5,1200000,600000,0 -1@mist,325,210,25,150 boss_monster Lost Dragon 2131,1,1,7200000,600000,1 diff --git a/npc/re/mobs/fields/comodo.txt b/npc/re/mobs/fields/comodo.txt index b2db8d86b..45a39f7bb 100644 --- a/npc/re/mobs/fields/comodo.txt +++ b/npc/re/mobs/fields/comodo.txt @@ -55,10 +55,6 @@ cmd_fild04,0,0,0,0 monster Aster 1266,10,5000,0,0 //================================================== // cmd_fild05 - Disabled on Renewal //================================================== -//cmd_fild05,63,158,10,10 monster Shining Plant 1083,1,1800000,900000,1 -//cmd_fild05,318,277,10,10 monster Yellow Plant 1081,3,1800000,900000,1 -//cmd_fild05,282,49,20,20 monster Yellow Plant 1081,3,1800000,900000,1 -//cmd_fild05,0,0,0,0 monster Green Plant 1080,5,1800000,900000,1 //================================================== // cmd_fild06 - Fortress Saint Darmain (West) diff --git a/npc/re/mobs/fields/dewata.txt b/npc/re/mobs/fields/dewata.txt index 6401b520b..9cb15466c 100644 --- a/npc/re/mobs/fields/dewata.txt +++ b/npc/re/mobs/fields/dewata.txt @@ -16,4 +16,4 @@ //================================================== dew_fild01,0,0,0,0 monster Alnoldi 2151,60,5000,0,0 dew_fild01,0,0,0,0 monster Argiope 1099,45,5000,0,0 -dew_fild01,0,0,0,0 monster Cendrawasih 2153,10,5000,0,0 \ No newline at end of file +dew_fild01,0,0,0,0 monster Cendrawasih 2153,10,5000,0,0 diff --git a/npc/re/mobs/fields/eclage.txt b/npc/re/mobs/fields/eclage.txt new file mode 100644 index 000000000..76c53be2b --- /dev/null +++ b/npc/re/mobs/fields/eclage.txt @@ -0,0 +1,17 @@ +//===== Hercules Script ====================================== +//= Eclage Field Monster Spawn Script +//===== By: ================================================== +//= refis +//===== Current Version: ===================================== +//= 1.0 +//===== Description: ========================================= +//= jRO monster spawns, taken from Auriga. +//===== Additional Comments: ================================= +//= 1.0 First version. [Euphy] +//============================================================ + +//================================================== +// 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 diff --git a/npc/re/mobs/fields/einbroch.txt b/npc/re/mobs/fields/einbroch.txt index eaf12a96d..b06c25f59 100644 --- a/npc/re/mobs/fields/einbroch.txt +++ b/npc/re/mobs/fields/einbroch.txt @@ -6,15 +6,15 @@ //= 1.8 //===== Additional Comments: ================================= //= 1.1 correct spawn maps, but not yet exact amount of -//= monsters [Lupus] -//= maps, marked with * are correct +//= monsters [Lupus] +//= maps, marked with * are correct //= 1.2 Updated to correct mobs. Many thanks to vicious_pucca //= again for providing the information [MasterOfMuppets] //= 1.2a Fixed missing tabs [Lupus] //= 1.3 Updated after Episode 10.4 - Hugel [Poki#3] -//= Mob quantity is custom. +//= Mob quantity is custom. //= 1.3b Changed the spawn numbers a bit. [Poki#3] -//= Thanks to Playtester and Emperium.org +//= Thanks to Playtester and Emperium.org //= 1.4 Updated by using Tharis' Homun AI, by Tharis [Vicious] //= 1.5 Adjusted some spawns according to official info [Playtester] //= 1.6 More accurate spawns [Playtester] diff --git a/npc/re/mobs/fields/geffen.txt b/npc/re/mobs/fields/geffen.txt index d6d6be055..0b1c3b3c3 100644 --- a/npc/re/mobs/fields/geffen.txt +++ b/npc/re/mobs/fields/geffen.txt @@ -38,8 +38,8 @@ gef_fild02,0,0,0,0 monster Coco 1104,140,5000,0,0 gef_fild02,0,0,0,0 monster Poporing 1031,20,5000,0,0 gef_fild02,0,0,0,0 monster Horn 1128,20,5000,0,0 gef_fild02,0,0,0,0 monster Elder Willow 1033,20,5000,0,0 -gef_fild02,87,48,6,6 monster Red Mushroom 1085,5,360000,180000,1 gef_fild02,227,316,6,6 monster Green Plant 1080,8,360000,180000,1 +gef_fild02,87,48,6,6 monster Red Mushroom 1085,5,360000,180000,1 gef_fild02,215,209,2,1 monster Blue Plant 1079,2,360000,180000,1 gef_fild02,207,214,1,1 monster Blue Plant 1079,1,360000,180000,1 gef_fild02,220,214,1,1 monster Blue Plant 1079,1,360000,180000,1 diff --git a/npc/re/mobs/fields/hugel.txt b/npc/re/mobs/fields/hugel.txt index fd04fc658..893de3d71 100644 --- a/npc/re/mobs/fields/hugel.txt +++ b/npc/re/mobs/fields/hugel.txt @@ -8,9 +8,9 @@ //= Spawns for hu_fild05 and hu_fild04, numbers may not be correct [MasterOfMuppets] //= 0.2 Fixed Petit ID //= 0.3 Updated the spawns using kRO's website as info, [MasterOfMuppets] -//= thanks to battousai90 +//= thanks to battousai90 //= 0.4 Updated after Episode 10.4 - Hugel [Poki#3] -//= Mob quantity is custom. +//= Mob quantity is custom. //= 1.0 Updated by using Tharis' Homun AI, by Tharis [Vicious] //= 1.1 Official X.3 spawns [Playtester] //= 1.2 Some 11.1 spawn updates [Playtester] diff --git a/npc/re/mobs/fields/jawaii.txt b/npc/re/mobs/fields/jawaii.txt deleted file mode 100644 index b2483deca..000000000 --- a/npc/re/mobs/fields/jawaii.txt +++ /dev/null @@ -1,27 +0,0 @@ -//===== Hercules Script ====================================== -//= Jawaii the honeymoon Island Monster Spawn Script -//===== By: ================================================== -//= MasterOfMuppets (1.0) -//===== Current Version: ===================================== -//= 1.0 -//===== Additional Comments: ================================= -//= 1.0 First version [MasterOfMuppets] -//============================================================ - -//================================================== -// jawaii - Jawaii, the Honeymoon Island -//================================================== -jawaii,207,290,10,10 monster Phen 1158,3,3600000,1800000,0 -jawaii,221,220,30,30 monster Aster 1266,2,3600000,2400000,0 -jawaii,276,163,20,20 monster Aster 1266,1,7200000,3600000,0 -jawaii,221,220,30,30 monster Shellfish 1074,1,4800000,3000000,0 -jawaii,276,163,20,30 monster Shellfish 1074,2,4200000,2400000,0 - -//================================================== -// jawaii_in - Inside Jawaii -//================================================== -jawaii_in,128,121,1,4 monster Red Mushroom 1085,1,3000000,1200000,0 -jawaii_in,124,76,1,1 monster Black Mushroom 1084,1,3600000,1200000,0 -jawaii_in,72,74,5,1 monster Black Mushroom 1084,2,3000000,1200000,0 -jawaii_in,73,117,4,4 monster Thief Bug Egg 1048,1,5400000,3000000,0 -jawaii_in,83,117,5,5 monster Thief Bug Egg 1048,1,4800000,2400000,0 diff --git a/npc/re/mobs/fields/lighthalzen.txt b/npc/re/mobs/fields/lighthalzen.txt index 6438c3c93..fd083f1e4 100644 --- a/npc/re/mobs/fields/lighthalzen.txt +++ b/npc/re/mobs/fields/lighthalzen.txt @@ -8,7 +8,7 @@ //= 1.0 by Muad_Dib (Prometheus Project) //= 1.1 Added Porcellio by MasterOfMuppets //= 1.2 Corrected monsters. Many thanks to vicious_pucca for -//= the information [MasterOfMuppets] +//= the information [MasterOfMuppets] //= 1.3 Updated acordingly to Episode 10.4 [Poki#3] //= 1.4 Fully updated X.4 spawns [Playtester] //= 1.5 More accurate spawns [Playtester] diff --git a/npc/re/mobs/fields/payon.txt b/npc/re/mobs/fields/payon.txt index 41e239861..0d2f13874 100644 --- a/npc/re/mobs/fields/payon.txt +++ b/npc/re/mobs/fields/payon.txt @@ -41,8 +41,8 @@ pay_fild01,0,0,0,0 monster Green Plant 1080,5,180000,90000,1 pay_fild02,0,0,0,0 monster Boa 1025,140,5000,0,0 pay_fild02,0,0,0,0 monster Wormtail 1024,30,5000,0,0 pay_fild02,0,0,0,0 monster Spore 1014,30,5000,0,0 -pay_fild02,105,256,10,10 monster Red Mushroom 1085,4,360000,180000,1 pay_fild02,105,256,10,10 monster Green Plant 1080,4,360000,180000,1 +pay_fild02,105,256,10,10 monster Red Mushroom 1085,4,360000,180000,1 //================================================== // pay_fild03 - Payon Forest @@ -71,8 +71,6 @@ pay_fild04,254,193,10,10 monster Green Plant 1080,5,360000,180000,1 //================================================== // pay_fild05 - Disabled on Renewal //================================================== -//pay_fild05,95,147,5,5 monster Green Plant 1080,4,900000,450000,1 -//pay_fild05,86,90,5,5 monster Green Plant 1080,4,900000,450000,1 //================================================== // pay_fild06 - Payon Forest diff --git a/npc/re/mobs/fields/prontera.txt b/npc/re/mobs/fields/prontera.txt index 0930fc088..ec7091e0b 100644 --- a/npc/re/mobs/fields/prontera.txt +++ b/npc/re/mobs/fields/prontera.txt @@ -93,6 +93,22 @@ prt_fild08,0,0,0,0 monster Poring 1002,140,5000,0,0 prt_fild08,0,0,0,0 monster Lunatic 1063,40,5000,0,0 prt_fild08,0,0,0,0 monster Fabre 1007,40,5000,0,0 +//================================================== +// prt_fild08 - Duplicates +//================================================== +prt_fild08a,0,0,0,0 monster Poring 1002,140,5000,0,0 +prt_fild08b,0,0,0,0 monster Poring 1002,140,5000,0,0 +prt_fild08c,0,0,0,0 monster Poring 1002,140,5000,0,0 +prt_fild08d,0,0,0,0 monster Poring 1002,140,5000,0,0 +prt_fild08a,0,0,0,0 monster Lunatic 1063,40,5000,0,0 +prt_fild08b,0,0,0,0 monster Lunatic 1063,40,5000,0,0 +prt_fild08c,0,0,0,0 monster Lunatic 1063,40,5000,0,0 +prt_fild08d,0,0,0,0 monster Lunatic 1063,40,5000,0,0 +prt_fild08a,0,0,0,0 monster Fabre 1007,40,5000,0,0 +prt_fild08b,0,0,0,0 monster Fabre 1007,40,5000,0,0 +prt_fild08c,0,0,0,0 monster Fabre 1007,40,5000,0,0 +prt_fild08d,0,0,0,0 monster Fabre 1007,40,5000,0,0 + //================================================== // prt_fild09 - Prontera Field //================================================== diff --git a/npc/re/mobs/fields/splendide.txt b/npc/re/mobs/fields/splendide.txt index 97a6befd4..e7e3fb0d6 100644 --- a/npc/re/mobs/fields/splendide.txt +++ b/npc/re/mobs/fields/splendide.txt @@ -20,8 +20,6 @@ spl_fild01,0,0,0,0 monster Cornus 1992,25,5000,0,0 // spl_fild02 - Splendide Field //================================================== spl_fild02,0,0,0,0 monster Pinguicula 1995,75,5000,0,0 -spl_fild02,0,0,0,0 monster Bradium Golem 2024,20,5000,0,0 -spl_fild02,0,0,0,0 monster Naga 1993,20,5000,0,0 spl_fild02,0,0,0,0 monster Luciola Vespa 1994,15,5000,0,0 //================================================== diff --git a/npc/re/mobs/fields/umbala.txt b/npc/re/mobs/fields/umbala.txt index 3914207a3..34e9d10de 100644 --- a/npc/re/mobs/fields/umbala.txt +++ b/npc/re/mobs/fields/umbala.txt @@ -1,14 +1,14 @@ -//===== Hercules Script ====================================== +//===== Hercules Script ====================================== //= Umbala Fields Monster Spawn Script -//===== By: ================================================== +//===== By: ================================================== //= Darkchild (1.0) -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.5 -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.3 Official kRO 10.1 spawns [Playtester] //= 1.4 More accurate spawns [Playtester] //= 1.5 Updated spawns to renewal. [L0ne_W0lf] -//============================================================ +//============================================================ //================================================== // um_fild01 - Luluka Forest @@ -21,7 +21,6 @@ um_fild01,0,0,0,0 monster Wooden Golem 1497,10,5000,0,0 um_fild01,0,0,0,0 monster Green Plant 1080,10,180000,90000,1 um_fild01,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1 um_fild01,0,0,0,0 monster Shining Plant 1083,5,180000,90000,1 -um_fild01,0,0,0,0 monster Shining Plant 1083,1,180000,90000,1 //================================================== // um_fild02 - Hoomga Forest diff --git a/npc/re/mobs/fields/yuno.txt b/npc/re/mobs/fields/yuno.txt index 15aa2046b..40641ff5c 100644 --- a/npc/re/mobs/fields/yuno.txt +++ b/npc/re/mobs/fields/yuno.txt @@ -9,11 +9,11 @@ //= 1.2 New/Better Spawn [Muad_Dib] //= 1.3 Fix Up [Darkchild] //= 1.4 Updated monster spawns. Many thanks to vicious_pucca for -//= providing the information [MasterOfMuppets] +//= providing the information [MasterOfMuppets] //= 1.5 Updated after Episode 10.4 - Hugel [Poki#3] -//= Mob quantity is custom. +//= Mob quantity is custom. //= 1.5b Changed the spawn numbers a bit. [Poki#3] -//= Thanks to Playtester and Emperium.org +//= Thanks to Playtester and Emperium.org //= 1.6 Fixed Yuno Field 10. Mob amount sugested by Playtester [Poki#3] //= 1.7 Updated by using Tharis' Homun AI, by Tharis [Vicious] //= 1.8 Added kRO 10.1 spawns where they fit [Playtester] diff --git a/npc/re/mobs/towns.txt b/npc/re/mobs/towns.txt new file mode 100644 index 000000000..a6367d35e --- /dev/null +++ b/npc/re/mobs/towns.txt @@ -0,0 +1,34 @@ +//===== Hercules Script ====================================== +//= Town Monster Spawn Script +//===== By: ================================================== +//= Euphy +//===== Current Version: ===================================== +//= 1.0 +//===== Description: ========================================= +//= Spawns monsters in towns. +//===== Additional Comments: ================================= +//= 1.0 First version, Renewal spawns. +//============================================================ + +//================================================== +// Brasilis, Strange Hydras +//================================================== +brasilis,283,88,6,6 monster Strange Hydra 2081,5,5000,0,0 +brasilis,284,104,6,6 monster Strange Hydra 2081,4,5000,0,0 +brasilis,215,80,6,6 monster Strange Hydra 2081,4,5000,0,0 +brasilis,96,50,8,8 monster Strange Hydra 2081,5,5000,0,0 + +//================================================== +// Alberta Ship, Swapping the Deck +//================================================== +alb_ship,0,0,0,0 monster Strange Mouse 2057,25,0,0,0 + +//================================================== +// Prontera, Training Dummy Area +//================================================== +prontera,251,77,0,0 monster Dummy Lv50 2409,1,5000,0,0 +prontera,259,77,0,0 monster Dummy Lv50 2409,1,5000,0,0 +prontera,251,66,0,0 monster Dummy Lv100 2410,1,5000,0,0 +prontera,259,66,0,0 monster Dummy Lv100 2410,1,5000,0,0 +prontera,251,55,0,0 monster Dummy Lv150 2411,1,5000,0,0 +prontera,259,55,0,0 monster Dummy Lv150 2411,1,5000,0,0 diff --git a/npc/re/mobs/towns/brasilis.txt b/npc/re/mobs/towns/brasilis.txt deleted file mode 100644 index 12b0cd658..000000000 --- a/npc/re/mobs/towns/brasilis.txt +++ /dev/null @@ -1,14 +0,0 @@ -//===== Hercules Script ====================================== -//= Brasilis Quest Monsters -//===== By: ================================================== -//= L0ne_W0lf -//===== Current Version: ===================================== -//= 1.0 -//===== Description: ========================================= -//= 1.0 First version -//============================================================ - -brasilis,283,88,6,6 monster Strange Hydra 2081,5,5000,0,0 -brasilis,284,104,6,6 monster Strange Hydra 2081,4,5000,0,0 -brasilis,215,80,6,6 monster Strange Hydra 2081,4,5000,0,0 -brasilis,96,50,8,8 monster Strange Hydra 2081,5,5000,0,0 -- cgit v1.2.3-60-g2f50