From b6d571466dac0c280de472596b32152d15b91d69 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Tue, 25 May 2021 00:27:44 +0000 Subject: [PATCH] Various treasure box related additions. Contributed by quangnguyen. --- .../game/data/stats/items/45400-45499.xml | 4 + .../game/data/stats/items/49400-49499.xml | 8 + .../game/data/stats/items/49500-49599.xml | 8 + .../game/data/stats/items/49700-49799.xml | 4 + .../game/data/stats/items/49800-49899.xml | 2 - .../game/data/stats/items/71900-71999.xml | 152 ++++- .../game/data/stats/items/72000-72099.xml | 56 +- .../game/data/stats/items/90500-90599.xml | 15 +- .../game/data/stats/items/90800-90899.xml | 8 + .../game/data/stats/items/91100-91199.xml | 4 + .../game/data/stats/items/91200-91299.xml | 4 + .../game/data/stats/items/91400-91499.xml | 4 + .../game/data/stats/items/91500-91599.xml | 4 + .../game/data/stats/items/91600-91699.xml | 10 +- .../game/data/stats/items/91700-91799.xml | 8 + .../game/data/stats/items/91800-91899.xml | 12 + .../game/data/stats/items/91900-91999.xml | 4 + .../game/data/stats/items/92900-92999.xml | 254 ++++++- .../game/data/stats/items/93000-93099.xml | 13 + .../game/data/stats/items/93100-93199.xml | 583 ++++++++++++++++ .../game/data/stats/items/93200-93299.xml | 646 ++++++++++++++++++ .../game/data/stats/items/93800-93899.xml | 24 + .../game/data/stats/items/93900-93999.xml | 230 +++++++ .../game/data/stats/items/94500-94599.xml | 84 +++ .../game/data/stats/items/94600-94699.xml | 16 + .../game/data/stats/skills/32000-32099.xml | 101 ++- .../game/data/stats/skills/39000-39099.xml | 114 ++++ .../game/data/stats/skills/39100-39199.xml | 29 + .../game/data/stats/skills/39200-39299.xml | 237 +++++++ .../game/data/stats/skills/45100-45199.xml | 19 +- .../game/data/stats/skills/50100-50199.xml | 117 ++++ .../game/data/stats/skills/51000-51099.xml | 102 +++ .../game/data/stats/skills/51100-51199.xml | 58 ++ .../game/data/stats/skills/51200-51299.xml | 23 + .../game/data/stats/skills/51300-51399.xml | 64 ++ .../game/data/stats/skills/51400-51499.xml | 23 + .../game/data/stats/skills/54000-54099.xml | 91 +++ .../game/data/stats/items/45400-45499.xml | 4 + .../game/data/stats/items/49400-49499.xml | 8 + .../game/data/stats/items/49500-49599.xml | 8 + .../game/data/stats/items/49700-49799.xml | 4 + .../game/data/stats/items/49800-49899.xml | 2 - .../game/data/stats/items/71900-71999.xml | 152 ++++- .../game/data/stats/items/72000-72099.xml | 56 +- .../game/data/stats/items/90500-90599.xml | 15 +- .../game/data/stats/items/90800-90899.xml | 8 + .../game/data/stats/items/91100-91199.xml | 4 + .../game/data/stats/items/91200-91299.xml | 4 + .../game/data/stats/items/91400-91499.xml | 4 + .../game/data/stats/items/91500-91599.xml | 4 + .../game/data/stats/items/91600-91699.xml | 10 +- .../game/data/stats/items/91700-91799.xml | 8 + .../game/data/stats/items/91800-91899.xml | 12 + .../game/data/stats/items/91900-91999.xml | 4 + .../game/data/stats/items/92900-92999.xml | 254 ++++++- .../game/data/stats/items/93000-93099.xml | 13 + .../game/data/stats/items/93100-93199.xml | 583 ++++++++++++++++ .../game/data/stats/items/93200-93299.xml | 646 ++++++++++++++++++ .../game/data/stats/items/93800-93899.xml | 24 + .../game/data/stats/items/93900-93999.xml | 230 +++++++ .../game/data/stats/items/94500-94599.xml | 84 +++ .../game/data/stats/items/94600-94699.xml | 132 ++++ .../game/data/stats/items/94700-94799.xml | 112 +++ .../game/data/stats/items/94800-94899.xml | 358 ++++++++++ .../game/data/stats/items/95600-95699.xml | 78 +++ .../game/data/stats/skills/32000-32099.xml | 101 ++- .../game/data/stats/skills/39000-39099.xml | 114 ++++ .../game/data/stats/skills/39100-39199.xml | 29 + .../game/data/stats/skills/39200-39299.xml | 237 +++++++ .../game/data/stats/skills/45100-45199.xml | 3 +- .../game/data/stats/skills/50100-50199.xml | 117 ++++ .../game/data/stats/skills/51000-51099.xml | 102 +++ .../game/data/stats/skills/51100-51199.xml | 58 ++ .../game/data/stats/skills/51200-51299.xml | 23 + .../game/data/stats/skills/51300-51399.xml | 64 ++ .../game/data/stats/skills/51400-51499.xml | 23 + .../game/data/stats/skills/54000-54099.xml | 91 +++ 77 files changed, 6834 insertions(+), 84 deletions(-) diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/45400-45499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/45400-45499.xml index 649aa120de..d7f81b86ed 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/45400-45499.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/45400-45499.xml @@ -21,6 +21,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49400-49499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49400-49499.xml index 09d45afb1a..39b20e1897 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49400-49499.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49400-49499.xml @@ -548,6 +548,10 @@ + + + + @@ -557,6 +561,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49500-49599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49500-49599.xml index fd41ea9430..b2c9e5a167 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49500-49599.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49500-49599.xml @@ -241,6 +241,10 @@ + + + + @@ -263,6 +267,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49700-49799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49700-49799.xml index 991579d093..f69f2b0304 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49700-49799.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49700-49799.xml @@ -990,6 +990,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49800-49899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49800-49899.xml index e862963895..8d092aa213 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49800-49899.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49800-49899.xml @@ -534,7 +534,6 @@ - @@ -552,7 +551,6 @@ - diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71900-71999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71900-71999.xml index 17a2b88087..f0a3280a59 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71900-71999.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/71900-71999.xml @@ -230,6 +230,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -241,17 +287,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + @@ -369,5 +465,59 @@ + + + + ‬ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/72000-72099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/72000-72099.xml index f563f8e9db..17d0cc76b6 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/72000-72099.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/72000-72099.xml @@ -3,13 +3,17 @@ - + + + + + @@ -32,6 +36,56 @@ + + + + ‬ + + + + + + + + + + + + + + ‬ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90500-90599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90500-90599.xml index bed0aacdb4..31508dadad 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90500-90599.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90500-90599.xml @@ -3,11 +3,16 @@ - + + + + + + @@ -17,6 +22,10 @@ + + + + @@ -230,6 +239,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90800-90899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90800-90899.xml index a85cab7cc1..15c6712088 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90800-90899.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90800-90899.xml @@ -1056,6 +1056,10 @@ + + + + @@ -1065,6 +1069,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91100-91199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91100-91199.xml index 9e230cda8e..6c14dd3eaf 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91100-91199.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91100-91199.xml @@ -1051,6 +1051,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml index d7f4fb039d..a068030656 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml @@ -79,6 +79,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml index 062e9ee8f2..9abab9780b 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml @@ -62,6 +62,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91500-91599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91500-91599.xml index da92074e3f..f34c6ad2df 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91500-91599.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91500-91599.xml @@ -1221,6 +1221,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml index 2aa5a27310..06c6a964a8 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml @@ -382,6 +382,10 @@ + + + + @@ -1218,11 +1222,15 @@ - + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml index 9aa91dfc1c..6a0d932c61 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml @@ -755,6 +755,10 @@ + + + + @@ -766,6 +770,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91800-91899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91800-91899.xml index 686c6b16e6..07ec0e13cf 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91800-91899.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91800-91899.xml @@ -684,6 +684,10 @@ + + + + @@ -694,6 +698,10 @@ + + + + @@ -704,6 +712,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml index dc4e11b840..236b58b019 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml @@ -197,6 +197,10 @@ + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92900-92999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92900-92999.xml index 1d0cf26501..dc45da77ed 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92900-92999.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92900-92999.xml @@ -1091,6 +1091,7 @@ + 570 151 @@ -1403,6 +1404,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1414,6 +1445,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1425,6 +1487,25 @@ + + + + + + + + + + + + + + + + + + + @@ -1436,6 +1517,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1447,6 +1559,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1458,6 +1600,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -1546,6 +1712,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1561,36 +1755,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + ‬ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml index 4e13fdee96..d6008ac35d 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml @@ -365,6 +365,19 @@ + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml index 51874e99ae..d19320af64 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml @@ -793,6 +793,17 @@ + + + + + + + + + + + @@ -804,6 +815,17 @@ + + + + + + + + + + + @@ -815,6 +837,17 @@ + + + + + + + + + + + @@ -826,6 +859,17 @@ + + + + + + + + + + + @@ -837,6 +881,17 @@ + + + + + + + + + + + @@ -848,6 +903,17 @@ + + + + + + + + + + + @@ -859,6 +925,17 @@ + + + + + + + + + + + @@ -870,6 +947,17 @@ + + + + + + + + + + + @@ -881,6 +969,17 @@ + + + + + + + + + + + @@ -892,6 +991,17 @@ + + + + + + + + + + + @@ -903,6 +1013,17 @@ + + + + + + + + + + + @@ -914,6 +1035,17 @@ + + + + + + + + + + + @@ -925,6 +1057,17 @@ + + + + + + + + + + + @@ -936,6 +1079,17 @@ + + + + + + + + + + + @@ -947,6 +1101,17 @@ + + + + + + + + + + + @@ -958,6 +1123,17 @@ + + + + + + + + + + + @@ -969,6 +1145,17 @@ + + + + + + + + + + + @@ -980,6 +1167,17 @@ + + + + + + + + + + + @@ -991,6 +1189,17 @@ + + + + + + + + + + + @@ -1002,6 +1211,17 @@ + + + + + + + + + + + @@ -1013,6 +1233,17 @@ + + + + + + + + + + + @@ -1024,6 +1255,17 @@ + + + + + + + + + + + @@ -1035,6 +1277,17 @@ + + + + + + + + + + + @@ -1046,6 +1299,17 @@ + + + + + + + + + + + @@ -1057,6 +1321,17 @@ + + + + + + + + + + + @@ -1068,6 +1343,17 @@ + + + + + + + + + + + @@ -1079,6 +1365,17 @@ + + + + + + + + + + + @@ -1090,6 +1387,17 @@ + + + + + + + + + + + @@ -1101,6 +1409,17 @@ + + + + + + + + + + + @@ -1112,6 +1431,17 @@ + + + + + + + + + + + @@ -1123,6 +1453,17 @@ + + + + + + + + + + + @@ -1134,6 +1475,17 @@ + + + + + + + + + + + @@ -1145,6 +1497,17 @@ + + + + + + + + + + + @@ -1156,6 +1519,17 @@ + + + + + + + + + + + @@ -1167,6 +1541,17 @@ + + + + + + + + + + + @@ -1178,6 +1563,17 @@ + + + + + + + + + + + @@ -1189,6 +1585,17 @@ + + + + + + + + + + + @@ -1200,6 +1607,17 @@ + + + + + + + + + + + @@ -1211,6 +1629,17 @@ + + + + + + + + + + + @@ -1222,6 +1651,17 @@ + + + + + + + + + + + @@ -1233,6 +1673,17 @@ + + + + + + + + + + + @@ -1244,6 +1695,17 @@ + + + + + + + + + + + @@ -1255,6 +1717,17 @@ + + + + + + + + + + + @@ -1266,6 +1739,17 @@ + + + + + + + + + + + @@ -1277,6 +1761,17 @@ + + + + + + + + + + + @@ -1288,6 +1783,17 @@ + + + + + + + + + + + @@ -1299,6 +1805,17 @@ + + + + + + + + + + + @@ -1310,6 +1827,17 @@ + + + + + + + + + + + @@ -1321,6 +1849,17 @@ + + + + + + + + + + + @@ -1332,6 +1871,17 @@ + + + + + + + + + + + @@ -1343,6 +1893,17 @@ + + + + + + + + + + + @@ -1354,6 +1915,17 @@ + + + + + + + + + + + @@ -1365,5 +1937,16 @@ + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml index 5088d73d4b..a5d3cad77e 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml @@ -10,6 +10,17 @@ + + + + + + + + + + + @@ -21,6 +32,17 @@ + + + + + + + + + + + @@ -32,6 +54,17 @@ + + + + + + + + + + + @@ -43,6 +76,17 @@ + + + + + + + + + + + @@ -54,6 +98,17 @@ + + + + + + + + + + + @@ -65,6 +120,17 @@ + + + + + + + + + + + @@ -76,6 +142,17 @@ + + + + + + + + + + + @@ -87,6 +164,17 @@ + + + + + + + + + + + @@ -98,6 +186,17 @@ + + + + + + + + + + + @@ -109,6 +208,17 @@ + + + + + + + + + + + @@ -120,6 +230,17 @@ + + + + + + + + + + + @@ -131,6 +252,17 @@ + + + + + + + + + + + @@ -142,6 +274,17 @@ + + + + + + + + + + + @@ -153,6 +296,17 @@ + + + + + + + + + + + @@ -164,6 +318,17 @@ + + + + + + + + + + + @@ -175,6 +340,17 @@ + + + + + + + + + + + @@ -186,6 +362,17 @@ + + + + + + + + + + + @@ -197,6 +384,17 @@ + + + + + + + + + + + @@ -208,6 +406,17 @@ + + + + + + + + + + + @@ -219,6 +428,17 @@ + + + + + + + + + + + @@ -230,6 +450,17 @@ + + + + + + + + + + + @@ -241,6 +472,17 @@ + + + + + + + + + + + @@ -252,6 +494,17 @@ + + + + + + + + + + + @@ -263,6 +516,17 @@ + + + + + + + + + + + @@ -274,6 +538,17 @@ + + + + + + + + + + + @@ -285,6 +560,17 @@ + + + + + + + + + + + @@ -296,6 +582,17 @@ + + + + + + + + + + + @@ -307,6 +604,17 @@ + + + + + + + + + + + @@ -318,6 +626,17 @@ + + + + + + + + + + + @@ -329,6 +648,17 @@ + + + + + + + + + + + @@ -340,6 +670,17 @@ + + + + + + + + + + + @@ -351,6 +692,17 @@ + + + + + + + + + + + @@ -362,6 +714,17 @@ + + + + + + + + + + + @@ -373,6 +736,17 @@ + + + + + + + + + + + @@ -384,6 +758,17 @@ + + + + + + + + + + + @@ -395,6 +780,17 @@ + + + + + + + + + + + @@ -406,6 +802,17 @@ + + + + + + + + + + + @@ -417,6 +824,17 @@ + + + + + + + + + + + @@ -428,6 +846,17 @@ + + + + + + + + + + + @@ -439,6 +868,17 @@ + + + + + + + + + + + @@ -450,6 +890,17 @@ + + + + + + + + + + + @@ -461,6 +912,17 @@ + + + + + + + + + + + @@ -472,6 +934,17 @@ + + + + + + + + + + + @@ -483,6 +956,17 @@ + + + + + + + + + + + @@ -494,6 +978,17 @@ + + + + + + + + + + + @@ -505,6 +1000,17 @@ + + + + + + + + + + + @@ -516,6 +1022,17 @@ + + + + + + + + + + + @@ -527,6 +1044,17 @@ + + + + + + + + + + + @@ -538,6 +1066,23 @@ + + + + + + + + + + + + + + + + + @@ -549,6 +1094,18 @@ + + + + + + + + + + + + @@ -560,6 +1117,18 @@ + + + + + + + + + + + + @@ -571,6 +1140,16 @@ + + + + + + + + + + @@ -582,6 +1161,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -593,6 +1205,14 @@ + + + + + + + + @@ -604,6 +1224,15 @@ + + + + + + + + + @@ -804,6 +1433,23 @@ + + + + ‬ + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml index 0f6ee0298b..0823cf9041 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml @@ -1057,6 +1057,30 @@ + + + + + + + + + ‬ + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93900-93999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93900-93999.xml index d49351a179..1c97730f3a 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93900-93999.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93900-93999.xml @@ -240,6 +240,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -995,6 +1033,16 @@ + + + + + + + + + + @@ -1006,6 +1054,22 @@ + + + + + + + + + + + + + + + + @@ -1028,6 +1092,20 @@ + + + + + + + + + + + + + + @@ -1039,6 +1117,23 @@ + + + + + + + + + + + + + + + + + @@ -1050,6 +1145,24 @@ + + + + + + + + + + + + + + + + + + @@ -1061,6 +1174,27 @@ + + + + + + + + + + + + + + + + + + + + + @@ -1072,6 +1206,21 @@ + + + + + + + + + + + + + + + @@ -1083,6 +1232,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -1094,6 +1263,19 @@ + + + + + + + + + + + + + @@ -1105,6 +1287,19 @@ + + + + + + + + + + + + + @@ -1116,6 +1311,19 @@ + + + + + + + + + + + + + @@ -1138,6 +1346,18 @@ + + + + + + + + + + + + @@ -1149,6 +1369,16 @@ + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94500-94599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94500-94599.xml index f83ff48cee..dfcb6a67e1 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94500-94599.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94500-94599.xml @@ -869,6 +869,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -935,6 +1004,21 @@ + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94600-94699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94600-94699.xml index 719870d006..4b39987174 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94600-94699.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94600-94699.xml @@ -204,6 +204,22 @@ + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/32000-32099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/32000-32099.xml index 627c9017f5..6697724090 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/32000-32099.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/32000-32099.xml @@ -689,12 +689,111 @@ icon.etc_pi_gift_box_i00 + 2 + 1 + 49434 + 1 A1 + 500 + 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon.etc_scroll_white_i00 - A1 + 1 + 1200 + BERSERKER + 1 + 49435 + true 4000 + 2 + -1 + A2 + NONE + 5 + -1 + true + true + SELF + SINGLE + + + -5 + PER + + + -10 + PER + + + -2 + DIFF + + + 5 + PER + + + 10 + PER + + + 5 + DIFF + + + 5 + PER + + + 5 + PER + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39000-39099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39000-39099.xml index e10dadf156..112a845de3 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39000-39099.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39000-39099.xml @@ -697,9 +697,99 @@ icon.new_user_box + 2 + 1 + 90522 + 1 A1 500 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1425,9 +1515,33 @@ icon.card_event_blue_box + 2 + 1 + 49519 + 1 A1 500 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + icon.card_event_black_box diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39100-39199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39100-39199.xml index ba5689a537..4de7c29cf0 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39100-39199.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39100-39199.xml @@ -1196,7 +1196,36 @@ icon.npoint_valakas_30day_box + 2 + 1 + 49771 + 1 A1 + 500 + 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39200-39299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39200-39299.xml index 056a3b9dca..588e4b00c0 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39200-39299.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39200-39299.xml @@ -1489,17 +1489,254 @@ icon.bm_dragon_present + 2 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon.bm_dragon_shinning_present + 2 + 1 + 90501 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45100-45199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45100-45199.xml index 9f8eb0c046..902b940014 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45100-45199.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45100-45199.xml @@ -891,10 +891,10 @@ 1000 1 - 14 - 25 - 44 - 44 + 3 + 20 + 40 + 76 A2 10000 @@ -929,10 +929,10 @@ 1000 1 - 20 - 30 + 2 + 20 40 - 40 + 76 A2 10000 @@ -3043,7 +3043,7 @@ 7 8 9 - 9 + 10 1200 SNIPE @@ -4159,9 +4159,11 @@ + icon.skill19428 1 600 BR_EVENT_BUF1 + U_ER_WI_WINDHIDE_AVE 4 20 @@ -4169,7 +4171,6 @@ A2 1 - U_ER_WI_WINDHIDE_AVE TARGET SINGLE diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50100-50199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50100-50199.xml index ebb34489d6..80344ddb7a 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50100-50199.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50100-50199.xml @@ -228,22 +228,98 @@ + 2 + 1 + 91853 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + 2 + 1 + 91854 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + 2 + 1 + 91855 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + @@ -430,9 +506,50 @@ icon.etc_treasure_box_i04 + 2 + 1 + 91183 + 1 A1 500 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + A1 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51000-51099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51000-51099.xml index 77995e0922..f5a3c97480 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51000-51099.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51000-51099.xml @@ -93,17 +93,63 @@ icon.bm_sayha_gold_present + 2 + 1 + 90877 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + icon.bm_sayha_silver_present + 2 + 1 + 90878 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + @@ -122,10 +168,66 @@ A1 + 2 + 1 + 45488 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A1 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51100-51199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51100-51199.xml index ea0275f6d1..1de002b4b2 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51100-51199.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51100-51199.xml @@ -480,16 +480,74 @@ 10000 + 2 + 1 + 91909 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + 2 + 1 + 91207 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + A1 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51200-51299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51200-51299.xml index f6d2500b93..3ed786e43b 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51200-51299.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51200-51299.xml @@ -1148,10 +1148,33 @@ icon.bm_elmoaden_box + 2 + 1 + 91407 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + icon.bm_elmoaden_pocket diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51300-51399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51300-51399.xml index 20c80a971d..319667ef68 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51300-51399.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51300-51399.xml @@ -408,7 +408,36 @@ icon.etc_treasure_box_i04 + 2 + 1 + 91586 + 1 A1 + 500 + 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + icon.etc_treasure_box_i04 @@ -688,10 +717,45 @@ P + 2 + 1 + 91635 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51400-51499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51400-51499.xml index 2e1697ee84..f1ad86eaf2 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51400-51499.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51400-51499.xml @@ -188,10 +188,33 @@ P + 2 + 1 + 91696 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + icon.etc_treasure_box_i04 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/54000-54099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/54000-54099.xml index c6a17697e7..3b222f06b2 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/54000-54099.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/54000-54099.xml @@ -1870,16 +1870,107 @@ 3000 + 2 + 1 + 91761 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + 1 + 91762 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A1 diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/45400-45499.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/45400-45499.xml index 649aa120de..d7f81b86ed 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/45400-45499.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/45400-45499.xml @@ -21,6 +21,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49400-49499.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49400-49499.xml index a09534f45f..35e5749d73 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49400-49499.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49400-49499.xml @@ -548,6 +548,10 @@ + + + + @@ -557,6 +561,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49500-49599.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49500-49599.xml index fd41ea9430..b2c9e5a167 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49500-49599.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49500-49599.xml @@ -241,6 +241,10 @@ + + + + @@ -263,6 +267,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49700-49799.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49700-49799.xml index fdd83d3f91..c967f0b1a2 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49700-49799.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49700-49799.xml @@ -990,6 +990,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49800-49899.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49800-49899.xml index 4856eeb3ec..46d664541d 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49800-49899.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49800-49899.xml @@ -534,7 +534,6 @@ - @@ -552,7 +551,6 @@ - diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/71900-71999.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/71900-71999.xml index 17a2b88087..8e16b33763 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/71900-71999.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/71900-71999.xml @@ -230,6 +230,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -241,17 +287,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + @@ -369,5 +465,59 @@ + + + + ‬ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/72000-72099.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/72000-72099.xml index 700690bbc7..96921f44eb 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/72000-72099.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/72000-72099.xml @@ -3,13 +3,17 @@ - + + + + + @@ -32,6 +36,56 @@ + + + + ‬ + + + + + + + + + + + + + + ‬ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90500-90599.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90500-90599.xml index bed0aacdb4..31508dadad 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90500-90599.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90500-90599.xml @@ -3,11 +3,16 @@ - + + + + + + @@ -17,6 +22,10 @@ + + + + @@ -230,6 +239,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90800-90899.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90800-90899.xml index 48715da927..11d1e27923 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90800-90899.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90800-90899.xml @@ -1056,6 +1056,10 @@ + + + + @@ -1065,6 +1069,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91100-91199.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91100-91199.xml index 9e230cda8e..6c14dd3eaf 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91100-91199.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91100-91199.xml @@ -1051,6 +1051,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91200-91299.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91200-91299.xml index d7f4fb039d..a068030656 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91200-91299.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91200-91299.xml @@ -79,6 +79,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91400-91499.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91400-91499.xml index 062e9ee8f2..9abab9780b 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91400-91499.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91400-91499.xml @@ -62,6 +62,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91500-91599.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91500-91599.xml index 594a7e9266..87560e6592 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91500-91599.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91500-91599.xml @@ -1221,6 +1221,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91600-91699.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91600-91699.xml index 2aa5a27310..06c6a964a8 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91600-91699.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91600-91699.xml @@ -382,6 +382,10 @@ + + + + @@ -1218,11 +1222,15 @@ - + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91700-91799.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91700-91799.xml index 9aa91dfc1c..6a0d932c61 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91700-91799.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91700-91799.xml @@ -755,6 +755,10 @@ + + + + @@ -766,6 +770,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91800-91899.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91800-91899.xml index 686c6b16e6..07ec0e13cf 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91800-91899.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91800-91899.xml @@ -684,6 +684,10 @@ + + + + @@ -694,6 +698,10 @@ + + + + @@ -704,6 +712,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91900-91999.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91900-91999.xml index dc4e11b840..236b58b019 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91900-91999.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91900-91999.xml @@ -197,6 +197,10 @@ + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/92900-92999.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/92900-92999.xml index 4e787c574b..bf6ecbe58e 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/92900-92999.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/92900-92999.xml @@ -1091,6 +1091,7 @@ + 570 151 @@ -1403,6 +1404,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1414,6 +1445,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1425,6 +1487,25 @@ + + + + + + + + + + + + + + + + + + + @@ -1436,6 +1517,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1447,6 +1559,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1458,6 +1600,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -1546,6 +1712,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1561,36 +1755,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + ‬ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93000-93099.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93000-93099.xml index f4767a0959..ecc6b8ea36 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93000-93099.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93000-93099.xml @@ -365,6 +365,19 @@ + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93100-93199.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93100-93199.xml index 51874e99ae..d19320af64 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93100-93199.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93100-93199.xml @@ -793,6 +793,17 @@ + + + + + + + + + + + @@ -804,6 +815,17 @@ + + + + + + + + + + + @@ -815,6 +837,17 @@ + + + + + + + + + + + @@ -826,6 +859,17 @@ + + + + + + + + + + + @@ -837,6 +881,17 @@ + + + + + + + + + + + @@ -848,6 +903,17 @@ + + + + + + + + + + + @@ -859,6 +925,17 @@ + + + + + + + + + + + @@ -870,6 +947,17 @@ + + + + + + + + + + + @@ -881,6 +969,17 @@ + + + + + + + + + + + @@ -892,6 +991,17 @@ + + + + + + + + + + + @@ -903,6 +1013,17 @@ + + + + + + + + + + + @@ -914,6 +1035,17 @@ + + + + + + + + + + + @@ -925,6 +1057,17 @@ + + + + + + + + + + + @@ -936,6 +1079,17 @@ + + + + + + + + + + + @@ -947,6 +1101,17 @@ + + + + + + + + + + + @@ -958,6 +1123,17 @@ + + + + + + + + + + + @@ -969,6 +1145,17 @@ + + + + + + + + + + + @@ -980,6 +1167,17 @@ + + + + + + + + + + + @@ -991,6 +1189,17 @@ + + + + + + + + + + + @@ -1002,6 +1211,17 @@ + + + + + + + + + + + @@ -1013,6 +1233,17 @@ + + + + + + + + + + + @@ -1024,6 +1255,17 @@ + + + + + + + + + + + @@ -1035,6 +1277,17 @@ + + + + + + + + + + + @@ -1046,6 +1299,17 @@ + + + + + + + + + + + @@ -1057,6 +1321,17 @@ + + + + + + + + + + + @@ -1068,6 +1343,17 @@ + + + + + + + + + + + @@ -1079,6 +1365,17 @@ + + + + + + + + + + + @@ -1090,6 +1387,17 @@ + + + + + + + + + + + @@ -1101,6 +1409,17 @@ + + + + + + + + + + + @@ -1112,6 +1431,17 @@ + + + + + + + + + + + @@ -1123,6 +1453,17 @@ + + + + + + + + + + + @@ -1134,6 +1475,17 @@ + + + + + + + + + + + @@ -1145,6 +1497,17 @@ + + + + + + + + + + + @@ -1156,6 +1519,17 @@ + + + + + + + + + + + @@ -1167,6 +1541,17 @@ + + + + + + + + + + + @@ -1178,6 +1563,17 @@ + + + + + + + + + + + @@ -1189,6 +1585,17 @@ + + + + + + + + + + + @@ -1200,6 +1607,17 @@ + + + + + + + + + + + @@ -1211,6 +1629,17 @@ + + + + + + + + + + + @@ -1222,6 +1651,17 @@ + + + + + + + + + + + @@ -1233,6 +1673,17 @@ + + + + + + + + + + + @@ -1244,6 +1695,17 @@ + + + + + + + + + + + @@ -1255,6 +1717,17 @@ + + + + + + + + + + + @@ -1266,6 +1739,17 @@ + + + + + + + + + + + @@ -1277,6 +1761,17 @@ + + + + + + + + + + + @@ -1288,6 +1783,17 @@ + + + + + + + + + + + @@ -1299,6 +1805,17 @@ + + + + + + + + + + + @@ -1310,6 +1827,17 @@ + + + + + + + + + + + @@ -1321,6 +1849,17 @@ + + + + + + + + + + + @@ -1332,6 +1871,17 @@ + + + + + + + + + + + @@ -1343,6 +1893,17 @@ + + + + + + + + + + + @@ -1354,6 +1915,17 @@ + + + + + + + + + + + @@ -1365,5 +1937,16 @@ + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93200-93299.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93200-93299.xml index de6d590e0f..a6adfb6c32 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93200-93299.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93200-93299.xml @@ -10,6 +10,17 @@ + + + + + + + + + + + @@ -21,6 +32,17 @@ + + + + + + + + + + + @@ -32,6 +54,17 @@ + + + + + + + + + + + @@ -43,6 +76,17 @@ + + + + + + + + + + + @@ -54,6 +98,17 @@ + + + + + + + + + + + @@ -65,6 +120,17 @@ + + + + + + + + + + + @@ -76,6 +142,17 @@ + + + + + + + + + + + @@ -87,6 +164,17 @@ + + + + + + + + + + + @@ -98,6 +186,17 @@ + + + + + + + + + + + @@ -109,6 +208,17 @@ + + + + + + + + + + + @@ -120,6 +230,17 @@ + + + + + + + + + + + @@ -131,6 +252,17 @@ + + + + + + + + + + + @@ -142,6 +274,17 @@ + + + + + + + + + + + @@ -153,6 +296,17 @@ + + + + + + + + + + + @@ -164,6 +318,17 @@ + + + + + + + + + + + @@ -175,6 +340,17 @@ + + + + + + + + + + + @@ -186,6 +362,17 @@ + + + + + + + + + + + @@ -197,6 +384,17 @@ + + + + + + + + + + + @@ -208,6 +406,17 @@ + + + + + + + + + + + @@ -219,6 +428,17 @@ + + + + + + + + + + + @@ -230,6 +450,17 @@ + + + + + + + + + + + @@ -241,6 +472,17 @@ + + + + + + + + + + + @@ -252,6 +494,17 @@ + + + + + + + + + + + @@ -263,6 +516,17 @@ + + + + + + + + + + + @@ -274,6 +538,17 @@ + + + + + + + + + + + @@ -285,6 +560,17 @@ + + + + + + + + + + + @@ -296,6 +582,17 @@ + + + + + + + + + + + @@ -307,6 +604,17 @@ + + + + + + + + + + + @@ -318,6 +626,17 @@ + + + + + + + + + + + @@ -329,6 +648,17 @@ + + + + + + + + + + + @@ -340,6 +670,17 @@ + + + + + + + + + + + @@ -351,6 +692,17 @@ + + + + + + + + + + + @@ -362,6 +714,17 @@ + + + + + + + + + + + @@ -373,6 +736,17 @@ + + + + + + + + + + + @@ -384,6 +758,17 @@ + + + + + + + + + + + @@ -395,6 +780,17 @@ + + + + + + + + + + + @@ -406,6 +802,17 @@ + + + + + + + + + + + @@ -417,6 +824,17 @@ + + + + + + + + + + + @@ -428,6 +846,17 @@ + + + + + + + + + + + @@ -439,6 +868,17 @@ + + + + + + + + + + + @@ -450,6 +890,17 @@ + + + + + + + + + + + @@ -461,6 +912,17 @@ + + + + + + + + + + + @@ -472,6 +934,17 @@ + + + + + + + + + + + @@ -483,6 +956,17 @@ + + + + + + + + + + + @@ -494,6 +978,17 @@ + + + + + + + + + + + @@ -505,6 +1000,17 @@ + + + + + + + + + + + @@ -516,6 +1022,17 @@ + + + + + + + + + + + @@ -527,6 +1044,17 @@ + + + + + + + + + + + @@ -538,6 +1066,23 @@ + + + + + + + + + + + + + + + + + @@ -549,6 +1094,18 @@ + + + + + + + + + + + + @@ -560,6 +1117,18 @@ + + + + + + + + + + + + @@ -571,6 +1140,16 @@ + + + + + + + + + + @@ -582,6 +1161,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -593,6 +1205,14 @@ + + + + + + + + @@ -604,6 +1224,15 @@ + + + + + + + + + @@ -805,6 +1434,23 @@ + + + + ‬ + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93800-93899.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93800-93899.xml index 0f6ee0298b..50d4c710cf 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93800-93899.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93800-93899.xml @@ -1057,6 +1057,30 @@ + + + + + + + + + ‬ + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93900-93999.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93900-93999.xml index d49351a179..1c97730f3a 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93900-93999.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/93900-93999.xml @@ -240,6 +240,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -995,6 +1033,16 @@ + + + + + + + + + + @@ -1006,6 +1054,22 @@ + + + + + + + + + + + + + + + + @@ -1028,6 +1092,20 @@ + + + + + + + + + + + + + + @@ -1039,6 +1117,23 @@ + + + + + + + + + + + + + + + + + @@ -1050,6 +1145,24 @@ + + + + + + + + + + + + + + + + + + @@ -1061,6 +1174,27 @@ + + + + + + + + + + + + + + + + + + + + + @@ -1072,6 +1206,21 @@ + + + + + + + + + + + + + + + @@ -1083,6 +1232,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -1094,6 +1263,19 @@ + + + + + + + + + + + + + @@ -1105,6 +1287,19 @@ + + + + + + + + + + + + + @@ -1116,6 +1311,19 @@ + + + + + + + + + + + + + @@ -1138,6 +1346,18 @@ + + + + + + + + + + + + @@ -1149,6 +1369,16 @@ + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94500-94599.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94500-94599.xml index f83ff48cee..dfcb6a67e1 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94500-94599.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94500-94599.xml @@ -869,6 +869,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -935,6 +1004,21 @@ + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94600-94699.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94600-94699.xml index 5ab88d85f9..7a60cebe7c 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94600-94699.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94600-94699.xml @@ -204,6 +204,22 @@ + + + + + + + + + + + + + + + + @@ -550,6 +566,23 @@ + + + + + + + + + + + + + + + + + @@ -951,6 +984,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -961,6 +1061,21 @@ + + + + + + + + + + ‬ + + + + + @@ -1144,6 +1259,23 @@ + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94700-94799.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94700-94799.xml index 2d07aa98be..6b03e62dc7 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94700-94799.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94700-94799.xml @@ -463,6 +463,7 @@ + @@ -830,6 +831,22 @@ + + + + + + + + + + + ‬ + + + + + @@ -1019,6 +1036,7 @@ + @@ -1028,6 +1046,7 @@ + @@ -1038,6 +1057,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1048,6 +1138,12 @@ + + + + + + @@ -1189,6 +1285,22 @@ + + + + + + + + + + + ‬ + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94800-94899.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94800-94899.xml index baeecb2bd3..abb9e3be50 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94800-94899.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/94800-94899.xml @@ -131,6 +131,22 @@ + + + + + + + + + + + ‬ + + + + + @@ -204,6 +220,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -212,6 +292,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -220,6 +354,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -230,6 +413,12 @@ + + + + + + @@ -271,6 +460,23 @@ + + + + + + + + + + + + ‬ + + + + + @@ -281,6 +487,17 @@ + + + + + + + + + + + @@ -291,6 +508,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -358,6 +597,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -892,6 +1192,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -920,6 +1275,7 @@ + @@ -927,6 +1283,7 @@ + @@ -934,6 +1291,7 @@ + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/95600-95699.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/95600-95699.xml index f5b0a01996..a1237f4e86 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/95600-95699.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/95600-95699.xml @@ -1214,6 +1214,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1292,6 +1348,28 @@ + + + + + + + + + + + + + + + + + + ‬ + + ‬ + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/32000-32099.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/32000-32099.xml index 934b490e00..edf3cb1c74 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/32000-32099.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/32000-32099.xml @@ -689,12 +689,111 @@ icon.etc_pi_gift_box_i00 + 2 + 1 + 49434 + 1 A1 + 500 + 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon.etc_scroll_white_i00 - A1 + 1 + 1200 + BERSERKER + 1 + 49435 + true 4000 + 2 + -1 + A2 + NONE + 5 + -1 + true + true + SELF + SINGLE + + + -5 + PER + + + -10 + PER + + + -2 + DIFF + + + 5 + PER + + + 10 + PER + + + 5 + DIFF + + + 5 + PER + + + 5 + PER + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39000-39099.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39000-39099.xml index 596475a07f..7693f87e14 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39000-39099.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39000-39099.xml @@ -697,9 +697,99 @@ icon.new_user_box + 2 + 1 + 90522 + 1 A1 500 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1425,9 +1515,33 @@ icon.card_event_blue_box + 2 + 1 + 49519 + 1 A1 500 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + icon.card_event_black_box diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39100-39199.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39100-39199.xml index d106a4814c..cc238a748e 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39100-39199.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39100-39199.xml @@ -1196,7 +1196,36 @@ icon.npoint_valakas_30day_box + 2 + 1 + 49771 + 1 A1 + 500 + 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39200-39299.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39200-39299.xml index 093dd82cf1..29188e823c 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39200-39299.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/39200-39299.xml @@ -1489,17 +1489,254 @@ icon.bm_dragon_present + 2 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + icon.bm_dragon_shinning_present + 2 + 1 + 90501 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/45100-45199.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/45100-45199.xml index d169defb73..b1fa49dd77 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/45100-45199.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/45100-45199.xml @@ -4232,9 +4232,11 @@ + icon.skill19428 1 600 BR_EVENT_BUF1 + U_ER_WI_WINDHIDE_AVE 4 20 @@ -4242,7 +4244,6 @@ A2 1 - U_ER_WI_WINDHIDE_AVE TARGET SINGLE diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/50100-50199.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/50100-50199.xml index 6331c8f7cc..f73acaee28 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/50100-50199.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/50100-50199.xml @@ -228,22 +228,98 @@ + 2 + 1 + 91853 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + 2 + 1 + 91854 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + 2 + 1 + 91855 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + @@ -430,9 +506,50 @@ icon.etc_treasure_box_i04 + 2 + 1 + 91183 + 1 A1 500 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + A1 diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51000-51099.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51000-51099.xml index 5ac0e1c103..275959947a 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51000-51099.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51000-51099.xml @@ -93,17 +93,63 @@ icon.bm_sayha_gold_present + 2 + 1 + 90877 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + icon.bm_sayha_silver_present + 2 + 1 + 90878 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + @@ -122,10 +168,66 @@ A1 + 2 + 1 + 45488 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A1 diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51100-51199.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51100-51199.xml index c1e6578fa0..480b77331a 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51100-51199.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51100-51199.xml @@ -480,16 +480,74 @@ 10000 + 2 + 1 + 91909 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + 2 + 1 + 91207 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + A1 diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51200-51299.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51200-51299.xml index 68cecfaa34..f5ce6ed618 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51200-51299.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51200-51299.xml @@ -1148,10 +1148,33 @@ icon.bm_elmoaden_box + 2 + 1 + 91407 + 1 A1 500 500 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + icon.bm_elmoaden_pocket diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51300-51399.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51300-51399.xml index 57efdbb5f5..487956a005 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51300-51399.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51300-51399.xml @@ -408,7 +408,36 @@ icon.etc_treasure_box_i04 + 2 + 1 + 91586 + 1 A1 + 500 + 500 + 1000 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + icon.etc_treasure_box_i04 @@ -688,10 +717,45 @@ P + 2 + 1 + 91635 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51400-51499.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51400-51499.xml index 7f23a42d43..501c78715a 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51400-51499.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/51400-51499.xml @@ -188,10 +188,33 @@ P + 2 + 1 + 91696 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + icon.etc_treasure_box_i04 diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/54000-54099.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/54000-54099.xml index 999b169f7d..12d52826a5 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/54000-54099.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/skills/54000-54099.xml @@ -1870,16 +1870,107 @@ 3000 + 2 + 1 + 91761 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + 1 + 91762 + 1 A1 500 500 500 + 5 + 0 + SELF + SINGLE + + + 10 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A1