From 8623b7a9216b6b741a7f1191766cbc045a9db7b3 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 4 Aug 2021 13:07:47 +0000 Subject: [PATCH] Moved Oren castle spawns to a separate file. --- .../dist/game/data/spawns/Castles/Oren.xml | 20 ++ .../dist/game/data/spawns/old/22_19.xml | 15 +- .../dist/game/data/spawns/Castles/Oren.xml | 20 ++ .../dist/game/data/spawns/old/22_19.xml | 15 +- .../dist/game/data/spawns/Castles/Oren.xml | 20 ++ .../dist/game/data/spawns/old/22_19.xml | 15 +- .../dist/game/data/spawns/Castles/Oren.xml | 20 ++ .../dist/game/data/spawns/old/22_19.xml | 15 +- .../dist/game/data/spawns/Castles/Oren.xml | 20 ++ .../dist/game/data/spawns/old/22_19.xml | 15 +- .../dist/game/data/spawns/Castles/Oren.xml | 20 ++ .../dist/game/data/spawns/old/22_19.xml | 15 +- .../dist/game/data/spawns/Castles/Oren.xml | 20 ++ .../dist/game/data/spawns/old/22_19.xml | 15 +- .../dist/game/data/spawns/Castles/Oren.xml | 20 ++ .../dist/game/data/spawns/old/22_19.xml | 15 +- .../dist/game/data/spawns/Castles/Oren.xml | 20 ++ .../dist/game/data/spawns/old/22_19.xml | 15 +- .../dist/game/data/spawns/Castles/Oren.xml | 20 ++ .../dist/game/data/spawns/old/22_19.xml | 15 +- .../dist/game/data/spawns/Castles/Oren.xml | 20 ++ .../dist/game/data/spawns/old/22_19.xml | 273 +++++++++--------- .../dist/game/data/spawns/Castles/Oren.xml | 19 ++ .../dist/game/data/spawns/EpilogueSpawns.xml | 14 - .../dist/game/data/spawns/Castles/Oren.xml | 19 ++ .../dist/game/data/spawns/HighFiveSpawns.xml | 14 - .../dist/game/data/spawns/Castles/Oren.xml | 18 ++ .../dist/game/data/spawns/Oren/Oren.xml | 11 - .../dist/game/data/spawns/Castles/Oren.xml | 18 ++ .../dist/game/data/spawns/Oren/Oren.xml | 11 - .../dist/game/data/spawns/Castles/Oren.xml | 18 ++ .../dist/game/data/spawns/Oren/Oren.xml | 11 - .../dist/game/data/spawns/Castles/Oren.xml | 18 ++ .../dist/game/data/spawns/Oren/Oren.xml | 11 - .../dist/game/data/spawns/Castles/Oren.xml | 18 ++ .../dist/game/data/spawns/Oren/Oren.xml | 11 - .../dist/game/data/spawns/Castles/Oren.xml | 18 ++ .../dist/game/data/spawns/Oren/Oren.xml | 11 - .../dist/game/data/spawns/Castles/Oren.xml | 18 ++ .../dist/game/data/spawns/Oren/Oren.xml | 11 - .../dist/game/data/spawns/Castles/Oren.xml | 18 ++ .../dist/game/data/spawns/Oren/Oren.xml | 11 - .../dist/game/data/spawns/Castles/Oren.xml | 18 ++ .../dist/game/data/spawns/Oren/Oren.xml | 11 - .../dist/game/data/spawns/Castles/Oren.xml | 18 ++ .../dist/game/data/spawns/Oren/Oren.xml | 11 - 46 files changed, 578 insertions(+), 421 deletions(-) create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_4.0_GrandCrusade/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_5.0_Salvation/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_7.0_PreludeOfWar/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_CT_2.4_Epilogue/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_CT_2.6_HighFive/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_Classic_2.0_Saviors/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_Classic_2.1_Zaken/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_Classic_2.2_Antharas/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/Castles/Oren.xml create mode 100644 L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/spawns/Castles/Oren.xml diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..90c6793301 --- /dev/null +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/spawns/old/22_19.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/spawns/old/22_19.xml index 45df617e81..8862d329cc 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/spawns/old/22_19.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/spawns/old/22_19.xml @@ -2,8 +2,6 @@ - - @@ -43,17 +41,9 @@ - - - - - - - - @@ -135,9 +125,6 @@ - - - - \ No newline at end of file + diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_2.5_Underground/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..90c6793301 --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/spawns/old/22_19.xml b/L2J_Mobius_2.5_Underground/dist/game/data/spawns/old/22_19.xml index 45df617e81..8862d329cc 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/spawns/old/22_19.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/spawns/old/22_19.xml @@ -2,8 +2,6 @@ - - @@ -43,17 +41,9 @@ - - - - - - - - @@ -135,9 +125,6 @@ - - - - \ No newline at end of file + diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_3.0_Helios/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..90c6793301 --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/spawns/old/22_19.xml b/L2J_Mobius_3.0_Helios/dist/game/data/spawns/old/22_19.xml index 45df617e81..8862d329cc 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/spawns/old/22_19.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/spawns/old/22_19.xml @@ -2,8 +2,6 @@ - - @@ -43,17 +41,9 @@ - - - - - - - - @@ -135,9 +125,6 @@ - - - - \ No newline at end of file + diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..90c6793301 --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/spawns/old/22_19.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/spawns/old/22_19.xml index 45df617e81..8862d329cc 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/spawns/old/22_19.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/spawns/old/22_19.xml @@ -2,8 +2,6 @@ - - @@ -43,17 +41,9 @@ - - - - - - - - @@ -135,9 +125,6 @@ - - - - \ No newline at end of file + diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..90c6793301 --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/spawns/old/22_19.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/spawns/old/22_19.xml index 45df617e81..8862d329cc 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/spawns/old/22_19.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/spawns/old/22_19.xml @@ -2,8 +2,6 @@ - - @@ -43,17 +41,9 @@ - - - - - - - - @@ -135,9 +125,6 @@ - - - - \ No newline at end of file + diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..90c6793301 --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/old/22_19.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/old/22_19.xml index 45df617e81..8862d329cc 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/old/22_19.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/spawns/old/22_19.xml @@ -2,8 +2,6 @@ - - @@ -43,17 +41,9 @@ - - - - - - - - @@ -135,9 +125,6 @@ - - - - \ No newline at end of file + diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..90c6793301 --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/old/22_19.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/old/22_19.xml index 45df617e81..8862d329cc 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/old/22_19.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/spawns/old/22_19.xml @@ -2,8 +2,6 @@ - - @@ -43,17 +41,9 @@ - - - - - - - - @@ -135,9 +125,6 @@ - - - - \ No newline at end of file + diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..90c6793301 --- /dev/null +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/spawns/old/22_19.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/spawns/old/22_19.xml index 45df617e81..8862d329cc 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/spawns/old/22_19.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/spawns/old/22_19.xml @@ -2,8 +2,6 @@ - - @@ -43,17 +41,9 @@ - - - - - - - - @@ -135,9 +125,6 @@ - - - - \ No newline at end of file + diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..90c6793301 --- /dev/null +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/spawns/old/22_19.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/spawns/old/22_19.xml index 45df617e81..8862d329cc 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/spawns/old/22_19.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/spawns/old/22_19.xml @@ -2,8 +2,6 @@ - - @@ -43,17 +41,9 @@ - - - - - - - - @@ -135,9 +125,6 @@ - - - - \ No newline at end of file + diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..90c6793301 --- /dev/null +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/spawns/old/22_19.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/spawns/old/22_19.xml index 45df617e81..8862d329cc 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/spawns/old/22_19.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/spawns/old/22_19.xml @@ -2,8 +2,6 @@ - - @@ -43,17 +41,9 @@ - - - - - - - - @@ -135,9 +125,6 @@ - - - - \ No newline at end of file + diff --git a/L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..90c6793301 --- /dev/null +++ b/L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/dist/game/data/spawns/old/22_19.xml b/L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/dist/game/data/spawns/old/22_19.xml index 45df617e81..7d2a740691 100644 --- a/L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/dist/game/data/spawns/old/22_19.xml +++ b/L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/dist/game/data/spawns/old/22_19.xml @@ -1,143 +1,130 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..3313658090 --- /dev/null +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/spawns/EpilogueSpawns.xml b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/spawns/EpilogueSpawns.xml index 2002c50428..1c6d56f606 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/spawns/EpilogueSpawns.xml +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/spawns/EpilogueSpawns.xml @@ -16882,7 +16882,6 @@ - @@ -17375,7 +17374,6 @@ - @@ -17435,7 +17433,6 @@ - @@ -17925,7 +17922,6 @@ - @@ -18011,7 +18007,6 @@ - @@ -18079,7 +18074,6 @@ - @@ -18159,7 +18153,6 @@ - @@ -18179,7 +18172,6 @@ - @@ -18238,7 +18230,6 @@ - @@ -18270,11 +18261,9 @@ - - @@ -18297,7 +18286,6 @@ - @@ -18455,7 +18443,6 @@ - @@ -18483,7 +18470,6 @@ - diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..3313658090 --- /dev/null +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/spawns/HighFiveSpawns.xml b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/spawns/HighFiveSpawns.xml index 810f03dac9..62b0c904a8 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/spawns/HighFiveSpawns.xml +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/spawns/HighFiveSpawns.xml @@ -17617,7 +17617,6 @@ - @@ -18171,7 +18170,6 @@ - @@ -18236,7 +18234,6 @@ - @@ -18787,7 +18784,6 @@ - @@ -18889,7 +18885,6 @@ - @@ -18977,7 +18972,6 @@ - @@ -19077,7 +19071,6 @@ - @@ -19104,7 +19097,6 @@ - @@ -19172,7 +19164,6 @@ - @@ -19212,11 +19203,9 @@ - - @@ -19244,7 +19233,6 @@ - @@ -19429,7 +19417,6 @@ - @@ -19469,7 +19456,6 @@ - diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..f9a0e5ed67 --- /dev/null +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/spawns/Oren/Oren.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/spawns/Oren/Oren.xml index 9c2b8226d4..d968d9de73 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/spawns/Oren/Oren.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/spawns/Oren/Oren.xml @@ -283,13 +283,6 @@ - - - - - - - @@ -331,10 +324,7 @@ - - - @@ -412,7 +402,6 @@ - diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..f9a0e5ed67 --- /dev/null +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/spawns/Oren/Oren.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/spawns/Oren/Oren.xml index 56a24e0540..54b4c008ba 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/spawns/Oren/Oren.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/spawns/Oren/Oren.xml @@ -282,13 +282,6 @@ - - - - - - - @@ -330,10 +323,7 @@ - - - @@ -410,7 +400,6 @@ - diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..f9a0e5ed67 --- /dev/null +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/spawns/Oren/Oren.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/spawns/Oren/Oren.xml index 56a24e0540..54b4c008ba 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/spawns/Oren/Oren.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/spawns/Oren/Oren.xml @@ -282,13 +282,6 @@ - - - - - - - @@ -330,10 +323,7 @@ - - - @@ -410,7 +400,6 @@ - diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..f9a0e5ed67 --- /dev/null +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/spawns/Oren/Oren.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/spawns/Oren/Oren.xml index 1e75e97533..3b997537cb 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/spawns/Oren/Oren.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/spawns/Oren/Oren.xml @@ -282,13 +282,6 @@ - - - - - - - @@ -330,10 +323,7 @@ - - - @@ -410,7 +400,6 @@ - diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..f9a0e5ed67 --- /dev/null +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/spawns/Oren/Oren.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/spawns/Oren/Oren.xml index 1e75e97533..3b997537cb 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/spawns/Oren/Oren.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/spawns/Oren/Oren.xml @@ -282,13 +282,6 @@ - - - - - - - @@ -330,10 +323,7 @@ - - - @@ -410,7 +400,6 @@ - diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..f9a0e5ed67 --- /dev/null +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/Oren/Oren.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/Oren/Oren.xml index 1e75e97533..3b997537cb 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/Oren/Oren.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/Oren/Oren.xml @@ -282,13 +282,6 @@ - - - - - - - @@ -330,10 +323,7 @@ - - - @@ -410,7 +400,6 @@ - diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..f9a0e5ed67 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Oren/Oren.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Oren/Oren.xml index e73719487f..d7ce5ad8f3 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Oren/Oren.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/spawns/Oren/Oren.xml @@ -281,13 +281,6 @@ - - - - - - - @@ -329,10 +322,7 @@ - - - @@ -409,7 +399,6 @@ - diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..f9a0e5ed67 --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Oren/Oren.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Oren/Oren.xml index 1e75e97533..3b997537cb 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Oren/Oren.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/spawns/Oren/Oren.xml @@ -282,13 +282,6 @@ - - - - - - - @@ -330,10 +323,7 @@ - - - @@ -410,7 +400,6 @@ - diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..b758abd6d1 --- /dev/null +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/Oren/Oren.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/Oren/Oren.xml index dd8d046cfa..529cf982e6 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/Oren/Oren.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/spawns/Oren/Oren.xml @@ -282,13 +282,6 @@ - - - - - - - @@ -330,10 +323,7 @@ - - - @@ -410,7 +400,6 @@ - diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/spawns/Castles/Oren.xml b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/spawns/Castles/Oren.xml new file mode 100644 index 0000000000..b758abd6d1 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/spawns/Castles/Oren.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/spawns/Oren/Oren.xml b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/spawns/Oren/Oren.xml index dd8d046cfa..529cf982e6 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/spawns/Oren/Oren.xml +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/spawns/Oren/Oren.xml @@ -282,13 +282,6 @@ - - - - - - - @@ -330,10 +323,7 @@ - - - @@ -410,7 +400,6 @@ -