From 9d4adf08647b8488a41698e6c9a8b482657302cd Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sat, 17 Nov 2007 03:41:50 +0000 Subject: [PATCH] * Renamed mob dungeon spawn files to compliment the warp script update. File names now match map names. * Moved Odin Temple spawns to dungeon folder. Split up a few other files. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11743 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 + npc/mobs/dungeons/alde_dun.txt | 64 ++++++++++++++++++ .../dungeons/{amatdun.txt => ama_dun.txt} | 0 npc/mobs/dungeons/{ayodun.txt => ayo_dun.txt} | 0 .../dungeons/{beachdun.txt => beach_dun.txt} | 0 .../dungeons/{clocktower.txt => c_tower.txt} | 56 +--------------- npc/mobs/dungeons/{eindun.txt => ein_dun.txt} | 0 .../dungeons/{geftower.txt => gef_dun.txt} | 0 .../dungeons/{guilddun.txt => gld_dun.txt} | 0 npc/mobs/dungeons/{gondun.txt => gon_dun.txt} | 0 npc/mobs/dungeons/{icedun.txt => ice_dun.txt} | 0 .../{moc_sphinx.txt => in_sphinx.txt} | 0 npc/mobs/dungeons/{byalan.txt => iz_dun.txt} | 0 .../dungeons/{jupedun.txt => juperos.txt} | 0 npc/mobs/dungeons/{kiel.txt => kh_dun.txt} | 0 npc/mobs/dungeons/{lhzdun.txt => lhz_dun.txt} | 0 .../dungeons/{louydun.txt => lou_dun.txt} | 0 .../dungeons/{magmadun.txt => mag_dun.txt} | 0 .../dungeons/{coalmine.txt => mjo_dun.txt} | 0 .../{moc_pyramid.txt => moc_pryd.txt} | 0 .../dungeons/{moscovia.txt => mosk_dun.txt} | 0 npc/mobs/dungeons/odin.txt | 66 +++++++++++++++++++ npc/mobs/dungeons/{orcdun.txt => orcsdun.txt} | 0 .../dungeons/{payoncave.txt => pay_dun.txt} | 0 .../dungeons/{pront_maze.txt => prt_maze.txt} | 0 .../{pront_sewers.txt => prt_sew.txt} | 0 .../dungeons/{racheldun.txt => ra_san.txt} | 0 npc/mobs/dungeons/{thanatos.txt => tha_t.txt} | 0 npc/mobs/dungeons/{thor.txt => thor_v.txt} | 0 .../dungeons/{sunkenship.txt => treasure.txt} | 0 .../{turtleisland.txt => tur_dun.txt} | 0 .../dungeons/{umbaladun.txt => um_dun.txt} | 0 .../dungeons/{toyfactory.txt => xmas_dun.txt} | 0 npc/scripts_monsters.conf | 62 ++++++++--------- 34 files changed, 166 insertions(+), 84 deletions(-) create mode 100644 npc/mobs/dungeons/alde_dun.txt rename npc/mobs/dungeons/{amatdun.txt => ama_dun.txt} (100%) rename npc/mobs/dungeons/{ayodun.txt => ayo_dun.txt} (100%) rename npc/mobs/dungeons/{beachdun.txt => beach_dun.txt} (100%) rename npc/mobs/dungeons/{clocktower.txt => c_tower.txt} (65%) rename npc/mobs/dungeons/{eindun.txt => ein_dun.txt} (100%) rename npc/mobs/dungeons/{geftower.txt => gef_dun.txt} (100%) rename npc/mobs/dungeons/{guilddun.txt => gld_dun.txt} (100%) rename npc/mobs/dungeons/{gondun.txt => gon_dun.txt} (100%) rename npc/mobs/dungeons/{icedun.txt => ice_dun.txt} (100%) rename npc/mobs/dungeons/{moc_sphinx.txt => in_sphinx.txt} (100%) rename npc/mobs/dungeons/{byalan.txt => iz_dun.txt} (100%) rename npc/mobs/dungeons/{jupedun.txt => juperos.txt} (100%) rename npc/mobs/dungeons/{kiel.txt => kh_dun.txt} (100%) rename npc/mobs/dungeons/{lhzdun.txt => lhz_dun.txt} (100%) rename npc/mobs/dungeons/{louydun.txt => lou_dun.txt} (100%) rename npc/mobs/dungeons/{magmadun.txt => mag_dun.txt} (100%) rename npc/mobs/dungeons/{coalmine.txt => mjo_dun.txt} (100%) rename npc/mobs/dungeons/{moc_pyramid.txt => moc_pryd.txt} (100%) rename npc/mobs/dungeons/{moscovia.txt => mosk_dun.txt} (100%) create mode 100644 npc/mobs/dungeons/odin.txt rename npc/mobs/dungeons/{orcdun.txt => orcsdun.txt} (100%) rename npc/mobs/dungeons/{payoncave.txt => pay_dun.txt} (100%) rename npc/mobs/dungeons/{pront_maze.txt => prt_maze.txt} (100%) rename npc/mobs/dungeons/{pront_sewers.txt => prt_sew.txt} (100%) rename npc/mobs/dungeons/{racheldun.txt => ra_san.txt} (100%) rename npc/mobs/dungeons/{thanatos.txt => tha_t.txt} (100%) rename npc/mobs/dungeons/{thor.txt => thor_v.txt} (100%) rename npc/mobs/dungeons/{sunkenship.txt => treasure.txt} (100%) rename npc/mobs/dungeons/{turtleisland.txt => tur_dun.txt} (100%) rename npc/mobs/dungeons/{umbaladun.txt => um_dun.txt} (100%) rename npc/mobs/dungeons/{toyfactory.txt => xmas_dun.txt} (100%) diff --git a/npc/Changelog.txt b/npc/Changelog.txt index df0109ffb1..3e99d3d9f5 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,8 @@ Date Added ====== 2007/11/16 + * Rev. 11743 Renamed mob dungeon spawn files to compliment [L0ne_W0lf] + the warp script update. File names now match map names. * Rev. 11742 Renamed several dungeon warp scripts [L0ne_W0lf] to match their map names, split up a couple files as well. * Moved Ninja and Gunslinger warps to the proper file. diff --git a/npc/mobs/dungeons/alde_dun.txt b/npc/mobs/dungeons/alde_dun.txt new file mode 100644 index 0000000000..37d5d18395 --- /dev/null +++ b/npc/mobs/dungeons/alde_dun.txt @@ -0,0 +1,64 @@ +//===== eAthena Script ======================================= +//= Al De Baran Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.1 Official kRO 10.1 spawns [Playtester] +//= 1.2 More accurate spawns [Playtester] +//= 1.3 Moved Clock Tower spawns to their own file. [L0ne_W0lf] +//============================================================ + +//================================================== +// alde_dun01 - Clock Tower B1 +//================================================== +alde_dun01,0,0,0,0 monster Arclouze 1194,50,0,0,0 +alde_dun01,0,0,0,0 monster Drainliar 1111,40,0,0,0 + +//================================================== +// alde_dun02 - Clock Tower B2 +//================================================== +alde_dun02,0,0,0,0 monster High Orc 1213,50,0,0,0 +alde_dun02,0,0,0,0 monster Orc Archer 1189,20,0,0,0 +alde_dun02,0,0,0,0 monster Brilight 1211,20,0,0,0 +alde_dun02,0,0,0,0 monster Arclouze 1194,20,0,0,0 + +//================================================== +// alde_dun03 - Clock Tower B3 +//================================================== +alde_dun03,0,0,0,0 monster Cramp 1209,25,0,0,0 +alde_dun03,0,0,0,0 monster Drainliar 1111,20,0,0,0 +alde_dun03,77,28,5,5 monster Cramp 1209,3,40000,20000,0 +alde_dun03,0,0,0,0 monster Penomena 1216,45,180000,120000,0 +alde_dun03,184,61,30,30 monster Cramp 1209,10,300000,150000,0 +alde_dun03,184,61,30,30 monster Drainliar 1111,10,300000,150000,0 +alde_dun03,163,56,10,10 monster Penomena 1216,3,600000,300000,0 +alde_dun03,168,42,6,6 monster Penomena 1216,2,600000,300000,0 +alde_dun03,147,30,8,8 monster Penomena 1216,2,600000,300000,0 +alde_dun03,126,53,20,20 monster Cramp 1209,5,300000,150000,0 +alde_dun03,126,53,20,20 monster Drainliar 1111,5,300000,150000,0 +alde_dun03,102,40,10,10 monster Penomena 1216,4,600000,300000,0 +alde_dun03,130,220,40,40 monster Cramp 1209,10,300000,150000,0 +alde_dun03,130,220,40,40 monster Drainliar 1111,10,300000,150000,0 +alde_dun03,155,201,25,25 monster Penomena 1216,7,600000,300000,0 +alde_dun03,160,181,8,8 monster Penomena 1216,2,600000,300000,0 +alde_dun03,179,166,6,6 monster Penomena 1216,4,600000,300000,0 +alde_dun03,127,204,9,9 monster Penomena 1216,5,600000,300000,0 +alde_dun03,127,204,9,9 monster Cramp 1209,3,300000,150000,0 +alde_dun03,142,157,8,8 monster Penomena 1216,5,600000,300000,0 +alde_dun03,135,140,8,8 monster Penomena 1216,3,600000,300000,0 +alde_dun03,120,157,8,8 monster Penomena 1216,3,600000,300000,0 +alde_dun03,120,157,8,8 monster Drainliar 1111,10,300000,150000,0 + +//================================================== +// alde_dun04 - Clock Tower B4 +//================================================== +alde_dun04,0,0,0,0 monster Bathory 1102,50,0,0,0 +alde_dun04,0,0,0,0 monster Joker 1131,10,0,0,0 +alde_dun04,0,0,0,0 monster Executioner 1205,1,3600000,1800000,1 +alde_dun04,0,0,0,0 monster Mysteltainn 1203,1,3600000,1800000,1 +alde_dun04,0,0,0,0 monster Ogretooth 1204,1,3600000,1800000,1 +alde_dun04,0,0,0,0 monster Whisper 1179,10,0,0,0 diff --git a/npc/mobs/dungeons/amatdun.txt b/npc/mobs/dungeons/ama_dun.txt similarity index 100% rename from npc/mobs/dungeons/amatdun.txt rename to npc/mobs/dungeons/ama_dun.txt diff --git a/npc/mobs/dungeons/ayodun.txt b/npc/mobs/dungeons/ayo_dun.txt similarity index 100% rename from npc/mobs/dungeons/ayodun.txt rename to npc/mobs/dungeons/ayo_dun.txt diff --git a/npc/mobs/dungeons/beachdun.txt b/npc/mobs/dungeons/beach_dun.txt similarity index 100% rename from npc/mobs/dungeons/beachdun.txt rename to npc/mobs/dungeons/beach_dun.txt diff --git a/npc/mobs/dungeons/clocktower.txt b/npc/mobs/dungeons/c_tower.txt similarity index 65% rename from npc/mobs/dungeons/clocktower.txt rename to npc/mobs/dungeons/c_tower.txt index 1284ee2eac..88fe279496 100644 --- a/npc/mobs/dungeons/clocktower.txt +++ b/npc/mobs/dungeons/c_tower.txt @@ -3,65 +3,13 @@ //===== By: ================================================== //= Athena (1.0) //===== Current Version: ===================================== -//= 1.2 +//= 1.0 //===== Compatible With: ===================================== //= Any Athena Version //===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//= 1.2 More accurate spawns [Playtester] +//= 1.0 Split from combined Alde and CT spawn file. [L0ne_W0lf] //============================================================ -//================================================== -// alde_dun01 - Clock Tower B1 -//================================================== -alde_dun01,0,0,0,0 monster Arclouze 1194,50,0,0,0 -alde_dun01,0,0,0,0 monster Drainliar 1111,40,0,0,0 - -//================================================== -// alde_dun02 - Clock Tower B2 -//================================================== -alde_dun02,0,0,0,0 monster High Orc 1213,50,0,0,0 -alde_dun02,0,0,0,0 monster Orc Archer 1189,20,0,0,0 -alde_dun02,0,0,0,0 monster Brilight 1211,20,0,0,0 -alde_dun02,0,0,0,0 monster Arclouze 1194,20,0,0,0 - -//================================================== -// alde_dun03 - Clock Tower B3 -//================================================== -alde_dun03,0,0,0,0 monster Cramp 1209,25,0,0,0 -alde_dun03,0,0,0,0 monster Drainliar 1111,20,0,0,0 -alde_dun03,77,28,5,5 monster Cramp 1209,3,40000,20000,0 -alde_dun03,0,0,0,0 monster Penomena 1216,45,180000,120000,0 -alde_dun03,184,61,30,30 monster Cramp 1209,10,300000,150000,0 -alde_dun03,184,61,30,30 monster Drainliar 1111,10,300000,150000,0 -alde_dun03,163,56,10,10 monster Penomena 1216,3,600000,300000,0 -alde_dun03,168,42,6,6 monster Penomena 1216,2,600000,300000,0 -alde_dun03,147,30,8,8 monster Penomena 1216,2,600000,300000,0 -alde_dun03,126,53,20,20 monster Cramp 1209,5,300000,150000,0 -alde_dun03,126,53,20,20 monster Drainliar 1111,5,300000,150000,0 -alde_dun03,102,40,10,10 monster Penomena 1216,4,600000,300000,0 -alde_dun03,130,220,40,40 monster Cramp 1209,10,300000,150000,0 -alde_dun03,130,220,40,40 monster Drainliar 1111,10,300000,150000,0 -alde_dun03,155,201,25,25 monster Penomena 1216,7,600000,300000,0 -alde_dun03,160,181,8,8 monster Penomena 1216,2,600000,300000,0 -alde_dun03,179,166,6,6 monster Penomena 1216,4,600000,300000,0 -alde_dun03,127,204,9,9 monster Penomena 1216,5,600000,300000,0 -alde_dun03,127,204,9,9 monster Cramp 1209,3,300000,150000,0 -alde_dun03,142,157,8,8 monster Penomena 1216,5,600000,300000,0 -alde_dun03,135,140,8,8 monster Penomena 1216,3,600000,300000,0 -alde_dun03,120,157,8,8 monster Penomena 1216,3,600000,300000,0 -alde_dun03,120,157,8,8 monster Drainliar 1111,10,300000,150000,0 - -//================================================== -// alde_dun04 - Clock Tower B4 -//================================================== -alde_dun04,0,0,0,0 monster Bathory 1102,50,0,0,0 -alde_dun04,0,0,0,0 monster Joker 1131,10,0,0,0 -alde_dun04,0,0,0,0 monster Executioner 1205,1,3600000,1800000,1 -alde_dun04,0,0,0,0 monster Mysteltainn 1203,1,3600000,1800000,1 -alde_dun04,0,0,0,0 monster Ogretooth 1204,1,3600000,1800000,1 -alde_dun04,0,0,0,0 monster Whisper 1179,10,0,0,0 - //================================================== // c_tower1 - Clock Tower F1 //================================================== diff --git a/npc/mobs/dungeons/eindun.txt b/npc/mobs/dungeons/ein_dun.txt similarity index 100% rename from npc/mobs/dungeons/eindun.txt rename to npc/mobs/dungeons/ein_dun.txt diff --git a/npc/mobs/dungeons/geftower.txt b/npc/mobs/dungeons/gef_dun.txt similarity index 100% rename from npc/mobs/dungeons/geftower.txt rename to npc/mobs/dungeons/gef_dun.txt diff --git a/npc/mobs/dungeons/guilddun.txt b/npc/mobs/dungeons/gld_dun.txt similarity index 100% rename from npc/mobs/dungeons/guilddun.txt rename to npc/mobs/dungeons/gld_dun.txt diff --git a/npc/mobs/dungeons/gondun.txt b/npc/mobs/dungeons/gon_dun.txt similarity index 100% rename from npc/mobs/dungeons/gondun.txt rename to npc/mobs/dungeons/gon_dun.txt diff --git a/npc/mobs/dungeons/icedun.txt b/npc/mobs/dungeons/ice_dun.txt similarity index 100% rename from npc/mobs/dungeons/icedun.txt rename to npc/mobs/dungeons/ice_dun.txt diff --git a/npc/mobs/dungeons/moc_sphinx.txt b/npc/mobs/dungeons/in_sphinx.txt similarity index 100% rename from npc/mobs/dungeons/moc_sphinx.txt rename to npc/mobs/dungeons/in_sphinx.txt diff --git a/npc/mobs/dungeons/byalan.txt b/npc/mobs/dungeons/iz_dun.txt similarity index 100% rename from npc/mobs/dungeons/byalan.txt rename to npc/mobs/dungeons/iz_dun.txt diff --git a/npc/mobs/dungeons/jupedun.txt b/npc/mobs/dungeons/juperos.txt similarity index 100% rename from npc/mobs/dungeons/jupedun.txt rename to npc/mobs/dungeons/juperos.txt diff --git a/npc/mobs/dungeons/kiel.txt b/npc/mobs/dungeons/kh_dun.txt similarity index 100% rename from npc/mobs/dungeons/kiel.txt rename to npc/mobs/dungeons/kh_dun.txt diff --git a/npc/mobs/dungeons/lhzdun.txt b/npc/mobs/dungeons/lhz_dun.txt similarity index 100% rename from npc/mobs/dungeons/lhzdun.txt rename to npc/mobs/dungeons/lhz_dun.txt diff --git a/npc/mobs/dungeons/louydun.txt b/npc/mobs/dungeons/lou_dun.txt similarity index 100% rename from npc/mobs/dungeons/louydun.txt rename to npc/mobs/dungeons/lou_dun.txt diff --git a/npc/mobs/dungeons/magmadun.txt b/npc/mobs/dungeons/mag_dun.txt similarity index 100% rename from npc/mobs/dungeons/magmadun.txt rename to npc/mobs/dungeons/mag_dun.txt diff --git a/npc/mobs/dungeons/coalmine.txt b/npc/mobs/dungeons/mjo_dun.txt similarity index 100% rename from npc/mobs/dungeons/coalmine.txt rename to npc/mobs/dungeons/mjo_dun.txt diff --git a/npc/mobs/dungeons/moc_pyramid.txt b/npc/mobs/dungeons/moc_pryd.txt similarity index 100% rename from npc/mobs/dungeons/moc_pyramid.txt rename to npc/mobs/dungeons/moc_pryd.txt diff --git a/npc/mobs/dungeons/moscovia.txt b/npc/mobs/dungeons/mosk_dun.txt similarity index 100% rename from npc/mobs/dungeons/moscovia.txt rename to npc/mobs/dungeons/mosk_dun.txt diff --git a/npc/mobs/dungeons/odin.txt b/npc/mobs/dungeons/odin.txt new file mode 100644 index 0000000000..dc277f84e8 --- /dev/null +++ b/npc/mobs/dungeons/odin.txt @@ -0,0 +1,66 @@ +//===== eAthena Script ======================================= +//= Odin Temple Monster Spawn Script +//===== By: ================================================== +//= Poki#3 (0.1) +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 Updated by using Tharis' Homun AI, by Tharis [Vicious] +//= 1.1 More accurate spawns [Playtester] +//============================================================ + +//================================================== +// odin_tem01 - Odin Temple F1 +//================================================== +odin_tem01,0,0,0,0 monster Breeze 1692,10,300000,240000,0 +odin_tem01,0,0,0,0 monster Plasma 1697,3,900000,300000,0 +odin_tem01,0,0,0,0 monster Plasma 1695,3,900000,300000,0 +odin_tem01,0,0,0,0 monster Plasma 1696,3,900000,300000,0 +odin_tem01,0,0,0,0 monster Plasma 1694,3,900000,300000,0 +odin_tem01,0,0,0,0 monster Plasma 1693,10,900000,300000,0 +odin_tem01,0,0,0,0 monster Frus 1753,5,0,0,0 +odin_tem01,0,0,0,0 monster Skogul 1752,5,0,0,0 +odin_tem01,0,0,0,0 monster Green Plant 1080,5,60000,30000,1 +odin_tem01,0,0,0,0 monster Yellow Plant 1081,5,60000,30000,1 +odin_tem01,0,0,0,0 monster Blue Plant 1079,5,600000,300000,1 + +//================================================== +// odin_tem02 - Odin Temple F2 +//================================================== +odin_tem02,0,0,0,0 monster Plasma 1693,15,900000,300000,0 +odin_tem02,0,0,0,0 monster Skeggiold 1754,1,1800000,0,0 +odin_tem02,0,0,0,0 monster Skeggiold 1755,1,1800000,0,0 +odin_tem02,0,0,0,0 monster Frus 1753,30,0,0,0 +odin_tem02,0,0,0,0 monster Skogul 1752,30,0,0,0 +odin_tem02,160,330,3,3 monster Frus 1762,1,30000,15000,0 +odin_tem02,172,292,3,3 monster Skogul 1761,1,30000,15000,0 +odin_tem02,182,263,3,3 monster Frus 1762,1,30000,15000,0 +odin_tem02,190,236,3,3 monster Skogul 1761,1,30000,15000,0 +odin_tem02,205,198,3,3 monster Frus 1762,1,30000,15000,0 +odin_tem02,0,0,0,0 monster Valkyrie 1765,1,5400000,1800000,0 +odin_tem02,0,0,0,0 monster Blue Plant 1079,10,1800000,900000,1 + +//================================================== +// odin_tem03 - Odin Temple F3 +//================================================== +odin_tem03,0,0,0,0 monster Plasma 1693,20,900000,300000,0 +odin_tem03,0,0,0,0 monster Skeggiold 1754,16,0,0,0 +odin_tem03,0,0,0,0 monster Skeggiold 1755,16,0,0,0 +odin_tem03,0,0,0,0 monster Frus 1753,4,0,0,0 +odin_tem03,0,0,0,0 monster Skogul 1752,4,0,0,0 +odin_tem03,116,65,3,3 monster Frus 1762,1,30000,15000,0 +odin_tem03,100,110,3,3 monster Skogul 1761,1,30000,15000,0 +odin_tem03,94,132,3,3 monster Frus 1762,1,30000,15000,0 +odin_tem03,90,173,3,3 monster Frus 1762,1,30000,15000,0 +odin_tem03,111,188,3,3 monster Skogul 1761,1,30000,15000,0 +odin_tem03,151,210,3,3 monster Skogul 1761,1,30000,15000,0 +odin_tem03,178,224,3,3 monster Skogul 1761,1,30000,15000,0 +odin_tem03,205,240,3,3 monster Frus 1762,1,30000,15000,0 +odin_tem03,238,265,3,3 monster Skogul 1761,1,30000,15000,0 +odin_tem03,256,271,3,3 monster Frus 1762,1,30000,15000,0 +odin_tem03,0,0,0,0 monster Valkyrie 1765,2,1800000,1200000,0 +odin_tem03,0,0,0,0 monster Valkyrie Randgris 1751,1,28800000,14400000,1 +odin_tem03,0,0,0,0 monster Blue Plant 1079,15,1800000,900000,1 +odin_tem03,0,0,0,0 monster Shining Plant 1083,15,1800000,900000,1 diff --git a/npc/mobs/dungeons/orcdun.txt b/npc/mobs/dungeons/orcsdun.txt similarity index 100% rename from npc/mobs/dungeons/orcdun.txt rename to npc/mobs/dungeons/orcsdun.txt diff --git a/npc/mobs/dungeons/payoncave.txt b/npc/mobs/dungeons/pay_dun.txt similarity index 100% rename from npc/mobs/dungeons/payoncave.txt rename to npc/mobs/dungeons/pay_dun.txt diff --git a/npc/mobs/dungeons/pront_maze.txt b/npc/mobs/dungeons/prt_maze.txt similarity index 100% rename from npc/mobs/dungeons/pront_maze.txt rename to npc/mobs/dungeons/prt_maze.txt diff --git a/npc/mobs/dungeons/pront_sewers.txt b/npc/mobs/dungeons/prt_sew.txt similarity index 100% rename from npc/mobs/dungeons/pront_sewers.txt rename to npc/mobs/dungeons/prt_sew.txt diff --git a/npc/mobs/dungeons/racheldun.txt b/npc/mobs/dungeons/ra_san.txt similarity index 100% rename from npc/mobs/dungeons/racheldun.txt rename to npc/mobs/dungeons/ra_san.txt diff --git a/npc/mobs/dungeons/thanatos.txt b/npc/mobs/dungeons/tha_t.txt similarity index 100% rename from npc/mobs/dungeons/thanatos.txt rename to npc/mobs/dungeons/tha_t.txt diff --git a/npc/mobs/dungeons/thor.txt b/npc/mobs/dungeons/thor_v.txt similarity index 100% rename from npc/mobs/dungeons/thor.txt rename to npc/mobs/dungeons/thor_v.txt diff --git a/npc/mobs/dungeons/sunkenship.txt b/npc/mobs/dungeons/treasure.txt similarity index 100% rename from npc/mobs/dungeons/sunkenship.txt rename to npc/mobs/dungeons/treasure.txt diff --git a/npc/mobs/dungeons/turtleisland.txt b/npc/mobs/dungeons/tur_dun.txt similarity index 100% rename from npc/mobs/dungeons/turtleisland.txt rename to npc/mobs/dungeons/tur_dun.txt diff --git a/npc/mobs/dungeons/umbaladun.txt b/npc/mobs/dungeons/um_dun.txt similarity index 100% rename from npc/mobs/dungeons/umbaladun.txt rename to npc/mobs/dungeons/um_dun.txt diff --git a/npc/mobs/dungeons/toyfactory.txt b/npc/mobs/dungeons/xmas_dun.txt similarity index 100% rename from npc/mobs/dungeons/toyfactory.txt rename to npc/mobs/dungeons/xmas_dun.txt diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index 2e6b24089a..71cfe5844c 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -32,7 +32,6 @@ npc: npc/mobs/fields/lutie.txt npc: npc/mobs/fields/mjolnir.txt npc: npc/mobs/fields/morocc.txt 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 @@ -42,37 +41,40 @@ npc: npc/mobs/fields/yuno.txt npc: npc/mobs/dungeons/abbey.txt npc: npc/mobs/dungeons/abyss.txt -npc: npc/mobs/dungeons/amatdun.txt +npc: npc/mobs/dungeons/alde_dun.txt +npc: npc/mobs/dungeons/ama_dun.txt npc: npc/mobs/dungeons/anthell.txt -npc: npc/mobs/dungeons/ayodun.txt -npc: npc/mobs/dungeons/beachdun.txt -npc: npc/mobs/dungeons/byalan.txt -npc: npc/mobs/dungeons/clocktower.txt -npc: npc/mobs/dungeons/coalmine.txt -npc: npc/mobs/dungeons/eindun.txt +npc: npc/mobs/dungeons/ayo_dun.txt +npc: npc/mobs/dungeons/beach_dun.txt +npc: npc/mobs/dungeons/c_tower.txt +npc: npc/mobs/dungeons/ein_dun.txt +npc: npc/mobs/dungeons/gef_dun.txt npc: npc/mobs/dungeons/gefenia.txt -npc: npc/mobs/dungeons/geftower.txt npc: npc/mobs/dungeons/glastheim.txt -npc: npc/mobs/dungeons/gondun.txt -npc: npc/mobs/dungeons/guilddun.txt -npc: npc/mobs/dungeons/icedun.txt -npc: npc/mobs/dungeons/jupedun.txt -npc: npc/mobs/dungeons/kiel.txt -npc: npc/mobs/dungeons/lhzdun.txt -npc: npc/mobs/dungeons/louydun.txt -npc: npc/mobs/dungeons/magmadun.txt -npc: npc/mobs/dungeons/moc_pyramid.txt -npc: npc/mobs/dungeons/moc_sphinx.txt -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/thor.txt -npc: npc/mobs/dungeons/toyfactory.txt -npc: npc/mobs/dungeons/turtleisland.txt -npc: npc/mobs/dungeons/umbaladun.txt +npc: npc/mobs/dungeons/gld_dun.txt +npc: npc/mobs/dungeons/gon_dun.txt +npc: npc/mobs/dungeons/ice_dun.txt +npc: npc/mobs/dungeons/in_sphinx.txt +npc: npc/mobs/dungeons/iz_dun.txt +npc: npc/mobs/dungeons/juperos.txt +npc: npc/mobs/dungeons/kh_dun.txt +npc: npc/mobs/dungeons/lhz_dun.txt +npc: npc/mobs/dungeons/lou_dun.txt +npc: npc/mobs/dungeons/mag_dun.txt +npc: npc/mobs/dungeons/mjo_dun.txt +npc: npc/mobs/dungeons/moc_pryd.txt +//npc: npc/mobs/dungeons/mosk_dun.txt +npc: npc/mobs/dungeons/odin.txt +npc: npc/mobs/dungeons/orcsdun.txt +npc: npc/mobs/dungeons/pay_dun.txt +npc: npc/mobs/dungeons/prt_maze.txt +npc: npc/mobs/dungeons/prt_sew.txt +npc: npc/mobs/dungeons/ra_san.txt +npc: npc/mobs/dungeons/tha_t.txt +npc: npc/mobs/dungeons/thor_v.txt +npc: npc/mobs/dungeons/treasure.txt +npc: npc/mobs/dungeons/tur_dun.txt +npc: npc/mobs/dungeons/um_dun.txt +npc: npc/mobs/dungeons/xmas_dun.txt npc: npc/mobs/dungeons/yggdrasil.txt // --------------------------------------------------------------