* 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
This commit is contained in:
parent
966634766b
commit
9d4adf0864
@ -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.
|
||||
|
64
npc/mobs/dungeons/alde_dun.txt
Normal file
64
npc/mobs/dungeons/alde_dun.txt
Normal file
@ -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
|
@ -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
|
||||
//==================================================
|
66
npc/mobs/dungeons/odin.txt
Normal file
66
npc/mobs/dungeons/odin.txt
Normal file
@ -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
|
@ -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
|
||||
// --------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user