From 31825ccc2dde034a218d9ad466dd721c40b5651d Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 8 Jul 2012 19:30:07 +0000 Subject: Okie ladies and gentleman if this commit breaks anything it's jman's and maki's fault, yes, blame them. Fixing pre-re / re npc support, moving /config/ folder to src root so other servers may also make use of the #define renewal dir and other stuff. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16382 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/pre-re/mobs/dungeons/abbey.txt | 50 +++++++++ npc/pre-re/mobs/dungeons/abyss.txt | 51 +++++++++ npc/pre-re/mobs/dungeons/alde_dun.txt | 41 +++++++ npc/pre-re/mobs/dungeons/ama_dun.txt | 40 +++++++ npc/pre-re/mobs/dungeons/anthell.txt | 121 +++++++++++++++++++++ npc/pre-re/mobs/dungeons/ayo_dun.txt | 31 ++++++ npc/pre-re/mobs/dungeons/beach_dun.txt | 40 +++++++ npc/pre-re/mobs/dungeons/bra_dun.txt | 37 +++++++ npc/pre-re/mobs/dungeons/c_tower.txt | 49 +++++++++ npc/pre-re/mobs/dungeons/dew_dun.txt | 29 +++++ npc/pre-re/mobs/dungeons/dic_dun.txt | 44 ++++++++ npc/pre-re/mobs/dungeons/ein_dun.txt | 36 +++++++ npc/pre-re/mobs/dungeons/gef_dun.txt | 72 +++++++++++++ npc/pre-re/mobs/dungeons/gefenia.txt | 71 +++++++++++++ npc/pre-re/mobs/dungeons/glastheim.txt | 182 ++++++++++++++++++++++++++++++++ npc/pre-re/mobs/dungeons/gld_dun.txt | 52 +++++++++ npc/pre-re/mobs/dungeons/gld_dunSE.txt | 29 +++++ npc/pre-re/mobs/dungeons/gon_dun.txt | 40 +++++++ npc/pre-re/mobs/dungeons/ice_dun.txt | 38 +++++++ npc/pre-re/mobs/dungeons/in_sphinx.txt | 56 ++++++++++ npc/pre-re/mobs/dungeons/iz_dun.txt | 111 +++++++++++++++++++ npc/pre-re/mobs/dungeons/iz_dun_re.txt | 21 ++++ npc/pre-re/mobs/dungeons/juperos.txt | 52 +++++++++ npc/pre-re/mobs/dungeons/kh_dun.txt | 59 +++++++++++ npc/pre-re/mobs/dungeons/lhz_dun.txt | 107 +++++++++++++++++++ npc/pre-re/mobs/dungeons/lhz_dun_re.txt | 69 ++++++++++++ npc/pre-re/mobs/dungeons/lou_dun.txt | 43 ++++++++ npc/pre-re/mobs/dungeons/ma_dun.txt | 20 ++++ npc/pre-re/mobs/dungeons/mag_dun.txt | 32 ++++++ npc/pre-re/mobs/dungeons/mal_dun.txt | 24 +++++ npc/pre-re/mobs/dungeons/mjo_dun.txt | 35 ++++++ npc/pre-re/mobs/dungeons/moc_pryd.txt | 64 +++++++++++ npc/pre-re/mobs/dungeons/mosk_dun.txt | 41 +++++++ npc/pre-re/mobs/dungeons/nyd_dun.txt | 30 ++++++ npc/pre-re/mobs/dungeons/odin.txt | 55 ++++++++++ npc/pre-re/mobs/dungeons/orcsdun.txt | 36 +++++++ npc/pre-re/mobs/dungeons/pay_dun.txt | 150 ++++++++++++++++++++++++++ npc/pre-re/mobs/dungeons/prt_maze.txt | 102 ++++++++++++++++++ npc/pre-re/mobs/dungeons/prt_sew.txt | 53 ++++++++++ npc/pre-re/mobs/dungeons/ra_san.txt | 58 ++++++++++ npc/pre-re/mobs/dungeons/tha_t.txt | 152 ++++++++++++++++++++++++++ npc/pre-re/mobs/dungeons/thor_v.txt | 55 ++++++++++ npc/pre-re/mobs/dungeons/treasure.txt | 120 +++++++++++++++++++++ npc/pre-re/mobs/dungeons/tur_dun.txt | 52 +++++++++ npc/pre-re/mobs/dungeons/xmas_dun.txt | 37 +++++++ npc/pre-re/mobs/dungeons/yggdrasil.txt | 35 ++++++ 46 files changed, 2722 insertions(+) create mode 100644 npc/pre-re/mobs/dungeons/abbey.txt create mode 100644 npc/pre-re/mobs/dungeons/abyss.txt create mode 100644 npc/pre-re/mobs/dungeons/alde_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/ama_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/anthell.txt create mode 100644 npc/pre-re/mobs/dungeons/ayo_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/beach_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/bra_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/c_tower.txt create mode 100644 npc/pre-re/mobs/dungeons/dew_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/dic_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/ein_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/gef_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/gefenia.txt create mode 100644 npc/pre-re/mobs/dungeons/glastheim.txt create mode 100644 npc/pre-re/mobs/dungeons/gld_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/gld_dunSE.txt create mode 100644 npc/pre-re/mobs/dungeons/gon_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/ice_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/in_sphinx.txt create mode 100644 npc/pre-re/mobs/dungeons/iz_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/iz_dun_re.txt create mode 100644 npc/pre-re/mobs/dungeons/juperos.txt create mode 100644 npc/pre-re/mobs/dungeons/kh_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/lhz_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/lhz_dun_re.txt create mode 100644 npc/pre-re/mobs/dungeons/lou_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/ma_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/mag_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/mal_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/mjo_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/moc_pryd.txt create mode 100644 npc/pre-re/mobs/dungeons/mosk_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/nyd_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/odin.txt create mode 100644 npc/pre-re/mobs/dungeons/orcsdun.txt create mode 100644 npc/pre-re/mobs/dungeons/pay_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/prt_maze.txt create mode 100644 npc/pre-re/mobs/dungeons/prt_sew.txt create mode 100644 npc/pre-re/mobs/dungeons/ra_san.txt create mode 100644 npc/pre-re/mobs/dungeons/tha_t.txt create mode 100644 npc/pre-re/mobs/dungeons/thor_v.txt create mode 100644 npc/pre-re/mobs/dungeons/treasure.txt create mode 100644 npc/pre-re/mobs/dungeons/tur_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/xmas_dun.txt create mode 100644 npc/pre-re/mobs/dungeons/yggdrasil.txt (limited to 'npc/pre-re/mobs/dungeons') diff --git a/npc/pre-re/mobs/dungeons/abbey.txt b/npc/pre-re/mobs/dungeons/abbey.txt new file mode 100644 index 000000000..c39adfe4e --- /dev/null +++ b/npc/pre-re/mobs/dungeons/abbey.txt @@ -0,0 +1,50 @@ +//===== rAthena Script ======================================== +//= Abbey Dungeon Monster Spawn Script +//===== By: ================================================== +//= $ephiroth +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 Initial version [$ephiroth] +//= 1.1 Updated spawns [Playtester] +//= 1.2 More official spawns [Playtester] +//============================================================ + +//================================================== +// nameless_n - Nameless Island +//================================================== +nameless_n,0,0,0,0 monster Ghoul 1036,40,5000,0,0 +nameless_n,0,0,0,0 monster Hellhound 1866,17,5000,0,0 +nameless_n,0,0,0,0 monster Banshee 1867,16,5000,0,0 +nameless_n,0,0,0,0 monster Ragged Zombie 1865,12,5000,0,0 +nameless_n,0,0,0,0 monster Zombie Slaughter 1864,12,5000,0,0 +nameless_n,0,0,0,0 monster Flame Skull 1869,3,5000,0,0 + +//================================================== +// abbey01 - Cursed Monastery +//================================================== +abbey01,0,0,0,0 monster Banshee 1867,93,5000,0,0 +abbey01,0,0,0,0 monster Ghoul 1036,56,5000,0,0 +abbey01,0,0,0,0 monster Ragged Zombie 1865,33,5000,0,0 +abbey01,0,0,0,0 monster Zombie Slaughter 1864,30,5000,0,0 +abbey01,0,0,0,0 monster Hellhound 1866,25,5000,0,0 +abbey01,0,0,0,0 monster Flame Skull 1869,21,5000,0,0 + +//================================================== +// abbey02 - Cursed Monastery +//================================================== +abbey02,0,0,0,0 monster Zombie Slaughter 1864,210,5000,0,0 +abbey02,0,0,0,0 monster Ragged Zombie 1865,70,5000,0,0 +abbey02,0,0,0,0 monster Flame Skull 1869,21,5000,0,0 +abbey02,0,0,0,0 monster Necromancer 1870,7,5000,0,0 +abbey02,236,78,21,18 boss_monster Fallen Bishop 1871,1,7200000,600000,1 + +//================================================== +// abbey03 - Cursed Monastery +//================================================== +abbey03,0,0,0,0 monster Necromancer 1870,60,5000,0,0 +abbey03,0,0,0,0 monster Banshee 1867,30,5000,0,0 +abbey03,0,0,0,0 monster Flame Skull 1869,25,5000,0,0 +abbey03,0,0,0,0 boss_monster Beelzebub 1873,1,43200000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/abyss.txt b/npc/pre-re/mobs/dungeons/abyss.txt new file mode 100644 index 000000000..1c1ee63b0 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/abyss.txt @@ -0,0 +1,51 @@ +//===== rAthena Script ======================================= +//= Abyss Lake Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 Real spawns by Poki#3 [Nexon] +//= 1.1 More official spawns [Playtester] +//= 1.2 Official X.3 spawns [Playtester] +//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// abyss_01 - Abyss Lake Underground Cave +//================================================== +abyss_01,0,0,0,0 monster Ferus 1717,55,5000,0,0 +abyss_01,0,0,0,0 monster Penomena 1216,30,5000,0,0 +abyss_01,0,0,0,0 monster Ferus 1714,30,5000,0,0 +abyss_01,0,0,0,0 monster Mimic 1191,10,5000,0,0 +abyss_01,0,0,0,0 monster Ancient Mimic 1699,10,5000,0,0 +abyss_01,0,0,0,0 monster Novus 1715,9,5000,0,0 +abyss_01,0,0,0,0 monster Novus 1718,9,5000,0,0 +abyss_01,0,0,0,0 monster Dragon Egg 1721,8,5000,0,0 + +//================================================== +// abyss_02 - Abyss Lake Underground Cave +//================================================== +abyss_02,0,0,0,0 monster Acidus 1716,60,5000,0,0 +abyss_02,0,0,0,0 monster Ferus 1714,50,5000,0,0 +abyss_02,0,0,0,0 monster Dragon Egg 1721,10,5000,0,0 +abyss_02,0,0,0,0 monster Mimic 1191,10,5000,0,0 +abyss_02,0,0,0,0 monster Acidus 1713,10,5000,0,0 +abyss_02,0,0,0,0 monster Ancient Mimic 1699,10,5000,0,0 +abyss_02,0,0,0,0 monster Novus 1715,5,5000,0,0 +abyss_02,0,0,0,0 monster Novus 1718,5,5000,0,0 + +//================================================== +// abyss_03 - Abyss Lake Underground Cave +//================================================== +abyss_03,0,0,0,0 monster Acidus 1713,60,5000,0,0 +abyss_03,0,0,0,0 monster Dragon Egg 1721,10,5000,0,0 +abyss_03,0,0,0,0 monster Mimic 1191,10,5000,0,0 +abyss_03,0,0,0,0 monster Acidus 1716,10,5000,0,0 +abyss_03,0,0,0,0 monster Ancient Mimic 1699,10,5000,0,0 +abyss_03,0,0,0,0 monster Ferus 1714,10,5000,0,0 +abyss_03,0,0,0,0 monster Ferus 1717,10,5000,0,0 +abyss_03,0,0,0,0 monster Hydrolancer 1720,3,5000,0,0 +abyss_03,0,0,0,0 boss_monster Detardeurus 1719,1,10800000,600000,0 diff --git a/npc/pre-re/mobs/dungeons/alde_dun.txt b/npc/pre-re/mobs/dungeons/alde_dun.txt new file mode 100644 index 000000000..cc7dfb0e9 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/alde_dun.txt @@ -0,0 +1,41 @@ +//===== rAthena Script ======================================= +//= Al De Baran Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3 +//===== 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 B1f +//================================================== +alde_dun01,0,0,0,0 monster Arclouze 1194,50,5000,0,0 +alde_dun01,0,0,0,0 monster Drainliar 1111,40,5000,0,0 + +//================================================== +// alde_dun02 - Clock Tower B2f +//================================================== +alde_dun02,0,0,0,0 monster High Orc 1213,50,5000,0,0 +alde_dun02,0,0,0,0 monster Brilight 1211,20,5000,0,0 +alde_dun02,0,0,0,0 monster Arclouze 1194,20,5000,0,0 +alde_dun02,0,0,0,0 monster Orc Archer 1189,20,5000,0,0 + +//================================================== +// alde_dun03 - Clock Tower B3f +//================================================== +alde_dun03,0,0,0,0 monster Penomena 1216,85,5000,0,0 +alde_dun03,0,0,0,0 monster Cramp 1209,56,5000,0,0 +alde_dun03,0,0,0,0 monster Drainliar 1111,55,5000,0,0 + +//================================================== +// alde_dun04 - Clock Tower B4f +//================================================== +alde_dun04,0,0,0,0 monster Bathory 1102,50,5000,0,0 +alde_dun04,0,0,0,0 monster Whisper 1179,10,5000,0,0 +alde_dun04,0,0,0,0 monster Joker 1131,10,5000,0,0 diff --git a/npc/pre-re/mobs/dungeons/ama_dun.txt b/npc/pre-re/mobs/dungeons/ama_dun.txt new file mode 100644 index 000000000..039afd13b --- /dev/null +++ b/npc/pre-re/mobs/dungeons/ama_dun.txt @@ -0,0 +1,40 @@ +//===== rAthena Script ======================================= +//= Amatsu 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 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// ama_dun01 - Tatami Maze +//================================================== +ama_dun01,0,0,0,0 monster Miyabi Doll 1404,65,5000,0,0 +ama_dun01,0,0,0,0 monster Firelock Soldier 1403,45,5000,0,0 +ama_dun01,0,0,0,0 monster Shinobi 1401,2,5000,0,0 + +//================================================== +// ama_dun02 - Battle Field in the Underground Forest +//================================================== +ama_dun02,0,0,0,0 monster Poison Toad 1402,35,5000,0,0 +ama_dun02,0,0,0,0 monster Firelock Soldier 1403,20,5000,0,0 +ama_dun02,0,0,0,0 monster Horong 1129,10,5000,0,0 +ama_dun02,0,0,0,0 monster Miyabi Doll 1404,5,5000,0,0 +ama_dun02,0,0,0,0 monster Shinobi 1401,2,5000,0,0 +ama_dun02,0,0,0,0 monster The Paper 1375,1,5000,0,0 + +//================================================== +// ama_dun03 - Amatsu Underground Shrine +//================================================== +ama_dun03,0,0,0,0 monster Shinobi 1401,55,5000,0,0 +ama_dun03,0,0,0,0 monster Tengu 1405,55,5000,0,0 +ama_dun03,0,0,0,0 monster Firelock Soldier 1403,25,5000,0,0 +ama_dun03,0,0,0,0 monster The Paper 1375,20,5000,0,0 +ama_dun03,0,0,0,0 monster Mimic 1191,5,5000,0,0 +ama_dun03,0,0,0,0 monster Miyabi Doll 1404,1,5000,0,0 +ama_dun03,0,0,0,0 boss_monster Samurai Specter 1492,1,5460000,600000,0 diff --git a/npc/pre-re/mobs/dungeons/anthell.txt b/npc/pre-re/mobs/dungeons/anthell.txt new file mode 100644 index 000000000..9794f1e26 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/anthell.txt @@ -0,0 +1,121 @@ +//===== rAthena Script ======================================= +//= Ant Hell 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 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// anthell01 - Ant Hell +//================================================== +anthell01,0,0,0,0 monster Piere 1160,50,5000,0,0 +anthell01,0,0,0,0 monster Deniro 1105,40,5000,0,0 +anthell01,0,0,0,0 monster Familiar 1005,20,5000,0,0 +anthell01,0,0,0,0 monster Andre 1095,15,5000,0,0 +anthell01,0,0,0,0 monster Vitata 1176,10,5000,0,0 +anthell01,0,0,0,0 monster Giearth 1121,1,5000,0,0 +anthell01,43,166,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,30,187,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,29,186,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,38,186,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,37,186,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,36,186,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,35,186,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,36,187,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,44,166,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,45,165,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,40,168,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,41,168,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,42,168,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,42,167,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,42,166,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,42,165,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,41,165,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,43,165,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,44,165,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,38,184,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,38,183,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,37,183,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,102,121,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,104,123,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,104,122,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,104,120,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,103,120,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,103,121,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,102,121,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,105,124,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,101,121,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,100,121,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,99,127,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,97,123,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,97,127,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,97,126,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,97,125,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,97,124,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,98,121,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,99,121,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,98,127,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,28,266,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,30,262,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,30,261,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,31,264,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,31,263,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,31,262,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,32,263,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,40,270,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,40,269,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,40,268,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,30,263,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,30,264,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,30,265,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,29,266,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,28,265,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,28,264,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,28,263,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,28,262,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,29,265,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,29,264,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,29,263,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,29,262,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,40,267,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,40,266,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,31,194,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,33,195,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,33,196,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,30,190,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,31,190,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,32,189,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,32,198,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,32,187,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,32,186,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,30,195,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,31,195,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,32,196,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,40,265,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,41,269,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,41,268,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,41,267,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,41,266,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,41,265,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,30,198,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,31,198,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,32,197,0,0 monster Ant Egg 1097,1,60000,30000,0 +anthell01,31,186,0,0 monster Ant Egg 1097,1,60000,30000,0 + +//================================================== +// anthell02 - Ant Hell +//================================================== +anthell02,0,0,0,0 monster Andre 1095,50,5000,0,0 +anthell02,0,0,0,0 monster Vitata 1176,30,5000,0,0 +anthell02,0,0,0,0 monster Familiar 1005,20,5000,0,0 +anthell02,0,0,0,0 monster Ant Egg 1097,15,5000,0,0 +anthell02,0,0,0,0 monster Deniro 1105,15,5000,0,0 +anthell02,0,0,0,0 monster Piere 1160,15,5000,0,0 +anthell02,0,0,0,0 monster Giearth 1121,3,5000,0,0 +anthell02,0,0,0,0 boss_monster Maya 1147,1,7200000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/ayo_dun.txt b/npc/pre-re/mobs/dungeons/ayo_dun.txt new file mode 100644 index 000000000..2d82007f3 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/ayo_dun.txt @@ -0,0 +1,31 @@ +//===== rAthena Script ======================================= +//= Ayothaya Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.5 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.1 Using euRO data [Ishizu] +//= 1.2 Moved Tao Gunka to west cave of Comodo [Lupus] +//= 1.3 Official jRO 10.3 spawns [Playtester] +//= 1.4 More accurate spawns [Playtester] +//= 1.5 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// ayo_dun01 - Ancient Shrine Maze +//================================================== +ayo_dun01,0,0,0,0 monster Leaf Cat 1586,65,5000,0,0 +ayo_dun01,0,0,0,0 monster Ghoul 1036,30,5000,0,0 +ayo_dun01,0,0,0,0 monster Whisper 1179,10,5000,0,0 +ayo_dun01,0,0,0,0 monster Kraben 1587,5,5000,0,0 + +//================================================== +// ayo_dun02 - Inside Ancient Shrine +//================================================== +ayo_dun02,0,0,0,0 monster Tamruan 1584,100,5000,0,0 +ayo_dun02,0,0,0,0 monster Whisper 1179,20,5000,0,0 +ayo_dun02,0,0,0,0 monster Kraben 1587,20,5000,0,0 +ayo_dun02,150,90,15,30 boss_monster Lady Tanee 1688,1,25200000,600000,0 diff --git a/npc/pre-re/mobs/dungeons/beach_dun.txt b/npc/pre-re/mobs/dungeons/beach_dun.txt new file mode 100644 index 000000000..cbadc8e5e --- /dev/null +++ b/npc/pre-re/mobs/dungeons/beach_dun.txt @@ -0,0 +1,40 @@ +//===== rAthena Script ======================================= +//= Beach Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.4 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.1 Official kRO 10.1 spawns [Playtester] +//= 1.2 Small 11.1 spawn update [Playtester] +//= 1.3 More accurate spawns [Playtester] +//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// beach_dun - Karu, the West cave +//================================================== +beach_dun,0,0,0,0 monster Medusa 1148,60,5000,0,0 +beach_dun,0,0,0,0 monster Nereid 1255,20,5000,0,0 +beach_dun,0,0,0,0 monster Pest 1256,20,5000,0,0 +beach_dun,0,0,0,0 monster Merman 1264,3,5000,0,0 +beach_dun,0,0,0,0 boss_monster Tao Gunka 1583,1,18000000,600000,0 + +//================================================== +// beach_dun2 - Ruande the northern cave +//================================================== +beach_dun2,0,0,0,0 monster Stalactic Golem 1278,65,5000,0,0 +beach_dun2,0,0,0,0 monster Tri Joint 1279,20,5000,0,0 +beach_dun2,0,0,0,0 monster Megalith 1274,15,5000,0,0 +beach_dun2,0,0,0,0 monster Hydra 1068,10,5000,0,0 +beach_dun2,0,0,0,0 monster Nereid 1255,3,5000,0,0 + +//================================================== +// beach_dun3 - Mao, the East Cave +//================================================== +beach_dun3,0,0,0,0 monster Thara Frog 1034,50,5000,0,0 +beach_dun3,0,0,0,0 monster Megalodon 1064,30,5000,0,0 +beach_dun3,0,0,0,0 monster Hydra 1068,30,5000,0,0 +beach_dun3,0,0,0,0 monster Nereid 1255,1,5000,0,0 diff --git a/npc/pre-re/mobs/dungeons/bra_dun.txt b/npc/pre-re/mobs/dungeons/bra_dun.txt new file mode 100644 index 000000000..8e22c6e29 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/bra_dun.txt @@ -0,0 +1,37 @@ +//===== rAthena Script ======================================== +//= Brasilis Dungeon Monster Spawn Script +//===== By: ================================================== +//= Kisuka +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= +//= Official monster spawns in Brasilis Dungeon. +//===== Additional Comments: ================================= +//= 1.0 Official spawns from Aegis [Kisuka] +//============================================================ + +//================================================== +// bra_dun01 - Behind the Waterfall +//================================================== +bra_dun01,0,0,0,0 monster Piranha 2070,80,5000,0,0 +bra_dun01,0,0,0,0 monster Iara 2069,30,5000,0,0 +bra_dun01,0,0,0,0 monster Black Mushroom 1084,5,180000,90000,1 +bra_dun01,0,0,0,0 monster Marina 1141,20,5000,0,0 +bra_dun01,0,0,0,0 monster Kukre 1070,10,5000,0,0 +bra_dun01,0,0,0,0 monster Plankton 1161,10,5000,0,0 +bra_dun01,0,0,0,0 monster Hydra 1068,15,5000,0,0 + +//================================================== +// bra_dun02 - Behind the Waterfall +//================================================== +bra_dun02,0,0,0,0 monster Piranha 2070,60,5000,0,0 +bra_dun02,0,0,0,0 monster Iara 2069,110,5000,0,0 +bra_dun02,0,0,0,0 monster Marina 1141,10,5000,0,0 +bra_dun02,0,0,0,0 monster Kukre 1070,10,5000,0,0 +bra_dun02,0,0,0,0 monster Plankton 1161,10,5000,0,0 +bra_dun02,0,0,0,0 monster Hydra 1068,15,5000,0,0 +bra_dun02,0,0,0,0 monster Shining Plant 1083,2,5000,0,0 +bra_dun02,0,0,0,0 monster Black Mushroom 1084,5,5000,0,0 +bra_dun02,0,0,0,0 boss_monster Boitata 2068,1,7200000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/c_tower.txt b/npc/pre-re/mobs/dungeons/c_tower.txt new file mode 100644 index 000000000..752a2437a --- /dev/null +++ b/npc/pre-re/mobs/dungeons/c_tower.txt @@ -0,0 +1,49 @@ +//===== rAthena Script ======================================= +//= Clock Tower Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 Split from combined Alde and CT spawn file. [L0ne_W0lf] +//============================================================ + +//================================================== +// c_tower1 - Clock Tower 1f +//================================================== +c_tower1,0,0,0,0 monster Rideword 1195,70,5000,0,0 +c_tower1,0,0,0,0 monster Punk 1199,70,5000,0,0 +c_tower1,0,0,0,0 monster Bathory 1102,1,5000,0,0 +c_tower1,0,0,0,0 monster Clock Tower Manager 1270,1,5000,0,0 + +//================================================== +// c_tower2 - Clock Tower 2f +//================================================== +c_tower2,0,0,0,0 monster Clock 1269,40,5000,0,0 +c_tower2,0,0,0,0 monster Punk 1199,40,5000,0,0 +c_tower2,0,0,0,0 monster Rideword 1195,12,5000,0,0 +c_tower2,0,0,0,0 monster Mimic 1191,3,5000,0,0 +c_tower2,0,0,0,0 monster Elder 1377,2,5000,0,0 +c_tower2,0,0,0,0 monster Clock Tower Manager 1270,1,5000,0,0 + +//================================================== +// c_tower3 - Clock Tower 3f +//================================================== +c_tower3,0,0,0,0 monster Alarm 1193,80,5000,0,0 +c_tower3,0,0,0,0 monster Mimic 1191,7,5000,0,0 +c_tower3,0,0,0,0 monster Rideword 1195,6,5000,0,0 +c_tower3,0,0,0,0 monster Clock Tower Manager 1270,3,5000,0,0 + +//================================================== +// c_tower4 - Clock Tower 4f +//================================================== +c_tower4,0,0,0,0 monster Clock 1269,35,5000,0,0 +c_tower4,0,0,0,0 monster Owl Duke 1320,30,5000,0,0 +c_tower4,0,0,0,0 monster Alarm 1193,30,5000,0,0 +c_tower4,0,0,0,0 monster Rideword 1195,15,5000,0,0 +c_tower4,0,0,0,0 monster Mimic 1191,12,5000,0,0 +c_tower4,0,0,0,0 monster Whisper 1179,5,5000,0,0 +c_tower4,0,0,0,0 monster Clock Tower Manager 1270,3,5000,0,0 +c_tower4,0,0,0,0 monster Elder 1377,2,5000,0,0 diff --git a/npc/pre-re/mobs/dungeons/dew_dun.txt b/npc/pre-re/mobs/dungeons/dew_dun.txt new file mode 100644 index 000000000..809295e0c --- /dev/null +++ b/npc/pre-re/mobs/dungeons/dew_dun.txt @@ -0,0 +1,29 @@ +//===== rAthena Script ======================================== +//= Dewata Dungeon Monster Spawn Script +//===== By: ================================================== +//= Chilly +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= +//= Official kRO monster spawns +//===== Additional Comments: ================================= +//= 1.0 First Release +//============================================================ + +//================================================== +// dew_dun01 - Volcanic Island of Krakatoa +//================================================== +dew_dun01,0,0,0,0 monster Ancient Worm 1305,25,0,0,0 +dew_dun01,0,0,0,0 monster Gullinbursti 1311,10,0,0,0 +dew_dun01,0,0,0,0 monster Comodo 2152,70,0,0,0 +dew_dun01,0,0,0,0 boss_monster Leak 2156,1,7200000,600000,1 + +//================================================== +// dew_dun02 - Tina Grace Cave +//================================================== +dew_dun02,0,0,0,0 monster Am Mut 1301,20,0,0,0 +dew_dun02,0,0,0,0 monster Gajomart 1309,30,0,0,0 +dew_dun02,0,0,0,0 monster Banaspaty 2154,50,0,0,0 +dew_dun02,0,0,0,0 monster Butoijo 2155,30,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/dic_dun.txt b/npc/pre-re/mobs/dungeons/dic_dun.txt new file mode 100644 index 000000000..e259f0465 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/dic_dun.txt @@ -0,0 +1,44 @@ +//===== rAthena Script ======================================== +//= El Dicastes Dungeon Monster Spawn Script +//===== By: ================================================== +//= Kisuka +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= +//= Official monster spawns in El Dicastes Dungeon. +//===== Additional Comments: ================================= +//= 1.0 Official spawns from Aegis [Kisuka] +//= 1.1 Added Nightmare Scaraba Hole [Chilly] +//============================================================ + +//================================================== +// dic_dun01 - Underground Passage Kamidal Tunnel +//================================================== +dic_dun01,0,0,0,0 monster One-Horned Scarab 2083,50,5000,0,0 +dic_dun01,0,0,0,0 monster Two-Horned Scarab 2084,45,5000,0,0 +dic_dun01,0,0,0,0 monster Scarab Egg 2088,15,5000,0,0 +dic_dun01,0,0,0,0 monster Scarab Egg 2089,15,5000,0,0 + +//================================================== +// dic_dun02 - Underground Nest Scarab Hole +//================================================== +dic_dun02,0,0,0,0 monster Antler Scarab 2085,50,5000,0,0 +dic_dun02,0,0,0,0 monster Rake Scarab 2086,45,5000,0,0 +dic_dun02,0,0,0,0 monster Antler Scarab Egg 2090,15,5000,0,0 +dic_dun02,0,0,0,0 monster Rake Scarab Egg 2091,15,5000,0,0 +dic_dun02,0,0,0,0 boss_monster Scarab Queen 2087,1,7200000,0,0 + +//================================================== +// dic_dun03 - Nightmare Scaraba Hole +//================================================== +dic_dun03,0,0,0,0 monster Gold One-Horn Scaraba 2161,50,0,0,0 +dic_dun03,0,0,0,0 monster Gold Two-Horn Scaraba 2162,45,0,0,0 +dic_dun03,0,0,0,0 monster Gold Antler Scaraba 2163,50,0,0,0 +dic_dun03,0,0,0,0 monster Gold Rake Scaraba 2164,45,0,0,0 +dic_dun03,0,0,0,0 monster Gold One-Horn Scaraba Egg 2166,15,0,0,0 +dic_dun03,0,0,0,0 monster Gold Two-Horn Scaraba Egg 2167,15,0,0,0 +dic_dun03,0,0,0,0 monster Gold Antler Scaraba Egg 2168,15,0,0,0 +dic_dun03,0,0,0,0 monster Gold Rake Scaraba Egg 2169,15,0,0,0 +dic_dun03,0,0,0,0 boss_monster Gold Queen Scaraba 2165,1,7200000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/ein_dun.txt b/npc/pre-re/mobs/dungeons/ein_dun.txt new file mode 100644 index 000000000..587e3df60 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/ein_dun.txt @@ -0,0 +1,36 @@ +//===== rAthena Script ======================================= +//= Einbech Mine Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.5 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 spawn N and spawn delays aren't yet correct, so I set +//= respawn delays quite big for now [Lupus] +//= 1.1 Fixed monsters spawn places +//= 1.2 Update monster spawn numbers according to info on emperium.org [MasterOfMuppets] +//= 1.3 Official kRO 10.1 spawns [Playtester] +//= 1.4 More accurate spawns [Playtester] +//= 1.5 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// ein_dun01 - Mine Dungeon +//================================================== +ein_dun01,0,0,0,0 monster Pitman 1616,70,5000,0,0 +ein_dun01,0,0,0,0 monster Noxious 1620,30,5000,0,0 +ein_dun01,0,0,0,0 monster Porcellio 1619,30,5000,0,0 +ein_dun01,0,0,0,0 monster Venomous 1621,10,5000,0,0 +ein_dun01,0,0,0,0 monster Old Stove 1617,1,5000,0,0 +ein_dun01,0,0,0,0 monster Ungoliant 1618,1,3600000,3000000,0 + +//================================================== +// ein_dun02 - Mine Dungeon +//================================================== +ein_dun02,0,0,0,0 monster Mineral 1614,50,5000,0,0 +ein_dun02,0,0,0,0 monster Obsidian 1615,40,5000,0,0 +ein_dun02,0,0,0,0 monster Old Stove 1617,30,5000,0,0 +ein_dun02,0,0,0,0 monster Teddy Bear 1622,30,5000,0,0 +ein_dun02,0,0,0,0 boss_monster RSX-0806 1623,1,7500000,600000,0 diff --git a/npc/pre-re/mobs/dungeons/gef_dun.txt b/npc/pre-re/mobs/dungeons/gef_dun.txt new file mode 100644 index 000000000..babb96d55 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/gef_dun.txt @@ -0,0 +1,72 @@ +//===== rAthena Script ======================================= +//= Geffen Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.4 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.2 Official kRO 10.1 spawns [Playtester] +//= 1.3 More accurate spawns [Playtester] +//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// gef_dun00 - Geffen Dungeon +//================================================== +gef_dun00,0,0,0,0 monster Hunter Fly 1035,30,5000,0,0 +gef_dun00,0,0,0,0 monster Poison Spore 1077,25,5000,0,0 +gef_dun00,0,0,0,0 monster Poporing 1031,15,5000,0,0 +gef_dun00,91,106,0,0 monster Red Plant 1078,1,300000,150000,0 +gef_dun00,92,108,0,0 monster Yellow Plant 1081,1,300000,150000,0 +gef_dun00,114,106,0,0 monster Green Plant 1080,1,300000,150000,0 +gef_dun00,0,0,0,0 monster Red Plant 1078,1,300000,150000,0 +gef_dun00,0,0,0,0 monster Shining Plant 1083,1,3000000,1500000,0 +gef_dun00,0,0,0,0 monster Red Plant 1078,10,180000,90000,1 +gef_dun00,89,111,3,3 monster Black Mushroom 1084,3,180000,90000,1 +gef_dun00,121,109,3,3 monster Black Mushroom 1084,3,180000,90000,1 + +//================================================== +// gef_dun01 - Geffen Dungeon +//================================================== +gef_dun01,0,0,0,0 monster Ghoul 1036,40,5000,0,0 +gef_dun01,0,0,0,0 monster Jakk 1130,40,5000,0,0 +gef_dun01,0,0,0,0 monster Nightmare 1061,30,5000,0,0 +gef_dun01,0,0,0,0 monster Zombie 1015,25,5000,0,0 +gef_dun01,0,0,0,0 monster Drainliar 1111,20,5000,0,0 +gef_dun01,0,0,0,0 boss_monster Dracula 1389,1,3600000,600000,1 +gef_dun01,234,121,0,0 monster Blue Plant 1079,1,300000,100000,0 +gef_dun01,0,0,0,0 monster Black Mushroom 1084,5,180000,90000,1 +gef_dun01,188,104,10,10 monster White Plant 1082,3,180000,90000,1 +gef_dun01,263,115,10,10 monster White Plant 1082,3,180000,90000,1 +gef_dun01,48,67,10,10 monster White Plant 1082,2,180000,90000,1 +gef_dun01,150,237,10,10 monster White Plant 1082,2,180000,90000,1 + +//================================================== +// gef_dun02 - Geffenia +//================================================== +gef_dun02,0,0,0,0 monster Deviruchi 1109,45,5000,0,0 +gef_dun02,0,0,0,0 monster Marionette 1143,30,5000,0,0 +gef_dun02,0,0,0,0 monster Nightmare 1061,20,5000,0,0 +gef_dun02,0,0,0,0 monster Whisper 1179,20,5000,0,0 +gef_dun02,0,0,0,0 monster Ghoul 1036,10,5000,0,0 +gef_dun02,0,0,0,0 monster Hunter Fly 1035,10,5000,0,0 +gef_dun02,0,0,0,0 boss_monster Doppelganger 1046,1,7200000,600000,1 +gef_dun02,214,212,10,10 monster White Plant 1082,3,180000,90000,1 +gef_dun02,215,67,10,10 monster White Plant 1082,3,180000,90000,1 +gef_dun02,72,210,20,20 monster White Plant 1082,3,180000,90000,1 +gef_dun02,106,151,20,7 monster White Plant 1082,3,180000,90000,1 +gef_dun02,58,167,10,10 monster Shining Plant 1083,1,1800000,900000,1 +gef_dun02,185,83,3,3 monster Shining Plant 1083,1,1800000,900000,1 + +//================================================== +// gef_dun03 - Geffenia +//================================================== +gef_dun03,0,0,0,0 monster Wraith 1192,8,5000,0,0 +gef_dun03,0,0,0,0 monster Wind Ghost 1263,3,5000,0,0 +gef_dun03,0,0,0,0 monster Wraith Dead 1291,2,5000,0,0 +gef_dun03,0,0,0,0 monster Wraith Dead 1291,2,60000,30000,0 +gef_dun03,0,0,0,0 monster Hellion Revenant 1626,1,600000,300000,0 +gef_dun03,0,0,0,0 monster Shining Plant 1083,3,1800000,900000,1 +gef_dun03,0,0,0,0 monster White Plant 1082,10,180000,90000,1 diff --git a/npc/pre-re/mobs/dungeons/gefenia.txt b/npc/pre-re/mobs/dungeons/gefenia.txt new file mode 100644 index 000000000..890d0879b --- /dev/null +++ b/npc/pre-re/mobs/dungeons/gefenia.txt @@ -0,0 +1,71 @@ +//===== rAthena Script ======================================= +//= Geffenia Dungeon Monster Spawn Script +//===== By: ================================================== +//= Muad_Dib, rAthena dev team +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= Added 1st Version. [Muad_Dib] +//= Conversion to eA [MasterOfMuppets] +//= Updated spawns, information from emperium.org [MasterOfMuppets] +//= Kept the old spawns incase someone would want them. +//= Aegis ep 10.1 spawns [MasterOfMuppets] +//============================================================ + +//================================================== +// gefenia01 - Geffenia +//================================================== +gefenia01,0,0,0,0 monster False Angel 1371,60,5000,0,0 +gefenia01,0,0,0,0 monster Violy 1390,30,5000,0,0 +gefenia01,0,0,0,0 monster Mini Demon 1292,20,5000,0,0 +gefenia01,0,0,0,0 monster Abysmal Knight 1219,10,5000,0,0 +gefenia01,0,0,0,0 monster Incubus 1374,10,5000,0,0 +gefenia01,0,0,0,0 monster Succubus 1370,10,5000,0,0 +gefenia01,0,0,0,0 monster Bloody Knight 1268,1,3600000,3000000,0 +gefenia01,0,0,0,0 monster Mysteltainn 1203,1,10800000,7200000,0 +gefenia01,0,0,0,0 monster Executioner 1205,1,18000000,14400000,0 +gefenia01,0,0,0,0 monster Ogretooth 1204,1,18000000,14400000,0 + +//================================================== +// gefenia02 - Geffenia +//================================================== +gefenia02,0,0,0,0 monster Violy 1390,40,5000,0,0 +gefenia02,0,0,0,0 monster Mini Demon 1292,30,5000,0,0 +gefenia02,0,0,0,0 monster False Angel 1371,30,5000,0,0 +gefenia02,0,0,0,0 monster Succubus 1370,20,5000,0,0 +gefenia02,0,0,0,0 monster Abysmal Knight 1219,10,5000,0,0 +gefenia02,0,0,0,0 monster Incubus 1374,10,5000,0,0 +gefenia02,0,0,0,0 monster Bloody Knight 1268,1,3600000,3000000,0 +gefenia02,0,0,0,0 monster Ogretooth 1204,1,10800000,7200000,0 +gefenia02,0,0,0,0 monster Mysteltainn 1203,1,18000000,14400000,0 +gefenia02,0,0,0,0 monster Executioner 1205,1,18000000,14400000,0 + +//================================================== +// gefenia03 - Geffenia +//================================================== +gefenia03,0,0,0,0 monster False Angel 1371,40,5000,0,0 +gefenia03,0,0,0,0 monster Violy 1390,40,5000,0,0 +gefenia03,0,0,0,0 monster Mini Demon 1292,30,5000,0,0 +gefenia03,0,0,0,0 monster Incubus 1374,20,5000,0,0 +gefenia03,0,0,0,0 monster Abysmal Knight 1219,10,5000,0,0 +gefenia03,0,0,0,0 monster Succubus 1370,10,5000,0,0 +gefenia03,0,0,0,0 monster Bloody Knight 1268,1,3600000,3000000,0 +gefenia03,0,0,0,0 monster Executioner 1205,1,10800000,7200000,0 +gefenia03,0,0,0,0 monster Mysteltainn 1203,1,18000000,14400000,0 +gefenia03,0,0,0,0 monster Ogretooth 1204,1,18000000,14400000,0 + +//================================================== +// gefenia04 - Geffenia +//================================================== +gefenia04,0,0,0,0 monster False Angel 1371,30,5000,0,0 +gefenia04,0,0,0,0 monster Violy 1390,30,5000,0,0 +gefenia04,0,0,0,0 monster Mini Demon 1292,20,5000,0,0 +gefenia04,0,0,0,0 monster Abysmal Knight 1219,10,5000,0,0 +gefenia04,0,0,0,0 monster Incubus 1374,10,5000,0,0 +gefenia04,0,0,0,0 monster Succubus 1370,10,5000,0,0 +gefenia04,0,0,0,0 monster Bloody Knight 1268,1,3600000,3000000,0 +gefenia04,0,0,0,0 monster Mysteltainn 1203,1,18000000,14400000,0 +gefenia04,0,0,0,0 monster Executioner 1205,1,18000000,14400000,0 +gefenia04,0,0,0,0 monster Ogretooth 1204,1,18000000,14400000,0 diff --git a/npc/pre-re/mobs/dungeons/glastheim.txt b/npc/pre-re/mobs/dungeons/glastheim.txt new file mode 100644 index 000000000..cbe5a31b7 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/glastheim.txt @@ -0,0 +1,182 @@ +//===== rAthena Script ======================================= +//= Glast Heim Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.5 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.1 [Lupus] +//= 1.2 Updated to ep 8.5 aegis spawns [MasterOfMuppets] +//= 1.3 Official 10.1 kRO spawns [Playtester] +//= 1.4 More accurate spawns [Playtester] +//= 1.5 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// glast_01 - Glast Heim +//================================================== +glast_01,0,0,0,0 monster Gargoyle 1253,10,5000,0,0 +glast_01,0,0,0,0 monster Green Plant 1080,8,5000,0,0 +glast_01,0,0,0,0 monster Abysmal Knight 1219,2,5000,0,0 +glast_01,233,209,15,15 monster Shining Plant 1083,1,1800000,900000,1 +glast_01,233,209,15,15 monster Green Plant 1080,8,360000,180000,1 +glast_01,233,209,15,15 monster Blue Plant 1079,2,900000,450000,1 + +//================================================== +// gl_cas01 - Glast Heim 1f +//================================================== +gl_cas01,0,0,0,0 monster Carat 1267,50,5000,0,0 +gl_cas01,0,0,0,0 monster Dark Frame 1260,20,5000,0,0 +gl_cas01,0,0,0,0 monster Owl Duke 1320,20,5000,0,0 +gl_cas01,0,0,0,0 monster Rideword 1195,15,5000,0,0 +gl_cas01,0,0,0,0 monster Sage Worm 1281,10,5000,0,0 +gl_cas01,0,0,0,0 monster Whisper 1179,10,5000,0,0 +gl_cas01,0,0,0,0 monster Owl Baron 1295,6,5000,0,0 +gl_cas01,0,0,0,0 monster Alice 1275,1,5000,0,0 + +//================================================== +// gl_cas02 - Glast Heim 2f +//================================================== +gl_cas02,0,0,0,0 monster Wanderer 1208,41,5000,0,0 +gl_cas02,0,0,0,0 monster Raydric 1163,36,5000,0,0 +gl_cas02,0,0,0,0 monster Rideword 1195,29,5000,0,0 +gl_cas02,0,0,0,0 monster Raydric Archer 1276,20,5000,0,0 +gl_cas02,0,0,0,0 monster Evil Druid 1117,9,5000,0,0 +gl_cas02,0,0,0,0 monster Abysmal Knight 1219,7,5000,0,0 +gl_cas02,0,0,0,0 monster Khalitzburg 1132,6,5000,0,0 +gl_cas02,0,0,0,0 monster Chimera 1283,3,5000,0,0 +gl_cas02,0,0,0,0 monster Mimic 1191,2,5000,0,0 +gl_cas02,0,0,0,0 monster Alice 1275,1,5000,0,0 +gl_cas02,102,180,0,0 monster Whisper 1185,1,1800000,900000,1 +gl_cas02,104,145,5,5 monster Mysteltainn 1203,1,7200000,3600000,1 +gl_cas02,0,0,0,0 monster Ogretooth 1204,1,7200000,3600000,1 + +//================================================== +// gl_church - Glast Heim St. Abbey +//================================================== +gl_church,0,0,0,0 monster Evil Druid 1117,60,5000,0,0 +gl_church,0,0,0,0 monster Wraith 1192,55,5000,0,0 +gl_church,0,0,0,0 monster Mimic 1191,9,5000,0,0 +gl_church,0,0,0,0 monster Evil Druid 1117,1,5000,0,0 +gl_church,0,0,0,0 monster Wraith Dead 1291,1,3600000,1800000,0 + +//================================================== +// gl_chyard - Glast Heim Churchyard +//================================================== +gl_chyard,0,0,0,0 monster Dark Priest 1198,60,5000,0,0 +gl_chyard,0,0,0,0 monster Wraith 1192,35,5000,0,0 +gl_chyard,0,0,0,0 monster Evil Druid 1117,10,5000,0,0 +gl_chyard,0,0,0,0 monster Mimic 1191,3,5000,0,0 +gl_chyard,0,0,0,0 monster Hunter Fly 1035,3,5000,0,0 +gl_chyard,0,0,0,0 boss_monster Dark Lord 1272,1,3600000,600000,1 +gl_chyard,0,0,0,0 monster Dark Illusion 1302,1,3600000,1800000,0 + +//================================================== +// gl_dun01 - The Lowest Cave in Glast Heim +//================================================== +gl_dun01,0,0,0,0 monster Arclouze 1194,50,5000,0,0 +gl_dun01,0,0,0,0 monster Sting 1207,40,5000,0,0 + +//================================================== +// gl_dun02 - The Lowest Cave in Glast Heim +//================================================== +gl_dun02,0,0,0,0 monster Majoruros 1310,45,5000,0,0 +gl_dun02,0,0,0,0 monster Gargoyle 1253,15,5000,0,0 + +//================================================== +// gl_in01 - Inside Glast Heim +//================================================== +gl_in01,0,0,0,0 monster Marionette 1143,20,5000,0,0 +gl_in01,0,0,0,0 monster Sage Worm 1281,14,5000,0,0 +gl_in01,0,0,0,0 monster Dark Frame 1260,10,5000,0,0 +gl_in01,0,0,0,0 monster Rideword 1195,8,5000,0,0 +gl_in01,0,0,0,0 monster Wanderer 1208,1,5000,0,0 +gl_in01,0,0,0,0 monster Alice 1275,1,5000,0,0 + +//================================================== +// gl_knt01 - Inside Glast Heim Chivalry +//================================================== +gl_knt01,0,0,0,0 monster Raydric 1163,90,5000,0,0 +gl_knt01,0,0,0,0 monster Rideword 1195,21,5000,0,0 +gl_knt01,0,0,0,0 monster Raydric Archer 1276,10,5000,0,0 +gl_knt01,0,0,0,0 monster Abysmal Knight 1219,10,5000,0,0 +gl_knt01,0,0,0,0 monster Khalitzburg 1132,10,5000,0,0 +gl_knt01,0,0,0,0 monster Alice 1275,1,5000,0,0 +gl_knt01,21,278,0,0 monster Giant Whisper 1186,1,3600000,1800000,1 +gl_knt01,9,184,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 +gl_knt01,8,184,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 +gl_knt01,7,184,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 +gl_knt01,6,184,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 +gl_knt01,5,184,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 +gl_knt01,4,184,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 +gl_knt01,9,185,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 +gl_knt01,8,185,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 +gl_knt01,7,185,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 +gl_knt01,6,185,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 +gl_knt01,5,185,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 +gl_knt01,4,185,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 + +//================================================== +// gl_knt02 - Inside Glast Heim Chivalry +//================================================== +gl_knt02,0,0,0,0 monster Raydric 1163,80,5000,0,0 +gl_knt02,0,0,0,0 monster Khalitzburg 1132,40,5000,0,0 +gl_knt02,0,0,0,0 monster Raydric Archer 1276,30,5000,0,0 +gl_knt02,0,0,0,0 monster Abysmal Knight 1219,6,5000,0,0 +gl_knt02,0,0,0,0 monster Alice 1275,1,5000,0,0 +gl_knt02,0,0,0,0 monster Mysteltainn 1203,1,1800000,1200000,0 +gl_knt02,0,0,0,0 monster Bloody Knight 1268,1,3600000,1800000,1 + +//================================================== +// gl_prison - Glast Heim Underprison +//================================================== +gl_prison,0,0,0,0 monster Zombie Prisoner 1197,30,5000,0,0 +gl_prison,0,0,0,0 monster Injustice 1257,20,5000,0,0 +gl_prison,0,0,0,0 monster Rybio 1201,15,5000,0,0 +gl_prison,0,0,0,0 monster Hunter Fly 1035,10,5000,0,0 + +//================================================== +// gl_prison1 - Glast Heim Underprison +//================================================== +gl_prison1,0,0,0,0 monster Injustice 1257,40,5000,0,0 +gl_prison1,0,0,0,0 monster Skeleton Prisoner 1196,30,5000,0,0 +gl_prison1,0,0,0,0 monster Rybio 1201,10,5000,0,0 +gl_prison1,0,0,0,0 monster Phendark 1202,10,5000,0,0 +gl_prison1,0,0,0,0 monster Hunter Fly 1035,10,5000,0,0 +gl_prison1,0,0,0,0 monster Cramp 1209,5,5000,0,0 +gl_prison1,0,0,0,0 monster Zealotus 1200,1,3600000,1800000,1 + +//================================================== +// gl_sew01 - Glast Heim Culvert +//================================================== +gl_sew01,0,0,0,0 monster Whisper 1179,40,5000,0,0 +gl_sew01,0,0,0,0 monster Gargoyle 1253,30,5000,0,0 +gl_sew01,0,0,0,0 monster Arclouze 1194,10,5000,0,0 + +//================================================== +// gl_sew02 - Glast Heim Culvert +//================================================== +gl_sew02,0,0,0,0 monster Gargoyle 1253,55,5000,0,0 +gl_sew02,0,0,0,0 monster Cramp 1209,15,5000,0,0 + +//================================================== +// gl_sew03 - Glast Heim Culvert +//================================================== +gl_sew03,0,0,0,0 monster Sting 1207,70,5000,0,0 +gl_sew03,0,0,0,0 monster Gargoyle 1253,40,5000,0,0 + +//================================================== +// gl_sew04 - Glast Heim Culvert +//================================================== +gl_sew04,0,0,0,0 monster Anolian 1206,100,5000,0,0 +gl_sew04,0,0,0,0 monster Gargoyle 1253,20,5000,0,0 +gl_sew04,0,0,0,0 monster Drainliar 1111,10,5000,0,0 + +//================================================== +// gl_step - Glast Heim Staircase Dungeon +//================================================== +gl_step,0,0,0,0 monster Wind Ghost 1263,100,5000,0,0 +gl_step,0,0,0,0 monster Raydric Archer 1276,10,5000,0,0 +gl_step,0,0,0,0 monster Mimic 1191,5,5000,0,0 diff --git a/npc/pre-re/mobs/dungeons/gld_dun.txt b/npc/pre-re/mobs/dungeons/gld_dun.txt new file mode 100644 index 000000000..cb06564e2 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/gld_dun.txt @@ -0,0 +1,52 @@ +//===== rAthena Script ======================================= +//= Guild Dungeons Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.2 Official kRO 10.1 spawns [Playtester] +//= 1.3 Corrected MVP spawn variance. [Gepard] +//============================================================ + +//================================================== +// gld_dun01 - Guild Dungeon +//================================================== +gld_dun01,0,0,0,0 monster Am Mut 1301,20,5000,0,0 +gld_dun01,0,0,0,0 monster Skeleton General 1290,10,5000,0,0 +gld_dun01,0,0,0,0 monster Gajomart 1309,10,5000,0,0 +gld_dun01,0,0,0,0 monster Cat o' Nine Tails 1307,3,1200000,0,0 +gld_dun01,0,0,0,0 monster Vagabond Wolf 1092,1,14400000,7200000,1 +gld_dun01,0,0,0,0 boss_monster Eddga 1115,1,28800000,600000,1 + +//================================================== +// gld_dun02 - Guild Dungeon +//================================================== +gld_dun02,0,0,0,0 monster Giant Hornet 1303,10,120000,60000,0 +gld_dun02,0,0,0,0 monster Giant Spider 1304,10,240000,120000,0 +gld_dun02,0,0,0,0 monster Ancient Worm 1305,7,120000,60000,0 +gld_dun02,0,0,0,0 monster Killer Mantis 1294,5,120000,60000,0 +gld_dun02,0,0,0,0 monster Owl Baron 1295,1,5000,0,0 +gld_dun02,0,0,0,0 boss_monster Doppelganger 1046,1,28800000,600000,1 + +//================================================== +// gld_dun03 - Guild Dungeon +//================================================== +gld_dun03,0,0,0,0 monster Caterpillar 1300,20,5000,0,0 +gld_dun03,0,0,0,0 monster Creamy Fear 1293,20,5000,0,0 +gld_dun03,0,0,0,0 monster Leib Olmai 1306,20,5000,0,0 +gld_dun03,0,0,0,0 monster Gullinbursti 1311,10,5000,0,0 +gld_dun03,0,0,0,0 monster Maya Purple 1289,3,1200000,600000,0 +gld_dun03,0,0,0,0 boss_monster Maya 1147,1,28800000,600000,1 + +//================================================== +// gld_dun04 - Guild Dungeon +//================================================== +gld_dun04,0,0,0,0 monster Zombie Master 1298,29,5000,0,0 +gld_dun04,0,0,0,0 monster Wraith Dead 1291,27,5000,0,0 +gld_dun04,0,0,0,0 monster Mini Demon 1292,3,5000,0,0 +gld_dun04,0,0,0,0 monster Dark Illusion 1302,1,1200000,0,0 +gld_dun04,0,0,0,0 monster Ghostring 1120,1,14400000,7200000,1 +gld_dun04,0,0,0,0 boss_monster Dark Lord 1272,1,28800000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/gld_dunSE.txt b/npc/pre-re/mobs/dungeons/gld_dunSE.txt new file mode 100644 index 000000000..488875380 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/gld_dunSE.txt @@ -0,0 +1,29 @@ +//===== rAthena Script ======================================= +//= Guild Dungeons Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 First version +//= 1.1 Updated spawns to official. [L0ne_W0lf] +//============================================================ + +//================================================== +// schg_dun01 - Subterranean Guild Dungeon +//================================================== +schg_dun01,0,0,0,0 monster Hell Apocalypse 1978,20,0,0,0 +schg_dun01,0,0,0,0 monster Zakudam 1979,20,0,0,0 +schg_dun01,0,0,0,0 monster Heavy Metaling 1977,15,5000,0,0 +schg_dun01,0,0,0,0 monster Cobalt Mineral 1976,15,5000,0,0 + +//================================================== +// arug_dun01 - Subterranean Guild Dungeon +//================================================== +arug_dun01,0,0,0,0 monster Banshee Master 1974,22,0,0,0 +arug_dun01,0,0,0,0 monster Beholder master 1975,22,5000,0,0 +arug_dun01,0,0,0,0 monster Aunoe 1796,22,5000,0,0 +arug_dun01,0,0,0,0 monster Necromancer 1870,18,0,0,0 +arug_dun01,0,0,0,0 monster Fanat 1797,5,5000,0,0 diff --git a/npc/pre-re/mobs/dungeons/gon_dun.txt b/npc/pre-re/mobs/dungeons/gon_dun.txt new file mode 100644 index 000000000..98958a4dc --- /dev/null +++ b/npc/pre-re/mobs/dungeons/gon_dun.txt @@ -0,0 +1,40 @@ +//===== rAthena Script ======================================= +//= Gonryun 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 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// gon_dun01 - Shrine of Kunlun Queen +//================================================== +gon_dun01,0,0,0,0 monster Bloody Butterfly 1408,55,5000,0,0 +gon_dun01,0,0,0,0 monster Enchanted Peach Tree 1410,35,5000,0,0 +gon_dun01,0,0,0,0 monster Zipper Bear 1417,30,5000,0,0 +gon_dun01,0,0,0,0 monster Yellow Plant 1081,10,5000,0,0 +gon_dun01,0,0,0,0 monster White Plant 1082,10,5000,0,0 +gon_dun01,0,0,0,0 monster Red Plant 1078,5,5000,0,0 + +//================================================== +// gon_dun02 - Hermit's Checkers +//================================================== +gon_dun02,0,0,0,0 monster Enchanted Peach Tree 1410,21,5000,0,0 +gon_dun02,0,0,0,0 monster Taoist Hermit 1412,20,5000,0,0 +gon_dun02,0,0,0,0 monster Bloody Butterfly 1408,20,5000,0,0 +gon_dun02,0,0,0,0 monster Baby Leopard 1415,6,5000,0,0 +gon_dun02,0,0,0,0 monster Yellow Plant 1081,10,5000,0,0 + +//================================================== +// gon_dun03 - Arcadia +//================================================== +gon_dun03,0,0,0,0 monster Evil Nymph 1416,50,5000,0,0 +gon_dun03,0,0,0,0 monster Taoist Hermit 1412,30,5000,0,0 +gon_dun03,0,0,0,0 monster Hermit Plant 1413,20,5000,0,0 +gon_dun03,0,0,0,0 boss_monster Evil Snake Lord 1418,1,5650000,600000,0 +gon_dun03,0,0,0,0 monster White Plant 1082,10,5000,0,0 diff --git a/npc/pre-re/mobs/dungeons/ice_dun.txt b/npc/pre-re/mobs/dungeons/ice_dun.txt new file mode 100644 index 000000000..418006267 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/ice_dun.txt @@ -0,0 +1,38 @@ +//===== rAthena Script ======================================= +//= Ice Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 First version from jAthena [Playtester] +//= 1.1 More accurate spawns [Playtester] +//= 1.2 Removed Ktullanux spawn, quest implemented [L0ne_W0lf] +//============================================================ + +//================================================== +// ice_dun01 - Ice Cave +//================================================== +ice_dun01,0,0,0,0 monster Siroma 1776,75,5000,0,0 +ice_dun01,0,0,0,0 monster Roween 1782,5,5000,0,0 +ice_dun01,0,0,0,0 monster Muscipular 1780,5,5000,0,0 +ice_dun01,0,0,0,0 monster Gazeti 1778,2,5000,0,0 + +//================================================== +// ice_dun02 - Ice Cave +//================================================== +ice_dun02,0,0,0,0 monster Snowier 1775,70,5000,0,0 +ice_dun02,0,0,0,0 monster Siroma 1776,30,5000,0,0 +ice_dun02,0,0,0,0 monster Iceicle 1789,19,5000,0,0 +ice_dun02,0,0,0,0 monster Gazeti 1778,15,5000,0,0 +ice_dun02,0,0,0,0 monster Ice Titan 1777,7,5000,0,0 + +//================================================== +// ice_dun03 - Ice Cave +//================================================== +ice_dun03,0,0,0,0 monster Ice Titan 1777,70,5000,0,0 +ice_dun03,0,0,0,0 monster Gazeti 1778,42,5000,0,0 +ice_dun03,0,0,0,0 monster Iceicle 1789,32,5000,0,0 +ice_dun03,0,0,0,0 monster Snowier 1775,15,5000,0,0 diff --git a/npc/pre-re/mobs/dungeons/in_sphinx.txt b/npc/pre-re/mobs/dungeons/in_sphinx.txt new file mode 100644 index 000000000..7263f38d9 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/in_sphinx.txt @@ -0,0 +1,56 @@ +//===== rAthena Script ======================================= +//= Morocc Sphinx Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.4 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.1 Official kRO 10.1 spawns [Playtester] +//= 1.2 Replaced Marduk with Anubis on F4 and F5 [Playtester] +//= 1.3 More accurate spawns [Playtester] +//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// in_sphinx1 - Sphinx +//================================================== +in_sphinx1,0,0,0,0 monster Drainliar 1111,40,5000,0,0 +in_sphinx1,0,0,0,0 monster Requiem 1164,20,5000,0,0 +in_sphinx1,0,0,0,0 monster Zerom 1178,20,5000,0,0 +in_sphinx1,0,0,0,0 monster Matyr 1146,10,5000,0,0 + +//================================================== +// in_sphinx2 - Sphinx +//================================================== +in_sphinx2,0,0,0,0 monster Requiem 1164,50,5000,0,0 +in_sphinx2,0,0,0,0 monster Zerom 1178,50,5000,0,0 +in_sphinx2,0,0,0,0 monster Matyr 1146,20,5000,0,0 +in_sphinx2,0,0,0,0 monster Drainliar 1111,15,5000,0,0 + +//================================================== +// in_sphinx3 - Sphinx +//================================================== +in_sphinx3,0,0,0,0 monster Marduk 1140,65,5000,0,0 +in_sphinx3,0,0,0,0 monster Matyr 1146,15,5000,0,0 +in_sphinx3,0,0,0,0 monster Mimic 1191,5,5000,0,0 +in_sphinx3,0,0,0,0 monster Pasana 1154,5,5000,0,0 + +//================================================== +// in_sphinx4 - Sphinx +//================================================== +in_sphinx4,0,0,0,0 monster Minorous 1149,50,5000,0,0 +in_sphinx4,0,0,0,0 monster Pasana 1154,20,5000,0,0 +in_sphinx4,0,0,0,0 monster Anubis 1098,15,5000,0,0 +in_sphinx4,0,0,0,0 monster Mimic 1191,4,5000,0,0 + +//================================================== +// in_sphinx5 - Sphinx +//================================================== +in_sphinx5,0,0,0,0 monster Pasana 1154,70,5000,0,0 +in_sphinx5,0,0,0,0 monster Side Winder 1037,20,5000,0,0 +in_sphinx5,0,0,0,0 monster Matyr 1146,10,5000,0,0 +in_sphinx5,0,0,0,0 monster Anubis 1098,10,5000,0,0 +in_sphinx5,0,0,0,0 monster Mimic 1191,7,5000,0,0 +in_sphinx5,0,0,0,0 boss_monster Pharaoh 1157,1,3600000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/iz_dun.txt b/npc/pre-re/mobs/dungeons/iz_dun.txt new file mode 100644 index 000000000..b56f8eed3 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/iz_dun.txt @@ -0,0 +1,111 @@ +//===== rAthena Script ======================================= +//= Byalan Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3a +//===== Compatible With: ===================================== +//= Any Athena Version +//===== 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.3a Moved Izlude Dungeon F6 spawns to separate file. [Kenpachi] +//============================================================ + +//================================================== +// iz_dun00 - Undersea Tunnel +//================================================== +iz_dun00,0,0,0,0 monster Plankton 1161,65,5000,0,0 +iz_dun00,0,0,0,0 monster Marina 1141,45,5000,0,0 +iz_dun00,0,0,0,0 monster Vadon 1066,15,5000,0,0 +iz_dun00,0,0,0,0 monster Kukre 1070,15,5000,0,0 +iz_dun00,0,0,0,0 monster Hydra 1068,15,5000,0,0 +iz_dun00,0,0,0,0 monster Black Mushroom 1084,5,180000,90000,1 + +//================================================== +// iz_dun01 - Undersea Tunnel +//================================================== +iz_dun01,0,0,0,0 monster Vadon 1066,60,5000,0,0 +iz_dun01,0,0,0,0 monster Kukre 1070,50,5000,0,0 +iz_dun01,0,0,0,0 monster Hydra 1068,30,5000,0,0 +iz_dun01,0,0,0,0 monster Marina 1141,15,5000,0,0 +iz_dun01,0,0,0,0 monster Cornutus 1067,15,5000,0,0 +iz_dun01,0,0,0,0 monster Plankton 1161,10,5000,0,0 +iz_dun01,0,0,0,0 monster Black Mushroom 1084,10,180000,90000,1 + +//================================================== +// iz_dun02 - Undersea Tunnel +//================================================== +iz_dun02,0,0,0,0 monster Cornutus 1067,60,5000,0,0 +iz_dun02,0,0,0,0 monster Marse 1144,40,5000,0,0 +iz_dun02,0,0,0,0 monster Obeaune 1044,40,5000,0,0 +iz_dun02,0,0,0,0 monster Hydra 1068,40,5000,0,0 +iz_dun02,0,0,0,0 monster Merman 1264,1,5000,0,0 +iz_dun02,0,0,0,0 monster Black Mushroom 1084,15,180000,90000,1 + +//================================================== +// iz_dun03 - Undersea Tunnel +//================================================== +iz_dun03,0,0,0,0 monster Phen 1158,45,5000,0,0 +iz_dun03,0,0,0,0 monster Marc 1045,40,5000,0,0 +iz_dun03,0,0,0,0 monster Swordfish 1069,40,5000,0,0 +iz_dun03,0,0,0,0 monster Marine Sphere 1142,20,5000,0,0 +iz_dun03,0,0,0,0 monster Merman 1264,3,5000,0,0 +iz_dun03,200,144,0,0 monster Hydra 1068,1,282000,150000,0 +iz_dun03,178,253,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,193,143,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,196,143,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,199,143,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,202,143,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,205,143,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,208,143,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,211,143,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,108,249,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,180,251,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,176,260,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,80,163,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun03,204,57,0,0 monster Hydra 1068,1,302000,150000,0 +iz_dun03,204,60,0,0 monster Hydra 1068,1,304000,150000,0 +iz_dun03,203,47,0,0 monster Hydra 1068,1,305000,150000,0 +iz_dun03,206,144,0,0 monster Hydra 1068,1,305000,150000,0 +iz_dun03,209,144,0,0 monster Hydra 1068,1,308000,150000,0 +iz_dun03,204,51,0,0 monster Hydra 1068,1,309000,150000,0 +iz_dun03,203,144,0,0 monster Hydra 1068,1,310000,150000,0 +iz_dun03,204,54,0,0 monster Hydra 1068,1,310000,150000,0 +iz_dun03,203,59,0,0 monster Hydra 1068,1,312000,150000,0 +iz_dun03,204,48,0,0 monster Hydra 1068,1,313000,150000,0 +iz_dun03,194,144,0,0 monster Hydra 1068,1,316000,150000,0 +iz_dun03,203,53,0,0 monster Hydra 1068,1,317000,150000,0 +iz_dun03,191,144,0,0 monster Hydra 1068,1,321000,150000,0 +iz_dun03,212,144,0,0 monster Hydra 1068,1,321000,150000,0 +iz_dun03,203,50,0,0 monster Hydra 1068,1,323000,150000,0 +iz_dun03,203,56,0,0 monster Hydra 1068,1,323000,150000,0 +iz_dun03,197,144,0,0 monster Hydra 1068,1,2960000,150000,0 + +//================================================== +// iz_dun04 - Undersea Tunnel +//================================================== +iz_dun04,0,0,0,0 monster Merman 1264,52,5000,0,0 +iz_dun04,0,0,0,0 monster Strouf 1065,50,5000,0,0 +iz_dun04,0,0,0,0 monster Marine Sphere 1142,10,5000,0,0 +iz_dun04,0,0,0,0 monster Swordfish 1069,10,5000,0,0 +iz_dun04,0,0,0,0 monster Deviace 1108,3,5000,0,0 +iz_dun04,80,246,0,0 monster Hydra 1068,1,294000,150000,0 +iz_dun04,79,246,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun04,111,41,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun04,111,35,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun04,124,233,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun04,38,115,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun04,38,129,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun04,61,135,0,0 monster Hydra 1068,1,300000,150000,0 +iz_dun04,79,234,0,0 monster Hydra 1068,1,302000,150000,0 +iz_dun04,111,38,0,0 monster Hydra 1068,1,303000,150000,0 +iz_dun04,134,233,0,0 monster Hydra 1068,1,305000,150000,0 +iz_dun04,58,135,0,0 monster Hydra 1068,1,305000,150000,0 +iz_dun04,42,116,0,0 monster Hydra 1068,1,306000,150000,0 +iz_dun04,33,129,0,0 monster Hydra 1068,1,308000,150000,0 +iz_dun04,42,129,0,0 monster Hydra 1068,1,312000,150000,0 +iz_dun04,80,233,0,0 monster Hydra 1068,1,318000,150000,0 +iz_dun04,69,243,0,0 monster Hydra 1068,1,321000,150000,0 +iz_dun04,33,115,0,0 monster Hydra 1068,1,321000,150000,0 diff --git a/npc/pre-re/mobs/dungeons/iz_dun_re.txt b/npc/pre-re/mobs/dungeons/iz_dun_re.txt new file mode 100644 index 000000000..43ade6c10 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/iz_dun_re.txt @@ -0,0 +1,21 @@ +//===== rAthena Script ======================================= +//= Byalan Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3a +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.3 Added Izlude Dungeon F6 spawns [Chilly] +//= 1.3a Moved Izlude Dungeon F6 spawns to separate file. [Kenpachi] +//============================================================ + +//================================================== +// iz_dun05 - Undersea Tunnel F6 +//================================================== +iz_dun05,0,0,0,0 monster King Dramoh 2198,20,0,0,0 +iz_dun05,0,0,0,0 monster Sropho 2201,50,0,0,0 +iz_dun05,0,0,0,0 monster Pot Dofle 2203,30,0,0,0 +iz_dun05,0,0,0,0 monster Sedora 2204,50,0,0,0 +iz_dun05,0,0,0,0 boss_monster Kraken 2202,1,7200000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/juperos.txt b/npc/pre-re/mobs/dungeons/juperos.txt new file mode 100644 index 000000000..d3db3aefe --- /dev/null +++ b/npc/pre-re/mobs/dungeons/juperos.txt @@ -0,0 +1,52 @@ +//===== rAthena Script ======================================= +//= Juperos Dungeon Monster Spawn Script +//===== By: ================================================== +// The Prometheus Project, rAthena dev team +//===== Current Version: ===================================== +//= 1.4 +//===== Compatible With: ===================================== +//= Any Athena/Freya Version +//===== Additional Comments: ================================= +//= 0.1 Added 1st version. [Muad_Dib] +//= 0.2 Updated the spawns according to current info [MasterOfMuppets] +//= 0.3 Updated the spawns according to own info from iRO [MasterOfMuppets] +//= 1.0 More exact numbers thanks to Tharis [Playtester] +//= 1.1 Official X.3 spawns [Playtester] +//= 1.2 Some 11.1 spawn changes [Playtester] +//= 1.3 More accurate spawns [Playtester] +//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// juperos_01 - Ruins of Juperos +//================================================== +juperos_01,0,0,0,0 monster Venatu 1676,70,5000,0,0 +juperos_01,0,0,0,0 monster Venatu 1677,70,5000,0,0 +juperos_01,0,0,0,0 monster Venatu 1678,70,5000,0,0 +juperos_01,0,0,0,0 monster Venatu 1679,50,5000,0,0 +juperos_01,0,0,0,0 monster Dimik 1670,10,5000,0,0 +juperos_01,0,0,0,0 monster Dimik 1671,5,5000,0,0 +juperos_01,0,0,0,0 monster Dimik 1672,5,5000,0,0 +juperos_01,0,0,0,0 monster Dimik 1673,5,5000,0,0 + +//================================================== +// juperos_02 - Ruins of Juperos +//================================================== +juperos_02,0,0,0,0 monster Apocalypse 1365,70,5000,0,0 +juperos_02,0,0,0,0 monster Venatu 1676,65,5000,0,0 +juperos_02,0,0,0,0 monster Venatu 1677,65,5000,0,0 +juperos_02,0,0,0,0 monster Venatu 1678,65,5000,0,0 +juperos_02,0,0,0,0 monster Venatu 1679,50,5000,0,0 + +//================================================== +// jupe_core - Center of Juperos +//================================================== +jupe_core,0,0,0,0 monster Dimik 1670,40,5000,0,0 +jupe_core,0,0,0,0 monster Dimik 1671,40,5000,0,0 +jupe_core,0,0,0,0 monster Dimik 1672,40,5000,0,0 +jupe_core,0,0,0,0 monster Dimik 1673,40,5000,0,0 +jupe_core,0,0,0,0 monster Archdam 1668,40,5000,0,0 +jupe_core,0,0,0,0 monster Venatu 1676,25,5000,0,0 +jupe_core,0,0,0,0 monster Venatu 1677,25,5000,0,0 +jupe_core,0,0,0,0 monster Venatu 1678,25,5000,0,0 +jupe_core,0,0,0,0 boss_monster Vesper 1685,1,7200000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/kh_dun.txt b/npc/pre-re/mobs/dungeons/kh_dun.txt new file mode 100644 index 000000000..9965585dd --- /dev/null +++ b/npc/pre-re/mobs/dungeons/kh_dun.txt @@ -0,0 +1,59 @@ +//===== rAthena Script ======================================= +//= Kiel Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 First version [MasterOfMuppets] +//= 1.1 Added official mob types [Playtester] +//= 1.2 Updated amounts [Playtester] +//= 1.3 More accurate spawns [Playtester] +//============================================================ + +//================================================== +// kh_dun01 - Robot Factory level 1 +//================================================== +kh_dun01,0,0,0,0 monster Aliza 1737,45,5000,0,0 +kh_dun01,0,0,0,0 monster Alice 1275,25,5000,0,0 +kh_dun01,0,0,0,0 monster Constant 1738,8,5000,0,0 +kh_dun01,0,0,0,0 monster Constant 1745,5,5000,0,0 +kh_dun01,0,0,0,0 monster Alicel 1735,3,5000,0,0 +kh_dun01,0,0,0,0 monster Aliot 1736,3,5000,0,0 + +//================================================== +// kh_dun02 - Robot Factory level 2 +//================================================== +kh_dun02,0,0,0,0 monster Alicel 1735,30,5000,0,0 +kh_dun02,0,0,0,0 monster Aliot 1736,25,5000,0,0 +kh_dun02,0,0,0,0 monster Constant 1738,15,5000,0,0 +kh_dun02,0,0,0,0 monster Aliza 1737,10,5000,0,0 +kh_dun02,0,0,0,0 monster Constant 1745,5,5000,0,0 +kh_dun02,0,0,0,0 boss_monster Kiel D-01 1734,1,7200000,600000,0 + +//================================================== +// kh_kiehl01 - Kiehl's Room +//================================================== +kh_kiehl01,0,0,0,0 monster Constant 1745,10,5000,0,0 +kh_kiehl01,67,171,5,5 monster Aliot 1740,1,180000,120000,0 +kh_kiehl01,67,171,5,5 monster Aliot 1736,1,180000,120000,0 +kh_kiehl01,85,154,3,3 monster Alicel 1739,1,180000,120000,0 +kh_kiehl01,85,154,3,3 monster Aliot 1740,1,180000,120000,0 +kh_kiehl01,106,154,3,3 monster Aliza 1746,1,180000,120000,0 +kh_kiehl01,122,155,3,3 monster Aliot 1740,1,180000,120000,0 +kh_kiehl01,122,155,3,3 monster Aliot 1736,1,180000,120000,0 +kh_kiehl01,122,155,3,3 monster Alicel 1739,1,180000,120000,0 +kh_kiehl01,32,124,3,3 monster Aliot 1740,1,180000,120000,0 +kh_kiehl01,37,110,3,3 monster Alicel 1735,1,180000,120000,0 +kh_kiehl01,37,110,3,3 monster Alicel 1739,1,180000,120000,0 +kh_kiehl01,80,22,3,3 monster Aliot 1740,1,180000,120000,0 +kh_kiehl01,105,40,3,3 monster Aliza 1746,1,180000,120000,0 +kh_kiehl01,105,40,3,3 monster Aliza 1737,1,180000,120000,0 +kh_kiehl01,135,24,3,3 monster Alicel 1739,1,180000,120000,0 +kh_kiehl01,173,90,3,3 monster Aliot 1740,1,180000,120000,0 +kh_kiehl01,156,101,3,3 monster Aliza 1746,1,180000,120000,0 +kh_kiehl01,128,102,3,3 monster Alicel 1739,1,180000,120000,0 +kh_kiehl01,128,102,3,3 monster Aliot 1740,1,180000,120000,0 +kh_kiehl01,122,155,3,3 monster Aliza 1746,1,180000,120000,0 diff --git a/npc/pre-re/mobs/dungeons/lhz_dun.txt b/npc/pre-re/mobs/dungeons/lhz_dun.txt new file mode 100644 index 000000000..cc0a53f16 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/lhz_dun.txt @@ -0,0 +1,107 @@ +//===== rAthena Script ======================================= +//= Lighthalzen Dungeon(Biolabs) Monster Spawn Script +//===== By: ================================================== +// The Prometheus Project, rAthena dev team +//===== Current Version: ===================================== +//= 1.9a +//===== Compatible With: ===================================== +//= Any Athena +//===== 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.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. +//= - Expandeded timer to allow for varying spawn times. +//= 1.7a Added dummy event to keep from causnig warnings. [L0ne_W0lf] +//= 1.8 Corrected MVP spawn variance (Labs2 MVP). [L0ne_W0lf] +//= 1.9 Added Bio4 spawns. [Chilly] +//= 1.9a Moved Bio4 spawns to separate file. [Kenpachi] +//============================================================ + +//================================================== +// lhz_dun01 - Somatology Laboratory +//================================================== +lhz_dun01,0,0,0,0 monster Remover 1682,100,5000,0,0 +lhz_dun01,0,0,0,0 monster Anopheles 1627,70,5000,0,0 +lhz_dun01,0,0,0,0 monster Metaling 1613,50,5000,0,0 +lhz_dun01,0,0,0,0 monster Kavach Icarus 1656,13,5000,0,0 +lhz_dun01,0,0,0,0 monster Errende Ebecee 1655,13,5000,0,0 +lhz_dun01,0,0,0,0 monster Laurell Weinder 1657,11,5000,0,0 +lhz_dun01,0,0,0,0 monster Wickebine Tres 1653,11,5000,0,0 +lhz_dun01,0,0,0,0 monster Armeyer Dinze 1654,8,5000,0,0 +lhz_dun01,0,0,0,0 monster Egnigem Cenia 1652,8,5000,0,0 +lhz_dun01,0,0,0,0 monster Gemini-S58 1681,1,5000,0,0 + +//================================================== +// lhz_dun02 - Somatology Laboratory +//================================================== +lhz_dun02,0,0,0,0 monster Laurell Weinder 1657,50,5000,0,0 +lhz_dun02,0,0,0,0 monster Wickebine Tres 1653,50,5000,0,0 +lhz_dun02,0,0,0,0 monster Kavach Icarus 1656,50,5000,0,0 +lhz_dun02,0,0,0,0 monster Errende Ebecee 1655,50,5000,0,0 +lhz_dun02,0,0,0,0 monster Egnigem Cenia 1652,50,5000,0,0 +lhz_dun02,0,0,0,0 monster Armeyer Dinze 1654,50,5000,0,0 +lhz_dun02,0,0,0,0 monster Remover 1682,20,5000,0,0 +lhz_dun02,0,0,0,0 monster Gemini-S58 1681,10,5000,0,0 +lhz_dun02,0,0,0,0 monster Eremes Guile 1635,1,5000,0,0 +lhz_dun02,0,0,0,0 boss_monster Egnigem Cenia 1658,1,7200000,600000,1 + +//================================================== +// lhz_dun03 - Somatology Laboratory +//================================================== +lhz_dun03,0,0,0,0 monster Cecil Damon 1638,81,5000,0,0 +lhz_dun03,0,0,0,0 monster Kathryne Keyron 1639,57,5000,0,0 +lhz_dun03,0,0,0,0 monster Margaretha Sorin 1637,42,5000,0,0 +lhz_dun03,0,0,0,0 monster Howard Alt-Eisen 1636,42,5000,0,0 +lhz_dun03,0,0,0,0 monster Eremes Guile 1635,42,5000,0,0 +lhz_dun03,0,0,0,0 monster Seyren Windsor 1634,42,5000,0,0 +lhz_dun03,139,158,20,11 monster Assassin Cross Eremes 1641,1,2580000,2340000,1 +lhz_dun03,138,138,36,34 monster High Wizard Kathryne 1645,1,2580000,2460000,1 +lhz_dun03,114,138,12,16 monster Lord Knight Seyren 1640,1,2700000,2400000,1 +lhz_dun03,139,117,20,11 monster Sniper Cecil 1644,1,2700000,2500000,1 +lhz_dun03,163,138,12,16 monster Whitesmith Howard 1642,1,3000000,2700000,1 +lhz_dun03,138,138,36,34 monster High Priest Margaretha 1643,1,3300000,3000000,1 + +lhz_dun03,0,0,0 script mvp_lhz_dun03 -1,{ +OnTimer6000000: // delay1 = 6000000 ms (100 min) + stopnpctimer; + sleep rand(0,30)*60000; // 0 to 30 minutes +OnInit: + // Select Coordinates to summon a random MVP on + switch(rand(1,6)) { + case 1: set .@x,140; set .@y,232; break; + case 2: set .@x,75; set .@y,138; break; + case 3: set .@x,140; set .@y,87; break; + case 4: set .@x,205; set .@y,140; break; + case 5: set .@x,123; set .@y,137; break; + case 6: set .@x,175; set .@y,137; break; + } + set .@mob,rand(1646,1651); + monster "lhz_dun03",.@x,.@y,strmobinfo(1,.@mob),.@mob,1,strnpcinfo(3)+"::OnMyMVPDead"; + + // Select Coordinates to summon a random 99 on + switch(rand(1,6)) { + case 1: set .@x2,183; set .@y2,97; break; + case 2: set .@x2,97; set .@y2,96; break; + case 3: set .@x2,47; set .@y2,139; break; + case 4: set .@x2,231; set .@y2,140; break; + case 5: set .@x2,139; set .@y2,211; break; + case 6: set .@x2,139; set .@y2,259; break; + } + set .@mob2,rand(1640,1645); + monster "lhz_dun03",.@x2,.@y2,strmobinfo(1,.@mob2),.@mob2,1,strnpcinfo(3)+"::OnMy99Dead"; + end; + +OnMyMVPDead: + killmonster "lhz_dun03",strnpcinfo(3)+"::OnMy99Dead"; + initnpctimer; +OnMy99Dead: + end; +} diff --git a/npc/pre-re/mobs/dungeons/lhz_dun_re.txt b/npc/pre-re/mobs/dungeons/lhz_dun_re.txt new file mode 100644 index 000000000..3a6deb5d0 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/lhz_dun_re.txt @@ -0,0 +1,69 @@ +//===== rAthena Script ======================================= +//= Lighthalzen Dungeon(Biolabs) Monster Spawn Script +//===== By: ================================================== +// The Prometheus Project, rAthena dev team +//===== Current Version: ===================================== +//= 1.9a +//===== Compatible With: ===================================== +//= Any Athena +//===== Additional Comments: ================================= +//= 1.9 Added Bio4 spawns. [Chilly] +//= 1.9a Moved Bio4 spawns to separate file. [Kenpachi] +//============================================================ + +//======================================================================================== +// lhz_dun04 - Bio-life Labs 4F +//======================================================================================== +lhz_dun04,0,0,0,0 monster Randel 2221,50,5000,0,0 +lhz_dun04,0,0,0,0 monster Flamel 2222,50,5000,0,0 +lhz_dun04,0,0,0,0 monster Celia 2223,50,5000,0,0 +lhz_dun04,0,0,0,0 monster Chen 2224,50,5000,0,0 +lhz_dun04,0,0,0,0 monster Gertie 2225,50,5000,0,0 +lhz_dun04,0,0,0,0 monster Alphoccio 2226,50,5000,0,0 +lhz_dun04,0,0,0,0 monster Trentini 2227,50,5000,0,0 +lhz_dun04,0,0,0,0 monster Paladin Randel 2228,1,2700000,2400000,1 +lhz_dun04,0,0,0,0 monster Creator Flamel 2229,1,3000000,2700000,1 +lhz_dun04,0,0,0,0 monster Professor Celia 2230,1,2580000,2340000,1 +lhz_dun04,0,0,0,0 monster Champion Chen 2231,1,2700000,2500000,1 +lhz_dun04,0,0,0,0 monster Stalker Gertie 2232,1,3300000,3000000,1 +lhz_dun04,0,0,0,0 monster Clown Alphoccio 2233,1,2580000,2460000,1 +lhz_dun04,0,0,0,0 monster Gypsy Trentini 2234,1,2580000,2460000,1 + +lhz_dun04,0,0,0 script mvp_lhz_dun04 -1,{ +OnTimer6000000: // delay1 = 6000000 ms (100 min) + stopnpctimer; + sleep rand(0,30)*60000; // 0 to 30 minutes +OnInit: + // Select Coordinates to summon a random MVP on + switch(rand(1,7)) { + case 1: set .@x,77; set .@y,251; break; + case 2: set .@x,147; set .@y,224; break; + case 3: set .@x,219; set .@y,219; break; + case 4: set .@x,244; set .@y,120; break; + case 5: set .@x,149; set .@y,41; break; + case 6: set .@x,53; set .@y,109; break; + case 7: set .@x,149; set .@y,151; break; + } + set .@mob,rand(2235,2241); + monster "lhz_dun04",.@x,.@y,strmobinfo(1,.@mob),.@mob,1,strnpcinfo(3)+"::OnMyMVPDead"; + + // Select Coordinates to summon a random 99 on + switch(rand(1,7)) { + case 1: set .@x2,77; set .@y2,251; break; + case 2: set .@x2,147; set .@y2,224; break; + case 3: set .@x2,219; set .@y2,219; break; + case 4: set .@x2,244; set .@y2,120; break; + case 5: set .@x2,149; set .@y2,41; break; + case 6: set .@x2,53; set .@y2,109; break; + case 7: set .@x2,149; set .@y2,151; break; + } + set .@mob2,rand(2228,2234); + monster "lhz_dun04",.@x2,.@y2,strmobinfo(1,.@mob2),.@mob2,1,strnpcinfo(3)+"::OnMy99Dead"; + end; + +OnMyMVPDead: + killmonster "lhz_dun04",strnpcinfo(3)+"::OnMy99Dead"; + initnpctimer; +OnMy99Dead: + end; +} diff --git a/npc/pre-re/mobs/dungeons/lou_dun.txt b/npc/pre-re/mobs/dungeons/lou_dun.txt new file mode 100644 index 000000000..46c40fa30 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/lou_dun.txt @@ -0,0 +1,43 @@ +//===== rAthena Script ======================================= +//= Louyang Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.1 Updated by MasterOfMuppets +//= 1.2 Added Bacsojin and Chung E [MasterOfMuppets] +//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// lou_dun01 - The Royal Tomb +//================================================== +lou_dun01,0,0,0,0 monster Jing Guai 1517,45,5000,0,0 +lou_dun01,0,0,0,0 monster Grizzly 1381,15,5000,0,0 +lou_dun01,0,0,0,0 monster Mi Gao 1516,15,5000,0,0 +lou_dun01,0,0,0,0 monster Horong 1129,15,5000,0,0 +lou_dun01,0,0,0,0 monster Side Winder 1037,10,5000,0,0 +lou_dun01,0,0,0,0 monster Leib Olmai 1306,1,300000,120000,0 +lou_dun01,197,77,10,10 monster Black Mushroom 1084,5,5000,0,0 +lou_dun01,0,0,0,0 monster Shining Plant 1083,5,5000,0,0 + +//================================================== +// lou_dun02 - Inside the Royal Tomb +//================================================== +lou_dun02,0,0,0,0 monster Yao Jun 1512,40,5000,0,0 +lou_dun02,0,0,0,0 monster Munak 1026,25,5000,0,0 +lou_dun02,0,0,0,0 monster Mimic 1191,5,5000,0,0 +lou_dun02,0,0,0,0 monster Zhu Po Long 1514,5,5000,0,0 + +//================================================== +// lou_dun03 - Suei Long Gon +//================================================== +lou_dun03,0,0,0,0 monster Zhu Po Long 1514,25,5000,0,0 +lou_dun03,0,0,0,0 monster Yao Jun 1512,25,5000,0,0 +lou_dun03,0,0,0,0 monster Mao Guai 1513,15,5000,0,0 +lou_dun03,0,0,0,0 monster Green Maiden 1631,5,5000,0,0 +lou_dun03,0,0,0,0 monster Green Maiden 1631,5,3000000,1800000,1 +lou_dun03,0,0,0,0 boss_monster White Lady 1630,1,7000000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/ma_dun.txt b/npc/pre-re/mobs/dungeons/ma_dun.txt new file mode 100644 index 000000000..0794e0d59 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/ma_dun.txt @@ -0,0 +1,20 @@ +//===== rAthena Script ======================================== +//= Malaya Port Dungeon Monster Spawn Script +//===== By: ================================================== +//= Chilly +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= +//= Official kRO monster spawns +//===== Additional Comments: ================================= +//= 1.0 First Release +//============================================================ + +//================================================== +// ma_dun01 - Bangungot Hospital F1 +//================================================== +ma_dun01,0,0,0,0 monster Manananggal 2311,70,0,0,0 +ma_dun01,0,0,0,0 monster Wakwak 2315,50,0,0,0 +ma_dun01,0,0,0,0 monster Tiyanak 2314,30,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/mag_dun.txt b/npc/pre-re/mobs/dungeons/mag_dun.txt new file mode 100644 index 000000000..7fce2de53 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/mag_dun.txt @@ -0,0 +1,32 @@ +//===== rAthena Script ======================================= +//= Magma Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== 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] +//= 1.3 More accurate spawns [Playtester] +//============================================================ + +//================================================== +// mag_dun01 - Nogg Road +//================================================== +mag_dun01,0,0,0,0 monster Explosion 1383,30,5000,0,0 +mag_dun01,0,0,0,0 monster Lava Golem 1366,20,5000,0,0 +mag_dun01,0,0,0,0 monster Blazer 1367,20,5000,0,0 +mag_dun01,0,0,0,0 monster Kaho 1072,20,5000,0,0 +mag_dun01,0,0,0,0 monster Grizzly 1381,10,5000,0,0 + +//================================================== +// mag_dun02 - Nogg Road +//================================================== +mag_dun02,0,0,0,0 monster Nightmare Terror 1379,46,5000,0,0 +mag_dun02,0,0,0,0 monster Deleter 1385,40,5000,0,0 +mag_dun02,0,0,0,0 monster Deleter 1384,38,5000,0,0 +mag_dun02,0,0,0,0 monster Blazer 1367,20,5000,0,0 +mag_dun02,0,0,0,0 monster Diabolic 1382,15,5000,0,0 +mag_dun02,0,0,0,0 monster Gig 1387,10,5000,0,0 diff --git a/npc/pre-re/mobs/dungeons/mal_dun.txt b/npc/pre-re/mobs/dungeons/mal_dun.txt new file mode 100644 index 000000000..30c319240 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/mal_dun.txt @@ -0,0 +1,24 @@ +//===== rAthena Script ======================================== +//= Malangdo Dungeon Monster Spawn Script +//===== By: ================================================== +//= Chilly +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= +//= Official kRO monster spawns +//===== Additional Comments: ================================= +//= 1.0 First Release +//============================================================ + +//================================================== +// mal_dun01 - Lagoon in the Stars +//================================================== +mal_dun01,0,0,0,0 monster Crab 1073,20,0,0,0 +mal_dun01,0,0,0,0 monster Shellfish 1074,20,0,0,0 +mal_dun01,0,0,0,0 monster Aster 1266,20,0,0,0 +mal_dun01,0,0,0,0 monster Red Eruma 2197,120,0,0,0 +mal_dun01,0,0,0,0 monster Siorava 2199,80,0,0,0 +mal_dun01,0,0,0,0 monster Wild Rider 2208,1,20000,10000,1 +mal_dun01,0,0,0,0 monster King Dramoh 2198,1,30000,20000,1 diff --git a/npc/pre-re/mobs/dungeons/mjo_dun.txt b/npc/pre-re/mobs/dungeons/mjo_dun.txt new file mode 100644 index 000000000..435678446 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/mjo_dun.txt @@ -0,0 +1,35 @@ +//===== rAthena Script ======================================= +//= Coal Mine(Dead pit) Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.1 Official kRO 10.1 spawns [Playtester] +//============================================================ + +//================================================== +// mjo_dun01 - Mjolnir Dead Pit +//================================================== +mjo_dun01,0,0,0,0 monster Tarou 1175,60,5000,0,0 +mjo_dun01,0,0,0,0 monster Familiar 1005,30,5000,0,0 +mjo_dun01,0,0,0,0 monster Martin 1145,20,5000,0,0 + +//================================================== +// mjo_dun02 - Mjolnir Dead Pit +//================================================== +mjo_dun02,0,0,0,0 monster Martin 1145,60,5000,0,0 +mjo_dun02,0,0,0,0 monster Giearth 1121,35,5000,0,0 +mjo_dun02,0,0,0,0 monster Drainliar 1111,20,5000,0,0 +mjo_dun02,0,0,0,0 monster Skeleton Worker 1169,20,5000,0,0 + +//================================================== +// mjo_dun03 - Mjolnir Dead Pit +//================================================== +mjo_dun03,0,0,0,0 monster Skeleton Worker 1169,70,5000,0,0 +mjo_dun03,0,0,0,0 monster Myst 1151,35,5000,0,0 +mjo_dun03,0,0,0,0 monster Giearth 1121,5,5000,0,0 +mjo_dun03,0,0,0,0 monster Martin 1145,5,5000,0,0 +mjo_dun03,0,0,0,0 monster Cramp 1209,3,5000,0,0 diff --git a/npc/pre-re/mobs/dungeons/moc_pryd.txt b/npc/pre-re/mobs/dungeons/moc_pryd.txt new file mode 100644 index 000000000..e082fec52 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/moc_pryd.txt @@ -0,0 +1,64 @@ +//===== rAthena Script ======================================= +//= Morocc Pryamid Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.1 Official kRO 10.1 spawns [Playtester] +//= 1.2 More accurate spawns [Playtester] +//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// moc_pryd01 - Inside Pyramid +//================================================== +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,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 +moc_pryd02,0,0,0,0 monster Archer Skeleton 1016,30,5000,0,0 +moc_pryd02,0,0,0,0 monster Drainliar 1111,20,5000,0,0 +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,0,0,0,0 monster Mummy 1041,70,5000,0,0 +moc_pryd03,0,0,0,0 monster Verit 1032,20,5000,0,0 +moc_pryd03,0,0,0,0 monster Matyr 1146,10,5000,0,0 +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,0,0,0,0 monster Isis 1029,50,5000,0,0 +moc_pryd04,0,0,0,0 monster Mummy 1041,25,5000,0,0 +moc_pryd04,0,0,0,0 monster Matyr 1146,20,5000,0,0 +moc_pryd04,0,0,0,0 monster Mimic 1191,15,5000,0,0 +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,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,0,0,0,0 monster Mimic 1191,30,5000,0,0 +moc_pryd06,0,0,0,0 monster Verit 1032,30,5000,0,0 +moc_pryd06,0,0,0,0 monster Arclouze 1194,20,5000,0,0 +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 diff --git a/npc/pre-re/mobs/dungeons/mosk_dun.txt b/npc/pre-re/mobs/dungeons/mosk_dun.txt new file mode 100644 index 000000000..b340ccb12 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/mosk_dun.txt @@ -0,0 +1,41 @@ +//===== rAthena Script ======================================= +//= Moscovia Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 Added spawns [Playtester] +//= 1.1 Swapped named according to mob db. [L0ne_W0lf] +//= 1.2 Fixed the mob names (iRO names) [Playtester] +//= 1.2 Updated spawns kinda. [Kisuka] +//============================================================ + +//================================================== +// mosk_dun01 - Les Forest +//================================================== +mosk_dun01,0,0,0,0 monster Wood Goblin 1880,66,5000,0,0 +mosk_dun01,0,0,0,0 monster Les 1881,33,5000,0,0 +mosk_dun01,0,0,0,0 monster Poporing 1031,20,5000,0,0 +mosk_dun01,0,0,0,0 monster Mantis 1139,10,5000,0,0 + +//================================================== +// mosk_dun02 - Temny Forest +//================================================== +mosk_dun02,0,0,0,0 monster Les 1881,40,5000,0,0 +mosk_dun02,0,0,0,0 monster Wood Goblin 1880,30,5000,0,0 +mosk_dun02,0,0,0,0 monster Baba Yaga 1882,20,5000,0,0 +mosk_dun02,0,0,0,0 monster Uzhas 1883,5,5000,0,0 + +//================================================== +// mosk_dun03 - Dremuci Forest +//================================================== +mosk_dun03,0,0,0,0 monster Baba Yaga 1882,60,5000,0,0 +mosk_dun03,0,0,0,0 monster Uzhas 1883,35,5000,0,0 +mosk_dun03,0,0,0,0 monster Mavka 1884,15,5000,0,0 +mosk_dun03,207,221,5,5 boss_monster Gopinich 1885,1,7200000,600000,1 +mosk_dun03,0,0,0,0 monster Yellow Plant 1081,10,5000,0,0 +mosk_dun03,0,0,0,0 monster White Plant 1082,10,5000,0,0 +mosk_dun03,0,0,0,0 monster Shining Plant 1083,5,10000,0,0 diff --git a/npc/pre-re/mobs/dungeons/nyd_dun.txt b/npc/pre-re/mobs/dungeons/nyd_dun.txt new file mode 100644 index 000000000..8d10e2631 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/nyd_dun.txt @@ -0,0 +1,30 @@ +//===== rAthena Script ======================================= +//= Yggdrasil Root Dungeon +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 First version +//============================================================ + +//================================================== +// nyd_dun01 - Yggdrasil Root +//================================================== +nyd_dun01,0,0,0,0 monster Draco 2013,40,5000,0,0 +nyd_dun01,0,0,0,0 monster Aqua Elemental 2016,20,5000,0,0 +nyd_dun01,0,0,0,0 monster Dark Pinguicula 2015,10,5000,0,0 +nyd_dun01,0,0,0,0 monster Rata 2017,2,900000,0,0 +nyd_dun01,0,0,0,0 monster Duneyrr 2018,2,900000,0,0 +nyd_dun01,47,219,0,0 monster Draco Egg 2014,1,60000,30000,0 +nyd_dun01,57,220,0,0 monster Draco Egg 2014,1,60000,30000,0 +nyd_dun01,57,226,0,0 monster Draco Egg 2014,1,60000,30000,0 +nyd_dun01,56,226,0,0 monster Draco Egg 2014,1,60000,30000,0 +nyd_dun01,64,219,0,0 monster Draco Egg 2014,1,60000,30000,0 +nyd_dun01,53,221,0,0 monster Draco Egg 2014,1,60000,30000,0 +nyd_dun01,58,216,0,0 monster Draco Egg 2014,1,60000,30000,0 +nyd_dun01,60,226,0,0 monster Draco Egg 2014,1,60000,30000,0 +nyd_dun01,53,228,0,0 monster Draco Egg 2014,1,60000,30000,0 +nyd_dun01,47,218,0,0 monster Draco Egg 2014,1,60000,30000,0 diff --git a/npc/pre-re/mobs/dungeons/odin.txt b/npc/pre-re/mobs/dungeons/odin.txt new file mode 100644 index 000000000..b7a9038ca --- /dev/null +++ b/npc/pre-re/mobs/dungeons/odin.txt @@ -0,0 +1,55 @@ +//===== rAthena Script ======================================= +//= Odin Temple Monster Spawn Script +//===== By: ================================================== +//= Poki#3 (0.1) +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 Updated by using Tharis' Homun AI, by Tharis [Vicious] +//= 1.1 More accurate spawns [Playtester] +//= 1.2 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// odin_tem01 - Odin Shrine +//================================================== +odin_tem01,0,0,0,0 monster Plasma 1693,10,5000,0,0 +odin_tem01,0,0,0,0 monster Breeze 1692,10,5000,0,0 +odin_tem01,0,0,0,0 monster Frus 1753,5,5000,0,0 +odin_tem01,0,0,0,0 monster Skogul 1752,5,5000,0,0 +odin_tem01,0,0,0,0 monster Plasma 1697,3,5000,0,0 +odin_tem01,0,0,0,0 monster Plasma 1695,3,5000,0,0 +odin_tem01,0,0,0,0 monster Plasma 1696,3,5000,0,0 +odin_tem01,0,0,0,0 monster Plasma 1694,3,5000,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 Shrine +//================================================== +odin_tem02,0,0,0,0 monster Skogul 1752,30,5000,0,0 +odin_tem02,0,0,0,0 monster Frus 1753,30,5000,0,0 +odin_tem02,0,0,0,0 monster Plasma 1693,15,5000,0,0 +odin_tem02,0,0,0,0 monster Frus 1762,3,5000,0,0 +odin_tem02,0,0,0,0 monster Skogul 1761,2,5000,0,0 +odin_tem02,0,0,0,0 monster Skeggiold 1754,1,5000,0,0 +odin_tem02,0,0,0,0 monster Skeggiold 1755,1,5000,0,0 +odin_tem02,0,0,0,0 monster Blue Plant 1079,10,1800000,900000,1 + +//================================================== +// odin_tem03 - Odin Shrine +//================================================== +odin_tem03,0,0,0,0 monster Plasma 1693,20,5000,0,0 +odin_tem03,0,0,0,0 monster Skeggiold 1754,16,5000,0,0 +odin_tem03,0,0,0,0 monster Skeggiold 1755,16,5000,0,0 +odin_tem03,0,0,0,0 monster Skogul 1761,5,5000,0,0 +odin_tem03,0,0,0,0 monster Frus 1762,5,5000,0,0 +odin_tem03,0,0,0,0 monster Skogul 1752,4,5000,0,0 +odin_tem03,0,0,0,0 monster Frus 1753,4,5000,0,0 +odin_tem03,0,0,0,0 monster Valkyrie 1765,2,5400000,1800000,0 +odin_tem03,0,0,0,0 boss_monster Valkyrie Randgris 1751,1,28800000,600000,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/pre-re/mobs/dungeons/orcsdun.txt b/npc/pre-re/mobs/dungeons/orcsdun.txt new file mode 100644 index 000000000..3a011ec5d --- /dev/null +++ b/npc/pre-re/mobs/dungeons/orcsdun.txt @@ -0,0 +1,36 @@ +//===== rAthena Script ======================================= +//= Orc Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.2 Official kRO 10.1 spawns [Playtester] +//============================================================ + +//================================================== +// orcsdun01 - Orc Dungeon +//================================================== +orcsdun01,0,0,0,0 monster Orc Zombie 1153,80,5000,0,0 +orcsdun01,0,0,0,0 monster Familiar 1005,15,5000,0,0 +orcsdun01,0,0,0,0 monster Steel Chonchon 1042,10,5000,0,0 +orcsdun01,0,0,0,0 monster Orc Skeleton 1152,10,5000,0,0 +orcsdun01,0,0,0,0 monster Drainliar 1111,5,5000,0,0 +orcsdun01,167,133,5,5 monster Black Mushroom 1084,5,900000,450000,1 +orcsdun01,67,34,5,5 monster Black Mushroom 1084,5,900000,450000,1 +orcsdun01,83,50,5,5 monster White Plant 1082,2,180000,90000,1 +orcsdun01,58,67,10,10 monster White Plant 1082,3,180000,90000,1 + +//================================================== +// orcsdun02 - Orc Dungeon +//================================================== +orcsdun02,0,0,0,0 monster Orc Skeleton 1152,50,5000,0,0 +orcsdun02,0,0,0,0 monster Zenorc 1177,50,5000,0,0 +orcsdun02,0,0,0,0 monster Drainliar 1111,20,5000,0,0 +orcsdun02,0,0,0,0 monster Steel Chonchon 1042,20,5000,0,0 +orcsdun02,0,0,0,0 monster Orc Archer 1189,5,5000,0,0 +orcsdun02,0,0,0,0 monster Black Mushroom 1084,5,180000,90000,1 +orcsdun02,105,37,10,10 monster White Plant 1082,2,180000,90000,1 +orcsdun02,37,44,10,10 monster White Plant 1082,3,180000,90000,1 diff --git a/npc/pre-re/mobs/dungeons/pay_dun.txt b/npc/pre-re/mobs/dungeons/pay_dun.txt new file mode 100644 index 000000000..eade9ece2 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/pay_dun.txt @@ -0,0 +1,150 @@ +//===== rAthena Script ======================================= +//= Payon Cave Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.1 Official kRO 10.1 spawns [Playtester] +//= 1.2 Small spawn update [Playtester] +//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +/// pay_dun00 - Payon Cave +//================================================== +pay_dun00,0,0,0,0 monster Zombie 1015,40,5000,0,0 +pay_dun00,0,0,0,0 monster Skeleton 1076,35,5000,0,0 +pay_dun00,0,0,0,0 monster Familiar 1005,15,5000,0,0 +pay_dun00,0,0,0,0 monster Poporing 1031,15,5000,0,0 +pay_dun00,0,0,0,0 monster Red Plant 1078,15,180000,90000,1 +pay_dun00,140,140,5,5 monster Black Mushroom 1084,3,360000,180000,1 + +//================================================== +// pay_dun01 - Payon Cave +//================================================== +pay_dun01,0,0,0,0 monster Soldier Skeleton 1028,50,5000,0,0 +pay_dun01,0,0,0,0 monster Archer Skeleton 1016,30,5000,0,0 +pay_dun01,0,0,0,0 monster Eggyra 1116,15,5000,0,0 +pay_dun01,0,0,0,0 monster Drainliar 1111,5,5000,0,0 +pay_dun01,235,54,10,10 monster Black Mushroom 1084,7,900000,450000,1 +pay_dun01,0,0,0,0 monster Red Plant 1078,10,180000,90000,1 + +//================================================== +// pay_dun02 - Payon Cave +//================================================== +pay_dun02,0,0,0,0 monster Soldier Skeleton 1028,45,5000,0,0 +pay_dun02,0,0,0,0 monster Munak 1026,40,5000,0,0 +pay_dun02,0,0,0,0 monster Bongun 1188,30,5000,0,0 +pay_dun02,0,0,0,0 monster Archer Skeleton 1016,20,5000,0,0 +pay_dun02,0,0,0,0 monster Poporing 1031,10,5000,0,0 +pay_dun02,0,0,0,0 monster Nine Tail 1180,1,5000,0,0 +pay_dun02,117,200,0,0 monster Hydra 1068,1,275000,100000,1 +pay_dun02,118,192,0,0 monster Hydra 1068,1,285000,100000,1 +pay_dun02,119,199,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,120,194,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,122,200,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,110,190,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,110,194,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,117,191,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,109,193,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,118,201,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,113,193,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,116,196,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,112,192,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,111,191,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,229,183,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun02,227,184,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun02,227,185,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun02,120,203,0,0 monster Hydra 1068,1,300000,100000,1 +pay_dun02,117,206,0,0 monster Hydra 1068,1,302000,100000,1 +pay_dun02,120,200,0,0 monster Hydra 1068,1,303000,100000,1 +pay_dun02,116,199,0,0 monster Hydra 1068,1,306000,100000,1 +pay_dun02,118,198,0,0 monster Hydra 1068,1,312000,100000,1 +pay_dun02,117,197,0,0 monster Hydra 1068,1,314000,100000,1 +pay_dun02,119,196,0,0 monster Hydra 1068,1,315000,100000,1 +pay_dun02,113,194,0,0 monster Hydra 1068,1,319000,100000,1 +pay_dun02,107,190,0,0 monster Hydra 1068,1,320000,100000,1 +pay_dun02,122,197,0,0 monster Hydra 1068,1,321000,100000,1 +pay_dun02,119,205,0,0 monster Hydra 1068,1,324000,100000,1 +pay_dun02,116,190,0,0 monster Hydra 1068,1,326000,100000,1 +pay_dun02,108,191,0,0 monster Hydra 1068,1,332000,100000,1 +pay_dun02,118,207,0,0 monster Hydra 1068,1,332000,100000,1 +pay_dun02,121,200,0,0 monster Hydra 1068,1,333000,100000,1 +pay_dun02,116,205,0,0 monster Hydra 1068,1,345000,100000,1 +pay_dun02,109,192,0,0 monster Hydra 1068,1,374000,100000,1 +pay_dun02,37,243,0,0 monster Black Mushroom 1084,1,600000,300000,1 +pay_dun02,111,199,10,10 monster Black Mushroom 1084,7,900000,450000,1 +pay_dun02,110,216,20,10 monster White Plant 1082,3,180000,90000,1 +pay_dun02,132,84,10,10 monster White Plant 1082,3,180000,90000,1 +pay_dun02,197,113,10,10 monster Red Plant 1078,4,180000,90000,1 +pay_dun02,55,254,10,10 monster Red Plant 1078,4,180000,90000,1 + +//================================================== +// pay_dun03 - Payon Cave +//================================================== +pay_dun03,0,0,0,0 monster Sohee 1170,70,5000,0,0 +pay_dun03,0,0,0,0 monster Greatest General 1277,3,5000,0,0 +pay_dun03,0,0,0,0 monster Bongun 1188,3,5000,0,0 +pay_dun03,0,0,0,0 monster Munak 1026,3,5000,0,0 +pay_dun03,0,0,0,0 monster Nine Tail 1180,2,5000,0,0 +pay_dun03,126,135,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun03,126,134,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun03,126,133,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun03,126,132,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun03,126,131,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun03,179,133,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun03,179,132,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun03,179,134,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun03,179,131,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun03,179,130,0,0 monster Mandragora 1020,1,300000,100000,1 +pay_dun03,71,67,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,62,67,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,57,65,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,64,66,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,66,65,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,59,64,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,68,64,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,71,64,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,66,63,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,69,68,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,60,68,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,67,69,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,67,71,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,66,73,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,68,72,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,63,70,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,58,69,0,0 monster Hydra 1068,1,600000,300000,1 +pay_dun03,154,112,0,0 monster Whisper 1185,1,1800000,0,1 +pay_dun03,84,63,0,0 monster Whisper 1185,1,1800000,0,1 +pay_dun03,81,61,0,0 monster Whisper 1185,1,1800000,0,1 +pay_dun03,161,117,0,0 monster Whisper 1185,1,1800000,0,1 +pay_dun03,89,147,0,0 monster Giant Whisper 1186,1,14400000,0,1 +pay_dun03,228,61,0,0 monster Red Plant 1078,1,600000,300000,1 +pay_dun03,138,42,0,0 monster Blue Plant 1079,1,600000,300000,1 +pay_dun03,120,186,0,0 monster Green Plant 1080,1,600000,300000,1 +pay_dun03,88,35,0,0 monster Yellow Plant 1081,1,600000,300000,1 +pay_dun03,0,0,0,0 monster Red Plant 1078,15,180000,90000,1 +pay_dun03,246,56,20,20 monster White Plant 1082,3,180000,90000,1 +pay_dun03,52,262,10,4 monster White Plant 1082,2,180000,90000,1 + +//================================================== +// pay_dun04 - Payon Cave +//================================================== +pay_dun04,0,0,0,0 monster Dokebi 1110,40,5000,0,0 +pay_dun04,0,0,0,0 monster Nine Tail 1180,30,5000,0,0 +pay_dun04,0,0,0,0 monster Horong 1129,30,5000,0,0 +pay_dun04,0,0,0,0 monster Archer Skeleton 1016,15,5000,0,0 +pay_dun04,0,0,0,0 monster Greatest General 1277,15,5000,0,0 +pay_dun04,0,0,0,0 monster Am Mut 1301,1,5000,0,0 +pay_dun04,0,0,0,0 monster Skeleton General 1290,1,5000,0,0 +pay_dun04,120,115,0,0 boss_monster Moonlight Flower 1150,1,3600000,600000,1 +pay_dun04,120,115,0,0 monster Cat o' Nine Tails 1307,1,3600000,7200000,1 +pay_dun04,120,120,10,10 monster Shining Plant 1083,1,1800000,900000,1 +pay_dun04,28,110,5,5 monster Shining Plant 1083,1,1800000,900000,1 +pay_dun04,0,0,0,0 monster Red Plant 1078,10,180000,90000,1 +pay_dun04,107,206,5,5 monster White Plant 1082,2,180000,90000,1 +pay_dun04,28,110,10,10 monster White Plant 1082,2,180000,90000,1 +pay_dun04,190,207,5,5 monster White Plant 1082,2,180000,90000,1 diff --git a/npc/pre-re/mobs/dungeons/prt_maze.txt b/npc/pre-re/mobs/dungeons/prt_maze.txt new file mode 100644 index 000000000..169127050 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/prt_maze.txt @@ -0,0 +1,102 @@ +//===== rAthena Script ======================================= +//= Prontera Maze(Hidden Temple) Dungeon Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.4 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.2 Official kRO 10.1 spawns [Playtester] +//= 1.3 Some small fixes [Playtester] +//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// prt_maze01 - Labyrinth Forest +//================================================== +prt_maze01,179,20,21,21 monster Poring 1002,5,120000,40000,1 +prt_maze01,179,180,21,21 monster Coco 1104,5,120000,40000,1 +prt_maze01,139,140,21,21 monster Stainer 1174,5,120000,40000,1 +prt_maze01,139,180,21,21 monster Caramel 1103,5,120000,40000,1 +prt_maze01,99,180,21,21 monster Dustiness 1114,5,120000,40000,1 +prt_maze01,59,100,21,21 monster Horn 1128,5,120000,40000,1 +prt_maze01,99,100,21,21 monster Chonchon 1011,5,120000,40000,1 +prt_maze01,59,180,21,21 monster Martin 1145,5,120000,40000,1 +prt_maze01,19,60,21,21 monster Wolf 1013,5,120000,40000,1 +prt_maze01,59,60,21,21 monster Boa 1025,5,120000,40000,1 +prt_maze01,99,60,21,21 monster Smokie 1056,5,120000,40000,1 +prt_maze01,139,20,21,21 monster Lunatic 1063,5,120000,40000,1 +prt_maze01,99,20,21,21 monster Fabre 1007,5,120000,40000,1 +prt_maze01,19,180,21,21 monster Savage 1166,5,120000,40000,1 +prt_maze01,59,20,21,21 monster Pupa 1008,5,120000,40000,1 +prt_maze01,19,20,21,21 monster Poporing 1031,5,120000,40000,1 +prt_maze01,179,60,21,21 monster Rocker 1052,5,120000,40000,1 +prt_maze01,139,60,21,21 monster Bigfoot 1060,5,120000,40000,1 +prt_maze01,19,140,21,21 monster Steel Chonchon 1042,5,120000,40000,1 +prt_maze01,59,140,21,21 monster Yoyo 1057,4,120000,40000,1 +prt_maze01,19,180,21,21 monster Savage 1166,3,120000,40000,1 +prt_maze01,179,100,21,21 monster Argiope 1099,3,120000,40000,1 +prt_maze01,99,140,21,21 monster Side Winder 1037,3,120000,40000,1 +prt_maze01,179,140,21,21 monster Mantis 1139,3,120000,40000,1 +prt_maze01,19,100,21,21 monster Hunter Fly 1035,3,120000,40000,1 +prt_maze01,139,100,21,21 monster Argos 1100,3,120000,40000,1 +prt_maze01,59,140,21,21 monster Choco 1214,2,120000,40000,1 +prt_maze01,0,0,0,0 monster Hunter Fly 1035,1,5000,0,0 +prt_maze01,99,20,21,21 monster Creamy 1018,1,120000,40000,1 +prt_maze01,0,0,0,0 monster Vagabond Wolf 1092,1,3600000,1800000,0 +prt_maze01,101,138,5,5 monster Shining Plant 1083,1,1800000,900000,1 +prt_maze01,101,138,5,5 monster White Plant 1082,1,1800000,900000,1 +prt_maze01,99,181,5,5 monster White Plant 1082,2,1800000,900000,1 +prt_maze01,60,140,10,15 monster Blue Plant 1079,1,1800000,900000,1 +prt_maze01,61,101,10,10 monster Yellow Plant 1081,1,1800000,900000,1 +prt_maze01,141,100,10,10 monster Shining Plant 1083,1,1800000,900000,1 +prt_maze01,141,100,10,10 monster Blue Plant 1079,1,1800000,900000,1 +prt_maze01,0,0,0,0 monster Red Plant 1078,5,180000,90000,1 +prt_maze01,100,100,10,10 monster Blue Plant 1079,1,1800000,900000,1 +prt_maze01,100,100,10,10 monster Yellow Plant 1081,1,1800000,900000,1 +prt_maze01,176,132,5,5 monster Black Mushroom 1084,3,180000,90000,1 +prt_maze01,181,149,3,3 monster Black Mushroom 1084,2,180000,90000,1 +prt_maze01,178,60,10,10 monster Red Mushroom 1085,3,180000,90000,1 +prt_maze01,168,60,3,3 monster Red Mushroom 1085,2,180000,90000,1 + +//================================================== +// prt_maze02 - Labyrinth Forest +//================================================== +prt_maze02,0,0,0,0 monster Poporing 1031,25,5000,0,0 +prt_maze02,0,0,0,0 monster Bigfoot 1060,5,5000,0,0 +prt_maze02,0,0,0,0 monster Sasquatch 1243,1,900000,40000,0 +prt_maze02,0,0,0,0 monster Leib Olmai 1306,1,1800000,900000,0 + +//================================================== +// prt_maze03 - Labyrinth Forest +//================================================== +prt_maze03,0,0,0,0 monster Poporing 1031,45,5000,0,0 +prt_maze03,0,0,0,0 monster Hunter Fly 1035,30,5000,0,0 +prt_maze03,170,170,70,70 monster Mantis 1139,30,60000,30000,0 +prt_maze03,100,100,80,80 monster Baphomet Jr. 1101,25,5000,0,0 +prt_maze03,150,50,70,70 monster Side Winder 1037,20,300000,150000,0 +prt_maze03,50,150,70,70 monster Stem Worm 1215,20,300000,150000,0 +prt_maze03,0,0,0,0 monster Side Winder 1037,10,5000,0,0 +prt_maze03,0,0,0,0 monster Killer Mantis 1294,1,5000,0,0 +prt_maze03,170,170,70,70 monster Eclipse 1093,1,1920000,150000,1 +prt_maze03,23,23,70,70 monster Mastering 1090,1,1920000,150000,1 +prt_maze03,50,150,70,70 monster Vagabond Wolf 1092,1,1920000,150000,1 +prt_maze03,150,50,70,70 monster Vocal 1088,1,1920000,1500000,1 +prt_maze03,0,0,0,0 monster Ghostring 1120,1,6800000,3400000,1 +prt_maze03,0,0,0,0 boss_monster Baphomet 1039,1,7200000,600000,1 +prt_maze03,61,98,10,10 monster Shining Plant 1083,1,1800000,900000,1 +prt_maze03,61,98,10,10 monster Blue Plant 1079,1,1800000,900000,1 +prt_maze03,61,98,10,10 monster Yellow Plant 1081,1,1800000,900000,1 +prt_maze03,57,56,10,10 monster Shining Plant 1083,1,1800000,900000,1 +prt_maze03,15,15,10,10 monster Shining Plant 1083,1,1800000,900000,1 +prt_maze03,137,140,3,3 monster Shining Plant 1083,1,1800000,900000,1 +prt_maze03,17,58,10,10 monster Shining Plant 1083,1,1800000,900000,1 +prt_maze03,17,58,10,10 monster Blue Plant 1079,1,1800000,900000,1 +prt_maze03,99,141,10,10 monster Blue Plant 1079,2,1800000,900000,1 +prt_maze03,99,21,10,10 monster Blue Plant 1079,1,1800000,900000,1 +prt_maze03,0,0,0,0 monster Red Plant 1078,5,180000,90000,1 +prt_maze03,99,21,10,10 monster Black Mushroom 1084,3,180000,90000,1 +prt_maze03,54,15,10,10 monster Black Mushroom 1084,3,180000,90000,1 +prt_maze03,171,180,3,3 monster Red Mushroom 1085,2,180000,90000,1 +prt_maze03,174,187,3,3 monster Red Mushroom 1085,3,180000,90000,1 diff --git a/npc/pre-re/mobs/dungeons/prt_sew.txt b/npc/pre-re/mobs/dungeons/prt_sew.txt new file mode 100644 index 000000000..23a10de97 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/prt_sew.txt @@ -0,0 +1,53 @@ +//===== rAthena Script ======================================= +//= Prontera Sewers(Culvert) 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 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// prt_sewb1 - Prontera Culvert +//================================================== +prt_sewb1,0,0,0,0 monster Thief Bug 1051,30,5000,0,0 +prt_sewb1,0,0,0,0 monster Thief Bug Egg 1048,80,5000,0,0 +prt_sewb1,0,0,0,0 monster Tarou 1175,10,5000,0,0 +prt_sewb1,0,0,0,0 monster Familiar 1005,10,5000,0,0 + +//================================================== +// prt_sewb2 - Prontera Culvert +//================================================== +prt_sewb2,0,0,0,0 monster Thief Bug 1051,70,5000,0,0 +prt_sewb2,0,0,0,0 monster Tarou 1175,60,5000,0,0 +prt_sewb2,0,0,0,0 monster Plankton 1161,30,5000,0,0 +prt_sewb2,0,0,0,0 monster Thief Bug Egg 1048,20,5000,0,0 +prt_sewb2,0,0,0,0 monster Spore 1014,20,5000,0,0 +prt_sewb2,0,0,0,0 monster Thief Bug Female 1053,10,5000,0,0 +prt_sewb2,0,0,0,0 monster Familiar 1005,10,5000,0,0 + +//================================================== +// prt_sewb3 - Prontera Culvert +//================================================== +prt_sewb3,0,0,0,0 monster Thief Bug Female 1053,65,5000,0,0 +prt_sewb3,0,0,0,0 monster Thief Bug Male 1054,65,5000,0,0 +prt_sewb3,0,0,0,0 monster Thief Bug 1051,20,5000,0,0 +prt_sewb3,0,0,0,0 monster Familiar 1005,20,5000,0,0 +prt_sewb3,0,0,0,0 monster Tarou 1175,15,5000,0,0 +prt_sewb3,0,0,0,0 monster Poison Spore 1077,15,5000,0,0 +prt_sewb3,0,0,0,0 monster Thief Bug Egg 1048,10,5000,0,0 + +//================================================== +// prt_sewb4 - Prontera Culvert +//================================================== +prt_sewb4,0,0,0,0 monster Thief Bug Male 1054,70,5000,0,0 +prt_sewb4,0,0,0,0 monster Thief Bug 1051,20,5000,0,0 +prt_sewb4,0,0,0,0 monster Thief Bug Female 1053,20,5000,0,0 +prt_sewb4,0,0,0,0 monster Drainliar 1111,20,5000,0,0 +prt_sewb4,0,0,0,0 monster Thief Bug Egg 1048,10,5000,0,0 +prt_sewb4,0,0,0,0 monster Cramp 1209,5,5000,0,0 +prt_sewb4,0,0,0,0 boss_monster Golden Thief Bug 1086,1,3600000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/ra_san.txt b/npc/pre-re/mobs/dungeons/ra_san.txt new file mode 100644 index 000000000..46b4f255b --- /dev/null +++ b/npc/pre-re/mobs/dungeons/ra_san.txt @@ -0,0 +1,58 @@ +//===== rAthena Script ======================================= +//= Rachel Sanctuary Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 First version with guessed amounts [Playtester] +//= 1.1 More accurate spawns [Playtester] +//= 1.2 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// ra_san01 - Holy Ground +//================================================== +ra_san01,0,0,0,0 monster Vanberk 1771,82,5000,0,0 +ra_san01,0,0,0,0 monster Isilla 1772,36,5000,0,0 +ra_san01,0,0,0,0 monster Gremlin 1632,10,5000,0,0 +ra_san01,0,0,0,0 monster Beholder 1633,6,5000,0,0 +ra_san01,0,0,0,0 monster Hodremlin 1773,6,5000,0,0 + +//================================================== +// ra_san02 - Holy Ground +//================================================== +ra_san02,0,0,0,0 monster Isilla 1772,85,5000,0,0 +ra_san02,0,0,0,0 monster Vanberk 1771,30,5000,0,0 +ra_san02,0,0,0,0 monster Gremlin 1632,10,5000,0,0 +ra_san02,0,0,0,0 monster Beholder 1633,10,5000,0,0 +ra_san02,0,0,0,0 monster Hodremlin 1773,3,5000,0,0 +ra_san02,0,0,0,0 monster Seeker 1774,2,5000,0,0 + +//================================================== +// ra_san03 - Holy Ground +//================================================== +ra_san03,0,0,0,0 monster Hodremlin 1773,60,5000,0,0 +ra_san03,0,0,0,0 monster Seeker 1774,40,5000,0,0 +ra_san03,0,0,0,0 monster Gremlin 1632,5,5000,0,0 +ra_san03,0,0,0,0 monster Beholder 1633,5,5000,0,0 + +//================================================== +// ra_san04 - Holy Ground +//================================================== +ra_san04,0,0,0,0 monster Echio 1770,60,5000,0,0 +ra_san04,0,0,0,0 monster Agav 1769,20,5000,0,0 +ra_san04,0,0,0,0 monster Seeker 1774,10,5000,0,0 +ra_san04,0,0,0,0 monster Hodremlin 1773,10,5000,0,0 + +//================================================== +// ra_san05 - Holy Ground +//================================================== +ra_san05,0,0,0,0 monster Agav 1769,80,5000,0,0 +ra_san05,0,0,0,0 monster Echio 1770,30,5000,0,0 +ra_san05,0,0,0,0 monster Seeker 1774,20,5000,0,0 +ra_san05,0,0,0,0 monster Hodremlin 1773,20,5000,0,0 +ra_san05,0,0,0,0 monster Isilla 1772,10,5000,0,0 +ra_san05,0,0,0,0 boss_monster Gloom Under Night 1768,1,18000000,600000,0 diff --git a/npc/pre-re/mobs/dungeons/tha_t.txt b/npc/pre-re/mobs/dungeons/tha_t.txt new file mode 100644 index 000000000..681f086d8 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/tha_t.txt @@ -0,0 +1,152 @@ +//===== rAthena Script ======================================= +//= Thanatos Tower Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 Real spawns by Poki#3 [Nexon] +//= 1.1 More official spawns [Playtester] +//= 1.2 Updated by using Tharis' Homun AI, by Tharis [Vicious] +//= 1.3 Official Aegis X.3 spawns [Playtester] +//============================================================ + +//================================================== +// tha_t01 - Thanatos Tower - Lower Level +//================================================== +tha_t01,0,0,0,0 monster Rideword 1195,20,5000,0,0 +tha_t01,0,0,0,0 monster Mimic 1191,20,5000,0,0 +tha_t01,0,0,0,0 monster Plasma 1695,20,5000,0,0 +tha_t01,0,0,0,0 monster Alice 1275,5,5000,0,0 +tha_t01,0,0,0,0 monster Lady Solace 1703,4,5000,0,0 + +//================================================== +// tha_t02 - Thanatos Tower - Lower Level +//================================================== +tha_t02,0,0,0,0 monster Ancient Mimic 1699,80,5000,0,0 +tha_t02,0,0,0,0 monster Mimic 1191,30,5000,0,0 +tha_t02,0,0,0,0 monster Plasma 1697,20,5000,0,0 +tha_t02,0,0,0,0 monster Death Word 1698,10,5000,0,0 +tha_t02,0,0,0,0 monster Rideword 1195,10,5000,0,0 +tha_t02,0,0,0,0 monster Elder 1377,10,5000,0,0 +tha_t02,0,0,0,0 monster Alice 1275,10,5000,0,0 +tha_t02,0,0,0,0 monster Baroness of Retribution 1702,4,5000,0,0 + +//================================================== +// tha_t03 - Thanatos Tower - Lower Level +//================================================== +tha_t03,0,0,0,0 monster Death Word 1698,80,5000,0,0 +tha_t03,0,0,0,0 monster Rideword 1195,30,5000,0,0 +tha_t03,0,0,0,0 monster Plasma 1696,20,5000,0,0 +tha_t03,0,0,0,0 monster Mimic 1191,10,5000,0,0 +tha_t03,0,0,0,0 monster Ancient Mimic 1699,10,5000,0,0 +tha_t03,0,0,0,0 monster Elder 1377,10,5000,0,0 +tha_t03,0,0,0,0 monster Mistress of Shelter 1701,4,5000,0,0 + +//================================================== +// tha_t04 - Thanatos Tower - Lower Level +//================================================== +tha_t04,0,0,0,0 monster Death Word 1698,20,5000,0,0 +tha_t04,0,0,0,0 monster Rideword 1195,20,5000,0,0 +tha_t04,0,0,0,0 monster Mimic 1191,20,5000,0,0 +tha_t04,0,0,0,0 monster Ancient Mimic 1699,20,5000,0,0 +tha_t04,0,0,0,0 monster Elder 1377,20,5000,0,0 +tha_t04,0,0,0,0 monster Plasma 1694,20,5000,0,0 +tha_t04,0,0,0,0 monster Owl Duke 1320,10,5000,0,0 +tha_t04,0,0,0,0 monster Owl Baron 1295,10,5000,0,0 +tha_t04,0,0,0,0 monster Dame of Sentinel 1700,4,5000,0,0 + +//================================================== +// tha_t05 - Thanatos Tower - Upper Level +//================================================== +tha_t05,0,0,0,0 monster Owl Duke 1320,80,5000,0,0 +tha_t05,0,0,0,0 monster Death Word 1698,40,5000,0,0 +tha_t05,0,0,0,0 monster Ancient Mimic 1699,40,5000,0,0 +tha_t05,0,0,0,0 monster Owl Baron 1295,20,5000,0,0 +tha_t05,0,0,0,0 monster Elder 1377,20,5000,0,0 +tha_t05,0,0,0,0 monster Plasma 1696,10,5000,0,0 +tha_t05,0,0,0,0 monster Plasma 1695,10,5000,0,0 +tha_t05,0,0,0,0 monster Plasma 1697,10,5000,0,0 +tha_t05,0,0,0,0 monster Plasma 1694,10,5000,0,0 +tha_t05,0,0,0,0 monster Dolor of Thanatos 1707,2,5000,0,0 + +//================================================== +// tha_t06 - Thanatos Tower - Upper Level +//================================================== +tha_t06,0,0,0,0 monster Death Word 1698,40,5000,0,0 +tha_t06,0,0,0,0 monster Owl Duke 1320,40,5000,0,0 +tha_t06,0,0,0,0 monster Owl Baron 1295,40,5000,0,0 +tha_t06,0,0,0,0 monster Ancient Mimic 1699,40,5000,0,0 +tha_t06,0,0,0,0 monster Elder 1377,20,5000,0,0 +tha_t06,0,0,0,0 monster Plasma 1696,10,5000,0,0 +tha_t06,0,0,0,0 monster Plasma 1695,10,5000,0,0 +tha_t06,0,0,0,0 monster Plasma 1697,10,5000,0,0 +tha_t06,0,0,0,0 monster Plasma 1694,10,5000,0,0 +tha_t06,0,0,0,0 monster Maero of Thanatos 1706,2,5000,0,0 + +//================================================== +// tha_t07 - Thanatos Tower - Upper Level +//================================================== +tha_t07,0,0,0,0 monster Baroness of Retribution 1702,15,5000,0,0 +tha_t07,0,0,0,0 monster Death Word 1698,10,5000,0,0 +tha_t07,0,0,0,0 monster Ancient Mimic 1699,10,5000,0,0 +tha_t07,0,0,0,0 monster Dame of Sentinel 1700,7,5000,0,0 +tha_t07,0,0,0,0 monster Mistress of Shelter 1701,7,5000,0,0 +tha_t07,0,0,0,0 monster Lady Solace 1703,7,5000,0,0 +tha_t07,0,0,0,0 monster Despero of Thanatos 1705,2,5000,0,0 + +//================================================== +// tha_t08 - Thanatos Tower - Upper Level +//================================================== +tha_t08,0,0,0,0 monster Baroness of Retribution 1702,20,5000,0,0 +tha_t08,0,0,0,0 monster Death Word 1698,10,5000,0,0 +tha_t08,0,0,0,0 monster Ancient Mimic 1699,10,5000,0,0 +tha_t08,0,0,0,0 monster Dame of Sentinel 1700,5,5000,0,0 +tha_t08,0,0,0,0 monster Mistress of Shelter 1701,5,5000,0,0 +tha_t08,0,0,0,0 monster Lady Solace 1703,5,5000,0,0 +tha_t08,0,0,0,0 monster Odium of Thanatos 1704,2,5000,0,0 + +//================================================== +// tha_t09 - Thanatos Tower - Upper Level +//================================================== +tha_t09,0,0,0,0 monster Lady Solace 1703,20,5000,0,0 +tha_t09,0,0,0,0 monster Dame of Sentinel 1700,5,5000,0,0 +tha_t09,0,0,0,0 monster Baroness of Retribution 1702,5,5000,0,0 +tha_t09,0,0,0,0 monster Mistress of Shelter 1701,5,5000,0,0 +tha_t09,0,0,0,0 monster Plasma 1694,5,5000,0,0 +tha_t09,0,0,0,0 monster Dolor of Thanatos 1712,3,5000,0,0 +tha_t09,0,0,0,0 monster Dolor of Thanatos 1707,1,5000,0,0 + +//================================================== +// tha_t10 - Thanatos Tower - Upper Level +//================================================== +tha_t10,0,0,0,0 monster Baroness of Retribution 1702,20,5000,0,0 +tha_t10,0,0,0,0 monster Dame of Sentinel 1700,5,5000,0,0 +tha_t10,0,0,0,0 monster Mistress of Shelter 1701,5,5000,0,0 +tha_t10,0,0,0,0 monster Lady Solace 1703,5,5000,0,0 +tha_t10,0,0,0,0 monster Plasma 1697,5,5000,0,0 +tha_t10,0,0,0,0 monster Maero of Thanatos 1711,3,5000,0,0 +tha_t10,0,0,0,0 monster Maero of Thanatos 1706,1,5000,0,0 + +//================================================== +// tha_t11 - Thanatos Tower - Upper Level +//================================================== +tha_t11,0,0,0,0 monster Mistress of Shelter 1701,20,5000,0,0 +tha_t11,0,0,0,0 monster Dame of Sentinel 1700,5,5000,0,0 +tha_t11,0,0,0,0 monster Baroness of Retribution 1702,5,5000,0,0 +tha_t11,0,0,0,0 monster Lady Solace 1703,5,5000,0,0 +tha_t11,0,0,0,0 monster Plasma 1695,5,5000,0,0 +tha_t11,0,0,0,0 monster Despero of Thanatos 1710,3,5000,0,0 +tha_t11,0,0,0,0 monster Despero of Thanatos 1705,1,5000,0,0 + +//================================================== +// tha_t12 - Thanatos Tower - Upper Level +//================================================== +tha_t12,0,0,0,0 monster Dame of Sentinel 1700,13,5000,0,0 +tha_t12,0,0,0,0 monster Baroness of Retribution 1702,5,5000,0,0 +tha_t12,0,0,0,0 monster Mistress of Shelter 1701,5,5000,0,0 +tha_t12,0,0,0,0 monster Lady Solace 1703,5,5000,0,0 +tha_t12,0,0,0,0 monster Plasma 1693,5,5000,0,0 +tha_t12,0,0,0,0 monster Odium of Thanatos 1709,4,5000,0,0 diff --git a/npc/pre-re/mobs/dungeons/thor_v.txt b/npc/pre-re/mobs/dungeons/thor_v.txt new file mode 100644 index 000000000..077ada870 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/thor_v.txt @@ -0,0 +1,55 @@ +//===== rAthena Script ======================================== +//= Thor Volcano Monster Spawn Script +//===== By: ================================================== +//= Playtester +//===== Current Version: ===================================== +//= 1.4 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Description: ========================================= +//= Official monster spawn in Thor Volcano Dungeon. +//===== Additional Comments: ================================= +//= 1.0 Spawns according to RO Monthly and Doddler [Playtester] +//= 1.1 Added Byorgue and Ifrit [Playtester] +//= 1.2 Updated spawns according to RODE [Playtester] +//= 1.3 More official spawns [Playtester] +//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// thor_v01 - Thor Volcano Dungeon +//================================================== +thor_v01,0,0,0,0 monster Kasa 1833,45,5000,0,0 +thor_v01,0,0,0,0 monster Imp 1837,25,5000,0,0 +thor_v01,0,0,0,0 monster Magmaring 1836,10,5000,0,0 +thor_v01,0,0,0,0 monster Salamander 1831,7,5000,0,0 +thor_v01,0,0,0,0 monster Bow Guardian 1830,5,5000,0,0 +thor_v01,0,0,0,0 monster Sword Guardian 1829,5,5000,0,0 +thor_v01,0,0,0,0 monster Bow Guardian 1830,5,420000,0,0 +thor_v01,0,0,0,0 monster Sword Guardian 1829,5,420000,0,0 +thor_v01,0,0,0,0 monster Byrogue 1839,1,5000,0,0 + +//================================================== +// thor_v02 - Thor Volcano Dungeon +//================================================== +thor_v02,0,0,0,0 monster Knocker 1838,55,5000,0,0 +thor_v02,0,0,0,0 monster Magmaring 1836,10,5000,0,0 +thor_v02,0,0,0,0 monster Imp 1837,10,5000,0,0 +thor_v02,0,0,0,0 monster Kaho 1072,10,5000,0,0 +thor_v02,0,0,0,0 monster Salamander 1831,1,5000,0,0 +thor_v02,0,0,0,0 monster Bow Guardian 1830,1,7200000,0,0 +thor_v02,0,0,0,0 monster Sword Guardian 1829,1,7200000,0,0 + +//================================================== +// thor_v03 - Thor Volcano Dungeon +//================================================== +thor_v03,0,0,0,0 monster Salamander 1831,60,5000,0,0 +thor_v03,0,0,0,0 monster Kasa 1833,40,5000,0,0 +thor_v03,0,0,0,0 monster Bow Guardian 1830,10,5000,0,0 +thor_v03,0,0,0,0 monster Sword Guardian 1829,10,5000,0,0 +thor_v03,0,0,0,0 monster Byrogue 1839,5,5000,0,0 +thor_v03,0,0,0,0 monster Sword Guardian 1829,5,5000,0,0 +thor_v03,0,0,0,0 monster Bow Guardian 1830,5,5000,0,0 +thor_v03,0,0,0,0 monster Bow Guardian 1830,5,1800000,0,0 +thor_v03,0,0,0,0 monster Sword Guardian 1829,5,1800000,0,0 +thor_v03,0,0,0,0 boss_monster Ifrit 1832,1,39600000,600000,0 diff --git a/npc/pre-re/mobs/dungeons/treasure.txt b/npc/pre-re/mobs/dungeons/treasure.txt new file mode 100644 index 000000000..e4073cfba --- /dev/null +++ b/npc/pre-re/mobs/dungeons/treasure.txt @@ -0,0 +1,120 @@ +//===== rAthena Script ======================================= +//= Sunken Ship Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.3 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.1 Official kRO 10.1 spawns [Playtester] +//= 1.2 More accurate spawns [Playtester] +//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// treasure01 - Sunken Ship +//================================================== +treasure01,0,0,0,0 monster Pirate Skeleton 1071,43,5000,0,0 +treasure01,0,0,0,0 monster Kukre 1070,20,5000,0,0 +treasure01,0,0,0,0 monster Whisper 1179,15,5000,0,0 +treasure01,0,0,0,0 monster Poison Spore 1077,12,5000,0,0 +treasure01,68,66,13,11 monster Hydra 1068,4,180000,90000,1 +treasure01,107,39,15,15 monster Hydra 1068,1,180000,90000,1 +treasure01,67,161,0,0 monster Hydra 1068,1,263000,100000,1 +treasure01,87,160,0,0 monster Hydra 1068,1,268000,100000,1 +treasure01,76,182,0,0 monster Hydra 1068,1,269000,100000,1 +treasure01,51,160,0,0 monster Hydra 1068,1,270000,100000,1 +treasure01,162,71,0,0 monster Hydra 1068,1,273000,100000,1 +treasure01,88,161,0,0 monster Hydra 1068,1,281000,100000,1 +treasure01,86,161,0,0 monster Hydra 1068,1,285000,100000,1 +treasure01,159,45,0,0 monster Hydra 1068,1,285000,100000,1 +treasure01,69,160,0,0 monster Hydra 1068,1,290000,100000,1 +treasure01,159,40,0,0 monster Hydra 1068,1,290000,100000,1 +treasure01,168,41,0,0 monster Hydra 1068,1,290000,100000,1 +treasure01,67,160,0,0 monster Hydra 1068,1,293000,100000,1 +treasure01,165,70,0,0 monster Hydra 1068,1,293000,100000,1 +treasure01,88,160,0,0 monster Hydra 1068,1,296000,100000,1 +treasure01,158,62,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,159,63,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,158,63,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,164,70,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,163,70,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,159,62,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,169,42,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,169,45,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,168,43,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,168,45,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,159,42,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,169,40,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,158,41,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,158,42,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,158,44,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,163,71,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,68,160,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,49,160,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,48,160,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,87,161,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,89,161,0,0 monster Hydra 1068,1,300000,100000,1 +treasure01,150,162,5,5 monster Hydra 1068,1,300000,100000,1 +treasure01,163,161,5,5 monster Hydra 1068,1,300000,100000,1 +treasure01,163,141,5,5 monster Hydra 1068,1,300000,100000,1 +treasure01,163,151,5,5 monster Hydra 1068,1,300000,100000,1 +treasure01,50,160,0,0 monster Hydra 1068,1,301000,100000,1 +treasure01,169,44,0,0 monster Hydra 1068,1,302000,100000,1 +treasure01,158,45,0,0 monster Hydra 1068,1,302000,100000,1 +treasure01,70,161,0,0 monster Hydra 1068,1,302000,100000,1 +treasure01,169,43,0,0 monster Hydra 1068,1,305000,100000,1 +treasure01,158,43,0,0 monster Hydra 1068,1,305000,100000,1 +treasure01,69,161,0,0 monster Hydra 1068,1,305000,100000,1 +treasure01,164,71,0,0 monster Hydra 1068,1,305000,100000,1 +treasure01,89,160,0,0 monster Hydra 1068,1,305000,100000,1 +treasure01,168,42,0,0 monster Hydra 1068,1,306000,100000,1 +treasure01,70,160,0,0 monster Hydra 1068,1,306000,100000,1 +treasure01,159,41,0,0 monster Hydra 1068,1,306000,100000,1 +treasure01,165,71,0,0 monster Hydra 1068,1,307000,100000,1 +treasure01,158,40,0,0 monster Hydra 1068,1,307000,100000,1 +treasure01,50,161,0,0 monster Hydra 1068,1,308000,100000,1 +treasure01,49,161,0,0 monster Hydra 1068,1,310000,100000,1 +treasure01,86,160,0,0 monster Hydra 1068,1,310000,100000,1 +treasure01,159,44,0,0 monster Hydra 1068,1,312000,100000,1 +treasure01,169,41,0,0 monster Hydra 1068,1,313000,100000,1 +treasure01,60,182,0,0 monster Hydra 1068,1,313000,100000,1 +treasure01,51,161,0,0 monster Hydra 1068,1,314000,100000,1 +treasure01,168,44,0,0 monster Hydra 1068,1,314000,100000,1 +treasure01,162,70,0,0 monster Hydra 1068,1,314000,100000,1 +treasure01,48,161,0,0 monster Hydra 1068,1,316000,100000,1 +treasure01,68,161,0,0 monster Hydra 1068,1,317000,100000,1 +treasure01,159,43,0,0 monster Hydra 1068,1,318000,100000,1 +treasure01,168,40,0,0 monster Hydra 1068,1,322000,100000,1 + +//================================================== +// treasure02 - Sunken Ship +//================================================== +treasure02,0,0,0,0 monster Penomena 1216,38,5000,0,0 +treasure02,0,0,0,0 monster Pirate Skeleton 1071,20,5000,0,0 +treasure02,0,0,0,0 monster Kukre 1070,20,5000,0,0 +treasure02,0,0,0,0 monster Whisper 1179,14,5000,0,0 +treasure02,0,0,0,0 monster Mimic 1191,8,5000,0,0 +treasure02,0,0,0,0 monster Marionette 1143,1,5000,0,0 +treasure02,0,0,0,0 monster Wanderer 1208,1,5000,0,0 +treasure02,100,136,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,101,136,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,102,136,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,103,136,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,100,143,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,101,143,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,102,143,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,103,143,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,103,85,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,102,85,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,95,57,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,96,57,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,101,57,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,102,57,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,107,57,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,108,57,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,100,85,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,101,85,0,0 monster Hydra 1068,1,300000,100000,1 +treasure02,0,0,0,0 monster Ghostring 1120,1,1980000,1200000,1 +treasure02,101,151,8,8 boss_monster Drake 1112,1,7200000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/tur_dun.txt b/npc/pre-re/mobs/dungeons/tur_dun.txt new file mode 100644 index 000000000..467bee819 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/tur_dun.txt @@ -0,0 +1,52 @@ +//===== rAthena Script ======================================= +//= Turtle Island Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.2 Official kRO 10.1 spawns [Playtester] +//============================================================ + +//================================================== +// tur_dun01 - Turtle Island +//================================================== +tur_dun01,0,0,0,0 monster Dragon Tail 1321,25,5000,0,0 +tur_dun01,0,0,0,0 monster Spring Rabbit 1322,25,5000,0,0 +tur_dun01,0,0,0,0 monster Pest 1256,15,5000,0,0 +tur_dun01,0,0,0,0 monster Thara Frog 1034,10,5000,0,0 +tur_dun01,0,0,0,0 monster Permeter 1314,10,5000,0,0 + +//================================================== +// tur_dun02 - Turtle Island Dungeon +//================================================== +tur_dun02,0,0,0,0 monster Solider 1316,40,5000,0,0 +tur_dun02,0,0,0,0 monster Permeter 1314,40,5000,0,0 +tur_dun02,0,0,0,0 monster Freezer 1319,20,5000,0,0 +tur_dun02,0,0,0,0 monster Pest 1256,15,5000,0,0 + +//================================================== +// tur_dun03 - Good Turtles Village +//================================================== +tur_dun03,0,0,0,0 monster Freezer 1319,40,5000,0,0 +tur_dun03,0,0,0,0 monster Assaulter 1315,35,5000,0,0 +tur_dun03,0,0,0,0 monster Permeter 1314,15,5000,0,0 +tur_dun03,0,0,0,0 monster Heater 1318,10,5000,0,0 + +//================================================== +// tur_dun04 - Turtle Palace +//================================================== +tur_dun04,0,0,0,0 monster Assaulter 1315,41,5000,0,0 +tur_dun04,0,0,0,0 monster Heater 1318,33,5000,0,0 +tur_dun04,0,0,0,0 monster Freezer 1319,15,5000,0,0 +tur_dun04,0,0,0,0 monster Permeter 1314,4,5000,0,0 +tur_dun04,99,93,20,20 boss_monster Turtle General 1312,1,3600000,600000,0 + +//================================================== +// tur_dun05 - Underground Swamp Zone +//================================================== +tur_dun05,0,0,0,0 monster Freezer 1319,5,5000,0,0 +tur_dun05,0,0,0,0 monster Permeter 1314,3,5000,0,0 +tur_dun05,0,0,0,0 monster Assaulter 1315,1,5000,0,0 diff --git a/npc/pre-re/mobs/dungeons/xmas_dun.txt b/npc/pre-re/mobs/dungeons/xmas_dun.txt new file mode 100644 index 000000000..eeca02eef --- /dev/null +++ b/npc/pre-re/mobs/dungeons/xmas_dun.txt @@ -0,0 +1,37 @@ +//===== rAthena Script ======================================= +//= Toy Factory Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.4 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.1 added Garm Baby according to May 10 patch +//= 1.2 Official kRO 10.1 spawns [Playtester] +//= 1.3 Small spawn update [Playtester] +//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] +//============================================================ + +//================================================== +// xmas_dun01 - Toy Factory Warehouse +//================================================== +xmas_dun01,0,0,0,0 monster Cookie 1265,40,5000,0,0 +xmas_dun01,0,0,0,0 monster Christmas Cookie 1246,40,5000,0,0 +xmas_dun01,0,0,0,0 monster Marin 1242,20,5000,0,0 +xmas_dun01,0,0,0,0 monster Poporing 1031,20,5000,0,0 +xmas_dun01,0,0,0,0 monster Drops 1113,10,5000,0,0 +xmas_dun01,0,0,0,0 monster Poring 1002,10,5000,0,0 +xmas_dun01,0,0,0,0 monster Myst Case 1249,5,5000,0,0 +xmas_dun01,0,0,0,0 monster Chepet 1250,1,1200000,900000,0 +xmas_dun01,0,0,0,0 monster Mastering 1090,1,1800000,900000,0 +xmas_dun01,0,0,0,0 monster Angeling 1096,1,3600000,1800000,0 + +//================================================== +// xmas_dun02 - Toy Monitoring Room +//================================================== +xmas_dun02,0,0,0,0 monster Myst Case 1249,50,5000,0,0 +xmas_dun02,0,0,0,0 monster Cruiser 1248,35,5000,0,0 +xmas_dun02,0,0,0,0 monster Cookie 1265,20,5000,0,0 +xmas_dun02,0,0,0,0 monster Christmas Cookie 1246,20,5000,0,0 +xmas_dun02,0,0,0,0 boss_monster Stormy Knight 1251,1,3600000,600000,0 diff --git a/npc/pre-re/mobs/dungeons/yggdrasil.txt b/npc/pre-re/mobs/dungeons/yggdrasil.txt new file mode 100644 index 000000000..b3d401ac5 --- /dev/null +++ b/npc/pre-re/mobs/dungeons/yggdrasil.txt @@ -0,0 +1,35 @@ +//===== rAthena Script ======================================= +//= Yggdrasil Tree Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 Splitted from Nifflheim fields [DracoRPG] +//= 1.1 Official kRO 10.1 spawns [Playtester] +//============================================================ + +//================================================== +// yggdrasil01 - Hvergelmir's Fountain (Trunk of Yggdrasil) +//================================================== +yggdrasil01,234,256,10,10 monster Blue Plant 1079,5,1800000,600000,0 +yggdrasil01,273,234,3,3 monster Shining Plant 1083,1,1800000,600000,0 +yggdrasil01,143,257,20,10 monster Shining Plant 1083,5,1200000,600000,0 +yggdrasil01,98,238,20,15 monster Yellow Plant 1081,5,1200000,600000,0 +yggdrasil01,98,238,20,15 monster White Plant 1082,5,1200000,600000,0 +yggdrasil01,47,207,20,20 monster Blue Plant 1079,5,1200000,600000,0 +yggdrasil01,61,258,3,3 monster Shining Plant 1083,1,1800000,600000,0 +yggdrasil01,132,199,20,5 monster Blue Plant 1079,5,1200000,600000,0 +yggdrasil01,209,218,2,2 monster Shining Plant 1083,1,1200000,600000,0 +yggdrasil01,192,186,2,2 monster Shining Plant 1083,1,1800000,1200000,0 +yggdrasil01,169,176,3,3 monster Shining Plant 1083,1,1200000,600000,0 +yggdrasil01,169,176,3,3 monster Green Plant 1080,1,60000,30000,0 +yggdrasil01,94,111,5,2 monster Shining Plant 1083,1,1200000,600000,0 +yggdrasil01,51,118,10,3 monster Shining Plant 1083,1,1200000,600000,0 +yggdrasil01,133,54,3,3 monster Shining Plant 1083,1,1200000,600000,0 +yggdrasil01,257,63,10,10 monster Shining Plant 1083,3,1800000,1200000,0 +yggdrasil01,0,0,0,0 monster Shining Plant 1083,10,3600000,2300000,0 +yggdrasil01,0,0,0,0 monster Green Plant 1080,25,60000,30000,0 +yggdrasil01,0,0,0,0 monster Red Plant 1078,15,60000,30000,0 -- cgit v1.2.3-60-g2f50