From 215fb3ed600d1a3eb643a44bced0ae1c8937e5f5 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Tue, 19 Jan 2021 01:28:36 +0000 Subject: [PATCH] Removed level parameters from trigger skill effects. --- .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 4 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 12 -- .../game/data/stats/skills/01700-01799.xml | 4 - .../game/data/stats/skills/01900-01999.xml | 13 -- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03400-03499.xml | 4 - .../game/data/stats/skills/03600-03699.xml | 34 ------ .../game/data/stats/skills/03800-03899.xml | 14 --- .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/08100-08199.xml | 14 --- .../game/data/stats/skills/08200-08299.xml | 68 ----------- .../game/data/stats/skills/08300-08399.xml | 14 --- .../game/data/stats/skills/08400-08499.xml | 18 --- .../game/data/stats/skills/08500-08599.xml | 6 - .../game/data/stats/skills/08700-08799.xml | 8 -- .../game/data/stats/skills/09100-09199.xml | 2 - .../game/data/stats/skills/09200-09299.xml | 8 -- .../game/data/stats/skills/09300-09399.xml | 2 - .../game/data/stats/skills/09500-09599.xml | 2 - .../game/data/stats/skills/09700-09799.xml | 2 - .../game/data/stats/skills/10000-10099.xml | 12 -- .../game/data/stats/skills/10200-10299.xml | 10 -- .../game/data/stats/skills/10300-10399.xml | 8 -- .../game/data/stats/skills/10500-10599.xml | 18 --- .../game/data/stats/skills/11000-11099.xml | 10 -- .../game/data/stats/skills/11100-11199.xml | 2 - .../game/data/stats/skills/11500-11599.xml | 16 --- .../game/data/stats/skills/11600-11699.xml | 2 - .../game/data/stats/skills/11700-11799.xml | 2 - .../game/data/stats/skills/14000-14099.xml | 6 - .../game/data/stats/skills/14200-14299.xml | 2 - .../game/data/stats/skills/14300-14399.xml | 2 - .../game/data/stats/skills/14500-14599.xml | 10 -- .../game/data/stats/skills/14600-14699.xml | 2 - .../game/data/stats/skills/14700-14799.xml | 6 - .../game/data/stats/skills/15000-15099.xml | 18 --- .../game/data/stats/skills/15100-15199.xml | 14 --- .../game/data/stats/skills/15300-15399.xml | 6 - .../game/data/stats/skills/15600-15699.xml | 2 - .../game/data/stats/skills/17100-17199.xml | 4 - .../game/data/stats/skills/17800-17899.xml | 2 - .../game/data/stats/skills/19200-19299.xml | 4 - .../game/data/stats/skills/21200-21299.xml | 12 -- .../game/data/stats/skills/22600-22699.xml | 2 - .../game/data/stats/skills/22900-22999.xml | 4 - .../game/data/stats/skills/23200-23299.xml | 4 - .../game/data/stats/skills/23400-23499.xml | 10 -- .../game/data/stats/skills/23500-23599.xml | 2 - .../game/data/stats/skills/30000-30099.xml | 4 - .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 4 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 12 -- .../game/data/stats/skills/01700-01799.xml | 4 - .../game/data/stats/skills/01900-01999.xml | 13 -- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03400-03499.xml | 4 - .../game/data/stats/skills/03600-03699.xml | 34 ------ .../game/data/stats/skills/03800-03899.xml | 14 --- .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/08100-08199.xml | 14 --- .../game/data/stats/skills/08200-08299.xml | 68 ----------- .../game/data/stats/skills/08300-08399.xml | 14 --- .../game/data/stats/skills/08400-08499.xml | 18 --- .../game/data/stats/skills/08500-08599.xml | 6 - .../game/data/stats/skills/08700-08799.xml | 8 -- .../game/data/stats/skills/09100-09199.xml | 2 - .../game/data/stats/skills/09200-09299.xml | 8 -- .../game/data/stats/skills/09300-09399.xml | 2 - .../game/data/stats/skills/09500-09599.xml | 2 - .../game/data/stats/skills/09700-09799.xml | 2 - .../game/data/stats/skills/10000-10099.xml | 12 -- .../game/data/stats/skills/10200-10299.xml | 10 -- .../game/data/stats/skills/10300-10399.xml | 8 -- .../game/data/stats/skills/10500-10599.xml | 18 --- .../game/data/stats/skills/11000-11099.xml | 10 -- .../game/data/stats/skills/11100-11199.xml | 2 - .../game/data/stats/skills/11500-11599.xml | 16 --- .../game/data/stats/skills/11600-11699.xml | 2 - .../game/data/stats/skills/11700-11799.xml | 2 - .../game/data/stats/skills/14000-14099.xml | 6 - .../game/data/stats/skills/14200-14299.xml | 2 - .../game/data/stats/skills/14300-14399.xml | 2 - .../game/data/stats/skills/14500-14599.xml | 10 -- .../game/data/stats/skills/14600-14699.xml | 2 - .../game/data/stats/skills/14700-14799.xml | 6 - .../game/data/stats/skills/15000-15099.xml | 18 --- .../game/data/stats/skills/15100-15199.xml | 14 --- .../game/data/stats/skills/15300-15399.xml | 6 - .../game/data/stats/skills/15600-15699.xml | 2 - .../game/data/stats/skills/17100-17199.xml | 4 - .../game/data/stats/skills/17800-17899.xml | 2 - .../game/data/stats/skills/19200-19299.xml | 4 - .../game/data/stats/skills/21200-21299.xml | 12 -- .../game/data/stats/skills/22600-22699.xml | 2 - .../game/data/stats/skills/22900-22999.xml | 4 - .../game/data/stats/skills/23200-23299.xml | 4 - .../game/data/stats/skills/23400-23499.xml | 10 -- .../game/data/stats/skills/23500-23599.xml | 2 - .../game/data/stats/skills/30000-30099.xml | 4 - .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 4 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 12 -- .../game/data/stats/skills/01700-01799.xml | 4 - .../game/data/stats/skills/01900-01999.xml | 13 -- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03400-03499.xml | 4 - .../game/data/stats/skills/03600-03699.xml | 34 ------ .../game/data/stats/skills/03800-03899.xml | 14 --- .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/08100-08199.xml | 14 --- .../game/data/stats/skills/08200-08299.xml | 68 ----------- .../game/data/stats/skills/08300-08399.xml | 14 --- .../game/data/stats/skills/08400-08499.xml | 18 --- .../game/data/stats/skills/08500-08599.xml | 6 - .../game/data/stats/skills/08700-08799.xml | 8 -- .../game/data/stats/skills/09100-09199.xml | 2 - .../game/data/stats/skills/09200-09299.xml | 8 -- .../game/data/stats/skills/09300-09399.xml | 2 - .../game/data/stats/skills/09500-09599.xml | 2 - .../game/data/stats/skills/09700-09799.xml | 2 - .../game/data/stats/skills/10000-10099.xml | 12 -- .../game/data/stats/skills/10200-10299.xml | 10 -- .../game/data/stats/skills/10300-10399.xml | 8 -- .../game/data/stats/skills/10500-10599.xml | 18 --- .../game/data/stats/skills/11000-11099.xml | 10 -- .../game/data/stats/skills/11100-11199.xml | 2 - .../game/data/stats/skills/11500-11599.xml | 16 --- .../game/data/stats/skills/11600-11699.xml | 2 - .../game/data/stats/skills/11700-11799.xml | 2 - .../game/data/stats/skills/14000-14099.xml | 6 - .../game/data/stats/skills/14200-14299.xml | 2 - .../game/data/stats/skills/14300-14399.xml | 2 - .../game/data/stats/skills/14500-14599.xml | 10 -- .../game/data/stats/skills/14600-14699.xml | 2 - .../game/data/stats/skills/14700-14799.xml | 6 - .../game/data/stats/skills/15000-15099.xml | 18 --- .../game/data/stats/skills/15100-15199.xml | 14 --- .../game/data/stats/skills/15300-15399.xml | 6 - .../game/data/stats/skills/15600-15699.xml | 2 - .../game/data/stats/skills/17100-17199.xml | 4 - .../game/data/stats/skills/17700-17799.xml | 2 - .../game/data/stats/skills/17800-17899.xml | 2 - .../game/data/stats/skills/18500-18599.xml | 2 - .../game/data/stats/skills/19200-19299.xml | 4 - .../game/data/stats/skills/21200-21299.xml | 12 -- .../game/data/stats/skills/22600-22699.xml | 2 - .../game/data/stats/skills/22900-22999.xml | 4 - .../game/data/stats/skills/23200-23299.xml | 4 - .../game/data/stats/skills/23400-23499.xml | 10 -- .../game/data/stats/skills/23500-23599.xml | 2 - .../game/data/stats/skills/27700-27799.xml | 12 -- .../game/data/stats/skills/30000-30099.xml | 4 - .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 4 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 12 -- .../game/data/stats/skills/01700-01799.xml | 4 - .../game/data/stats/skills/01900-01999.xml | 13 -- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03400-03499.xml | 4 - .../game/data/stats/skills/03600-03699.xml | 34 ------ .../game/data/stats/skills/03800-03899.xml | 14 --- .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/08100-08199.xml | 14 --- .../game/data/stats/skills/08200-08299.xml | 68 ----------- .../game/data/stats/skills/08300-08399.xml | 14 --- .../game/data/stats/skills/08400-08499.xml | 18 --- .../game/data/stats/skills/08500-08599.xml | 6 - .../game/data/stats/skills/08700-08799.xml | 8 -- .../game/data/stats/skills/09100-09199.xml | 2 - .../game/data/stats/skills/09200-09299.xml | 8 -- .../game/data/stats/skills/09300-09399.xml | 2 - .../game/data/stats/skills/09500-09599.xml | 2 - .../game/data/stats/skills/09700-09799.xml | 2 - .../game/data/stats/skills/10000-10099.xml | 12 -- .../game/data/stats/skills/10200-10299.xml | 10 -- .../game/data/stats/skills/10300-10399.xml | 8 -- .../game/data/stats/skills/10500-10599.xml | 16 --- .../game/data/stats/skills/11000-11099.xml | 10 -- .../game/data/stats/skills/11100-11199.xml | 2 - .../game/data/stats/skills/11500-11599.xml | 16 --- .../game/data/stats/skills/11600-11699.xml | 2 - .../game/data/stats/skills/11700-11799.xml | 2 - .../game/data/stats/skills/14000-14099.xml | 6 - .../game/data/stats/skills/14200-14299.xml | 2 - .../game/data/stats/skills/14300-14399.xml | 2 - .../game/data/stats/skills/14500-14599.xml | 10 -- .../game/data/stats/skills/14600-14699.xml | 2 - .../game/data/stats/skills/14700-14799.xml | 6 - .../game/data/stats/skills/15000-15099.xml | 18 --- .../game/data/stats/skills/15100-15199.xml | 14 --- .../game/data/stats/skills/15300-15399.xml | 6 - .../game/data/stats/skills/15600-15699.xml | 2 - .../game/data/stats/skills/17100-17199.xml | 4 - .../game/data/stats/skills/17700-17799.xml | 2 - .../game/data/stats/skills/17800-17899.xml | 2 - .../game/data/stats/skills/18500-18599.xml | 2 - .../game/data/stats/skills/19200-19299.xml | 6 - .../game/data/stats/skills/21200-21299.xml | 12 -- .../game/data/stats/skills/22600-22699.xml | 2 - .../game/data/stats/skills/22900-22999.xml | 4 - .../game/data/stats/skills/23200-23299.xml | 4 - .../game/data/stats/skills/23400-23499.xml | 10 -- .../game/data/stats/skills/23500-23599.xml | 2 - .../game/data/stats/skills/27700-27799.xml | 12 -- .../game/data/stats/skills/27800-27899.xml | 28 ----- .../game/data/stats/skills/30000-30099.xml | 4 - .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 4 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 12 -- .../game/data/stats/skills/01700-01799.xml | 4 - .../game/data/stats/skills/01900-01999.xml | 13 -- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03400-03499.xml | 4 - .../game/data/stats/skills/03600-03699.xml | 34 ------ .../game/data/stats/skills/03800-03899.xml | 14 --- .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/08100-08199.xml | 14 --- .../game/data/stats/skills/08200-08299.xml | 68 ----------- .../game/data/stats/skills/08300-08399.xml | 14 --- .../game/data/stats/skills/08400-08499.xml | 18 --- .../game/data/stats/skills/08500-08599.xml | 6 - .../game/data/stats/skills/08700-08799.xml | 8 -- .../game/data/stats/skills/09100-09199.xml | 2 - .../game/data/stats/skills/09200-09299.xml | 8 -- .../game/data/stats/skills/09300-09399.xml | 2 - .../game/data/stats/skills/09500-09599.xml | 2 - .../game/data/stats/skills/09700-09799.xml | 2 - .../game/data/stats/skills/10000-10099.xml | 16 --- .../game/data/stats/skills/10100-10199.xml | 2 - .../game/data/stats/skills/10200-10299.xml | 10 -- .../game/data/stats/skills/10300-10399.xml | 8 -- .../game/data/stats/skills/10500-10599.xml | 16 --- .../game/data/stats/skills/11000-11099.xml | 10 -- .../game/data/stats/skills/11100-11199.xml | 2 - .../game/data/stats/skills/11500-11599.xml | 18 --- .../game/data/stats/skills/11700-11799.xml | 2 - .../game/data/stats/skills/14000-14099.xml | 6 - .../game/data/stats/skills/14200-14299.xml | 2 - .../game/data/stats/skills/14300-14399.xml | 2 - .../game/data/stats/skills/14500-14599.xml | 10 -- .../game/data/stats/skills/14600-14699.xml | 2 - .../game/data/stats/skills/14700-14799.xml | 6 - .../game/data/stats/skills/15000-15099.xml | 18 --- .../game/data/stats/skills/15100-15199.xml | 14 --- .../game/data/stats/skills/15300-15399.xml | 6 - .../game/data/stats/skills/15600-15699.xml | 2 - .../game/data/stats/skills/17100-17199.xml | 4 - .../game/data/stats/skills/17700-17799.xml | 2 - .../game/data/stats/skills/17800-17899.xml | 2 - .../game/data/stats/skills/18500-18599.xml | 2 - .../game/data/stats/skills/19200-19299.xml | 6 - .../game/data/stats/skills/19500-19599.xml | 6 - .../game/data/stats/skills/21200-21299.xml | 12 -- .../game/data/stats/skills/22600-22699.xml | 2 - .../game/data/stats/skills/22900-22999.xml | 4 - .../game/data/stats/skills/23200-23299.xml | 4 - .../game/data/stats/skills/23400-23499.xml | 10 -- .../game/data/stats/skills/23500-23599.xml | 2 - .../game/data/stats/skills/27700-27799.xml | 12 -- .../game/data/stats/skills/27800-27899.xml | 28 ----- .../game/data/stats/skills/30000-30099.xml | 4 - .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 4 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 12 -- .../game/data/stats/skills/01700-01799.xml | 4 - .../game/data/stats/skills/01900-01999.xml | 13 -- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03400-03499.xml | 4 - .../game/data/stats/skills/03600-03699.xml | 34 ------ .../game/data/stats/skills/03800-03899.xml | 14 --- .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/08100-08199.xml | 14 --- .../game/data/stats/skills/08200-08299.xml | 68 ----------- .../game/data/stats/skills/08300-08399.xml | 14 --- .../game/data/stats/skills/08400-08499.xml | 18 --- .../game/data/stats/skills/08500-08599.xml | 6 - .../game/data/stats/skills/08700-08799.xml | 8 -- .../game/data/stats/skills/09100-09199.xml | 2 - .../game/data/stats/skills/09200-09299.xml | 8 -- .../game/data/stats/skills/09300-09399.xml | 2 - .../game/data/stats/skills/09500-09599.xml | 2 - .../game/data/stats/skills/09700-09799.xml | 2 - .../game/data/stats/skills/10000-10099.xml | 16 --- .../game/data/stats/skills/10100-10199.xml | 2 - .../game/data/stats/skills/10200-10299.xml | 10 -- .../game/data/stats/skills/10300-10399.xml | 8 -- .../game/data/stats/skills/10500-10599.xml | 16 --- .../game/data/stats/skills/11000-11099.xml | 10 -- .../game/data/stats/skills/11100-11199.xml | 2 - .../game/data/stats/skills/11500-11599.xml | 18 --- .../game/data/stats/skills/11700-11799.xml | 2 - .../game/data/stats/skills/14000-14099.xml | 6 - .../game/data/stats/skills/14200-14299.xml | 2 - .../game/data/stats/skills/14300-14399.xml | 2 - .../game/data/stats/skills/14500-14599.xml | 10 -- .../game/data/stats/skills/14600-14699.xml | 2 - .../game/data/stats/skills/14700-14799.xml | 6 - .../game/data/stats/skills/15000-15099.xml | 18 --- .../game/data/stats/skills/15100-15199.xml | 14 --- .../game/data/stats/skills/15300-15399.xml | 6 - .../game/data/stats/skills/15600-15699.xml | 2 - .../game/data/stats/skills/17100-17199.xml | 4 - .../game/data/stats/skills/17700-17799.xml | 2 - .../game/data/stats/skills/17800-17899.xml | 2 - .../game/data/stats/skills/18500-18599.xml | 2 - .../game/data/stats/skills/19200-19299.xml | 6 - .../game/data/stats/skills/19500-19599.xml | 6 - .../game/data/stats/skills/21200-21299.xml | 12 -- .../game/data/stats/skills/22600-22699.xml | 2 - .../game/data/stats/skills/22900-22999.xml | 4 - .../game/data/stats/skills/23200-23299.xml | 4 - .../game/data/stats/skills/23400-23499.xml | 10 -- .../game/data/stats/skills/23500-23599.xml | 2 - .../game/data/stats/skills/27700-27799.xml | 12 -- .../game/data/stats/skills/27800-27899.xml | 28 ----- .../game/data/stats/skills/30000-30099.xml | 4 - .../game/data/stats/skills/35200-35299.xml | 28 ----- .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 4 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 12 -- .../game/data/stats/skills/01700-01799.xml | 4 - .../game/data/stats/skills/01900-01999.xml | 13 -- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03400-03499.xml | 4 - .../game/data/stats/skills/03600-03699.xml | 34 ------ .../game/data/stats/skills/03800-03899.xml | 14 --- .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/08100-08199.xml | 14 --- .../game/data/stats/skills/08200-08299.xml | 68 ----------- .../game/data/stats/skills/08300-08399.xml | 14 --- .../game/data/stats/skills/08400-08499.xml | 18 --- .../game/data/stats/skills/08500-08599.xml | 6 - .../game/data/stats/skills/08700-08799.xml | 8 -- .../game/data/stats/skills/09100-09199.xml | 2 - .../game/data/stats/skills/09200-09299.xml | 8 -- .../game/data/stats/skills/09300-09399.xml | 2 - .../game/data/stats/skills/09500-09599.xml | 2 - .../game/data/stats/skills/09700-09799.xml | 2 - .../game/data/stats/skills/10000-10099.xml | 16 --- .../game/data/stats/skills/10100-10199.xml | 2 - .../game/data/stats/skills/10200-10299.xml | 10 -- .../game/data/stats/skills/10300-10399.xml | 8 -- .../game/data/stats/skills/10500-10599.xml | 16 --- .../game/data/stats/skills/11000-11099.xml | 10 -- .../game/data/stats/skills/11100-11199.xml | 2 - .../game/data/stats/skills/11500-11599.xml | 18 --- .../game/data/stats/skills/11700-11799.xml | 2 - .../game/data/stats/skills/14000-14099.xml | 6 - .../game/data/stats/skills/14200-14299.xml | 2 - .../game/data/stats/skills/14300-14399.xml | 2 - .../game/data/stats/skills/14500-14599.xml | 10 -- .../game/data/stats/skills/14600-14699.xml | 2 - .../game/data/stats/skills/14700-14799.xml | 6 - .../game/data/stats/skills/15000-15099.xml | 18 --- .../game/data/stats/skills/15100-15199.xml | 14 --- .../game/data/stats/skills/15300-15399.xml | 6 - .../game/data/stats/skills/15600-15699.xml | 2 - .../game/data/stats/skills/17100-17199.xml | 4 - .../game/data/stats/skills/17700-17799.xml | 2 - .../game/data/stats/skills/17800-17899.xml | 2 - .../game/data/stats/skills/18500-18599.xml | 2 - .../game/data/stats/skills/19200-19299.xml | 6 - .../game/data/stats/skills/19500-19599.xml | 6 - .../game/data/stats/skills/21200-21299.xml | 12 -- .../game/data/stats/skills/22600-22699.xml | 2 - .../game/data/stats/skills/22900-22999.xml | 4 - .../game/data/stats/skills/23200-23299.xml | 4 - .../game/data/stats/skills/23400-23499.xml | 10 -- .../game/data/stats/skills/23500-23599.xml | 2 - .../game/data/stats/skills/27700-27799.xml | 12 -- .../game/data/stats/skills/27800-27899.xml | 28 ----- .../game/data/stats/skills/30000-30099.xml | 4 - .../game/data/stats/skills/35200-35299.xml | 28 ----- .../game/data/stats/skills/39400-39499.xml | 2 - .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 4 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 12 -- .../game/data/stats/skills/01700-01799.xml | 4 - .../game/data/stats/skills/01900-01999.xml | 13 -- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03400-03499.xml | 4 - .../game/data/stats/skills/03600-03699.xml | 34 ------ .../game/data/stats/skills/03800-03899.xml | 14 --- .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/08100-08199.xml | 14 --- .../game/data/stats/skills/08200-08299.xml | 68 ----------- .../game/data/stats/skills/08300-08399.xml | 14 --- .../game/data/stats/skills/08400-08499.xml | 18 --- .../game/data/stats/skills/08500-08599.xml | 6 - .../game/data/stats/skills/08700-08799.xml | 8 -- .../game/data/stats/skills/09100-09199.xml | 2 - .../game/data/stats/skills/09200-09299.xml | 8 -- .../game/data/stats/skills/09300-09399.xml | 2 - .../game/data/stats/skills/09500-09599.xml | 2 - .../game/data/stats/skills/09700-09799.xml | 2 - .../game/data/stats/skills/10000-10099.xml | 16 --- .../game/data/stats/skills/10100-10199.xml | 2 - .../game/data/stats/skills/10200-10299.xml | 8 -- .../game/data/stats/skills/10300-10399.xml | 8 -- .../game/data/stats/skills/10500-10599.xml | 16 --- .../game/data/stats/skills/11000-11099.xml | 10 -- .../game/data/stats/skills/11100-11199.xml | 2 - .../game/data/stats/skills/11500-11599.xml | 18 --- .../game/data/stats/skills/11700-11799.xml | 2 - .../game/data/stats/skills/14000-14099.xml | 6 - .../game/data/stats/skills/14200-14299.xml | 2 - .../game/data/stats/skills/14300-14399.xml | 2 - .../game/data/stats/skills/14500-14599.xml | 10 -- .../game/data/stats/skills/14600-14699.xml | 2 - .../game/data/stats/skills/14700-14799.xml | 6 - .../game/data/stats/skills/15000-15099.xml | 18 --- .../game/data/stats/skills/15100-15199.xml | 14 --- .../game/data/stats/skills/15300-15399.xml | 6 - .../game/data/stats/skills/15600-15699.xml | 2 - .../game/data/stats/skills/17100-17199.xml | 4 - .../game/data/stats/skills/17700-17799.xml | 2 - .../game/data/stats/skills/17800-17899.xml | 2 - .../game/data/stats/skills/18500-18599.xml | 2 - .../game/data/stats/skills/19200-19299.xml | 6 - .../game/data/stats/skills/19500-19599.xml | 6 - .../game/data/stats/skills/21200-21299.xml | 12 -- .../game/data/stats/skills/22600-22699.xml | 2 - .../game/data/stats/skills/22900-22999.xml | 4 - .../game/data/stats/skills/23200-23299.xml | 4 - .../game/data/stats/skills/23400-23499.xml | 10 -- .../game/data/stats/skills/23500-23599.xml | 2 - .../game/data/stats/skills/27700-27799.xml | 12 -- .../game/data/stats/skills/27800-27899.xml | 28 ----- .../game/data/stats/skills/30000-30099.xml | 4 - .../game/data/stats/skills/30600-30699.xml | 4 - .../game/data/stats/skills/30700-30799.xml | 8 -- .../game/data/stats/skills/35200-35299.xml | 28 ----- .../game/data/stats/skills/39400-39499.xml | 2 - .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 14 --- .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 12 -- .../game/data/stats/skills/01700-01799.xml | 4 - .../game/data/stats/skills/01900-01999.xml | 15 --- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03400-03499.xml | 4 - .../game/data/stats/skills/03600-03699.xml | 34 ------ .../game/data/stats/skills/03800-03899.xml | 14 --- .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/08100-08199.xml | 14 --- .../game/data/stats/skills/08200-08299.xml | 68 ----------- .../game/data/stats/skills/08300-08399.xml | 14 --- .../game/data/stats/skills/08400-08499.xml | 18 --- .../game/data/stats/skills/08500-08599.xml | 6 - .../game/data/stats/skills/08700-08799.xml | 8 -- .../game/data/stats/skills/09100-09199.xml | 2 - .../game/data/stats/skills/09200-09299.xml | 8 -- .../game/data/stats/skills/09300-09399.xml | 2 - .../game/data/stats/skills/09500-09599.xml | 2 - .../game/data/stats/skills/09700-09799.xml | 2 - .../game/data/stats/skills/10000-10099.xml | 16 --- .../game/data/stats/skills/10100-10199.xml | 2 - .../game/data/stats/skills/10200-10299.xml | 8 -- .../game/data/stats/skills/10300-10399.xml | 8 -- .../game/data/stats/skills/10500-10599.xml | 14 --- .../game/data/stats/skills/11000-11099.xml | 10 -- .../game/data/stats/skills/11100-11199.xml | 2 - .../game/data/stats/skills/11500-11599.xml | 18 --- .../game/data/stats/skills/11700-11799.xml | 2 - .../game/data/stats/skills/14000-14099.xml | 6 - .../game/data/stats/skills/14200-14299.xml | 2 - .../game/data/stats/skills/14300-14399.xml | 2 - .../game/data/stats/skills/14500-14599.xml | 10 -- .../game/data/stats/skills/14600-14699.xml | 2 - .../game/data/stats/skills/14700-14799.xml | 6 - .../game/data/stats/skills/15000-15099.xml | 18 --- .../game/data/stats/skills/15100-15199.xml | 23 ---- .../game/data/stats/skills/15300-15399.xml | 20 ---- .../game/data/stats/skills/15600-15699.xml | 6 - .../game/data/stats/skills/17100-17199.xml | 13 -- .../game/data/stats/skills/17700-17799.xml | 22 ---- .../game/data/stats/skills/17800-17899.xml | 28 ----- .../game/data/stats/skills/18500-18599.xml | 17 --- .../game/data/stats/skills/19200-19299.xml | 21 ---- .../game/data/stats/skills/19500-19599.xml | 18 --- .../game/data/stats/skills/21200-21299.xml | 43 ------- .../game/data/stats/skills/22600-22699.xml | 8 -- .../game/data/stats/skills/22900-22999.xml | 12 -- .../game/data/stats/skills/23200-23299.xml | 12 -- .../game/data/stats/skills/23400-23499.xml | 32 +---- .../game/data/stats/skills/23500-23599.xml | 6 - .../game/data/stats/skills/27700-27799.xml | 42 ------- .../game/data/stats/skills/27800-27899.xml | 113 ------------------ .../game/data/stats/skills/30000-30099.xml | 17 --- .../game/data/stats/skills/30600-30699.xml | 11 -- .../game/data/stats/skills/30700-30799.xml | 34 +----- .../game/data/stats/skills/30800-30899.xml | 18 +-- .../game/data/stats/skills/32400-32499.xml | 6 - .../game/data/stats/skills/35500-35599.xml | 11 -- .../game/data/stats/skills/35600-35699.xml | 28 ----- .../game/data/stats/skills/39400-39499.xml | 6 - .../game/data/stats/skills/39600-39699.xml | 5 - .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 4 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 12 -- .../game/data/stats/skills/01600-01699.xml | 4 - .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03600-03699.xml | 6 - .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/35000-35099.xml | 2 - .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 6 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 16 --- .../game/data/stats/skills/01600-01699.xml | 10 -- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03600-03699.xml | 6 - .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/35000-35099.xml | 2 - .../game/data/stats/skills/55100-55199.xml | 42 ------- .../game/data/stats/skills/55700-55799.xml | 106 ---------------- .../game/data/stats/skills/55800-55899.xml | 10 -- .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 6 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 16 --- .../game/data/stats/skills/01600-01699.xml | 16 --- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03600-03699.xml | 6 - .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/35000-35099.xml | 2 - .../game/data/stats/skills/55100-55199.xml | 42 ------- .../game/data/stats/skills/55700-55799.xml | 106 ---------------- .../game/data/stats/skills/55800-55899.xml | 10 -- .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 6 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 18 --- .../game/data/stats/skills/01600-01699.xml | 16 --- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03600-03699.xml | 6 - .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/35000-35099.xml | 2 - .../game/data/stats/skills/55100-55199.xml | 42 ------- .../game/data/stats/skills/55700-55799.xml | 106 ---------------- .../game/data/stats/skills/55800-55899.xml | 10 -- .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 6 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 18 --- .../game/data/stats/skills/01600-01699.xml | 16 --- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03600-03699.xml | 6 - .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/35000-35099.xml | 2 - .../game/data/stats/skills/55100-55199.xml | 42 ------- .../game/data/stats/skills/55700-55799.xml | 106 ---------------- .../game/data/stats/skills/55800-55899.xml | 10 -- .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 6 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 18 --- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 30 ----- .../game/data/stats/skills/01500-01599.xml | 18 --- .../game/data/stats/skills/01600-01699.xml | 16 --- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03600-03699.xml | 6 - .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/35000-35099.xml | 2 - .../game/data/stats/skills/45100-45199.xml | 10 -- .../game/data/stats/skills/50200-50299.xml | 2 - .../game/data/stats/skills/55100-55199.xml | 42 ------- .../game/data/stats/skills/55700-55799.xml | 106 ---------------- .../game/data/stats/skills/55800-55899.xml | 10 -- .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 4 - .../game/data/stats/skills/00300-00399.xml | 4 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 22 ---- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 26 ---- .../game/data/stats/skills/01500-01599.xml | 12 -- .../game/data/stats/skills/01700-01799.xml | 4 - .../game/data/stats/skills/01900-01999.xml | 13 -- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03400-03499.xml | 4 - .../game/data/stats/skills/03600-03699.xml | 34 ------ .../game/data/stats/skills/03800-03899.xml | 14 --- .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/08100-08199.xml | 14 --- .../game/data/stats/skills/08200-08299.xml | 68 ----------- .../game/data/stats/skills/08300-08399.xml | 14 --- .../game/data/stats/skills/08400-08499.xml | 18 --- .../game/data/stats/skills/08500-08599.xml | 6 - .../game/data/stats/skills/08700-08799.xml | 8 -- .../game/data/stats/skills/09100-09199.xml | 2 - .../game/data/stats/skills/09200-09299.xml | 8 -- .../game/data/stats/skills/09300-09399.xml | 2 - .../game/data/stats/skills/09500-09599.xml | 2 - .../game/data/stats/skills/09700-09799.xml | 2 - .../game/data/stats/skills/10000-10099.xml | 12 -- .../game/data/stats/skills/10200-10299.xml | 10 -- .../game/data/stats/skills/10300-10399.xml | 8 -- .../game/data/stats/skills/10500-10599.xml | 16 --- .../game/data/stats/skills/11000-11099.xml | 10 -- .../game/data/stats/skills/11100-11199.xml | 2 - .../game/data/stats/skills/11500-11599.xml | 16 --- .../game/data/stats/skills/11600-11699.xml | 2 - .../game/data/stats/skills/11700-11799.xml | 2 - .../game/data/stats/skills/14000-14099.xml | 6 - .../game/data/stats/skills/14200-14299.xml | 2 - .../game/data/stats/skills/14300-14399.xml | 2 - .../game/data/stats/skills/14500-14599.xml | 10 -- .../game/data/stats/skills/14600-14699.xml | 2 - .../game/data/stats/skills/14700-14799.xml | 6 - .../game/data/stats/skills/15000-15099.xml | 18 --- .../game/data/stats/skills/15100-15199.xml | 14 --- .../game/data/stats/skills/15300-15399.xml | 6 - .../game/data/stats/skills/15600-15699.xml | 2 - .../game/data/stats/skills/17100-17199.xml | 4 - .../game/data/stats/skills/17700-17799.xml | 2 - .../game/data/stats/skills/17800-17899.xml | 2 - .../game/data/stats/skills/18500-18599.xml | 2 - .../game/data/stats/skills/19200-19299.xml | 6 - .../game/data/stats/skills/21200-21299.xml | 12 -- .../game/data/stats/skills/22600-22699.xml | 2 - .../game/data/stats/skills/22900-22999.xml | 4 - .../game/data/stats/skills/23200-23299.xml | 4 - .../game/data/stats/skills/23400-23499.xml | 10 -- .../game/data/stats/skills/23500-23599.xml | 2 - .../game/data/stats/skills/27700-27799.xml | 12 -- .../game/data/stats/skills/27800-27899.xml | 28 ----- .../game/data/stats/skills/30000-30099.xml | 4 - .../effecthandlers/TriggerSkillByAttack.java | 2 +- .../effecthandlers/TriggerSkillByDamage.java | 2 +- .../TriggerSkillByDeathBlow.java | 4 +- .../TriggerSkillBySkillAttack.java | 2 +- .../game/data/stats/skills/00200-00299.xml | 6 - .../game/data/stats/skills/00400-00499.xml | 4 - .../game/data/stats/skills/00500-00599.xml | 14 --- .../game/data/stats/skills/00600-00699.xml | 10 -- .../game/data/stats/skills/00700-00799.xml | 18 --- .../game/data/stats/skills/00900-00999.xml | 10 -- .../game/data/stats/skills/01400-01499.xml | 30 ----- .../game/data/stats/skills/01500-01599.xml | 18 --- .../game/data/stats/skills/01600-01699.xml | 16 --- .../game/data/stats/skills/03200-03299.xml | 62 ---------- .../game/data/stats/skills/03600-03699.xml | 6 - .../game/data/stats/skills/04400-04499.xml | 2 - .../game/data/stats/skills/05500-05599.xml | 10 -- .../game/data/stats/skills/05600-05699.xml | 2 - .../game/data/stats/skills/05800-05899.xml | 2 - .../game/data/stats/skills/05900-05999.xml | 8 -- .../game/data/stats/skills/06700-06799.xml | 2 - .../game/data/stats/skills/35000-35099.xml | 2 - .../game/data/stats/skills/45100-45199.xml | 10 -- .../game/data/stats/skills/45300-45399.xml | 10 -- .../game/data/stats/skills/50200-50299.xml | 4 - .../game/data/stats/skills/50300-50399.xml | 4 - .../game/data/stats/skills/55100-55199.xml | 42 ------- .../game/data/stats/skills/55700-55799.xml | 106 ---------------- .../game/data/stats/skills/55800-55899.xml | 10 -- 885 files changed, 90 insertions(+), 9586 deletions(-) diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00200-00299.xml index 50aaa9b730..0ab9170dcd 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00200-00299.xml @@ -64,8 +64,6 @@ Creature - 1 - 127 1 50 SELF @@ -308,8 +306,6 @@ Creature - 1 - 127 1 33 SELF diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00300-00399.xml index 8752224ba3..79bd1b4314 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00300-00399.xml @@ -2762,8 +2762,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -2775,8 +2773,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00400-00499.xml index ab3919ede6..4e7dc20944 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00400-00499.xml @@ -2848,8 +2848,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -4045,8 +4043,6 @@ 1 ALL Creature - 1 - 127 SELF 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00500-00599.xml index 8d6c4489fd..dbc9f6ed8c 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00500-00599.xml @@ -2064,8 +2064,6 @@ Creature - 1 - 127 30 SELF 100 @@ -2260,8 +2258,6 @@ Creature - 1 - 127 5 SELF 100 @@ -2280,8 +2276,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2300,8 +2294,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2320,8 +2312,6 @@ Creature - 1 - 127 5 SELF 100 @@ -4301,8 +4291,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4314,8 +4302,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00600-00699.xml index 67dda760fa..e71d579dca 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00600-00699.xml @@ -1423,8 +1423,6 @@ Creature - 1 - 127 1 2 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 2 SELF 1 @@ -1467,8 +1463,6 @@ Creature - 1 - 127 1 2 SELF @@ -1490,8 +1484,6 @@ Creature - 1 - 127 1 2 SELF @@ -1513,8 +1505,6 @@ Creature - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00700-00799.xml index 9051a80eb7..4dbfc518c8 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00700-00799.xml @@ -2141,8 +2141,6 @@ Creature - 1 - 127 20 SELF 300 @@ -2165,8 +2163,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2201,8 +2197,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2229,8 +2223,6 @@ Creature - 1 - 127 1 3 SELF @@ -2281,8 +2273,6 @@ Creature - 1 - 127 1 3 SELF @@ -2357,8 +2347,6 @@ Creature - 1 - 127 8 SELF 1 @@ -2567,8 +2555,6 @@ Creature - 1 - 127 5 TARGET 1 @@ -3152,8 +3138,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3262,8 +3246,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3349,8 +3331,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3594,8 +3574,6 @@ Creature - 1 - 127 10 MY_PARTY 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00900-00999.xml index 0385e2faf3..863a977267 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/00900-00999.xml @@ -4532,8 +4532,6 @@ Creature - 1 - 127 10 SELF 1 @@ -5076,8 +5074,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 127 SELF 1 15 @@ -5101,8 +5097,6 @@ 30 SELF Creature - 1 - 127 @@ -5150,8 +5144,6 @@ DUALFIST Creature - 1 - 127 SELF 1 15 @@ -5175,8 +5167,6 @@ 30 SELF Creature - 1 - 127 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01400-01499.xml index b4a51fb424..950cb5e7c1 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01400-01499.xml @@ -3947,8 +3947,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4006,8 +4004,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4077,8 +4073,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4136,8 +4130,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4190,8 +4182,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4243,8 +4233,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4415,8 +4403,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4436,8 +4422,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4468,8 +4452,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4504,8 +4486,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4540,8 +4520,6 @@ Creature - 1 - 127 10 ENEMY 1 @@ -4654,8 +4632,6 @@ Creature - 1 - 127 30 SUMMON 100 @@ -4674,8 +4650,6 @@ Creature - 1 - 127 1 5 SUMMON diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01500-01599.xml index 99d94ecb1f..41dbffbe7a 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01500-01599.xml @@ -556,8 +556,6 @@ Creature - 1 - 127 30 TARGET 100 @@ -765,8 +763,6 @@ Creature - 1 - 127 20 TARGET 100 @@ -1803,8 +1799,6 @@ Creature - 1 - 127 41 51 @@ -2395,8 +2389,6 @@ Creature - 1 - 127 60 SELF 60 @@ -2880,8 +2872,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3833,8 +3823,6 @@ Creature - 1 - 127 10 TARGET 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01700-01799.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01700-01799.xml index ac6f7d8aad..4409050afc 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01700-01799.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01700-01799.xml @@ -1057,8 +1057,6 @@ Creature - 1 - 127 100 SELF 1 @@ -1161,8 +1159,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01900-01999.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01900-01999.xml index 822b621546..9d31d14eba 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01900-01999.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/01900-01999.xml @@ -373,7 +373,6 @@ Creature - 1 100 SELF 1 @@ -1712,8 +1711,6 @@ Creature - 1 - 127 1 10 SELF @@ -1727,8 +1724,6 @@ 1995 1 Creature - 1 - 127 SELF 1 10 @@ -1845,8 +1840,6 @@ Creature - 1 - 127 1 4 SELF @@ -1857,8 +1850,6 @@ Creature - 1 - 127 1 2 SELF @@ -1954,8 +1945,6 @@ Playable - 1 - 127 1979 1 1 @@ -2000,8 +1989,6 @@ Playable - 1 - 127 1981 1 1000 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03200-03299.xml index d3f2680993..18c42fd4fc 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03200-03299.xml @@ -291,8 +291,6 @@ Creature - 1 - 127 2 SELF 1 @@ -333,8 +331,6 @@ Creature - 1 - 127 1 SELF 1 @@ -375,8 +371,6 @@ Creature - 1 - 127 1 SELF 1 @@ -417,8 +411,6 @@ Creature - 1 - 127 1 SELF 1 @@ -459,8 +451,6 @@ Creature - 1 - 127 1 SELF 1 @@ -506,8 +496,6 @@ Creature - 1 - 127 1 SELF 1 @@ -553,8 +541,6 @@ Creature - 1 - 127 2 SELF 1 @@ -595,8 +581,6 @@ Creature - 1 - 127 2 SELF 1 @@ -642,8 +626,6 @@ Creature - 1 - 127 1 SELF 1 @@ -694,8 +676,6 @@ Creature - 1 - 127 1 SELF 1 @@ -741,8 +721,6 @@ Playable - 1 - 127 1 SELF 1 @@ -788,8 +766,6 @@ Creature - 1 - 127 1 SELF 1 @@ -840,8 +816,6 @@ Creature - 1 - 127 1 SELF 1 @@ -887,8 +861,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -934,8 +906,6 @@ Creature - 1 - 127 1 SELF 1 @@ -986,8 +956,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1033,8 +1001,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1075,8 +1041,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1122,8 +1086,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -1174,8 +1136,6 @@ Creature - 1 - 127 2 ENEMY 1 @@ -1226,8 +1186,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1273,8 +1231,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1315,8 +1271,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1357,8 +1311,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1399,8 +1351,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1441,8 +1391,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1483,8 +1431,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1530,8 +1476,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1582,8 +1526,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1629,8 +1571,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1671,8 +1611,6 @@ Creature - 1 - 127 4 ENEMY 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03400-03499.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03400-03499.xml index ad5ee9d769..ccf92288dd 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03400-03499.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03400-03499.xml @@ -499,8 +499,6 @@ Creature - 1 - 127 1 5 MY_PARTY @@ -521,8 +519,6 @@ Creature - 1 - 127 1 5 MY_PARTY diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03600-03699.xml index af6f9b5b8d..06153ee786 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03600-03699.xml @@ -591,8 +591,6 @@ Playable - 1 - 127 10 SELF 50 @@ -663,8 +661,6 @@ Playable - 1 - 127 10 SELF 50 @@ -735,8 +731,6 @@ Playable - 1 - 127 10 SELF 50 @@ -2059,8 +2053,6 @@ Playable - 1 - 127 50 20 SELF @@ -2081,8 +2073,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2103,8 +2093,6 @@ Playable - 1 - 127 50 20 TARGET @@ -2125,8 +2113,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2147,8 +2133,6 @@ Playable - 1 - 127 5 SELF 50 @@ -2167,8 +2151,6 @@ Playable - 1 - 127 50 10 SELF @@ -2189,8 +2171,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2211,8 +2191,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2233,8 +2211,6 @@ Playable - 1 - 127 10 SELF 40 @@ -2253,8 +2229,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2273,8 +2247,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2311,8 +2283,6 @@ Playable - 1 - 127 10 TARGET 50 @@ -2331,8 +2301,6 @@ Playable - 1 - 127 25 TARGET 50 @@ -2403,8 +2371,6 @@ Creature - 1 - 127 2 SELF 20 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03800-03899.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03800-03899.xml index 9b9057eedd..5e219add13 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03800-03899.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/03800-03899.xml @@ -457,8 +457,6 @@ Creature - 1 - 127 1 6 TARGET @@ -545,8 +543,6 @@ Creature - 1 - 127 1 6 TARGET @@ -633,8 +629,6 @@ Creature - 1 - 127 1 6 TARGET @@ -961,8 +955,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1202,8 +1194,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1306,8 +1296,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1362,8 +1350,6 @@ Creature - 1 - 127 1 5 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/04400-04499.xml index 3ec43e643a..3b11eadebe 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/04400-04499.xml @@ -3903,8 +3903,6 @@ Playable - 1 - 127 50 ENEMY 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05500-05599.xml index cefa156b68..0228b37613 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05500-05599.xml @@ -1273,8 +1273,6 @@ Creature - 1 - 127 1 15 TARGET @@ -1640,8 +1638,6 @@ Creature - 1 - 127 10 10 @@ -1706,8 +1702,6 @@ Creature - 1 - 127 10 10 @@ -1780,8 +1774,6 @@ Creature - 1 - 127 10 10 @@ -1846,8 +1838,6 @@ Creature - 1 - 127 10 10 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05600-05699.xml index c5d153d189..05256e280f 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05600-05699.xml @@ -3747,8 +3747,6 @@ Creature - 1 - 127 1 60 SELF diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05800-05899.xml index 735771e033..9510674669 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05800-05899.xml @@ -1009,8 +1009,6 @@ Creature - 1 - 127 1 20 TARGET diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05900-05999.xml index 5033433689..571d8af046 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/05900-05999.xml @@ -29,8 +29,6 @@ Creature - 1 - 127 1 90 SELF @@ -71,8 +69,6 @@ Creature - 1 - 127 1 90 SELF @@ -339,8 +335,6 @@ Creature - 1 - 127 1 100 TARGET @@ -2194,8 +2188,6 @@ 5902 1 Attackable - 1 - 127 SELF 90 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/06700-06799.xml index 518baf1578..a1ebb560b2 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/06700-06799.xml @@ -560,8 +560,6 @@ Creature - 1 - 127 60 SELF 60 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08100-08199.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08100-08199.xml index 7a040790cc..28cb6104e3 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08100-08199.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08100-08199.xml @@ -1171,8 +1171,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1212,8 +1210,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1257,8 +1253,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1302,8 +1296,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1347,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1401,8 +1391,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1451,8 +1439,6 @@ Playable - 1 - 127 2 ENEMY 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08200-08299.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08200-08299.xml index f7625f718f..d1d3ac761c 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08200-08299.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08200-08299.xml @@ -10,8 +10,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -57,8 +55,6 @@ Playable - 1 - 127 2 SELF 1 @@ -111,8 +107,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -156,8 +150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -212,8 +204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -265,8 +255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -315,8 +303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -365,8 +351,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -414,8 +398,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -470,8 +452,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -523,8 +503,6 @@ Playable - 1 - 127 2 SELF 1 @@ -568,8 +546,6 @@ Playable - 1 - 127 2 SELF 1 @@ -621,8 +597,6 @@ Playable - 1 - 127 2 SELF 1 @@ -675,8 +649,6 @@ Playable - 1 - 127 2 SELF 1 @@ -728,8 +700,6 @@ Playable - 1 - 127 2 SELF 1 @@ -777,8 +747,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -827,8 +795,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -880,8 +846,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -934,8 +898,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -987,8 +949,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1043,8 +1003,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1096,8 +1054,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1146,8 +1102,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1196,8 +1150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1252,8 +1204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1305,8 +1255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1408,8 +1354,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1461,8 +1405,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1515,8 +1457,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1568,8 +1508,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1622,8 +1560,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1675,8 +1611,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1839,8 +1773,6 @@ Creature - 1 - 127 1 99 SELF diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08300-08399.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08300-08399.xml index a14dedef96..ea65fe9799 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08300-08399.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08300-08399.xml @@ -22,8 +22,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -73,8 +71,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -140,8 +136,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -188,8 +182,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -245,8 +237,6 @@ Playable - 1 - 127 25 SELF 50 @@ -300,8 +290,6 @@ Playable - 1 - 127 25 SELF 50 @@ -361,8 +349,6 @@ Playable - 1 - 127 1 33 TARGET diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08400-08499.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08400-08499.xml index cafaed10dd..689328cb6c 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08400-08499.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08400-08499.xml @@ -372,8 +372,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -436,8 +434,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -510,8 +506,6 @@ Playable - 1 - 127 2 SELF 1 @@ -579,8 +573,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -670,8 +662,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -759,8 +749,6 @@ Playable - 1 - 127 2 SELF 1 @@ -843,8 +831,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -928,8 +914,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1007,8 +991,6 @@ Playable - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08500-08599.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08500-08599.xml index 550d8cdac6..0dd6ab2e73 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08500-08599.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08500-08599.xml @@ -823,8 +823,6 @@ Creature - 1 - 127 20 SELF 1 @@ -885,8 +883,6 @@ Creature - 1 - 127 8 SELF 1 @@ -963,8 +959,6 @@ Creature - 1 - 127 20 SELF 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08700-08799.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08700-08799.xml index bcb9b15a92..7fd95b060c 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08700-08799.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/08700-08799.xml @@ -191,8 +191,6 @@ Creature - 1 - 127 41 10 SELF @@ -224,8 +222,6 @@ Creature - 1 - 127 41 10 SELF @@ -257,8 +253,6 @@ Creature - 1 - 127 41 10 SELF @@ -290,8 +284,6 @@ Creature - 1 - 127 41 10 SELF diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09100-09199.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09100-09199.xml index 7a44b0ddcd..5afd3ab488 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09100-09199.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09100-09199.xml @@ -3611,8 +3611,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09200-09299.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09200-09299.xml index 62f0c206fd..8c3187822c 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09200-09299.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09200-09299.xml @@ -538,8 +538,6 @@ Creature - 1 - 127 80 SELF 300 @@ -912,8 +910,6 @@ Creature - 1 - 127 1 80 SELF @@ -2049,8 +2045,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2409,8 +2403,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09300-09399.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09300-09399.xml index cebe48397c..ff9d47d020 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09300-09399.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09300-09399.xml @@ -530,8 +530,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09500-09599.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09500-09599.xml index 93579c7b7c..afc9163a5d 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09500-09599.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09500-09599.xml @@ -934,8 +934,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09700-09799.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09700-09799.xml index 396e3e0f56..e85d8580c2 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09700-09799.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/09700-09799.xml @@ -1931,8 +1931,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10000-10099.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10000-10099.xml index 723d9f50a1..c3b87ad377 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10000-10099.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10000-10099.xml @@ -383,8 +383,6 @@ Creature - 1 - 127 30 SELF 1 @@ -3730,8 +3728,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -3886,8 +3882,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4024,8 +4018,6 @@ Creature - 1 - 127 true 10070 @@ -4080,8 +4072,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4276,8 +4266,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10200-10299.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10200-10299.xml index b36421b161..6a19f69a05 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10200-10299.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10200-10299.xml @@ -481,8 +481,6 @@ 1 ALL Creature - 1 - 127 SELF 1 @@ -508,14 +506,10 @@ 40 SELF Creature - 1 - 127 true Creature - 1 - 127 50 SELF 1 @@ -603,8 +597,6 @@ Creature - 1 - 127 1 10 SELF @@ -2290,8 +2282,6 @@ true Creature - 1 - 127 30 10 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10300-10399.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10300-10399.xml index 492363c02d..b363e10683 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10300-10399.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10300-10399.xml @@ -1413,8 +1413,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1427,8 +1425,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1534,8 +1530,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1548,8 +1542,6 @@ Creature - 1 - 127 1 10 ENEMY diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10500-10599.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10500-10599.xml index 70b56af68e..0d564d6ae2 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10500-10599.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/10500-10599.xml @@ -1353,8 +1353,6 @@ Creature - 1 - 127 1 100 SELF @@ -1367,8 +1365,6 @@ Creature - 1 - 127 1 100 SELF @@ -1451,8 +1447,6 @@ Playable - 1 - 127 40 ENEMY 1 @@ -2130,8 +2124,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -2274,8 +2266,6 @@ Playable - 1 - 127 false TARGET 15 @@ -2300,8 +2290,6 @@ Playable - 1 - 127 false TARGET 10 @@ -2317,8 +2305,6 @@ Playable - 1 - 127 false TARGET 10538 @@ -3467,8 +3453,6 @@ Creature - 1 - 127 1 100 SELF @@ -3481,8 +3465,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11000-11099.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11000-11099.xml index 46e3bbc3b1..ccba01a274 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11000-11099.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11000-11099.xml @@ -3684,8 +3684,6 @@ - 1 - 127 10 TARGET 1 @@ -4464,8 +4462,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4573,8 +4569,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4851,8 +4845,6 @@ Playable - 1 - 127 11063 1 1 @@ -5678,8 +5670,6 @@ Playable - 1 - 127 100 ENEMY SINGLE diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11100-11199.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11100-11199.xml index dfb3faa0bb..cf79d824a0 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11100-11199.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11100-11199.xml @@ -1887,8 +1887,6 @@ Creature - 1 - 127 50 ENEMY SINGLE diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11500-11599.xml index 1c8b68642d..65fd536f61 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11500-11599.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11500-11599.xml @@ -53,8 +53,6 @@ Creature - 1 - 127 1 3 SELF @@ -1275,8 +1273,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2466,8 +2462,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -3081,8 +3075,6 @@ Creature - 1 - 127 100 5 SELF @@ -3598,8 +3590,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -3610,8 +3600,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -3991,8 +3979,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -4456,8 +4442,6 @@ Creature - 1 - 127 25 SELF 300 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11600-11699.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11600-11699.xml index 4aa069330d..c122e3b6fd 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11600-11699.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11600-11699.xml @@ -1177,8 +1177,6 @@ 99 - 1 - 127 80 SELF 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11700-11799.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11700-11799.xml index 1779616c41..707ff3a00d 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11700-11799.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/11700-11799.xml @@ -392,8 +392,6 @@ Creature - 1 - 127 60 SELF 10 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14000-14099.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14000-14099.xml index 3afeceff66..8381c51695 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14000-14099.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14000-14099.xml @@ -102,8 +102,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -534,8 +532,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -3091,8 +3087,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14200-14299.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14200-14299.xml index ad1766d1ff..0a8fab5457 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14200-14299.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14200-14299.xml @@ -2332,8 +2332,6 @@ Playable - 1 - 127 80 ENEMY 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14300-14399.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14300-14399.xml index e820f9ce8a..92b476c058 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14300-14399.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14300-14399.xml @@ -1848,8 +1848,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14500-14599.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14500-14599.xml index b65ddc9770..6502fd39e5 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14500-14599.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14500-14599.xml @@ -320,8 +320,6 @@ Creature - 1 - 127 50 SELF 1 @@ -657,8 +655,6 @@ Playable - 1 - 127 100 SELF 1 @@ -869,8 +865,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -1125,8 +1119,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -2265,8 +2257,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14600-14699.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14600-14699.xml index 906c76abbc..a043863e6b 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14600-14699.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14600-14699.xml @@ -453,8 +453,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14700-14799.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14700-14799.xml index 982f4d00fc..e9620cc771 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14700-14799.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/14700-14799.xml @@ -487,8 +487,6 @@ Creature - 1 - 127 300 80 true @@ -1274,8 +1272,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1932,8 +1928,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15000-15099.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15000-15099.xml index 688890d37b..669644581a 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15000-15099.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15000-15099.xml @@ -412,8 +412,6 @@ Creature - 1 - 127 50 SELF 1 @@ -462,8 +460,6 @@ Creature - 1 - 127 50 SELF 1 @@ -515,8 +511,6 @@ Creature - 1 - 127 50 SELF 1 @@ -571,8 +565,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1276,8 +1268,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1325,8 +1315,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1374,8 +1362,6 @@ Playable - 1 - 127 100 SELF 1 @@ -2338,8 +2324,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -2424,8 +2408,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15100-15199.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15100-15199.xml index 0aa85bb1d4..e6f02e1ff5 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15100-15199.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15100-15199.xml @@ -318,8 +318,6 @@ Creature - 1 - 127 50 SELF 1 @@ -374,8 +372,6 @@ Creature - 1 - 127 50 SELF 1 @@ -425,8 +421,6 @@ Creature - 1 - 127 50 SELF 1 @@ -704,8 +698,6 @@ Creature - 1 - 127 50 SELF 1 @@ -754,8 +746,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1300,8 +1290,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1334,8 +1322,6 @@ Creature - 1 - 127 1 50 ENEMY diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15300-15399.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15300-15399.xml index 2e3518f6bd..ab3b5e2808 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15300-15399.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15300-15399.xml @@ -334,8 +334,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1341,8 +1339,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1700,8 +1696,6 @@ Creature - 1 - 127 300 80 SELF diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15600-15699.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15600-15699.xml index 78abce04b6..fbcc2bfd9f 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15600-15699.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/15600-15699.xml @@ -504,8 +504,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/17100-17199.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/17100-17199.xml index 78f316bf38..cad7cfa7bf 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/17100-17199.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/17100-17199.xml @@ -825,8 +825,6 @@ Creature - 1 - 127 99 false TARGET @@ -982,8 +980,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/17800-17899.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/17800-17899.xml index 0db0a6cdd5..827bffaf13 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/17800-17899.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/17800-17899.xml @@ -667,8 +667,6 @@ Creature - 1 - 127 100 1 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/19200-19299.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/19200-19299.xml index c9cba4e67e..4d084d34c9 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/19200-19299.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/19200-19299.xml @@ -984,8 +984,6 @@ Creature - 1 - 127 1 100 SELF @@ -997,8 +995,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/21200-21299.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/21200-21299.xml index e9b7851d4b..ad9873827f 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/21200-21299.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/21200-21299.xml @@ -1023,8 +1023,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1045,8 +1043,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1067,8 +1063,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1089,8 +1083,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1111,8 +1103,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1133,8 +1123,6 @@ Playable - 1 - 127 5 SELF 100 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/22600-22699.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/22600-22699.xml index 5cb6804f09..534bd0524b 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/22600-22699.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/22600-22699.xml @@ -2746,8 +2746,6 @@ Creature - 1 - 127 1 5 SELF diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/22900-22999.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/22900-22999.xml index 4b1587934e..377f77e700 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/22900-22999.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/22900-22999.xml @@ -438,8 +438,6 @@ Creature - 1 - 127 80 SELF 300 @@ -534,8 +532,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23200-23299.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23200-23299.xml index a18c0dbe8f..fe3d509bb1 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23200-23299.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23200-23299.xml @@ -1578,8 +1578,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3233,8 +3231,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23400-23499.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23400-23499.xml index 6d1a44e026..0869b7d0f0 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23400-23499.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23400-23499.xml @@ -865,8 +865,6 @@ Creature - 1 - 127 10 ENEMY SINGLE @@ -1529,8 +1527,6 @@ 5 Playable - 1 - 127 SELF 60 @@ -2274,8 +2270,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2648,8 +2642,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2735,8 +2727,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23500-23599.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23500-23599.xml index a6751c53c1..6b088ef9f1 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23500-23599.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/23500-23599.xml @@ -1307,8 +1307,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/30000-30099.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/30000-30099.xml index 1b5b4f6bd3..3c4878a578 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/30000-30099.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/skills/30000-30099.xml @@ -768,8 +768,6 @@ Creature - 1 - 127 1 100 SELF @@ -782,8 +780,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00200-00299.xml index 8094410acf..f87e8b6aec 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00200-00299.xml @@ -64,8 +64,6 @@ Creature - 1 - 127 1 50 SELF @@ -308,8 +306,6 @@ Creature - 1 - 127 1 33 SELF diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00300-00399.xml index b96e21b9ac..d576155a5c 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00300-00399.xml @@ -2762,8 +2762,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -2775,8 +2773,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00400-00499.xml index 9dee520a5b..7e133cb704 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00400-00499.xml @@ -2855,8 +2855,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -4051,8 +4049,6 @@ 1 ALL Creature - 1 - 127 SELF 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00500-00599.xml index 5bb02bb7d3..9d7eb9d337 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00500-00599.xml @@ -2064,8 +2064,6 @@ Creature - 1 - 127 30 SELF 100 @@ -2263,8 +2261,6 @@ Creature - 1 - 127 5 SELF 100 @@ -2283,8 +2279,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2303,8 +2297,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2323,8 +2315,6 @@ Creature - 1 - 127 5 SELF 100 @@ -4302,8 +4292,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4315,8 +4303,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00600-00699.xml index cb91241b20..5c4696e5e0 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00600-00699.xml @@ -1423,8 +1423,6 @@ Creature - 1 - 127 1 2 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 2 SELF 1 @@ -1467,8 +1463,6 @@ Creature - 1 - 127 1 2 SELF @@ -1490,8 +1484,6 @@ Creature - 1 - 127 1 2 SELF @@ -1513,8 +1505,6 @@ Creature - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00700-00799.xml index 8a1478816a..aa7c96bca4 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00700-00799.xml @@ -2141,8 +2141,6 @@ Creature - 1 - 127 20 SELF 300 @@ -2165,8 +2163,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2201,8 +2197,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2229,8 +2223,6 @@ Creature - 1 - 127 1 3 SELF @@ -2281,8 +2273,6 @@ Creature - 1 - 127 1 3 SELF @@ -2357,8 +2347,6 @@ Creature - 1 - 127 8 SELF 1 @@ -2567,8 +2555,6 @@ Creature - 1 - 127 5 TARGET 1 @@ -3152,8 +3138,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3262,8 +3246,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3349,8 +3331,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3594,8 +3574,6 @@ Creature - 1 - 127 10 MY_PARTY 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00900-00999.xml index e5ae45dd2f..bbd20619ce 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/00900-00999.xml @@ -4528,8 +4528,6 @@ Creature - 1 - 127 10 SELF 1 @@ -5098,8 +5096,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 127 SELF 1 15 @@ -5123,8 +5119,6 @@ 30 SELF Creature - 1 - 127 @@ -5172,8 +5166,6 @@ DUALFIST Creature - 1 - 127 SELF 1 15 @@ -5197,8 +5189,6 @@ 30 SELF Creature - 1 - 127 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01400-01499.xml index 69a7e42189..8d2cfa59dd 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01400-01499.xml @@ -3942,8 +3942,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4001,8 +3999,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4072,8 +4068,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4131,8 +4125,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4185,8 +4177,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4238,8 +4228,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4410,8 +4398,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4431,8 +4417,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4463,8 +4447,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4499,8 +4481,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4535,8 +4515,6 @@ Creature - 1 - 127 10 ENEMY 1 @@ -4649,8 +4627,6 @@ Creature - 1 - 127 30 SUMMON 100 @@ -4669,8 +4645,6 @@ Creature - 1 - 127 1 5 SUMMON diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01500-01599.xml index 16b808f5fe..54cca3e159 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01500-01599.xml @@ -556,8 +556,6 @@ Creature - 1 - 127 30 TARGET 100 @@ -773,8 +771,6 @@ Creature - 1 - 127 20 TARGET 100 @@ -1811,8 +1807,6 @@ Creature - 1 - 127 41 51 @@ -2403,8 +2397,6 @@ Creature - 1 - 127 60 SELF 60 @@ -2893,8 +2885,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3877,8 +3867,6 @@ Creature - 1 - 127 10 TARGET 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01700-01799.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01700-01799.xml index 4bae6c9080..6db3e721c2 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01700-01799.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01700-01799.xml @@ -1057,8 +1057,6 @@ Creature - 1 - 127 100 SELF 1 @@ -1161,8 +1159,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01900-01999.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01900-01999.xml index ef6417def7..a377894c59 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01900-01999.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/01900-01999.xml @@ -373,7 +373,6 @@ Creature - 1 100 SELF 1 @@ -1712,8 +1711,6 @@ Creature - 1 - 127 1 10 SELF @@ -1727,8 +1724,6 @@ 1995 1 Creature - 1 - 127 SELF 1 10 @@ -1845,8 +1840,6 @@ Creature - 1 - 127 1 4 SELF @@ -1857,8 +1850,6 @@ Creature - 1 - 127 1 2 SELF @@ -1954,8 +1945,6 @@ Playable - 1 - 127 1979 1 1 @@ -2000,8 +1989,6 @@ Playable - 1 - 127 1981 1 1000 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03200-03299.xml index 685e42090a..cea4fb9004 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03200-03299.xml @@ -291,8 +291,6 @@ Creature - 1 - 127 2 SELF 1 @@ -333,8 +331,6 @@ Creature - 1 - 127 1 SELF 1 @@ -375,8 +371,6 @@ Creature - 1 - 127 1 SELF 1 @@ -417,8 +411,6 @@ Creature - 1 - 127 1 SELF 1 @@ -459,8 +451,6 @@ Creature - 1 - 127 1 SELF 1 @@ -506,8 +496,6 @@ Creature - 1 - 127 1 SELF 1 @@ -553,8 +541,6 @@ Creature - 1 - 127 2 SELF 1 @@ -595,8 +581,6 @@ Creature - 1 - 127 2 SELF 1 @@ -642,8 +626,6 @@ Creature - 1 - 127 1 SELF 1 @@ -694,8 +676,6 @@ Creature - 1 - 127 1 SELF 1 @@ -741,8 +721,6 @@ Playable - 1 - 127 1 SELF 1 @@ -788,8 +766,6 @@ Creature - 1 - 127 1 SELF 1 @@ -840,8 +816,6 @@ Creature - 1 - 127 1 SELF 1 @@ -887,8 +861,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -934,8 +906,6 @@ Creature - 1 - 127 1 SELF 1 @@ -986,8 +956,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1033,8 +1001,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1075,8 +1041,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1122,8 +1086,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -1174,8 +1136,6 @@ Creature - 1 - 127 2 ENEMY 1 @@ -1226,8 +1186,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1273,8 +1231,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1315,8 +1271,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1357,8 +1311,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1399,8 +1351,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1441,8 +1391,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1483,8 +1431,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1530,8 +1476,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1582,8 +1526,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1629,8 +1571,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1671,8 +1611,6 @@ Creature - 1 - 127 4 ENEMY 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03400-03499.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03400-03499.xml index 0caaf6b09c..699cb49fff 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03400-03499.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03400-03499.xml @@ -499,8 +499,6 @@ Creature - 1 - 127 1 5 MY_PARTY @@ -521,8 +519,6 @@ Creature - 1 - 127 1 5 MY_PARTY diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03600-03699.xml index cc4e287821..c41a682449 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03600-03699.xml @@ -591,8 +591,6 @@ Playable - 1 - 127 10 SELF 50 @@ -663,8 +661,6 @@ Playable - 1 - 127 10 SELF 50 @@ -735,8 +731,6 @@ Playable - 1 - 127 10 SELF 50 @@ -2059,8 +2053,6 @@ Playable - 1 - 127 50 20 SELF @@ -2081,8 +2073,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2103,8 +2093,6 @@ Playable - 1 - 127 50 20 TARGET @@ -2125,8 +2113,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2147,8 +2133,6 @@ Playable - 1 - 127 5 SELF 50 @@ -2167,8 +2151,6 @@ Playable - 1 - 127 50 10 SELF @@ -2189,8 +2171,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2211,8 +2191,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2233,8 +2211,6 @@ Playable - 1 - 127 10 SELF 40 @@ -2253,8 +2229,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2273,8 +2247,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2311,8 +2283,6 @@ Playable - 1 - 127 10 TARGET 50 @@ -2331,8 +2301,6 @@ Playable - 1 - 127 25 TARGET 50 @@ -2403,8 +2371,6 @@ Creature - 1 - 127 2 SELF 20 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03800-03899.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03800-03899.xml index 57574c1d91..ab9f231817 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03800-03899.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/03800-03899.xml @@ -457,8 +457,6 @@ Creature - 1 - 127 1 6 TARGET @@ -545,8 +543,6 @@ Creature - 1 - 127 1 6 TARGET @@ -633,8 +629,6 @@ Creature - 1 - 127 1 6 TARGET @@ -961,8 +955,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1202,8 +1194,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1306,8 +1296,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1362,8 +1350,6 @@ Creature - 1 - 127 1 5 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/04400-04499.xml index 9376e08cc9..28c556811d 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/04400-04499.xml @@ -3902,8 +3902,6 @@ Playable - 1 - 127 50 ENEMY 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05500-05599.xml index 2d2ab7eefc..ec2cbca382 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05500-05599.xml @@ -1291,8 +1291,6 @@ Creature - 1 - 127 1 15 TARGET @@ -1658,8 +1656,6 @@ Creature - 1 - 127 10 10 @@ -1724,8 +1720,6 @@ Creature - 1 - 127 10 10 @@ -1798,8 +1792,6 @@ Creature - 1 - 127 10 10 @@ -1864,8 +1856,6 @@ Creature - 1 - 127 10 10 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05600-05699.xml index 45b32897d8..bc481cce0d 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05600-05699.xml @@ -3768,8 +3768,6 @@ Creature - 1 - 127 1 60 SELF diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05800-05899.xml index 116d10cc79..a1394a36c8 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05800-05899.xml @@ -1036,8 +1036,6 @@ Creature - 1 - 127 1 20 TARGET diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05900-05999.xml index bd1ccec603..ed8e8a5619 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 127 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 127 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 127 1 100 TARGET @@ -2232,8 +2226,6 @@ 5902 1 Attackable - 1 - 127 SELF 90 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/06700-06799.xml index ad256b395b..91eba446f2 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/06700-06799.xml @@ -562,8 +562,6 @@ Creature - 1 - 127 60 SELF 60 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08100-08199.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08100-08199.xml index 7a040790cc..28cb6104e3 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08100-08199.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08100-08199.xml @@ -1171,8 +1171,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1212,8 +1210,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1257,8 +1253,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1302,8 +1296,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1347,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1401,8 +1391,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1451,8 +1439,6 @@ Playable - 1 - 127 2 ENEMY 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08200-08299.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08200-08299.xml index 3347aca6c9..a7b9555a3a 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08200-08299.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08200-08299.xml @@ -10,8 +10,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -57,8 +55,6 @@ Playable - 1 - 127 2 SELF 1 @@ -111,8 +107,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -156,8 +150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -212,8 +204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -265,8 +255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -315,8 +303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -365,8 +351,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -414,8 +398,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -470,8 +452,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -523,8 +503,6 @@ Playable - 1 - 127 2 SELF 1 @@ -568,8 +546,6 @@ Playable - 1 - 127 2 SELF 1 @@ -621,8 +597,6 @@ Playable - 1 - 127 2 SELF 1 @@ -675,8 +649,6 @@ Playable - 1 - 127 2 SELF 1 @@ -728,8 +700,6 @@ Playable - 1 - 127 2 SELF 1 @@ -777,8 +747,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -827,8 +795,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -880,8 +846,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -934,8 +898,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -987,8 +949,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1043,8 +1003,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1096,8 +1054,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1146,8 +1102,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1196,8 +1150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1252,8 +1204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1305,8 +1255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1408,8 +1354,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1461,8 +1405,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1515,8 +1457,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1568,8 +1508,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1622,8 +1560,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1675,8 +1611,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1839,8 +1773,6 @@ Creature - 1 - 127 1 99 SELF diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08300-08399.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08300-08399.xml index c32acd8b88..58ae85d342 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08300-08399.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08300-08399.xml @@ -22,8 +22,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -73,8 +71,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -140,8 +136,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -188,8 +182,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -245,8 +237,6 @@ Playable - 1 - 127 25 SELF 50 @@ -300,8 +290,6 @@ Playable - 1 - 127 25 SELF 50 @@ -361,8 +349,6 @@ Playable - 1 - 127 1 33 TARGET diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08400-08499.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08400-08499.xml index ea2ddb313b..70988d1140 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08400-08499.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08400-08499.xml @@ -372,8 +372,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -436,8 +434,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -510,8 +506,6 @@ Playable - 1 - 127 2 SELF 1 @@ -579,8 +573,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -670,8 +662,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -759,8 +749,6 @@ Playable - 1 - 127 2 SELF 1 @@ -843,8 +831,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -928,8 +914,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1007,8 +991,6 @@ Playable - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08500-08599.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08500-08599.xml index 56c24c2392..dc2560fc5f 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08500-08599.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08500-08599.xml @@ -824,8 +824,6 @@ Creature - 1 - 127 20 SELF 1 @@ -886,8 +884,6 @@ Creature - 1 - 127 8 SELF 1 @@ -964,8 +960,6 @@ Creature - 1 - 127 20 SELF 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08700-08799.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08700-08799.xml index 0b353369e7..d4871a3139 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08700-08799.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/08700-08799.xml @@ -191,8 +191,6 @@ Creature - 1 - 127 41 10 SELF @@ -224,8 +222,6 @@ Creature - 1 - 127 41 10 SELF @@ -257,8 +253,6 @@ Creature - 1 - 127 41 10 SELF @@ -290,8 +284,6 @@ Creature - 1 - 127 41 10 SELF diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09100-09199.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09100-09199.xml index b6b40a1ec4..a824af169c 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09100-09199.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09100-09199.xml @@ -3609,8 +3609,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09200-09299.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09200-09299.xml index b8c722a6c4..fd635a4f72 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09200-09299.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09200-09299.xml @@ -538,8 +538,6 @@ Creature - 1 - 127 80 SELF 300 @@ -912,8 +910,6 @@ Creature - 1 - 127 1 80 SELF @@ -2044,8 +2040,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2404,8 +2398,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09300-09399.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09300-09399.xml index 5403941c7d..2731f2deb4 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09300-09399.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09300-09399.xml @@ -530,8 +530,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09500-09599.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09500-09599.xml index 3b2f759d5b..d4cebd0133 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09500-09599.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09500-09599.xml @@ -933,8 +933,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09700-09799.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09700-09799.xml index 29f66e511f..7392642bc5 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09700-09799.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/09700-09799.xml @@ -1929,8 +1929,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10000-10099.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10000-10099.xml index 68fbde2847..10a79b9f43 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10000-10099.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10000-10099.xml @@ -383,8 +383,6 @@ Creature - 1 - 127 30 SELF 1 @@ -3743,8 +3741,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -3899,8 +3895,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4037,8 +4031,6 @@ Creature - 1 - 127 true 10070 @@ -4093,8 +4085,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4289,8 +4279,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10200-10299.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10200-10299.xml index ec562c82d0..a18bd0ada7 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10200-10299.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10200-10299.xml @@ -481,8 +481,6 @@ 1 ALL Creature - 1 - 127 SELF 1 @@ -508,14 +506,10 @@ 40 SELF Creature - 1 - 127 true Creature - 1 - 127 50 SELF 1 @@ -603,8 +597,6 @@ Creature - 1 - 127 1 10 SELF @@ -2313,8 +2305,6 @@ true Creature - 1 - 127 30 10 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10300-10399.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10300-10399.xml index d88880c950..a62be26320 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10300-10399.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10300-10399.xml @@ -1446,8 +1446,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1460,8 +1458,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1569,8 +1565,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1583,8 +1577,6 @@ Creature - 1 - 127 1 10 ENEMY diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10500-10599.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10500-10599.xml index 27099b3626..c2ec0255e3 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10500-10599.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/10500-10599.xml @@ -1353,8 +1353,6 @@ Creature - 1 - 127 1 100 SELF @@ -1367,8 +1365,6 @@ Creature - 1 - 127 1 100 SELF @@ -1451,8 +1447,6 @@ Playable - 1 - 127 40 ENEMY 1 @@ -2130,8 +2124,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -2274,8 +2266,6 @@ Playable - 1 - 127 false TARGET 15 @@ -2300,8 +2290,6 @@ Playable - 1 - 127 false TARGET 10 @@ -2317,8 +2305,6 @@ Playable - 1 - 127 false TARGET 10538 @@ -3467,8 +3453,6 @@ Creature - 1 - 127 1 100 SELF @@ -3481,8 +3465,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11000-11099.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11000-11099.xml index 0783eafc07..d8fa2dda07 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11000-11099.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11000-11099.xml @@ -3684,8 +3684,6 @@ - 1 - 127 10 TARGET 1 @@ -4462,8 +4460,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4571,8 +4567,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4849,8 +4843,6 @@ Playable - 1 - 127 11063 1 1 @@ -5688,8 +5680,6 @@ Playable - 1 - 127 100 ENEMY SINGLE diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11100-11199.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11100-11199.xml index 86c4273ea8..e99318533e 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11100-11199.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11100-11199.xml @@ -2087,8 +2087,6 @@ Creature - 1 - 127 50 ENEMY SINGLE diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11500-11599.xml index b998d8f0ce..ba0c48eb6a 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11500-11599.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11500-11599.xml @@ -53,8 +53,6 @@ Creature - 1 - 127 1 3 SELF @@ -1277,8 +1275,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2484,8 +2480,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -3220,8 +3214,6 @@ Creature - 1 - 127 100 5 SELF @@ -3737,8 +3729,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -3749,8 +3739,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4134,8 +4122,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -4599,8 +4585,6 @@ Creature - 1 - 127 25 SELF 300 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11600-11699.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11600-11699.xml index b60794ec91..48d3a69010 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11600-11699.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11600-11699.xml @@ -1183,8 +1183,6 @@ 99 - 1 - 127 80 SELF 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11700-11799.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11700-11799.xml index 16afd0292f..cd4e4ad8c1 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11700-11799.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/11700-11799.xml @@ -400,8 +400,6 @@ Creature - 1 - 127 60 SELF 10 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14000-14099.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14000-14099.xml index dfe04da185..c6b9b77556 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14000-14099.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14000-14099.xml @@ -102,8 +102,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -534,8 +532,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -3091,8 +3087,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14200-14299.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14200-14299.xml index caf1f0cb5a..12758af9d7 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14200-14299.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14200-14299.xml @@ -2337,8 +2337,6 @@ Playable - 1 - 127 80 ENEMY 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14300-14399.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14300-14399.xml index bbd6cffe0a..e1127ff57a 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14300-14399.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14300-14399.xml @@ -1848,8 +1848,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14500-14599.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14500-14599.xml index 9db23befbc..fd940a0a55 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14500-14599.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14500-14599.xml @@ -320,8 +320,6 @@ Creature - 1 - 127 50 SELF 1 @@ -657,8 +655,6 @@ Playable - 1 - 127 100 SELF 1 @@ -869,8 +865,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -1125,8 +1119,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -2265,8 +2257,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14600-14699.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14600-14699.xml index a9ffbc751e..6ef0e899c5 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14600-14699.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14600-14699.xml @@ -453,8 +453,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14700-14799.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14700-14799.xml index 0b6edf73fe..e6b2d9ffae 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14700-14799.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/14700-14799.xml @@ -486,8 +486,6 @@ Creature - 1 - 127 300 80 true @@ -1272,8 +1270,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1930,8 +1926,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15000-15099.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15000-15099.xml index 1e31446eaa..36d2b6176f 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15000-15099.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15000-15099.xml @@ -412,8 +412,6 @@ Creature - 1 - 127 50 SELF 1 @@ -462,8 +460,6 @@ Creature - 1 - 127 50 SELF 1 @@ -515,8 +511,6 @@ Creature - 1 - 127 50 SELF 1 @@ -571,8 +565,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1276,8 +1268,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1325,8 +1315,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1374,8 +1362,6 @@ Playable - 1 - 127 100 SELF 1 @@ -2338,8 +2324,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -2424,8 +2408,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15100-15199.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15100-15199.xml index 657ca495d0..a3f6c5126d 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15100-15199.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15100-15199.xml @@ -318,8 +318,6 @@ Creature - 1 - 127 50 SELF 1 @@ -374,8 +372,6 @@ Creature - 1 - 127 50 SELF 1 @@ -425,8 +421,6 @@ Creature - 1 - 127 50 SELF 1 @@ -704,8 +698,6 @@ Creature - 1 - 127 50 SELF 1 @@ -754,8 +746,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1300,8 +1290,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1334,8 +1322,6 @@ Creature - 1 - 127 1 50 ENEMY diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15300-15399.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15300-15399.xml index 22f2c87604..d72a9ec2ee 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15300-15399.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15300-15399.xml @@ -334,8 +334,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1341,8 +1339,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1700,8 +1696,6 @@ Creature - 1 - 127 300 80 SELF diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15600-15699.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15600-15699.xml index e3f2547eeb..533a8e588c 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15600-15699.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/15600-15699.xml @@ -504,8 +504,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/17100-17199.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/17100-17199.xml index 088ded0a8a..a9ebe808e1 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/17100-17199.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/17100-17199.xml @@ -825,8 +825,6 @@ Creature - 1 - 127 99 false TARGET @@ -982,8 +980,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/17800-17899.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/17800-17899.xml index 884523664e..e22130c685 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/17800-17899.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/17800-17899.xml @@ -667,8 +667,6 @@ Creature - 1 - 127 100 1 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/19200-19299.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/19200-19299.xml index a74b73dfef..280d7efe13 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/19200-19299.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/19200-19299.xml @@ -998,8 +998,6 @@ Creature - 1 - 127 1 100 SELF @@ -1012,8 +1010,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/21200-21299.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/21200-21299.xml index b62ad339d8..d90c472b5f 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/21200-21299.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/21200-21299.xml @@ -1023,8 +1023,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1045,8 +1043,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1067,8 +1063,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1089,8 +1083,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1111,8 +1103,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1133,8 +1123,6 @@ Playable - 1 - 127 5 SELF 100 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/22600-22699.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/22600-22699.xml index 3ccabe8e1f..adf95e716b 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/22600-22699.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/22600-22699.xml @@ -2746,8 +2746,6 @@ Creature - 1 - 127 1 5 SELF diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/22900-22999.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/22900-22999.xml index c7670158d1..14d4f67c10 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/22900-22999.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/22900-22999.xml @@ -435,8 +435,6 @@ Creature - 1 - 127 80 SELF 300 @@ -529,8 +527,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23200-23299.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23200-23299.xml index 66d08d70e5..694904a123 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23200-23299.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23200-23299.xml @@ -1848,8 +1848,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3536,8 +3534,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23400-23499.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23400-23499.xml index 85bef6f1bf..f62d2b3713 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23400-23499.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23400-23499.xml @@ -865,8 +865,6 @@ Creature - 1 - 127 10 ENEMY SINGLE @@ -1528,8 +1526,6 @@ 5 Playable - 1 - 127 SELF 60 @@ -2273,8 +2269,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2668,8 +2662,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2758,8 +2750,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23500-23599.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23500-23599.xml index 83a41e73fb..bf7e1df4d4 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23500-23599.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/23500-23599.xml @@ -1305,8 +1305,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/30000-30099.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/30000-30099.xml index dc6f636cc2..d855ec1da8 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/30000-30099.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/skills/30000-30099.xml @@ -916,8 +916,6 @@ Creature - 1 - 127 1 100 SELF @@ -930,8 +928,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00200-00299.xml index 07fa092bc2..f88c279412 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00200-00299.xml @@ -64,8 +64,6 @@ Creature - 1 - 127 1 50 SELF @@ -308,8 +306,6 @@ Creature - 1 - 127 1 33 SELF diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00300-00399.xml index b96e21b9ac..d576155a5c 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00300-00399.xml @@ -2762,8 +2762,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -2775,8 +2773,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00400-00499.xml index 793ef41a02..cc5abf5856 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00400-00499.xml @@ -2896,8 +2896,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -4092,8 +4090,6 @@ 1 ALL Creature - 1 - 127 SELF 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00500-00599.xml index 5bb02bb7d3..9d7eb9d337 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00500-00599.xml @@ -2064,8 +2064,6 @@ Creature - 1 - 127 30 SELF 100 @@ -2263,8 +2261,6 @@ Creature - 1 - 127 5 SELF 100 @@ -2283,8 +2279,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2303,8 +2297,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2323,8 +2315,6 @@ Creature - 1 - 127 5 SELF 100 @@ -4302,8 +4292,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4315,8 +4303,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00600-00699.xml index cb91241b20..5c4696e5e0 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00600-00699.xml @@ -1423,8 +1423,6 @@ Creature - 1 - 127 1 2 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 2 SELF 1 @@ -1467,8 +1463,6 @@ Creature - 1 - 127 1 2 SELF @@ -1490,8 +1484,6 @@ Creature - 1 - 127 1 2 SELF @@ -1513,8 +1505,6 @@ Creature - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00700-00799.xml index 8a1478816a..aa7c96bca4 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00700-00799.xml @@ -2141,8 +2141,6 @@ Creature - 1 - 127 20 SELF 300 @@ -2165,8 +2163,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2201,8 +2197,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2229,8 +2223,6 @@ Creature - 1 - 127 1 3 SELF @@ -2281,8 +2273,6 @@ Creature - 1 - 127 1 3 SELF @@ -2357,8 +2347,6 @@ Creature - 1 - 127 8 SELF 1 @@ -2567,8 +2555,6 @@ Creature - 1 - 127 5 TARGET 1 @@ -3152,8 +3138,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3262,8 +3246,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3349,8 +3331,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3594,8 +3574,6 @@ Creature - 1 - 127 10 MY_PARTY 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00900-00999.xml index 6b4d6de7b7..f76e3cff64 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/00900-00999.xml @@ -4528,8 +4528,6 @@ Creature - 1 - 127 10 SELF 1 @@ -5098,8 +5096,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 127 SELF 1 15 @@ -5123,8 +5119,6 @@ 30 SELF Creature - 1 - 127 @@ -5172,8 +5166,6 @@ DUALFIST Creature - 1 - 127 SELF 1 15 @@ -5197,8 +5189,6 @@ 30 SELF Creature - 1 - 127 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01400-01499.xml index 69a7e42189..8d2cfa59dd 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01400-01499.xml @@ -3942,8 +3942,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4001,8 +3999,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4072,8 +4068,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4131,8 +4125,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4185,8 +4177,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4238,8 +4228,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4410,8 +4398,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4431,8 +4417,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4463,8 +4447,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4499,8 +4481,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4535,8 +4515,6 @@ Creature - 1 - 127 10 ENEMY 1 @@ -4649,8 +4627,6 @@ Creature - 1 - 127 30 SUMMON 100 @@ -4669,8 +4645,6 @@ Creature - 1 - 127 1 5 SUMMON diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01500-01599.xml index 16b808f5fe..54cca3e159 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01500-01599.xml @@ -556,8 +556,6 @@ Creature - 1 - 127 30 TARGET 100 @@ -773,8 +771,6 @@ Creature - 1 - 127 20 TARGET 100 @@ -1811,8 +1807,6 @@ Creature - 1 - 127 41 51 @@ -2403,8 +2397,6 @@ Creature - 1 - 127 60 SELF 60 @@ -2893,8 +2885,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3877,8 +3867,6 @@ Creature - 1 - 127 10 TARGET 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01700-01799.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01700-01799.xml index 4bae6c9080..6db3e721c2 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01700-01799.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01700-01799.xml @@ -1057,8 +1057,6 @@ Creature - 1 - 127 100 SELF 1 @@ -1161,8 +1159,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01900-01999.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01900-01999.xml index 9b8f99b5c1..bdd0ca80a5 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01900-01999.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/01900-01999.xml @@ -373,7 +373,6 @@ Creature - 1 100 SELF 1 @@ -1712,8 +1711,6 @@ Creature - 1 - 127 1 10 SELF @@ -1727,8 +1724,6 @@ 1995 1 Creature - 1 - 127 SELF 1 10 @@ -1845,8 +1840,6 @@ Creature - 1 - 127 1 4 SELF @@ -1857,8 +1850,6 @@ Creature - 1 - 127 1 2 SELF @@ -1954,8 +1945,6 @@ Playable - 1 - 127 1979 1 1 @@ -2000,8 +1989,6 @@ Playable - 1 - 127 1981 1 1000 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03200-03299.xml index 685e42090a..cea4fb9004 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03200-03299.xml @@ -291,8 +291,6 @@ Creature - 1 - 127 2 SELF 1 @@ -333,8 +331,6 @@ Creature - 1 - 127 1 SELF 1 @@ -375,8 +371,6 @@ Creature - 1 - 127 1 SELF 1 @@ -417,8 +411,6 @@ Creature - 1 - 127 1 SELF 1 @@ -459,8 +451,6 @@ Creature - 1 - 127 1 SELF 1 @@ -506,8 +496,6 @@ Creature - 1 - 127 1 SELF 1 @@ -553,8 +541,6 @@ Creature - 1 - 127 2 SELF 1 @@ -595,8 +581,6 @@ Creature - 1 - 127 2 SELF 1 @@ -642,8 +626,6 @@ Creature - 1 - 127 1 SELF 1 @@ -694,8 +676,6 @@ Creature - 1 - 127 1 SELF 1 @@ -741,8 +721,6 @@ Playable - 1 - 127 1 SELF 1 @@ -788,8 +766,6 @@ Creature - 1 - 127 1 SELF 1 @@ -840,8 +816,6 @@ Creature - 1 - 127 1 SELF 1 @@ -887,8 +861,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -934,8 +906,6 @@ Creature - 1 - 127 1 SELF 1 @@ -986,8 +956,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1033,8 +1001,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1075,8 +1041,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1122,8 +1086,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -1174,8 +1136,6 @@ Creature - 1 - 127 2 ENEMY 1 @@ -1226,8 +1186,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1273,8 +1231,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1315,8 +1271,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1357,8 +1311,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1399,8 +1351,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1441,8 +1391,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1483,8 +1431,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1530,8 +1476,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1582,8 +1526,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1629,8 +1571,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1671,8 +1611,6 @@ Creature - 1 - 127 4 ENEMY 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03400-03499.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03400-03499.xml index 0caaf6b09c..699cb49fff 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03400-03499.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03400-03499.xml @@ -499,8 +499,6 @@ Creature - 1 - 127 1 5 MY_PARTY @@ -521,8 +519,6 @@ Creature - 1 - 127 1 5 MY_PARTY diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03600-03699.xml index dcb55cd6af..22c3005f96 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03600-03699.xml @@ -591,8 +591,6 @@ Playable - 1 - 127 10 SELF 50 @@ -663,8 +661,6 @@ Playable - 1 - 127 10 SELF 50 @@ -735,8 +731,6 @@ Playable - 1 - 127 10 SELF 50 @@ -2055,8 +2049,6 @@ Playable - 1 - 127 50 20 SELF @@ -2077,8 +2069,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2099,8 +2089,6 @@ Playable - 1 - 127 50 20 TARGET @@ -2121,8 +2109,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2143,8 +2129,6 @@ Playable - 1 - 127 5 SELF 50 @@ -2163,8 +2147,6 @@ Playable - 1 - 127 50 10 SELF @@ -2185,8 +2167,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2207,8 +2187,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2229,8 +2207,6 @@ Playable - 1 - 127 10 SELF 40 @@ -2249,8 +2225,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2269,8 +2243,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2307,8 +2279,6 @@ Playable - 1 - 127 10 TARGET 50 @@ -2327,8 +2297,6 @@ Playable - 1 - 127 25 TARGET 50 @@ -2399,8 +2367,6 @@ Creature - 1 - 127 2 SELF 20 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03800-03899.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03800-03899.xml index 57574c1d91..ab9f231817 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03800-03899.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/03800-03899.xml @@ -457,8 +457,6 @@ Creature - 1 - 127 1 6 TARGET @@ -545,8 +543,6 @@ Creature - 1 - 127 1 6 TARGET @@ -633,8 +629,6 @@ Creature - 1 - 127 1 6 TARGET @@ -961,8 +955,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1202,8 +1194,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1306,8 +1296,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1362,8 +1350,6 @@ Creature - 1 - 127 1 5 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/04400-04499.xml index ab2ebaf887..e1bac25002 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/04400-04499.xml @@ -3915,8 +3915,6 @@ Playable - 1 - 127 50 ENEMY 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05500-05599.xml index 72e0ff34d1..2d7cd4798e 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05500-05599.xml @@ -1291,8 +1291,6 @@ Creature - 1 - 127 1 15 TARGET @@ -1658,8 +1656,6 @@ Creature - 1 - 127 10 10 @@ -1724,8 +1720,6 @@ Creature - 1 - 127 10 10 @@ -1798,8 +1792,6 @@ Creature - 1 - 127 10 10 @@ -1864,8 +1856,6 @@ Creature - 1 - 127 10 10 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05600-05699.xml index 45b32897d8..bc481cce0d 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05600-05699.xml @@ -3768,8 +3768,6 @@ Creature - 1 - 127 1 60 SELF diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05800-05899.xml index 116d10cc79..a1394a36c8 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05800-05899.xml @@ -1036,8 +1036,6 @@ Creature - 1 - 127 1 20 TARGET diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05900-05999.xml index bd1ccec603..ed8e8a5619 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 127 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 127 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 127 1 100 TARGET @@ -2232,8 +2226,6 @@ 5902 1 Attackable - 1 - 127 SELF 90 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/06700-06799.xml index ad256b395b..91eba446f2 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/06700-06799.xml @@ -562,8 +562,6 @@ Creature - 1 - 127 60 SELF 60 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08100-08199.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08100-08199.xml index 7a040790cc..28cb6104e3 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08100-08199.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08100-08199.xml @@ -1171,8 +1171,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1212,8 +1210,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1257,8 +1253,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1302,8 +1296,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1347,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1401,8 +1391,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1451,8 +1439,6 @@ Playable - 1 - 127 2 ENEMY 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08200-08299.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08200-08299.xml index 3347aca6c9..a7b9555a3a 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08200-08299.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08200-08299.xml @@ -10,8 +10,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -57,8 +55,6 @@ Playable - 1 - 127 2 SELF 1 @@ -111,8 +107,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -156,8 +150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -212,8 +204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -265,8 +255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -315,8 +303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -365,8 +351,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -414,8 +398,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -470,8 +452,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -523,8 +503,6 @@ Playable - 1 - 127 2 SELF 1 @@ -568,8 +546,6 @@ Playable - 1 - 127 2 SELF 1 @@ -621,8 +597,6 @@ Playable - 1 - 127 2 SELF 1 @@ -675,8 +649,6 @@ Playable - 1 - 127 2 SELF 1 @@ -728,8 +700,6 @@ Playable - 1 - 127 2 SELF 1 @@ -777,8 +747,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -827,8 +795,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -880,8 +846,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -934,8 +898,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -987,8 +949,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1043,8 +1003,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1096,8 +1054,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1146,8 +1102,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1196,8 +1150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1252,8 +1204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1305,8 +1255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1408,8 +1354,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1461,8 +1405,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1515,8 +1457,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1568,8 +1508,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1622,8 +1560,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1675,8 +1611,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1839,8 +1773,6 @@ Creature - 1 - 127 1 99 SELF diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08300-08399.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08300-08399.xml index c32acd8b88..58ae85d342 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08300-08399.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08300-08399.xml @@ -22,8 +22,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -73,8 +71,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -140,8 +136,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -188,8 +182,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -245,8 +237,6 @@ Playable - 1 - 127 25 SELF 50 @@ -300,8 +290,6 @@ Playable - 1 - 127 25 SELF 50 @@ -361,8 +349,6 @@ Playable - 1 - 127 1 33 TARGET diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08400-08499.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08400-08499.xml index 965e31cbd7..a253e5357a 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08400-08499.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08400-08499.xml @@ -372,8 +372,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -436,8 +434,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -510,8 +506,6 @@ Playable - 1 - 127 2 SELF 1 @@ -579,8 +573,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -670,8 +662,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -759,8 +749,6 @@ Playable - 1 - 127 2 SELF 1 @@ -843,8 +831,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -928,8 +914,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1007,8 +991,6 @@ Playable - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08500-08599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08500-08599.xml index 2a32fe4b48..c5f372de70 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08500-08599.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08500-08599.xml @@ -824,8 +824,6 @@ Creature - 1 - 127 20 SELF 1 @@ -886,8 +884,6 @@ Creature - 1 - 127 8 SELF 1 @@ -964,8 +960,6 @@ Creature - 1 - 127 20 SELF 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08700-08799.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08700-08799.xml index a63f8c57c5..4b6a591a33 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08700-08799.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/08700-08799.xml @@ -191,8 +191,6 @@ Creature - 1 - 127 41 10 SELF @@ -224,8 +222,6 @@ Creature - 1 - 127 41 10 SELF @@ -257,8 +253,6 @@ Creature - 1 - 127 41 10 SELF @@ -290,8 +284,6 @@ Creature - 1 - 127 41 10 SELF diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09100-09199.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09100-09199.xml index b6b40a1ec4..a824af169c 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09100-09199.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09100-09199.xml @@ -3609,8 +3609,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09200-09299.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09200-09299.xml index 8c745adb3a..dc14a397d4 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09200-09299.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09200-09299.xml @@ -538,8 +538,6 @@ Creature - 1 - 127 80 SELF 300 @@ -912,8 +910,6 @@ Creature - 1 - 127 1 80 SELF @@ -2044,8 +2040,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2404,8 +2398,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09300-09399.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09300-09399.xml index e6481dccf0..c6ba5deac8 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09300-09399.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09300-09399.xml @@ -530,8 +530,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09500-09599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09500-09599.xml index 510ad19cbf..393c648c1c 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09500-09599.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09500-09599.xml @@ -933,8 +933,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09700-09799.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09700-09799.xml index 6ec2780e92..9df221c7d1 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09700-09799.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/09700-09799.xml @@ -1929,8 +1929,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10000-10099.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10000-10099.xml index 240add2b33..0a33acf240 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10000-10099.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10000-10099.xml @@ -386,8 +386,6 @@ Creature - 1 - 127 30 SELF 1 @@ -3748,8 +3746,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -3952,8 +3948,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4132,8 +4126,6 @@ Creature - 1 - 127 true 10070 @@ -4194,8 +4186,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4429,8 +4419,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10200-10299.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10200-10299.xml index e4d1313ac5..2e450ad119 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10200-10299.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10200-10299.xml @@ -481,8 +481,6 @@ 1 ALL Creature - 1 - 127 SELF 1 @@ -508,14 +506,10 @@ 40 SELF Creature - 1 - 127 false Creature - 1 - 127 50 SELF 1 @@ -603,8 +597,6 @@ Creature - 1 - 127 1 10 SELF @@ -2318,8 +2310,6 @@ false Creature - 1 - 127 30 10 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10300-10399.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10300-10399.xml index 245ff5a4ac..0f66751c2c 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10300-10399.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10300-10399.xml @@ -1447,8 +1447,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1461,8 +1459,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1570,8 +1566,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1584,8 +1578,6 @@ Creature - 1 - 127 1 10 ENEMY diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10500-10599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10500-10599.xml index 2bd90352b1..e233a8b7f9 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10500-10599.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/10500-10599.xml @@ -1353,8 +1353,6 @@ Creature - 1 - 127 1 100 SELF @@ -1367,8 +1365,6 @@ Creature - 1 - 127 1 100 SELF @@ -1451,8 +1447,6 @@ Playable - 1 - 127 40 ENEMY 1 @@ -2128,8 +2122,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -2272,8 +2264,6 @@ Playable - 1 - 127 false TARGET 15 @@ -2298,8 +2288,6 @@ Playable - 1 - 127 false TARGET 10 @@ -2315,8 +2303,6 @@ Playable - 1 - 127 false TARGET 10538 @@ -3465,8 +3451,6 @@ Creature - 1 - 127 1 100 SELF @@ -3479,8 +3463,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11000-11099.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11000-11099.xml index 42b5667186..99ccd3c53e 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11000-11099.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11000-11099.xml @@ -3687,8 +3687,6 @@ - 1 - 127 10 TARGET 1 @@ -4467,8 +4465,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4576,8 +4572,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4847,8 +4841,6 @@ Playable - 1 - 127 11063 1 1 @@ -5685,8 +5677,6 @@ Playable - 1 - 127 100 ENEMY SINGLE diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11100-11199.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11100-11199.xml index 8d5dbfe08e..5c382a3ba6 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11100-11199.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11100-11199.xml @@ -2123,8 +2123,6 @@ Creature - 1 - 127 50 ENEMY SINGLE diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11500-11599.xml index 81167bae74..beeac4ea46 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11500-11599.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11500-11599.xml @@ -53,8 +53,6 @@ Creature - 1 - 127 1 3 SELF @@ -1277,8 +1275,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2485,8 +2481,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -3221,8 +3215,6 @@ Creature - 1 - 127 100 5 SELF @@ -3738,8 +3730,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -3750,8 +3740,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4135,8 +4123,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -4600,8 +4586,6 @@ Creature - 1 - 127 25 SELF 300 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11600-11699.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11600-11699.xml index eadeddf698..1ab4005b0d 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11600-11699.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11600-11699.xml @@ -1183,8 +1183,6 @@ 99 - 1 - 127 80 SELF 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11700-11799.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11700-11799.xml index deddf40044..8a8ce7aa81 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11700-11799.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/11700-11799.xml @@ -400,8 +400,6 @@ Creature - 1 - 127 60 SELF 10 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14000-14099.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14000-14099.xml index dfe04da185..c6b9b77556 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14000-14099.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14000-14099.xml @@ -102,8 +102,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -534,8 +532,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -3091,8 +3087,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14200-14299.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14200-14299.xml index caf1f0cb5a..12758af9d7 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14200-14299.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14200-14299.xml @@ -2337,8 +2337,6 @@ Playable - 1 - 127 80 ENEMY 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14300-14399.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14300-14399.xml index bbd6cffe0a..e1127ff57a 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14300-14399.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14300-14399.xml @@ -1848,8 +1848,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14500-14599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14500-14599.xml index 9db23befbc..fd940a0a55 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14500-14599.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14500-14599.xml @@ -320,8 +320,6 @@ Creature - 1 - 127 50 SELF 1 @@ -657,8 +655,6 @@ Playable - 1 - 127 100 SELF 1 @@ -869,8 +865,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -1125,8 +1119,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -2265,8 +2257,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14600-14699.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14600-14699.xml index c1271c30e7..55d8d5c8bb 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14600-14699.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14600-14699.xml @@ -453,8 +453,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14700-14799.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14700-14799.xml index 0b6edf73fe..e6b2d9ffae 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14700-14799.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/14700-14799.xml @@ -486,8 +486,6 @@ Creature - 1 - 127 300 80 true @@ -1272,8 +1270,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1930,8 +1926,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15000-15099.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15000-15099.xml index 1e31446eaa..36d2b6176f 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15000-15099.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15000-15099.xml @@ -412,8 +412,6 @@ Creature - 1 - 127 50 SELF 1 @@ -462,8 +460,6 @@ Creature - 1 - 127 50 SELF 1 @@ -515,8 +511,6 @@ Creature - 1 - 127 50 SELF 1 @@ -571,8 +565,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1276,8 +1268,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1325,8 +1315,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1374,8 +1362,6 @@ Playable - 1 - 127 100 SELF 1 @@ -2338,8 +2324,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -2424,8 +2408,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15100-15199.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15100-15199.xml index 657ca495d0..a3f6c5126d 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15100-15199.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15100-15199.xml @@ -318,8 +318,6 @@ Creature - 1 - 127 50 SELF 1 @@ -374,8 +372,6 @@ Creature - 1 - 127 50 SELF 1 @@ -425,8 +421,6 @@ Creature - 1 - 127 50 SELF 1 @@ -704,8 +698,6 @@ Creature - 1 - 127 50 SELF 1 @@ -754,8 +746,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1300,8 +1290,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1334,8 +1322,6 @@ Creature - 1 - 127 1 50 ENEMY diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15300-15399.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15300-15399.xml index 22f2c87604..d72a9ec2ee 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15300-15399.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15300-15399.xml @@ -334,8 +334,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1341,8 +1339,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1700,8 +1696,6 @@ Creature - 1 - 127 300 80 SELF diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15600-15699.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15600-15699.xml index 21e05d3014..7e3b991bcb 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15600-15699.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/15600-15699.xml @@ -504,8 +504,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17100-17199.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17100-17199.xml index 4566a1bab0..d4d0e40a8d 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17100-17199.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17100-17199.xml @@ -825,8 +825,6 @@ Creature - 1 - 127 99 false TARGET @@ -982,8 +980,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17700-17799.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17700-17799.xml index 30d3297901..24fc7cdfed 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17700-17799.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17700-17799.xml @@ -108,8 +108,6 @@ Creature - 1 - 127 100 100 SELF diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17800-17899.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17800-17899.xml index ea4224f623..753199bf6b 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17800-17899.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/17800-17899.xml @@ -674,8 +674,6 @@ Creature - 1 - 127 100 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/18500-18599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/18500-18599.xml index 772dab27f2..9d8a2c5458 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/18500-18599.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/18500-18599.xml @@ -641,8 +641,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/19200-19299.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/19200-19299.xml index 34bef75c4e..95c57c1d35 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/19200-19299.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/19200-19299.xml @@ -998,8 +998,6 @@ Creature - 1 - 127 1 100 SELF @@ -1012,8 +1010,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/21200-21299.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/21200-21299.xml index df515a8b61..efdb908b07 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/21200-21299.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/21200-21299.xml @@ -1023,8 +1023,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1045,8 +1043,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1067,8 +1063,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1089,8 +1083,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1111,8 +1103,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1133,8 +1123,6 @@ Playable - 1 - 127 5 SELF 100 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/22600-22699.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/22600-22699.xml index 3ccabe8e1f..adf95e716b 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/22600-22699.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/22600-22699.xml @@ -2746,8 +2746,6 @@ Creature - 1 - 127 1 5 SELF diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/22900-22999.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/22900-22999.xml index c7670158d1..14d4f67c10 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/22900-22999.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/22900-22999.xml @@ -435,8 +435,6 @@ Creature - 1 - 127 80 SELF 300 @@ -529,8 +527,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23200-23299.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23200-23299.xml index 66d08d70e5..694904a123 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23200-23299.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23200-23299.xml @@ -1848,8 +1848,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3536,8 +3534,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23400-23499.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23400-23499.xml index 85bef6f1bf..f62d2b3713 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23400-23499.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23400-23499.xml @@ -865,8 +865,6 @@ Creature - 1 - 127 10 ENEMY SINGLE @@ -1528,8 +1526,6 @@ 5 Playable - 1 - 127 SELF 60 @@ -2273,8 +2269,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2668,8 +2662,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2758,8 +2750,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23500-23599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23500-23599.xml index 577f24e671..3730f3df8a 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23500-23599.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/23500-23599.xml @@ -1305,8 +1305,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/27700-27799.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/27700-27799.xml index a63c5b380b..386909e06c 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/27700-27799.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/27700-27799.xml @@ -972,8 +972,6 @@ Creature - 1 - 127 1 2 @@ -993,8 +991,6 @@ Creature - 1 - 127 1 1 @@ -1149,8 +1145,6 @@ Creature - 1 - 127 1 2 @@ -1170,8 +1164,6 @@ Creature - 1 - 127 1 1 @@ -1198,8 +1190,6 @@ Creature - 1 - 127 1 2 @@ -1219,8 +1209,6 @@ Creature - 1 - 127 1 1 diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/30000-30099.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/30000-30099.xml index 8edd039b3a..136b21fb00 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/30000-30099.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/skills/30000-30099.xml @@ -916,8 +916,6 @@ Creature - 1 - 127 1 100 SELF @@ -930,8 +928,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00200-00299.xml index 167fa93a8e..929e6137bd 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00200-00299.xml @@ -64,8 +64,6 @@ Creature - 1 - 127 1 50 SELF @@ -308,8 +306,6 @@ Creature - 1 - 127 1 33 SELF diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00300-00399.xml index bd4b71bdd9..7f4d6d3ee5 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00300-00399.xml @@ -2762,8 +2762,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -2775,8 +2773,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00400-00499.xml index d8855d038b..c0c48d689b 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00400-00499.xml @@ -2886,8 +2886,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -4082,8 +4080,6 @@ 1 ALL Creature - 1 - 127 SELF 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00500-00599.xml index 3e7d4d5ffd..8ea54c2733 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00500-00599.xml @@ -2064,8 +2064,6 @@ Creature - 1 - 127 30 SELF 100 @@ -2263,8 +2261,6 @@ Creature - 1 - 127 5 SELF 100 @@ -2283,8 +2279,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2303,8 +2297,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2323,8 +2315,6 @@ Creature - 1 - 127 5 SELF 100 @@ -4302,8 +4292,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4315,8 +4303,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00600-00699.xml index 25e0c63f8f..875f0cdfab 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00600-00699.xml @@ -1423,8 +1423,6 @@ Creature - 1 - 127 1 2 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 2 SELF 1 @@ -1467,8 +1463,6 @@ Creature - 1 - 127 1 2 SELF @@ -1490,8 +1484,6 @@ Creature - 1 - 127 1 2 SELF @@ -1513,8 +1505,6 @@ Creature - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00700-00799.xml index ac2eed3359..fdf3b38e9f 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00700-00799.xml @@ -2141,8 +2141,6 @@ Creature - 1 - 127 20 SELF 300 @@ -2165,8 +2163,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2201,8 +2197,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2229,8 +2223,6 @@ Creature - 1 - 127 1 3 SELF @@ -2281,8 +2273,6 @@ Creature - 1 - 127 1 3 SELF @@ -2357,8 +2347,6 @@ Creature - 1 - 127 8 SELF 1 @@ -2567,8 +2555,6 @@ Creature - 1 - 127 5 TARGET 1 @@ -3152,8 +3138,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3262,8 +3246,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3349,8 +3331,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3584,8 +3564,6 @@ Creature - 1 - 127 10 MY_PARTY 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00900-00999.xml index b2a7b8bc9d..c9b4a052e1 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/00900-00999.xml @@ -4528,8 +4528,6 @@ Creature - 1 - 127 10 SELF 1 @@ -5098,8 +5096,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 127 SELF 1 15 @@ -5123,8 +5119,6 @@ 30 SELF Creature - 1 - 127 @@ -5172,8 +5166,6 @@ DUALFIST Creature - 1 - 127 SELF 1 15 @@ -5197,8 +5189,6 @@ 30 SELF Creature - 1 - 127 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01400-01499.xml index 5dd8301192..e2905266d0 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01400-01499.xml @@ -3942,8 +3942,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4001,8 +3999,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4072,8 +4068,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4131,8 +4125,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4185,8 +4177,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4238,8 +4228,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4410,8 +4398,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4431,8 +4417,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4463,8 +4447,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4499,8 +4481,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4535,8 +4515,6 @@ Creature - 1 - 127 10 ENEMY 1 @@ -4649,8 +4627,6 @@ Creature - 1 - 127 30 SUMMON 100 @@ -4669,8 +4645,6 @@ Creature - 1 - 127 1 5 SUMMON diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01500-01599.xml index 4d4caec1ce..39df9b2945 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01500-01599.xml @@ -556,8 +556,6 @@ Creature - 1 - 127 30 TARGET 100 @@ -773,8 +771,6 @@ Creature - 1 - 127 20 TARGET 100 @@ -1811,8 +1807,6 @@ Creature - 1 - 127 41 51 @@ -2403,8 +2397,6 @@ Creature - 1 - 127 60 SELF 60 @@ -2893,8 +2885,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3877,8 +3867,6 @@ Creature - 1 - 127 10 TARGET 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01700-01799.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01700-01799.xml index 4bae6c9080..6db3e721c2 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01700-01799.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01700-01799.xml @@ -1057,8 +1057,6 @@ Creature - 1 - 127 100 SELF 1 @@ -1161,8 +1159,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01900-01999.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01900-01999.xml index ef6417def7..a377894c59 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01900-01999.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/01900-01999.xml @@ -373,7 +373,6 @@ Creature - 1 100 SELF 1 @@ -1712,8 +1711,6 @@ Creature - 1 - 127 1 10 SELF @@ -1727,8 +1724,6 @@ 1995 1 Creature - 1 - 127 SELF 1 10 @@ -1845,8 +1840,6 @@ Creature - 1 - 127 1 4 SELF @@ -1857,8 +1850,6 @@ Creature - 1 - 127 1 2 SELF @@ -1954,8 +1945,6 @@ Playable - 1 - 127 1979 1 1 @@ -2000,8 +1989,6 @@ Playable - 1 - 127 1981 1 1000 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03200-03299.xml index afd6833dae..2d6997995b 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03200-03299.xml @@ -291,8 +291,6 @@ Creature - 1 - 127 2 SELF 1 @@ -333,8 +331,6 @@ Creature - 1 - 127 1 SELF 1 @@ -375,8 +371,6 @@ Creature - 1 - 127 1 SELF 1 @@ -417,8 +411,6 @@ Creature - 1 - 127 1 SELF 1 @@ -459,8 +451,6 @@ Creature - 1 - 127 1 SELF 1 @@ -506,8 +496,6 @@ Creature - 1 - 127 1 SELF 1 @@ -553,8 +541,6 @@ Creature - 1 - 127 2 SELF 1 @@ -595,8 +581,6 @@ Creature - 1 - 127 2 SELF 1 @@ -642,8 +626,6 @@ Creature - 1 - 127 1 SELF 1 @@ -694,8 +676,6 @@ Creature - 1 - 127 1 SELF 1 @@ -741,8 +721,6 @@ Playable - 1 - 127 1 SELF 1 @@ -788,8 +766,6 @@ Creature - 1 - 127 1 SELF 1 @@ -840,8 +816,6 @@ Creature - 1 - 127 1 SELF 1 @@ -887,8 +861,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -934,8 +906,6 @@ Creature - 1 - 127 1 SELF 1 @@ -986,8 +956,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1033,8 +1001,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1075,8 +1041,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1122,8 +1086,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -1174,8 +1136,6 @@ Creature - 1 - 127 2 ENEMY 1 @@ -1226,8 +1186,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1273,8 +1231,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1315,8 +1271,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1357,8 +1311,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1399,8 +1351,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1441,8 +1391,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1483,8 +1431,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1530,8 +1476,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1582,8 +1526,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1629,8 +1571,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1671,8 +1611,6 @@ Creature - 1 - 127 4 ENEMY 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03400-03499.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03400-03499.xml index 5d5c007bd7..296fc94917 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03400-03499.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03400-03499.xml @@ -499,8 +499,6 @@ Creature - 1 - 127 1 5 MY_PARTY @@ -521,8 +519,6 @@ Creature - 1 - 127 1 5 MY_PARTY diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03600-03699.xml index 72bc0fb1a0..dd4380dc10 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03600-03699.xml @@ -591,8 +591,6 @@ Playable - 1 - 127 10 SELF 50 @@ -663,8 +661,6 @@ Playable - 1 - 127 10 SELF 50 @@ -735,8 +731,6 @@ Playable - 1 - 127 10 SELF 50 @@ -2055,8 +2049,6 @@ Playable - 1 - 127 50 20 SELF @@ -2077,8 +2069,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2099,8 +2089,6 @@ Playable - 1 - 127 50 20 TARGET @@ -2121,8 +2109,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2143,8 +2129,6 @@ Playable - 1 - 127 5 SELF 50 @@ -2163,8 +2147,6 @@ Playable - 1 - 127 50 10 SELF @@ -2185,8 +2167,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2207,8 +2187,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2229,8 +2207,6 @@ Playable - 1 - 127 10 SELF 40 @@ -2249,8 +2225,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2269,8 +2243,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2307,8 +2279,6 @@ Playable - 1 - 127 10 TARGET 50 @@ -2327,8 +2297,6 @@ Playable - 1 - 127 25 TARGET 50 @@ -2399,8 +2367,6 @@ Creature - 1 - 127 2 SELF 20 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03800-03899.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03800-03899.xml index ddb94dd07c..2aa26335d3 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03800-03899.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/03800-03899.xml @@ -457,8 +457,6 @@ Creature - 1 - 127 1 6 TARGET @@ -545,8 +543,6 @@ Creature - 1 - 127 1 6 TARGET @@ -633,8 +629,6 @@ Creature - 1 - 127 1 6 TARGET @@ -961,8 +955,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1202,8 +1194,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1306,8 +1296,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1362,8 +1350,6 @@ Creature - 1 - 127 1 5 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/04400-04499.xml index 52ca0e1681..6efb2a320e 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/04400-04499.xml @@ -3915,8 +3915,6 @@ Playable - 1 - 127 50 ENEMY 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05500-05599.xml index cdd45b846a..8625fa6838 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05500-05599.xml @@ -1291,8 +1291,6 @@ Creature - 1 - 127 1 15 TARGET @@ -1658,8 +1656,6 @@ Creature - 1 - 127 10 10 @@ -1724,8 +1720,6 @@ Creature - 1 - 127 10 10 @@ -1798,8 +1792,6 @@ Creature - 1 - 127 10 10 @@ -1864,8 +1856,6 @@ Creature - 1 - 127 10 10 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05600-05699.xml index 9ba50d1de1..26e99e0ff9 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05600-05699.xml @@ -3768,8 +3768,6 @@ Creature - 1 - 127 1 60 SELF diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05800-05899.xml index 25eb151101..dc67512d2d 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05800-05899.xml @@ -1036,8 +1036,6 @@ Creature - 1 - 127 1 20 TARGET diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05900-05999.xml index 13beca9a5f..edacf4638c 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 127 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 127 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 127 1 100 TARGET @@ -2232,8 +2226,6 @@ 5902 1 Attackable - 1 - 127 SELF 90 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/06700-06799.xml index 412a066ee8..aabfc4ce70 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/06700-06799.xml @@ -562,8 +562,6 @@ Creature - 1 - 127 60 SELF 60 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08100-08199.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08100-08199.xml index f6af70aaf3..f32466396d 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08100-08199.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08100-08199.xml @@ -1171,8 +1171,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1212,8 +1210,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1257,8 +1253,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1302,8 +1296,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1347,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1401,8 +1391,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1451,8 +1439,6 @@ Playable - 1 - 127 2 ENEMY 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08200-08299.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08200-08299.xml index a92208b6a1..d4dc24eda7 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08200-08299.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08200-08299.xml @@ -10,8 +10,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -57,8 +55,6 @@ Playable - 1 - 127 2 SELF 1 @@ -111,8 +107,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -156,8 +150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -212,8 +204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -265,8 +255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -315,8 +303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -365,8 +351,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -414,8 +398,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -470,8 +452,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -523,8 +503,6 @@ Playable - 1 - 127 2 SELF 1 @@ -568,8 +546,6 @@ Playable - 1 - 127 2 SELF 1 @@ -621,8 +597,6 @@ Playable - 1 - 127 2 SELF 1 @@ -675,8 +649,6 @@ Playable - 1 - 127 2 SELF 1 @@ -728,8 +700,6 @@ Playable - 1 - 127 2 SELF 1 @@ -777,8 +747,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -827,8 +795,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -880,8 +846,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -934,8 +898,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -987,8 +949,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1043,8 +1003,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1096,8 +1054,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1146,8 +1102,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1196,8 +1150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1252,8 +1204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1305,8 +1255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1408,8 +1354,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1461,8 +1405,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1515,8 +1457,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1568,8 +1508,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1622,8 +1560,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1675,8 +1611,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1839,8 +1773,6 @@ Creature - 1 - 127 1 99 SELF diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08300-08399.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08300-08399.xml index 5b09046a79..258ff2a76c 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08300-08399.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08300-08399.xml @@ -22,8 +22,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -73,8 +71,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -140,8 +136,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -188,8 +182,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -245,8 +237,6 @@ Playable - 1 - 127 25 SELF 50 @@ -300,8 +290,6 @@ Playable - 1 - 127 25 SELF 50 @@ -361,8 +349,6 @@ Playable - 1 - 127 1 33 TARGET diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08400-08499.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08400-08499.xml index 3873307169..526a6f119f 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08400-08499.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08400-08499.xml @@ -372,8 +372,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -436,8 +434,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -510,8 +506,6 @@ Playable - 1 - 127 2 SELF 1 @@ -579,8 +573,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -670,8 +662,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -759,8 +749,6 @@ Playable - 1 - 127 2 SELF 1 @@ -843,8 +831,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -928,8 +914,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1007,8 +991,6 @@ Playable - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08500-08599.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08500-08599.xml index afa7236ace..e471fb6b14 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08500-08599.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08500-08599.xml @@ -824,8 +824,6 @@ Creature - 1 - 127 20 SELF 1 @@ -886,8 +884,6 @@ Creature - 1 - 127 8 SELF 1 @@ -964,8 +960,6 @@ Creature - 1 - 127 20 SELF 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08700-08799.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08700-08799.xml index 7f15e5577d..fdb1cae8f1 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08700-08799.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/08700-08799.xml @@ -191,8 +191,6 @@ Creature - 1 - 127 41 10 SELF @@ -224,8 +222,6 @@ Creature - 1 - 127 41 10 SELF @@ -257,8 +253,6 @@ Creature - 1 - 127 41 10 SELF @@ -290,8 +284,6 @@ Creature - 1 - 127 41 10 SELF diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09100-09199.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09100-09199.xml index f433dd9788..0feb11a7f4 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09100-09199.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09100-09199.xml @@ -3609,8 +3609,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09200-09299.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09200-09299.xml index 8c745adb3a..dc14a397d4 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09200-09299.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09200-09299.xml @@ -538,8 +538,6 @@ Creature - 1 - 127 80 SELF 300 @@ -912,8 +910,6 @@ Creature - 1 - 127 1 80 SELF @@ -2044,8 +2040,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2404,8 +2398,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09300-09399.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09300-09399.xml index e6481dccf0..c6ba5deac8 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09300-09399.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09300-09399.xml @@ -530,8 +530,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09500-09599.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09500-09599.xml index 510ad19cbf..393c648c1c 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09500-09599.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09500-09599.xml @@ -933,8 +933,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09700-09799.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09700-09799.xml index 0e2d51cb2f..55f7992689 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09700-09799.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/09700-09799.xml @@ -1929,8 +1929,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10000-10099.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10000-10099.xml index 6bbf8d5d08..40f809cfb8 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10000-10099.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10000-10099.xml @@ -386,8 +386,6 @@ Creature - 1 - 127 30 SELF 1 @@ -3748,8 +3746,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -3952,8 +3948,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4132,8 +4126,6 @@ Creature - 1 - 127 true 10070 @@ -4194,8 +4186,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4429,8 +4419,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10200-10299.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10200-10299.xml index 092d4ff9e9..17ff83ecc7 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10200-10299.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10200-10299.xml @@ -481,8 +481,6 @@ 1 ALL Creature - 1 - 127 SELF 1 @@ -508,14 +506,10 @@ 40 SELF Creature - 1 - 127 false Creature - 1 - 127 50 SELF 1 @@ -603,8 +597,6 @@ Creature - 1 - 127 1 10 SELF @@ -2286,8 +2278,6 @@ false Creature - 1 - 127 30 10 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10300-10399.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10300-10399.xml index 4e748e118f..dbffdecdbc 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10300-10399.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10300-10399.xml @@ -1459,8 +1459,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1473,8 +1471,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1582,8 +1578,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1596,8 +1590,6 @@ Creature - 1 - 127 1 10 ENEMY diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10500-10599.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10500-10599.xml index b2dd88b45d..5d3f91901e 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10500-10599.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/10500-10599.xml @@ -1375,8 +1375,6 @@ Creature - 1 - 127 1 100 SELF @@ -1389,8 +1387,6 @@ Creature - 1 - 127 1 100 SELF @@ -1472,8 +1468,6 @@ Playable - 1 - 127 40 ENEMY 1 @@ -2149,8 +2143,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -2305,8 +2297,6 @@ Playable - 1 - 127 false TARGET 10 @@ -2322,8 +2312,6 @@ Playable - 1 - 127 false TARGET 10538 @@ -3450,8 +3438,6 @@ Creature - 1 - 127 1 100 SELF @@ -3464,8 +3450,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11000-11099.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11000-11099.xml index c3239d8ac1..5abad42d98 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11000-11099.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11000-11099.xml @@ -3482,8 +3482,6 @@ - 1 - 127 10 TARGET 1 @@ -4227,8 +4225,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4336,8 +4332,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4594,8 +4588,6 @@ Playable - 1 - 127 11063 1 1 @@ -5462,8 +5454,6 @@ Playable - 1 - 127 100 ENEMY SINGLE diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11100-11199.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11100-11199.xml index dc71645fa5..a4ef51c76e 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11100-11199.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11100-11199.xml @@ -2175,8 +2175,6 @@ Creature - 1 - 127 50 ENEMY SINGLE diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11500-11599.xml index e468d2c29e..08b5b56e5f 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11500-11599.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11500-11599.xml @@ -53,8 +53,6 @@ Creature - 1 - 127 1 3 SELF @@ -1277,8 +1275,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2485,8 +2481,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -3217,8 +3211,6 @@ Creature - 1 - 127 100 30 SELF @@ -3710,8 +3702,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -3722,8 +3712,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4101,8 +4089,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -4566,8 +4552,6 @@ Creature - 1 - 127 25 SELF 300 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11600-11699.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11600-11699.xml index f105907a86..b78506e576 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11600-11699.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11600-11699.xml @@ -1183,8 +1183,6 @@ 99 - 1 - 127 80 SELF 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11700-11799.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11700-11799.xml index 2d438b2863..5210eb1fc2 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11700-11799.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/11700-11799.xml @@ -400,8 +400,6 @@ Creature - 1 - 127 60 SELF 10 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14000-14099.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14000-14099.xml index 17c6bd9de7..8905ed756a 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14000-14099.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14000-14099.xml @@ -102,8 +102,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -534,8 +532,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -3095,8 +3091,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14200-14299.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14200-14299.xml index caf1f0cb5a..12758af9d7 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14200-14299.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14200-14299.xml @@ -2337,8 +2337,6 @@ Playable - 1 - 127 80 ENEMY 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14300-14399.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14300-14399.xml index 756cec4d78..e6ae5653f4 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14300-14399.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14300-14399.xml @@ -1862,8 +1862,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14500-14599.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14500-14599.xml index 9db23befbc..fd940a0a55 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14500-14599.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14500-14599.xml @@ -320,8 +320,6 @@ Creature - 1 - 127 50 SELF 1 @@ -657,8 +655,6 @@ Playable - 1 - 127 100 SELF 1 @@ -869,8 +865,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -1125,8 +1119,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -2265,8 +2257,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14600-14699.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14600-14699.xml index df13538289..6465591fc3 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14600-14699.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14600-14699.xml @@ -453,8 +453,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14700-14799.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14700-14799.xml index 0b6edf73fe..e6b2d9ffae 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14700-14799.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/14700-14799.xml @@ -486,8 +486,6 @@ Creature - 1 - 127 300 80 true @@ -1272,8 +1270,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1930,8 +1926,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15000-15099.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15000-15099.xml index 1e31446eaa..36d2b6176f 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15000-15099.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15000-15099.xml @@ -412,8 +412,6 @@ Creature - 1 - 127 50 SELF 1 @@ -462,8 +460,6 @@ Creature - 1 - 127 50 SELF 1 @@ -515,8 +511,6 @@ Creature - 1 - 127 50 SELF 1 @@ -571,8 +565,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1276,8 +1268,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1325,8 +1315,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1374,8 +1362,6 @@ Playable - 1 - 127 100 SELF 1 @@ -2338,8 +2324,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -2424,8 +2408,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15100-15199.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15100-15199.xml index 099d9a4b3e..031a99b475 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15100-15199.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15100-15199.xml @@ -318,8 +318,6 @@ Creature - 1 - 127 50 SELF 1 @@ -374,8 +372,6 @@ Creature - 1 - 127 50 SELF 1 @@ -425,8 +421,6 @@ Creature - 1 - 127 50 SELF 1 @@ -704,8 +698,6 @@ Creature - 1 - 127 50 SELF 1 @@ -754,8 +746,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1300,8 +1290,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1334,8 +1322,6 @@ Creature - 1 - 127 1 50 ENEMY diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15300-15399.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15300-15399.xml index 22f2c87604..d72a9ec2ee 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15300-15399.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15300-15399.xml @@ -334,8 +334,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1341,8 +1339,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1700,8 +1696,6 @@ Creature - 1 - 127 300 80 SELF diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15600-15699.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15600-15699.xml index d896aff8d5..4e7058a211 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15600-15699.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/15600-15699.xml @@ -523,8 +523,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17100-17199.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17100-17199.xml index 98ce4420a4..c7caa2e594 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17100-17199.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17100-17199.xml @@ -825,8 +825,6 @@ Creature - 1 - 127 99 false TARGET @@ -982,8 +980,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17700-17799.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17700-17799.xml index f8c4092592..cd5f82e0c8 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17700-17799.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17700-17799.xml @@ -108,8 +108,6 @@ Creature - 1 - 127 100 100 SELF diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17800-17899.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17800-17899.xml index 5f1d3223b9..ae2722a3b8 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17800-17899.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/17800-17899.xml @@ -674,8 +674,6 @@ Creature - 1 - 127 100 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/18500-18599.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/18500-18599.xml index 663eba543c..93dc077da6 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/18500-18599.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/18500-18599.xml @@ -641,8 +641,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/19200-19299.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/19200-19299.xml index dba951d285..a883ad6cbb 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/19200-19299.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/19200-19299.xml @@ -1002,8 +1002,6 @@ Creature - 1 - 127 1 100 SELF @@ -1016,8 +1014,6 @@ Creature - 1 - 127 1 100 SELF @@ -2387,8 +2383,6 @@ Creature - 1 - 127 100 ENEMY 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/21200-21299.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/21200-21299.xml index 9088ef5705..f1defbf157 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/21200-21299.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/21200-21299.xml @@ -1051,8 +1051,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1073,8 +1071,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1095,8 +1091,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1117,8 +1111,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1139,8 +1131,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1161,8 +1151,6 @@ Playable - 1 - 127 5 SELF 100 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/22600-22699.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/22600-22699.xml index 3ccabe8e1f..adf95e716b 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/22600-22699.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/22600-22699.xml @@ -2746,8 +2746,6 @@ Creature - 1 - 127 1 5 SELF diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/22900-22999.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/22900-22999.xml index c7670158d1..14d4f67c10 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/22900-22999.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/22900-22999.xml @@ -435,8 +435,6 @@ Creature - 1 - 127 80 SELF 300 @@ -529,8 +527,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23200-23299.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23200-23299.xml index 522860c1db..fdb3a0f781 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23200-23299.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23200-23299.xml @@ -1848,8 +1848,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3536,8 +3534,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23400-23499.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23400-23499.xml index 4114cca839..35154db026 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23400-23499.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23400-23499.xml @@ -865,8 +865,6 @@ Creature - 1 - 127 10 ENEMY SINGLE @@ -1528,8 +1526,6 @@ 5 Playable - 1 - 127 SELF 60 @@ -2273,8 +2269,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2668,8 +2662,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2758,8 +2750,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23500-23599.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23500-23599.xml index 29f18cccb5..96bf5b2092 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23500-23599.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/23500-23599.xml @@ -1305,8 +1305,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/27700-27799.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/27700-27799.xml index 7a675e7f1b..412b94069c 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/27700-27799.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/27700-27799.xml @@ -972,8 +972,6 @@ Creature - 1 - 127 1 2 @@ -993,8 +991,6 @@ Creature - 1 - 127 1 1 @@ -1149,8 +1145,6 @@ Creature - 1 - 127 1 2 @@ -1170,8 +1164,6 @@ Creature - 1 - 127 1 1 @@ -1198,8 +1190,6 @@ Creature - 1 - 127 1 2 @@ -1219,8 +1209,6 @@ Creature - 1 - 127 1 1 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/27800-27899.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/27800-27899.xml index 2bfa693864..5121eedbe3 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/27800-27899.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/27800-27899.xml @@ -1415,8 +1415,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1430,8 +1428,6 @@ Creature - 1 - 127 1 40 ENEMY @@ -1445,8 +1441,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1460,8 +1454,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1475,8 +1467,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1511,8 +1501,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1547,8 +1535,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1653,8 +1639,6 @@ Creature - 1 - 127 1 30 SELF @@ -1689,8 +1673,6 @@ Creature - 1 - 127 1 30 SELF @@ -1820,8 +1802,6 @@ Creature - 1 - 127 1 30 SELF @@ -1856,8 +1836,6 @@ Creature - 1 - 127 1 30 SELF @@ -2055,8 +2033,6 @@ Creature - 1 - 127 1 30 SELF @@ -2091,8 +2067,6 @@ Creature - 1 - 127 1 30 SELF @@ -2127,8 +2101,6 @@ Creature - 1 - 127 1 30 SELF diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/30000-30099.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/30000-30099.xml index 572bbf4132..8c7af23129 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/30000-30099.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/skills/30000-30099.xml @@ -868,8 +868,6 @@ Creature - 1 - 127 1 100 SELF @@ -882,8 +880,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00200-00299.xml index 635550e29f..2b15c5f129 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00200-00299.xml @@ -64,8 +64,6 @@ Creature - 1 - 127 1 50 SELF @@ -308,8 +306,6 @@ Creature - 1 - 127 1 33 SELF diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00300-00399.xml index 06449a4c14..5a2e07ad33 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00300-00399.xml @@ -2762,8 +2762,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -2775,8 +2773,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00400-00499.xml index 184d24b34b..f7ed84e409 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00400-00499.xml @@ -2886,8 +2886,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -4082,8 +4080,6 @@ 1 ALL Creature - 1 - 127 SELF 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00500-00599.xml index ef2fc897ae..f9408a891b 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00500-00599.xml @@ -2064,8 +2064,6 @@ Creature - 1 - 127 30 SELF 100 @@ -2263,8 +2261,6 @@ Creature - 1 - 127 5 SELF 100 @@ -2283,8 +2279,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2303,8 +2297,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2323,8 +2315,6 @@ Creature - 1 - 127 5 SELF 100 @@ -4302,8 +4292,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4315,8 +4303,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00600-00699.xml index f9c4a3682f..ae3d4ce0ec 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00600-00699.xml @@ -1423,8 +1423,6 @@ Creature - 1 - 127 1 2 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 2 SELF 1 @@ -1467,8 +1463,6 @@ Creature - 1 - 127 1 2 SELF @@ -1490,8 +1484,6 @@ Creature - 1 - 127 1 2 SELF @@ -1513,8 +1505,6 @@ Creature - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00700-00799.xml index 53b9a8e4c1..61c3bc208c 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00700-00799.xml @@ -2141,8 +2141,6 @@ Creature - 1 - 127 20 SELF 300 @@ -2165,8 +2163,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2201,8 +2197,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2229,8 +2223,6 @@ Creature - 1 - 127 1 3 SELF @@ -2281,8 +2273,6 @@ Creature - 1 - 127 1 3 SELF @@ -2357,8 +2347,6 @@ Creature - 1 - 127 8 SELF 1 @@ -2567,8 +2555,6 @@ Creature - 1 - 127 5 TARGET 1 @@ -3152,8 +3138,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3262,8 +3246,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3349,8 +3331,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3584,8 +3564,6 @@ Creature - 1 - 127 10 MY_PARTY 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00900-00999.xml index e0b399b374..b7fd5ecb5b 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/00900-00999.xml @@ -4528,8 +4528,6 @@ Creature - 1 - 127 10 SELF 1 @@ -5098,8 +5096,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 127 SELF 1 15 @@ -5123,8 +5119,6 @@ 30 SELF Creature - 1 - 127 @@ -5172,8 +5166,6 @@ DUALFIST Creature - 1 - 127 SELF 1 15 @@ -5197,8 +5189,6 @@ 30 SELF Creature - 1 - 127 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01400-01499.xml index 2cdb5232bd..a1ac022df5 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01400-01499.xml @@ -3942,8 +3942,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4001,8 +3999,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4072,8 +4068,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4131,8 +4125,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4185,8 +4177,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4238,8 +4228,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4410,8 +4398,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4431,8 +4417,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4463,8 +4447,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4499,8 +4481,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4535,8 +4515,6 @@ Creature - 1 - 127 10 ENEMY 1 @@ -4649,8 +4627,6 @@ Creature - 1 - 127 30 SUMMON 100 @@ -4669,8 +4645,6 @@ Creature - 1 - 127 1 5 SUMMON diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01500-01599.xml index 7f3582f75d..cfd1c7732c 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01500-01599.xml @@ -556,8 +556,6 @@ Creature - 1 - 127 30 TARGET 100 @@ -773,8 +771,6 @@ Creature - 1 - 127 20 TARGET 100 @@ -1811,8 +1807,6 @@ Creature - 1 - 127 41 51 @@ -2403,8 +2397,6 @@ Creature - 1 - 127 60 SELF 60 @@ -2893,8 +2885,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3877,8 +3867,6 @@ Creature - 1 - 127 10 TARGET 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01700-01799.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01700-01799.xml index 11fcde8fa4..a32534f921 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01700-01799.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01700-01799.xml @@ -1057,8 +1057,6 @@ Creature - 1 - 127 100 SELF 1 @@ -1161,8 +1159,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01900-01999.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01900-01999.xml index cf0380424f..07d5ffd1a4 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01900-01999.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/01900-01999.xml @@ -373,7 +373,6 @@ Creature - 1 100 SELF 1 @@ -1712,8 +1711,6 @@ Creature - 1 - 127 1 10 SELF @@ -1727,8 +1724,6 @@ 1995 1 Creature - 1 - 127 SELF 1 10 @@ -1845,8 +1840,6 @@ Creature - 1 - 127 1 4 SELF @@ -1857,8 +1850,6 @@ Creature - 1 - 127 1 2 SELF @@ -1954,8 +1945,6 @@ Playable - 1 - 127 1979 1 1 @@ -2000,8 +1989,6 @@ Playable - 1 - 127 1981 1 1000 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03200-03299.xml index 99a63d73ed..c1396bf69e 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03200-03299.xml @@ -291,8 +291,6 @@ Creature - 1 - 127 2 SELF 1 @@ -333,8 +331,6 @@ Creature - 1 - 127 1 SELF 1 @@ -375,8 +371,6 @@ Creature - 1 - 127 1 SELF 1 @@ -417,8 +411,6 @@ Creature - 1 - 127 1 SELF 1 @@ -459,8 +451,6 @@ Creature - 1 - 127 1 SELF 1 @@ -506,8 +496,6 @@ Creature - 1 - 127 1 SELF 1 @@ -553,8 +541,6 @@ Creature - 1 - 127 2 SELF 1 @@ -595,8 +581,6 @@ Creature - 1 - 127 2 SELF 1 @@ -642,8 +626,6 @@ Creature - 1 - 127 1 SELF 1 @@ -694,8 +676,6 @@ Creature - 1 - 127 1 SELF 1 @@ -741,8 +721,6 @@ Playable - 1 - 127 1 SELF 1 @@ -788,8 +766,6 @@ Creature - 1 - 127 1 SELF 1 @@ -840,8 +816,6 @@ Creature - 1 - 127 1 SELF 1 @@ -887,8 +861,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -934,8 +906,6 @@ Creature - 1 - 127 1 SELF 1 @@ -986,8 +956,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1033,8 +1001,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1075,8 +1041,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1122,8 +1086,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -1174,8 +1136,6 @@ Creature - 1 - 127 2 ENEMY 1 @@ -1226,8 +1186,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1273,8 +1231,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1315,8 +1271,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1357,8 +1311,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1399,8 +1351,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1441,8 +1391,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1483,8 +1431,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1530,8 +1476,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1582,8 +1526,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1629,8 +1571,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1671,8 +1611,6 @@ Creature - 1 - 127 4 ENEMY 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03400-03499.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03400-03499.xml index 9e4e1a23dc..8678d2354f 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03400-03499.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03400-03499.xml @@ -499,8 +499,6 @@ Creature - 1 - 127 1 5 MY_PARTY @@ -521,8 +519,6 @@ Creature - 1 - 127 1 5 MY_PARTY diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03600-03699.xml index 17f24033f7..90a6320c0b 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03600-03699.xml @@ -591,8 +591,6 @@ Playable - 1 - 127 10 SELF 50 @@ -663,8 +661,6 @@ Playable - 1 - 127 10 SELF 50 @@ -735,8 +731,6 @@ Playable - 1 - 127 10 SELF 50 @@ -2055,8 +2049,6 @@ Playable - 1 - 127 50 20 SELF @@ -2077,8 +2069,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2099,8 +2089,6 @@ Playable - 1 - 127 50 20 TARGET @@ -2121,8 +2109,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2143,8 +2129,6 @@ Playable - 1 - 127 5 SELF 50 @@ -2163,8 +2147,6 @@ Playable - 1 - 127 50 10 SELF @@ -2185,8 +2167,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2207,8 +2187,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2229,8 +2207,6 @@ Playable - 1 - 127 10 SELF 40 @@ -2249,8 +2225,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2269,8 +2243,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2307,8 +2279,6 @@ Playable - 1 - 127 10 TARGET 50 @@ -2327,8 +2297,6 @@ Playable - 1 - 127 25 TARGET 50 @@ -2399,8 +2367,6 @@ Creature - 1 - 127 2 SELF 20 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03800-03899.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03800-03899.xml index 88a0e577c5..92c5346d68 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03800-03899.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/03800-03899.xml @@ -457,8 +457,6 @@ Creature - 1 - 127 1 6 TARGET @@ -545,8 +543,6 @@ Creature - 1 - 127 1 6 TARGET @@ -633,8 +629,6 @@ Creature - 1 - 127 1 6 TARGET @@ -961,8 +955,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1202,8 +1194,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1306,8 +1296,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1362,8 +1350,6 @@ Creature - 1 - 127 1 5 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/04400-04499.xml index 261c308cfe..e06903956b 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/04400-04499.xml @@ -3915,8 +3915,6 @@ Playable - 1 - 127 50 ENEMY 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05500-05599.xml index 75e0c85a5e..00688dfd6e 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05500-05599.xml @@ -1275,8 +1275,6 @@ Creature - 1 - 127 1 15 TARGET @@ -1642,8 +1640,6 @@ Creature - 1 - 127 10 10 @@ -1708,8 +1704,6 @@ Creature - 1 - 127 10 10 @@ -1782,8 +1776,6 @@ Creature - 1 - 127 10 10 @@ -1848,8 +1840,6 @@ Creature - 1 - 127 10 10 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05600-05699.xml index 96bc7a48dd..2bd1fba673 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05600-05699.xml @@ -3768,8 +3768,6 @@ Creature - 1 - 127 1 60 SELF diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05800-05899.xml index a198d59d50..6ebfbda540 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05800-05899.xml @@ -1036,8 +1036,6 @@ Creature - 1 - 127 1 20 TARGET diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05900-05999.xml index 8a10584fcd..1702df0eff 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 127 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 127 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 127 1 100 TARGET @@ -2232,8 +2226,6 @@ 5902 1 Attackable - 1 - 127 SELF 90 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/06700-06799.xml index 66be18383b..5483336c48 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/06700-06799.xml @@ -562,8 +562,6 @@ Creature - 1 - 127 60 SELF 60 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08100-08199.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08100-08199.xml index e74fa33639..e8cefca1ae 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08100-08199.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08100-08199.xml @@ -1171,8 +1171,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1212,8 +1210,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1257,8 +1253,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1302,8 +1296,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1347,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1401,8 +1391,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1451,8 +1439,6 @@ Playable - 1 - 127 2 ENEMY 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08200-08299.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08200-08299.xml index 09016b4d3d..09db589014 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08200-08299.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08200-08299.xml @@ -10,8 +10,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -57,8 +55,6 @@ Playable - 1 - 127 2 SELF 1 @@ -111,8 +107,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -156,8 +150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -212,8 +204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -265,8 +255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -315,8 +303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -365,8 +351,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -414,8 +398,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -470,8 +452,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -523,8 +503,6 @@ Playable - 1 - 127 2 SELF 1 @@ -568,8 +546,6 @@ Playable - 1 - 127 2 SELF 1 @@ -621,8 +597,6 @@ Playable - 1 - 127 2 SELF 1 @@ -675,8 +649,6 @@ Playable - 1 - 127 2 SELF 1 @@ -728,8 +700,6 @@ Playable - 1 - 127 2 SELF 1 @@ -777,8 +747,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -827,8 +795,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -880,8 +846,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -934,8 +898,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -987,8 +949,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1043,8 +1003,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1096,8 +1054,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1146,8 +1102,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1196,8 +1150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1252,8 +1204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1305,8 +1255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1408,8 +1354,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1461,8 +1405,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1515,8 +1457,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1568,8 +1508,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1622,8 +1560,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1675,8 +1611,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1839,8 +1773,6 @@ Creature - 1 - 127 1 99 SELF diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08300-08399.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08300-08399.xml index 569c9c9e8d..42366e3600 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08300-08399.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08300-08399.xml @@ -22,8 +22,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -73,8 +71,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -140,8 +136,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -188,8 +182,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -245,8 +237,6 @@ Playable - 1 - 127 25 SELF 50 @@ -300,8 +290,6 @@ Playable - 1 - 127 25 SELF 50 @@ -361,8 +349,6 @@ Playable - 1 - 127 1 33 TARGET diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08400-08499.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08400-08499.xml index 771d8dd2ca..951d458173 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08400-08499.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08400-08499.xml @@ -372,8 +372,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -436,8 +434,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -510,8 +506,6 @@ Playable - 1 - 127 2 SELF 1 @@ -579,8 +573,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -670,8 +662,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -759,8 +749,6 @@ Playable - 1 - 127 2 SELF 1 @@ -843,8 +831,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -928,8 +914,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1007,8 +991,6 @@ Playable - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08500-08599.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08500-08599.xml index 8ae0b37938..f52ef9c8a4 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08500-08599.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08500-08599.xml @@ -824,8 +824,6 @@ Creature - 1 - 127 20 SELF 1 @@ -886,8 +884,6 @@ Creature - 1 - 127 8 SELF 1 @@ -964,8 +960,6 @@ Creature - 1 - 127 20 SELF 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08700-08799.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08700-08799.xml index 5bb8e50656..c746a7ecd6 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08700-08799.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/08700-08799.xml @@ -191,8 +191,6 @@ Creature - 1 - 127 41 10 SELF @@ -224,8 +222,6 @@ Creature - 1 - 127 41 10 SELF @@ -257,8 +253,6 @@ Creature - 1 - 127 41 10 SELF @@ -290,8 +284,6 @@ Creature - 1 - 127 41 10 SELF diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09100-09199.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09100-09199.xml index 2f0c3c5af5..b896b4e90e 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09100-09199.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09100-09199.xml @@ -3609,8 +3609,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09200-09299.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09200-09299.xml index 7088b230ac..554fc489e2 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09200-09299.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09200-09299.xml @@ -542,8 +542,6 @@ Creature - 1 - 127 80 SELF 300 @@ -889,8 +887,6 @@ Creature - 1 - 127 1 80 SELF @@ -1998,8 +1994,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2334,8 +2328,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09300-09399.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09300-09399.xml index ed7e21a3ec..5004a5aa84 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09300-09399.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09300-09399.xml @@ -530,8 +530,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09500-09599.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09500-09599.xml index 2d396751d3..ff2563c5d0 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09500-09599.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09500-09599.xml @@ -933,8 +933,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09700-09799.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09700-09799.xml index 29f835a428..0537a86c10 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09700-09799.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/09700-09799.xml @@ -1929,8 +1929,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10000-10099.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10000-10099.xml index 583b77ce80..e565ca1c11 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10000-10099.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10000-10099.xml @@ -410,8 +410,6 @@ Creature 1 - 1 - 127 30 SELF SINGLE @@ -628,8 +626,6 @@ Playable - 1 - 127 1 100 SELF @@ -3838,8 +3834,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4111,8 +4105,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4329,8 +4321,6 @@ Creature - 1 - 127 true 10070 @@ -4346,8 +4336,6 @@ Creature - 1 - 127 true 10067 @@ -4424,8 +4412,6 @@ Creature 1 - 1 - 127 80 MY_PARTY SINGLE @@ -4856,8 +4842,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10100-10199.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10100-10199.xml index 312355c8be..0b27c7e3ff 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10100-10199.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10100-10199.xml @@ -523,8 +523,6 @@ Creature - 1 - 127 30 SELF 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10200-10299.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10200-10299.xml index 178d6105a2..33e5c0a260 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10200-10299.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10200-10299.xml @@ -489,8 +489,6 @@ 1 ALL Creature - 1 - 127 SELF 1 @@ -516,14 +514,10 @@ 40 SELF Creature - 1 - 127 false Creature - 1 - 127 50 SELF 1 @@ -611,8 +605,6 @@ Creature - 1 - 127 1 10 SELF @@ -2294,8 +2286,6 @@ false Creature - 1 - 127 30 10 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10300-10399.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10300-10399.xml index 60e420dad3..f817e45083 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10300-10399.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10300-10399.xml @@ -1472,8 +1472,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1486,8 +1484,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1595,8 +1591,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1609,8 +1603,6 @@ Creature - 1 - 127 1 10 ENEMY diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10500-10599.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10500-10599.xml index 6547edca5b..449b7a6695 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10500-10599.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/10500-10599.xml @@ -1375,8 +1375,6 @@ Creature - 1 - 127 1 100 SELF @@ -1389,8 +1387,6 @@ Creature - 1 - 127 1 100 SELF @@ -1472,8 +1468,6 @@ Playable - 1 - 127 40 ENEMY 1 @@ -2150,8 +2144,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -2306,8 +2298,6 @@ Playable - 1 - 127 false TARGET 10 @@ -2323,8 +2313,6 @@ Playable - 1 - 127 false TARGET 10538 @@ -3451,8 +3439,6 @@ Creature - 1 - 127 1 100 SELF @@ -3465,8 +3451,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11000-11099.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11000-11099.xml index fe1c45c0ae..17761f8b4f 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11000-11099.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11000-11099.xml @@ -3482,8 +3482,6 @@ - 1 - 127 10 TARGET 1 @@ -4227,8 +4225,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4336,8 +4332,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4594,8 +4588,6 @@ Playable - 1 - 127 11063 1 1 @@ -5462,8 +5454,6 @@ Playable - 1 - 127 100 ENEMY SINGLE diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11100-11199.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11100-11199.xml index a3dae04d27..9ad3fbaa41 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11100-11199.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11100-11199.xml @@ -2175,8 +2175,6 @@ Creature - 1 - 127 50 ENEMY SINGLE diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11500-11599.xml index 58d38c56bd..242f25d785 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11500-11599.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11500-11599.xml @@ -53,8 +53,6 @@ Creature - 1 - 127 1 3 SELF @@ -1358,8 +1356,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1984,8 +1980,6 @@ Creature - 1 - 127 0 99 @@ -2655,8 +2649,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -3388,8 +3380,6 @@ Creature - 1 - 127 100 30 SELF @@ -3886,8 +3876,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -3898,8 +3886,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4279,8 +4265,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -4827,8 +4811,6 @@ Creature - 1 - 127 25 SELF 300 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11700-11799.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11700-11799.xml index 8d3ec8a020..5783a29209 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11700-11799.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/11700-11799.xml @@ -400,8 +400,6 @@ Creature - 1 - 127 60 SELF 10 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14000-14099.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14000-14099.xml index 2de2d52986..2c0c3ec985 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14000-14099.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14000-14099.xml @@ -102,8 +102,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -534,8 +532,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -3095,8 +3091,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14200-14299.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14200-14299.xml index da6d8a03a8..3101e53ff0 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14200-14299.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14200-14299.xml @@ -2337,8 +2337,6 @@ Playable - 1 - 127 80 ENEMY 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14300-14399.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14300-14399.xml index e5af26b8e7..e9864544f7 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14300-14399.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14300-14399.xml @@ -1862,8 +1862,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14500-14599.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14500-14599.xml index 4d19ddfc5e..5b58c74c23 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14500-14599.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14500-14599.xml @@ -320,8 +320,6 @@ Creature - 1 - 127 50 SELF 1 @@ -657,8 +655,6 @@ Playable - 1 - 127 100 SELF 1 @@ -869,8 +865,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -1125,8 +1119,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -2265,8 +2257,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14600-14699.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14600-14699.xml index 38edc67852..df5a513b69 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14600-14699.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14600-14699.xml @@ -453,8 +453,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14700-14799.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14700-14799.xml index e6a6ba8c8f..62deebfa73 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14700-14799.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/14700-14799.xml @@ -486,8 +486,6 @@ Creature - 1 - 127 300 80 true @@ -1240,8 +1238,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1902,8 +1898,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15000-15099.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15000-15099.xml index 14f1b5e9f9..1a117bbd9f 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15000-15099.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15000-15099.xml @@ -412,8 +412,6 @@ Creature - 1 - 127 50 SELF 1 @@ -462,8 +460,6 @@ Creature - 1 - 127 50 SELF 1 @@ -515,8 +511,6 @@ Creature - 1 - 127 50 SELF 1 @@ -571,8 +565,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1276,8 +1268,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1325,8 +1315,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1374,8 +1362,6 @@ Playable - 1 - 127 100 SELF 1 @@ -2337,8 +2323,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -2423,8 +2407,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15100-15199.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15100-15199.xml index 0f002a2568..cff8a673d9 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15100-15199.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15100-15199.xml @@ -318,8 +318,6 @@ Creature - 1 - 127 50 SELF 1 @@ -374,8 +372,6 @@ Creature - 1 - 127 50 SELF 1 @@ -425,8 +421,6 @@ Creature - 1 - 127 50 SELF 1 @@ -704,8 +698,6 @@ Creature - 1 - 127 50 SELF 1 @@ -754,8 +746,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1300,8 +1290,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1334,8 +1322,6 @@ Creature - 1 - 127 1 50 ENEMY diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15300-15399.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15300-15399.xml index a9fbaf9aff..968a0908c5 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15300-15399.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15300-15399.xml @@ -334,8 +334,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1341,8 +1339,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1700,8 +1696,6 @@ Creature - 1 - 127 300 80 SELF diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15600-15699.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15600-15699.xml index 0105175c21..6817c365bb 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15600-15699.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/15600-15699.xml @@ -523,8 +523,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17100-17199.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17100-17199.xml index 58cac4ebfd..46de5cb353 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17100-17199.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17100-17199.xml @@ -825,8 +825,6 @@ Creature - 1 - 127 99 false TARGET @@ -982,8 +980,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17700-17799.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17700-17799.xml index 3a4cddc04f..a403668770 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17700-17799.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17700-17799.xml @@ -108,8 +108,6 @@ Creature - 1 - 127 100 100 SELF diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17800-17899.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17800-17899.xml index 00cd7283ba..beb56c3f85 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17800-17899.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/17800-17899.xml @@ -674,8 +674,6 @@ Creature - 1 - 127 100 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/18500-18599.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/18500-18599.xml index ae60b589d1..5d22d58b99 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/18500-18599.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/18500-18599.xml @@ -642,8 +642,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/19200-19299.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/19200-19299.xml index 40d9b3ac86..aa809f2032 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/19200-19299.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/19200-19299.xml @@ -1017,8 +1017,6 @@ Creature - 1 - 127 1 100 SELF @@ -1031,8 +1029,6 @@ Creature - 1 - 127 1 100 SELF @@ -2425,8 +2421,6 @@ Creature - 1 - 127 100 ENEMY 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/19500-19599.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/19500-19599.xml index 0dd3e7f16c..219e94f210 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/19500-19599.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/19500-19599.xml @@ -1945,8 +1945,6 @@ Creature - 1 - 127 30 SELF 1 @@ -1999,8 +1997,6 @@ Creature - 1 - 127 30 SELF 1 @@ -2010,8 +2006,6 @@ Creature - 1 - 127 6 MY_PARTY 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/21200-21299.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/21200-21299.xml index 4e4bd1dad2..413653c017 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/21200-21299.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/21200-21299.xml @@ -1050,8 +1050,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1072,8 +1070,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1094,8 +1090,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1116,8 +1110,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1138,8 +1130,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1160,8 +1150,6 @@ Playable - 1 - 127 5 SELF 100 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/22600-22699.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/22600-22699.xml index 77eeaacc4e..5ff5244f92 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/22600-22699.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/22600-22699.xml @@ -2746,8 +2746,6 @@ Creature - 1 - 127 1 5 SELF diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/22900-22999.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/22900-22999.xml index 834ba57228..a8fd4ad6fd 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/22900-22999.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/22900-22999.xml @@ -435,8 +435,6 @@ Creature - 1 - 127 80 SELF 300 @@ -496,8 +494,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23200-23299.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23200-23299.xml index ce5061e0ab..7bf47b0808 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23200-23299.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23200-23299.xml @@ -1815,8 +1815,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3503,8 +3501,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23400-23499.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23400-23499.xml index 7e97714b3d..c3459c5d1e 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23400-23499.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23400-23499.xml @@ -865,8 +865,6 @@ Creature - 1 - 127 10 ENEMY SINGLE @@ -1528,8 +1526,6 @@ 5 Playable - 1 - 127 SELF 60 @@ -2273,8 +2269,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2672,8 +2666,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2726,8 +2718,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23500-23599.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23500-23599.xml index 6d711b1c3a..5a3e454263 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23500-23599.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/23500-23599.xml @@ -1305,8 +1305,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/27700-27799.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/27700-27799.xml index a1629dcc80..4b85044d98 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/27700-27799.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/27700-27799.xml @@ -972,8 +972,6 @@ Creature - 1 - 127 1 2 @@ -993,8 +991,6 @@ Creature - 1 - 127 1 1 @@ -1149,8 +1145,6 @@ Creature - 1 - 127 1 2 @@ -1170,8 +1164,6 @@ Creature - 1 - 127 1 1 @@ -1198,8 +1190,6 @@ Creature - 1 - 127 1 2 @@ -1219,8 +1209,6 @@ Creature - 1 - 127 1 1 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/27800-27899.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/27800-27899.xml index 91ee512a79..4853ee5846 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/27800-27899.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/27800-27899.xml @@ -1416,8 +1416,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1431,8 +1429,6 @@ Creature - 1 - 127 1 40 ENEMY @@ -1446,8 +1442,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1461,8 +1455,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1476,8 +1468,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1512,8 +1502,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1548,8 +1536,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1654,8 +1640,6 @@ Creature - 1 - 127 1 30 SELF @@ -1690,8 +1674,6 @@ Creature - 1 - 127 1 30 SELF @@ -1821,8 +1803,6 @@ Creature - 1 - 127 1 30 SELF @@ -1857,8 +1837,6 @@ Creature - 1 - 127 1 30 SELF @@ -2056,8 +2034,6 @@ Creature - 1 - 127 1 30 SELF @@ -2092,8 +2068,6 @@ Creature - 1 - 127 1 30 SELF @@ -2128,8 +2102,6 @@ Creature - 1 - 127 1 30 SELF diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/30000-30099.xml b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/30000-30099.xml index db6de83e3e..bf0b4359e7 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/30000-30099.xml +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/30000-30099.xml @@ -868,8 +868,6 @@ Creature - 1 - 127 1 100 SELF @@ -882,8 +880,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00200-00299.xml index 5ae134e849..b0345f36a5 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00200-00299.xml @@ -64,8 +64,6 @@ Creature - 1 - 127 1 50 SELF @@ -308,8 +306,6 @@ Creature - 1 - 127 1 33 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00300-00399.xml index 48187dff53..14697f51c2 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00300-00399.xml @@ -2762,8 +2762,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -2775,8 +2773,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00400-00499.xml index bcef5c831f..da5e03e77b 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00400-00499.xml @@ -2886,8 +2886,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -4082,8 +4080,6 @@ 1 ALL Creature - 1 - 127 SELF 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00500-00599.xml index 39c2a02032..b3cf9518ba 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00500-00599.xml @@ -2064,8 +2064,6 @@ Creature - 1 - 127 30 SELF 100 @@ -2263,8 +2261,6 @@ Creature - 1 - 127 5 SELF 100 @@ -2283,8 +2279,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2303,8 +2297,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2323,8 +2315,6 @@ Creature - 1 - 127 5 SELF 100 @@ -4302,8 +4292,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4315,8 +4303,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00600-00699.xml index 8163c6dce5..628a1b621c 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00600-00699.xml @@ -1423,8 +1423,6 @@ Creature - 1 - 127 1 2 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 2 SELF 1 @@ -1467,8 +1463,6 @@ Creature - 1 - 127 1 2 SELF @@ -1490,8 +1484,6 @@ Creature - 1 - 127 1 2 SELF @@ -1513,8 +1505,6 @@ Creature - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00700-00799.xml index 4ad7822446..9f3ce27d77 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00700-00799.xml @@ -2141,8 +2141,6 @@ Creature - 1 - 127 20 SELF 300 @@ -2165,8 +2163,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2201,8 +2197,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2229,8 +2223,6 @@ Creature - 1 - 127 1 3 SELF @@ -2281,8 +2273,6 @@ Creature - 1 - 127 1 3 SELF @@ -2357,8 +2347,6 @@ Creature - 1 - 127 8 SELF 1 @@ -2567,8 +2555,6 @@ Creature - 1 - 127 5 TARGET 1 @@ -3152,8 +3138,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3262,8 +3246,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3349,8 +3331,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3584,8 +3564,6 @@ Creature - 1 - 127 10 MY_PARTY 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00900-00999.xml index e8a8d40521..4bbe73428e 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/00900-00999.xml @@ -4528,8 +4528,6 @@ Creature - 1 - 127 10 SELF 1 @@ -5098,8 +5096,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 127 SELF 1 15 @@ -5123,8 +5119,6 @@ 30 SELF Creature - 1 - 127 @@ -5172,8 +5166,6 @@ DUALFIST Creature - 1 - 127 SELF 1 15 @@ -5197,8 +5189,6 @@ 30 SELF Creature - 1 - 127 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01400-01499.xml index e030e981bc..bbba6993a5 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01400-01499.xml @@ -3942,8 +3942,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4001,8 +3999,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4072,8 +4068,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4131,8 +4125,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4185,8 +4177,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4238,8 +4228,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4410,8 +4398,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4431,8 +4417,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4463,8 +4447,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4499,8 +4481,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4535,8 +4515,6 @@ Creature - 1 - 127 10 ENEMY 1 @@ -4649,8 +4627,6 @@ Creature - 1 - 127 30 SUMMON 100 @@ -4669,8 +4645,6 @@ Creature - 1 - 127 1 5 SUMMON diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01500-01599.xml index d34c653f6a..33323c4c6e 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01500-01599.xml @@ -556,8 +556,6 @@ Creature - 1 - 127 30 TARGET 100 @@ -773,8 +771,6 @@ Creature - 1 - 127 20 TARGET 100 @@ -1811,8 +1807,6 @@ Creature - 1 - 127 41 51 @@ -2403,8 +2397,6 @@ Creature - 1 - 127 60 SELF 60 @@ -2893,8 +2885,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3877,8 +3867,6 @@ Creature - 1 - 127 10 TARGET 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01700-01799.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01700-01799.xml index 5e90597507..d21caadb8a 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01700-01799.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01700-01799.xml @@ -1057,8 +1057,6 @@ Creature - 1 - 127 100 SELF 1 @@ -1161,8 +1159,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01900-01999.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01900-01999.xml index 2d926f84b4..cab9317a01 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01900-01999.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/01900-01999.xml @@ -373,7 +373,6 @@ Creature - 1 100 SELF 1 @@ -1712,8 +1711,6 @@ Creature - 1 - 127 1 10 SELF @@ -1727,8 +1724,6 @@ 1995 1 Creature - 1 - 127 SELF 1 10 @@ -1845,8 +1840,6 @@ Creature - 1 - 127 1 4 SELF @@ -1858,8 +1851,6 @@ Creature - 1 - 127 1 2 SELF @@ -1956,8 +1947,6 @@ Playable - 1 - 127 1979 1 1 @@ -2002,8 +1991,6 @@ Playable - 1 - 127 1981 1 1000 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03200-03299.xml index 91e2c3633c..8fe373b140 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03200-03299.xml @@ -291,8 +291,6 @@ Creature - 1 - 127 2 SELF 1 @@ -333,8 +331,6 @@ Creature - 1 - 127 1 SELF 1 @@ -375,8 +371,6 @@ Creature - 1 - 127 1 SELF 1 @@ -417,8 +411,6 @@ Creature - 1 - 127 1 SELF 1 @@ -459,8 +451,6 @@ Creature - 1 - 127 1 SELF 1 @@ -506,8 +496,6 @@ Creature - 1 - 127 1 SELF 1 @@ -553,8 +541,6 @@ Creature - 1 - 127 2 SELF 1 @@ -595,8 +581,6 @@ Creature - 1 - 127 2 SELF 1 @@ -642,8 +626,6 @@ Creature - 1 - 127 1 SELF 1 @@ -694,8 +676,6 @@ Creature - 1 - 127 1 SELF 1 @@ -741,8 +721,6 @@ Playable - 1 - 127 1 SELF 1 @@ -788,8 +766,6 @@ Creature - 1 - 127 1 SELF 1 @@ -840,8 +816,6 @@ Creature - 1 - 127 1 SELF 1 @@ -887,8 +861,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -934,8 +906,6 @@ Creature - 1 - 127 1 SELF 1 @@ -986,8 +956,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1033,8 +1001,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1075,8 +1041,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1122,8 +1086,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -1174,8 +1136,6 @@ Creature - 1 - 127 2 ENEMY 1 @@ -1226,8 +1186,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1273,8 +1231,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1315,8 +1271,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1357,8 +1311,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1399,8 +1351,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1441,8 +1391,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1483,8 +1431,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1530,8 +1476,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1582,8 +1526,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1629,8 +1571,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1671,8 +1611,6 @@ Creature - 1 - 127 4 ENEMY 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03400-03499.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03400-03499.xml index 52f36c12ce..025dc9fbd8 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03400-03499.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03400-03499.xml @@ -499,8 +499,6 @@ Creature - 1 - 127 1 5 MY_PARTY @@ -521,8 +519,6 @@ Creature - 1 - 127 1 5 MY_PARTY diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03600-03699.xml index 1c7cc7b0cc..6204df269e 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03600-03699.xml @@ -591,8 +591,6 @@ Playable - 1 - 127 10 SELF 50 @@ -663,8 +661,6 @@ Playable - 1 - 127 10 SELF 50 @@ -735,8 +731,6 @@ Playable - 1 - 127 10 SELF 50 @@ -2055,8 +2049,6 @@ Playable - 1 - 127 50 20 SELF @@ -2077,8 +2069,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2099,8 +2089,6 @@ Playable - 1 - 127 50 20 TARGET @@ -2121,8 +2109,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2143,8 +2129,6 @@ Playable - 1 - 127 5 SELF 50 @@ -2163,8 +2147,6 @@ Playable - 1 - 127 50 10 SELF @@ -2185,8 +2167,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2207,8 +2187,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2229,8 +2207,6 @@ Playable - 1 - 127 10 SELF 40 @@ -2249,8 +2225,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2269,8 +2243,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2307,8 +2279,6 @@ Playable - 1 - 127 10 TARGET 50 @@ -2327,8 +2297,6 @@ Playable - 1 - 127 25 TARGET 50 @@ -2399,8 +2367,6 @@ Creature - 1 - 127 2 SELF 20 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03800-03899.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03800-03899.xml index eb99eb0bc5..2f771d9e9f 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03800-03899.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/03800-03899.xml @@ -457,8 +457,6 @@ Creature - 1 - 127 1 6 TARGET @@ -545,8 +543,6 @@ Creature - 1 - 127 1 6 TARGET @@ -633,8 +629,6 @@ Creature - 1 - 127 1 6 TARGET @@ -961,8 +955,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1202,8 +1194,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1306,8 +1296,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1362,8 +1350,6 @@ Creature - 1 - 127 1 5 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/04400-04499.xml index e7d8c932c3..70d9ccf825 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/04400-04499.xml @@ -3915,8 +3915,6 @@ Playable - 1 - 127 50 ENEMY 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05500-05599.xml index 0d74cf2d8d..c6e3638b21 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05500-05599.xml @@ -1275,8 +1275,6 @@ Creature - 1 - 127 1 15 TARGET @@ -1642,8 +1640,6 @@ Creature - 1 - 127 10 10 @@ -1708,8 +1704,6 @@ Creature - 1 - 127 10 10 @@ -1782,8 +1776,6 @@ Creature - 1 - 127 10 10 @@ -1848,8 +1840,6 @@ Creature - 1 - 127 10 10 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05600-05699.xml index 33a662575e..dac39383d7 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05600-05699.xml @@ -3768,8 +3768,6 @@ Creature - 1 - 127 1 60 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05800-05899.xml index bfdd93c0bf..9b70c6c0b5 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05800-05899.xml @@ -1036,8 +1036,6 @@ Creature - 1 - 127 1 20 TARGET diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05900-05999.xml index 7dff071ee0..0021c182f5 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 127 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 127 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 127 1 100 TARGET @@ -2232,8 +2226,6 @@ 5902 1 Attackable - 1 - 127 SELF 90 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/06700-06799.xml index a5662bc6d2..2ce6c0c626 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/06700-06799.xml @@ -562,8 +562,6 @@ Creature - 1 - 127 60 SELF 60 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08100-08199.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08100-08199.xml index 38de357d38..a9cd1a6470 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08100-08199.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08100-08199.xml @@ -1171,8 +1171,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1212,8 +1210,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1257,8 +1253,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1302,8 +1296,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1347,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1401,8 +1391,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1451,8 +1439,6 @@ Playable - 1 - 127 2 ENEMY 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08200-08299.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08200-08299.xml index db1926bff2..34dede9214 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08200-08299.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08200-08299.xml @@ -10,8 +10,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -57,8 +55,6 @@ Playable - 1 - 127 2 SELF 1 @@ -111,8 +107,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -156,8 +150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -212,8 +204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -265,8 +255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -315,8 +303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -365,8 +351,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -414,8 +398,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -470,8 +452,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -523,8 +503,6 @@ Playable - 1 - 127 2 SELF 1 @@ -568,8 +546,6 @@ Playable - 1 - 127 2 SELF 1 @@ -621,8 +597,6 @@ Playable - 1 - 127 2 SELF 1 @@ -675,8 +649,6 @@ Playable - 1 - 127 2 SELF 1 @@ -728,8 +700,6 @@ Playable - 1 - 127 2 SELF 1 @@ -777,8 +747,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -827,8 +795,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -880,8 +846,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -934,8 +898,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -987,8 +949,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1043,8 +1003,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1096,8 +1054,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1146,8 +1102,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1196,8 +1150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1252,8 +1204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1305,8 +1255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1408,8 +1354,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1461,8 +1405,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1515,8 +1457,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1568,8 +1508,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1622,8 +1560,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1675,8 +1611,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1839,8 +1773,6 @@ Creature - 1 - 127 1 99 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08300-08399.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08300-08399.xml index c333626f8e..4e6c0a8eff 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08300-08399.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08300-08399.xml @@ -22,8 +22,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -73,8 +71,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -140,8 +136,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -188,8 +182,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -245,8 +237,6 @@ Playable - 1 - 127 25 SELF 50 @@ -300,8 +290,6 @@ Playable - 1 - 127 25 SELF 50 @@ -361,8 +349,6 @@ Playable - 1 - 127 1 33 TARGET diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08400-08499.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08400-08499.xml index 34f4e5931d..89fb5c40c9 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08400-08499.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08400-08499.xml @@ -372,8 +372,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -436,8 +434,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -510,8 +506,6 @@ Playable - 1 - 127 2 SELF 1 @@ -579,8 +573,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -670,8 +662,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -759,8 +749,6 @@ Playable - 1 - 127 2 SELF 1 @@ -843,8 +831,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -928,8 +914,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1007,8 +991,6 @@ Playable - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08500-08599.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08500-08599.xml index dec8e342f0..23359679a3 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08500-08599.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08500-08599.xml @@ -824,8 +824,6 @@ Creature - 1 - 127 20 SELF 1 @@ -886,8 +884,6 @@ Creature - 1 - 127 8 SELF 1 @@ -964,8 +960,6 @@ Creature - 1 - 127 20 SELF 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08700-08799.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08700-08799.xml index b33dfd25ff..d12c1067a9 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08700-08799.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/08700-08799.xml @@ -191,8 +191,6 @@ Creature - 1 - 127 41 10 SELF @@ -224,8 +222,6 @@ Creature - 1 - 127 41 10 SELF @@ -257,8 +253,6 @@ Creature - 1 - 127 41 10 SELF @@ -290,8 +284,6 @@ Creature - 1 - 127 41 10 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09100-09199.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09100-09199.xml index 86e66217bc..ecb8fbbc9e 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09100-09199.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09100-09199.xml @@ -3609,8 +3609,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09200-09299.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09200-09299.xml index 59105eb5e1..18ee34d21f 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09200-09299.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09200-09299.xml @@ -542,8 +542,6 @@ Creature - 1 - 127 80 SELF 300 @@ -889,8 +887,6 @@ Creature - 1 - 127 1 80 SELF @@ -1998,8 +1994,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2334,8 +2328,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09300-09399.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09300-09399.xml index ca62aa081f..93ea2e0ff5 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09300-09399.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09300-09399.xml @@ -531,8 +531,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09500-09599.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09500-09599.xml index 484e5b24e3..937c70e036 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09500-09599.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09500-09599.xml @@ -933,8 +933,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09700-09799.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09700-09799.xml index 5bd950ec20..53d0d19e27 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09700-09799.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/09700-09799.xml @@ -1929,8 +1929,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10000-10099.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10000-10099.xml index 37d9049941..fca8c9e5c5 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10000-10099.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10000-10099.xml @@ -410,8 +410,6 @@ Creature 1 - 1 - 127 30 SELF SINGLE @@ -628,8 +626,6 @@ Playable - 1 - 127 1 100 SELF @@ -3838,8 +3834,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4111,8 +4105,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4329,8 +4321,6 @@ Creature - 1 - 127 true 10070 @@ -4346,8 +4336,6 @@ Creature - 1 - 127 true 10067 @@ -4424,8 +4412,6 @@ Creature 1 - 1 - 127 80 MY_PARTY SINGLE @@ -4856,8 +4842,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10100-10199.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10100-10199.xml index d153e770ac..ccc2e494c1 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10100-10199.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10100-10199.xml @@ -523,8 +523,6 @@ Creature - 1 - 127 30 SELF 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10200-10299.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10200-10299.xml index 29daddf011..3d90e6a683 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10200-10299.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10200-10299.xml @@ -489,8 +489,6 @@ 1 ALL Creature - 1 - 127 SELF 1 @@ -516,14 +514,10 @@ 40 SELF Creature - 1 - 127 false Creature - 1 - 127 50 SELF 1 @@ -611,8 +605,6 @@ Creature - 1 - 127 1 10 SELF @@ -2294,8 +2286,6 @@ false Creature - 1 - 127 30 10 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10300-10399.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10300-10399.xml index b76a7b525b..a534ef31eb 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10300-10399.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10300-10399.xml @@ -1472,8 +1472,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1486,8 +1484,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1595,8 +1591,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1609,8 +1603,6 @@ Creature - 1 - 127 1 10 ENEMY diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10500-10599.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10500-10599.xml index 561df766d0..ecfdbfdc44 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10500-10599.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/10500-10599.xml @@ -1375,8 +1375,6 @@ Creature - 1 - 127 1 100 SELF @@ -1389,8 +1387,6 @@ Creature - 1 - 127 1 100 SELF @@ -1472,8 +1468,6 @@ Playable - 1 - 127 40 ENEMY 1 @@ -2150,8 +2144,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -2306,8 +2298,6 @@ Playable - 1 - 127 false TARGET 10 @@ -2323,8 +2313,6 @@ Playable - 1 - 127 false TARGET 10538 @@ -3451,8 +3439,6 @@ Creature - 1 - 127 1 100 SELF @@ -3465,8 +3451,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11000-11099.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11000-11099.xml index 8ddaff5a5c..cbcaace43d 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11000-11099.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11000-11099.xml @@ -3482,8 +3482,6 @@ - 1 - 127 10 TARGET 1 @@ -4227,8 +4225,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4336,8 +4332,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4594,8 +4588,6 @@ Playable - 1 - 127 11063 1 1 @@ -5462,8 +5454,6 @@ Playable - 1 - 127 100 ENEMY SINGLE diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11100-11199.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11100-11199.xml index c0c89553d6..bc8b10a07e 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11100-11199.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11100-11199.xml @@ -2175,8 +2175,6 @@ Creature - 1 - 127 50 ENEMY SINGLE diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11500-11599.xml index 28b7f96586..17616eb742 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11500-11599.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11500-11599.xml @@ -53,8 +53,6 @@ Creature - 1 - 127 1 3 SELF @@ -1358,8 +1356,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1984,8 +1980,6 @@ Creature - 1 - 127 0 99 @@ -2655,8 +2649,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -3388,8 +3380,6 @@ Creature - 1 - 127 100 30 SELF @@ -3886,8 +3876,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -3898,8 +3886,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4279,8 +4265,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -4827,8 +4811,6 @@ Creature - 1 - 127 25 SELF 300 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11700-11799.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11700-11799.xml index f42ec07d84..faed81f5e9 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11700-11799.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/11700-11799.xml @@ -400,8 +400,6 @@ Creature - 1 - 127 60 SELF 10 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14000-14099.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14000-14099.xml index 2de2d52986..2c0c3ec985 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14000-14099.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14000-14099.xml @@ -102,8 +102,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -534,8 +532,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -3095,8 +3091,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14200-14299.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14200-14299.xml index b6750f8951..0d99b6671b 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14200-14299.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14200-14299.xml @@ -2337,8 +2337,6 @@ Playable - 1 - 127 80 ENEMY 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14300-14399.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14300-14399.xml index faffbf15e2..3e3e693ab7 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14300-14399.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14300-14399.xml @@ -1858,8 +1858,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14500-14599.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14500-14599.xml index 61445025d9..8e5710aa58 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14500-14599.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14500-14599.xml @@ -320,8 +320,6 @@ Creature - 1 - 127 50 SELF 1 @@ -657,8 +655,6 @@ Playable - 1 - 127 100 SELF 1 @@ -869,8 +865,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -1125,8 +1119,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -2265,8 +2257,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14600-14699.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14600-14699.xml index fa0d15fbbd..db55ea5675 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14600-14699.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14600-14699.xml @@ -453,8 +453,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14700-14799.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14700-14799.xml index 4fef863321..db7f2e60d4 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14700-14799.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/14700-14799.xml @@ -486,8 +486,6 @@ Creature - 1 - 127 300 80 true @@ -1240,8 +1238,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1902,8 +1898,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15000-15099.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15000-15099.xml index 85054225da..dbc5219c32 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15000-15099.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15000-15099.xml @@ -412,8 +412,6 @@ Creature - 1 - 127 50 SELF 1 @@ -462,8 +460,6 @@ Creature - 1 - 127 50 SELF 1 @@ -515,8 +511,6 @@ Creature - 1 - 127 50 SELF 1 @@ -571,8 +565,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1276,8 +1268,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1325,8 +1315,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1374,8 +1362,6 @@ Playable - 1 - 127 100 SELF 1 @@ -2337,8 +2323,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -2423,8 +2407,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15100-15199.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15100-15199.xml index 20b49b6379..2c64b8cb8c 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15100-15199.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15100-15199.xml @@ -318,8 +318,6 @@ Creature - 1 - 127 50 SELF 1 @@ -374,8 +372,6 @@ Creature - 1 - 127 50 SELF 1 @@ -425,8 +421,6 @@ Creature - 1 - 127 50 SELF 1 @@ -704,8 +698,6 @@ Creature - 1 - 127 50 SELF 1 @@ -754,8 +746,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1300,8 +1290,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1334,8 +1322,6 @@ Creature - 1 - 127 1 50 ENEMY diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15300-15399.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15300-15399.xml index fa74e644d7..aaf1d44530 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15300-15399.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15300-15399.xml @@ -334,8 +334,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1341,8 +1339,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1700,8 +1696,6 @@ Creature - 1 - 127 300 80 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15600-15699.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15600-15699.xml index a588186dfb..780515f0cf 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15600-15699.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/15600-15699.xml @@ -523,8 +523,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17100-17199.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17100-17199.xml index fd2579d227..fe14d5c568 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17100-17199.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17100-17199.xml @@ -825,8 +825,6 @@ Creature - 1 - 127 99 false TARGET @@ -982,8 +980,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17700-17799.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17700-17799.xml index 9f7b12145c..848131180f 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17700-17799.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17700-17799.xml @@ -128,8 +128,6 @@ Creature - 1 - 127 100 100 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17800-17899.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17800-17899.xml index 31e60a46a7..f132551eb5 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17800-17899.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/17800-17899.xml @@ -678,8 +678,6 @@ Creature - 1 - 127 100 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/18500-18599.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/18500-18599.xml index dadf3928b3..18fdf05ac4 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/18500-18599.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/18500-18599.xml @@ -670,8 +670,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/19200-19299.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/19200-19299.xml index 0a35cec508..f267f7eaa2 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/19200-19299.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/19200-19299.xml @@ -1017,8 +1017,6 @@ Creature - 1 - 127 1 100 SELF @@ -1031,8 +1029,6 @@ Creature - 1 - 127 1 100 SELF @@ -2514,8 +2510,6 @@ Creature - 1 - 127 100 ENEMY 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/19500-19599.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/19500-19599.xml index 6e39a43e33..55a43809df 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/19500-19599.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/19500-19599.xml @@ -1945,8 +1945,6 @@ Creature - 1 - 127 30 SELF 1 @@ -1999,8 +1997,6 @@ Creature - 1 - 127 30 SELF 1 @@ -2010,8 +2006,6 @@ Creature - 1 - 127 6 MY_PARTY 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/21200-21299.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/21200-21299.xml index c20ea5d3b9..d37d4a7f10 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/21200-21299.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/21200-21299.xml @@ -1050,8 +1050,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1072,8 +1070,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1094,8 +1090,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1116,8 +1110,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1138,8 +1130,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1160,8 +1150,6 @@ Playable - 1 - 127 5 SELF 100 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/22600-22699.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/22600-22699.xml index 4cf6799af7..2c09fb0bef 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/22600-22699.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/22600-22699.xml @@ -2746,8 +2746,6 @@ Creature - 1 - 127 1 5 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/22900-22999.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/22900-22999.xml index b0a6769944..b4948e372b 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/22900-22999.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/22900-22999.xml @@ -435,8 +435,6 @@ Creature - 1 - 127 80 SELF 300 @@ -496,8 +494,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23200-23299.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23200-23299.xml index 6a3cbbb2db..02dda2017c 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23200-23299.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23200-23299.xml @@ -1815,8 +1815,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3503,8 +3501,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23400-23499.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23400-23499.xml index cbceac72f3..e31339dd13 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23400-23499.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23400-23499.xml @@ -865,8 +865,6 @@ Creature - 1 - 127 10 ENEMY SINGLE @@ -1528,8 +1526,6 @@ 5 Playable - 1 - 127 SELF 60 @@ -2273,8 +2269,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2672,8 +2666,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2726,8 +2718,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23500-23599.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23500-23599.xml index b90299e5f2..6a97829a37 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23500-23599.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/23500-23599.xml @@ -1305,8 +1305,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/27700-27799.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/27700-27799.xml index 69e711fb41..00db8bf3e5 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/27700-27799.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/27700-27799.xml @@ -972,8 +972,6 @@ Creature - 1 - 127 1 2 @@ -993,8 +991,6 @@ Creature - 1 - 127 1 1 @@ -1149,8 +1145,6 @@ Creature - 1 - 127 1 2 @@ -1170,8 +1164,6 @@ Creature - 1 - 127 1 1 @@ -1198,8 +1190,6 @@ Creature - 1 - 127 1 2 @@ -1219,8 +1209,6 @@ Creature - 1 - 127 1 1 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/27800-27899.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/27800-27899.xml index 5c86e80dd1..ac61eb4864 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/27800-27899.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/27800-27899.xml @@ -1416,8 +1416,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1431,8 +1429,6 @@ Creature - 1 - 127 1 40 ENEMY @@ -1446,8 +1442,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1461,8 +1455,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1476,8 +1468,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1512,8 +1502,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1548,8 +1536,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1654,8 +1640,6 @@ Creature - 1 - 127 1 30 SELF @@ -1690,8 +1674,6 @@ Creature - 1 - 127 1 30 SELF @@ -1821,8 +1803,6 @@ Creature - 1 - 127 1 30 SELF @@ -1857,8 +1837,6 @@ Creature - 1 - 127 1 30 SELF @@ -2056,8 +2034,6 @@ Creature - 1 - 127 1 30 SELF @@ -2092,8 +2068,6 @@ Creature - 1 - 127 1 30 SELF @@ -2128,8 +2102,6 @@ Creature - 1 - 127 1 30 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/30000-30099.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/30000-30099.xml index facd81547b..93a645f8a9 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/30000-30099.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/30000-30099.xml @@ -868,8 +868,6 @@ Creature - 1 - 127 1 100 SELF @@ -882,8 +880,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/35200-35299.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/35200-35299.xml index 1b53ded959..44284e283b 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/35200-35299.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/35200-35299.xml @@ -1209,8 +1209,6 @@ Creature - 1 - 127 1 0 @@ -1234,8 +1232,6 @@ Creature - 1 - 127 1 0 @@ -1371,8 +1367,6 @@ Creature - 1 - 127 1 0 @@ -1396,8 +1390,6 @@ Creature - 1 - 127 1 0 @@ -1533,8 +1525,6 @@ Creature - 1 - 127 1 0 @@ -1558,8 +1548,6 @@ Creature - 1 - 127 1 0 @@ -1695,8 +1683,6 @@ Creature - 1 - 127 1 0 @@ -1720,8 +1706,6 @@ Creature - 1 - 127 1 0 @@ -1857,8 +1841,6 @@ Creature - 1 - 127 1 0 @@ -1882,8 +1864,6 @@ Creature - 1 - 127 1 0 @@ -2008,8 +1988,6 @@ Creature - 1 - 127 1 0 @@ -2033,8 +2011,6 @@ Creature - 1 - 127 1 0 @@ -2110,8 +2086,6 @@ Creature - 1 - 127 1 0 @@ -2135,8 +2109,6 @@ Creature - 1 - 127 1 0 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00200-00299.xml index edfa34c6e8..fc62c25784 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00200-00299.xml @@ -64,8 +64,6 @@ Creature - 1 - 127 1 50 SELF @@ -308,8 +306,6 @@ Creature - 1 - 127 1 33 SELF diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00300-00399.xml index 4bb94981c6..5a77da9bc2 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00300-00399.xml @@ -2786,8 +2786,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -2799,8 +2797,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00400-00499.xml index af1f2efcd8..604dc3801f 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00400-00499.xml @@ -2890,8 +2890,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -4086,8 +4084,6 @@ 1 ALL Creature - 1 - 127 SELF 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00500-00599.xml index f6b9e8daf5..fc858b5433 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00500-00599.xml @@ -2064,8 +2064,6 @@ Creature - 1 - 127 30 SELF 100 @@ -2266,8 +2264,6 @@ Creature - 1 - 127 5 SELF 100 @@ -2286,8 +2282,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2306,8 +2300,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2326,8 +2318,6 @@ Creature - 1 - 127 5 SELF 100 @@ -4305,8 +4295,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4318,8 +4306,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00600-00699.xml index 3565139a2d..61d4b8f6ab 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00600-00699.xml @@ -1423,8 +1423,6 @@ Creature - 1 - 127 1 2 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 2 SELF 1 @@ -1467,8 +1463,6 @@ Creature - 1 - 127 1 2 SELF @@ -1490,8 +1484,6 @@ Creature - 1 - 127 1 2 SELF @@ -1513,8 +1505,6 @@ Creature - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00700-00799.xml index 6d3177e898..c4bdd1a81c 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00700-00799.xml @@ -2141,8 +2141,6 @@ Creature - 1 - 127 20 SELF 300 @@ -2165,8 +2163,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2201,8 +2197,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2229,8 +2223,6 @@ Creature - 1 - 127 1 3 SELF @@ -2281,8 +2273,6 @@ Creature - 1 - 127 1 3 SELF @@ -2357,8 +2347,6 @@ Creature - 1 - 127 8 SELF 1 @@ -2567,8 +2555,6 @@ Creature - 1 - 127 5 TARGET 1 @@ -3152,8 +3138,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3262,8 +3246,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3349,8 +3331,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3590,8 +3570,6 @@ Creature - 1 - 127 10 MY_PARTY 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00900-00999.xml index 8552777e5b..653e30719a 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00900-00999.xml @@ -4528,8 +4528,6 @@ Creature - 1 - 127 10 SELF 1 @@ -5098,8 +5096,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 127 SELF 1 15 @@ -5123,8 +5119,6 @@ 30 SELF Creature - 1 - 127 @@ -5172,8 +5166,6 @@ DUALFIST Creature - 1 - 127 SELF 1 15 @@ -5197,8 +5189,6 @@ 30 SELF Creature - 1 - 127 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01400-01499.xml index d43e509fea..5bbef54a30 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01400-01499.xml @@ -3942,8 +3942,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4001,8 +3999,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4072,8 +4068,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4131,8 +4125,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4185,8 +4177,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4238,8 +4228,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4410,8 +4398,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4431,8 +4417,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4463,8 +4447,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4499,8 +4481,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4535,8 +4515,6 @@ Creature - 1 - 127 10 ENEMY 1 @@ -4649,8 +4627,6 @@ Creature - 1 - 127 30 SUMMON 100 @@ -4669,8 +4645,6 @@ Creature - 1 - 127 1 5 SUMMON diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01500-01599.xml index 41e858c7c5..e09c0b1bdb 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01500-01599.xml @@ -556,8 +556,6 @@ Creature - 1 - 127 30 TARGET 100 @@ -773,8 +771,6 @@ Creature - 1 - 127 20 TARGET 100 @@ -1811,8 +1807,6 @@ Creature - 1 - 127 41 51 @@ -2403,8 +2397,6 @@ Creature - 1 - 127 60 SELF 60 @@ -2893,8 +2885,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3877,8 +3867,6 @@ Creature - 1 - 127 10 TARGET 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01700-01799.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01700-01799.xml index b9165717a8..87e24fa1cd 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01700-01799.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01700-01799.xml @@ -1057,8 +1057,6 @@ Creature - 1 - 127 100 SELF 1 @@ -1161,8 +1159,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01900-01999.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01900-01999.xml index d29aed5e21..6b22a24b23 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01900-01999.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/01900-01999.xml @@ -373,7 +373,6 @@ Creature - 1 100 SELF 1 @@ -1712,8 +1711,6 @@ Creature - 1 - 127 1 10 SELF @@ -1727,8 +1724,6 @@ 1995 1 Creature - 1 - 127 SELF 1 10 @@ -1845,8 +1840,6 @@ Creature - 1 - 127 1 4 SELF @@ -1858,8 +1851,6 @@ Creature - 1 - 127 1 2 SELF @@ -1956,8 +1947,6 @@ Playable - 1 - 127 1979 1 1 @@ -2002,8 +1991,6 @@ Playable - 1 - 127 1981 1 1000 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03200-03299.xml index 380404973f..346beee2a6 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03200-03299.xml @@ -291,8 +291,6 @@ Creature - 1 - 127 2 SELF 1 @@ -333,8 +331,6 @@ Creature - 1 - 127 1 SELF 1 @@ -375,8 +371,6 @@ Creature - 1 - 127 1 SELF 1 @@ -417,8 +411,6 @@ Creature - 1 - 127 1 SELF 1 @@ -459,8 +451,6 @@ Creature - 1 - 127 1 SELF 1 @@ -506,8 +496,6 @@ Creature - 1 - 127 1 SELF 1 @@ -553,8 +541,6 @@ Creature - 1 - 127 2 SELF 1 @@ -595,8 +581,6 @@ Creature - 1 - 127 2 SELF 1 @@ -642,8 +626,6 @@ Creature - 1 - 127 1 SELF 1 @@ -694,8 +676,6 @@ Creature - 1 - 127 1 SELF 1 @@ -741,8 +721,6 @@ Playable - 1 - 127 1 SELF 1 @@ -788,8 +766,6 @@ Creature - 1 - 127 1 SELF 1 @@ -840,8 +816,6 @@ Creature - 1 - 127 1 SELF 1 @@ -887,8 +861,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -934,8 +906,6 @@ Creature - 1 - 127 1 SELF 1 @@ -986,8 +956,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1033,8 +1001,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1075,8 +1041,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1122,8 +1086,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -1174,8 +1136,6 @@ Creature - 1 - 127 2 ENEMY 1 @@ -1226,8 +1186,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1273,8 +1231,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1315,8 +1271,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1357,8 +1311,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1399,8 +1351,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1441,8 +1391,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1483,8 +1431,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1530,8 +1476,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1582,8 +1526,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1629,8 +1571,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1671,8 +1611,6 @@ Creature - 1 - 127 4 ENEMY 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03400-03499.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03400-03499.xml index 32dc8b065f..acab127159 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03400-03499.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03400-03499.xml @@ -499,8 +499,6 @@ Creature - 1 - 127 1 5 MY_PARTY @@ -521,8 +519,6 @@ Creature - 1 - 127 1 5 MY_PARTY diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03600-03699.xml index 8aacceab52..9625c237ec 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03600-03699.xml @@ -591,8 +591,6 @@ Playable - 1 - 127 10 SELF 50 @@ -663,8 +661,6 @@ Playable - 1 - 127 10 SELF 50 @@ -735,8 +731,6 @@ Playable - 1 - 127 10 SELF 50 @@ -2055,8 +2049,6 @@ Playable - 1 - 127 50 20 SELF @@ -2077,8 +2069,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2099,8 +2089,6 @@ Playable - 1 - 127 50 20 TARGET @@ -2121,8 +2109,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2143,8 +2129,6 @@ Playable - 1 - 127 5 SELF 50 @@ -2163,8 +2147,6 @@ Playable - 1 - 127 50 10 SELF @@ -2185,8 +2167,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2207,8 +2187,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2229,8 +2207,6 @@ Playable - 1 - 127 10 SELF 40 @@ -2249,8 +2225,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2269,8 +2243,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2307,8 +2279,6 @@ Playable - 1 - 127 10 TARGET 50 @@ -2327,8 +2297,6 @@ Playable - 1 - 127 25 TARGET 50 @@ -2399,8 +2367,6 @@ Creature - 1 - 127 2 SELF 20 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03800-03899.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03800-03899.xml index f19ed96d1b..6a6069ebab 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03800-03899.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/03800-03899.xml @@ -457,8 +457,6 @@ Creature - 1 - 127 1 6 TARGET @@ -545,8 +543,6 @@ Creature - 1 - 127 1 6 TARGET @@ -633,8 +629,6 @@ Creature - 1 - 127 1 6 TARGET @@ -961,8 +955,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1202,8 +1194,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1306,8 +1296,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1362,8 +1350,6 @@ Creature - 1 - 127 1 5 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/04400-04499.xml index 9cca1f6c6b..96208a2f83 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/04400-04499.xml @@ -3915,8 +3915,6 @@ Playable - 1 - 127 50 ENEMY 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05500-05599.xml index b0ab434423..8c975a17c7 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05500-05599.xml @@ -1275,8 +1275,6 @@ Creature - 1 - 127 1 15 TARGET @@ -1642,8 +1640,6 @@ Creature - 1 - 127 10 10 @@ -1708,8 +1704,6 @@ Creature - 1 - 127 10 10 @@ -1782,8 +1776,6 @@ Creature - 1 - 127 10 10 @@ -1848,8 +1840,6 @@ Creature - 1 - 127 10 10 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05600-05699.xml index 3d540b74a2..cde3223e94 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05600-05699.xml @@ -3768,8 +3768,6 @@ Creature - 1 - 127 1 60 SELF diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05800-05899.xml index 03bfb39090..065d5ba217 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05800-05899.xml @@ -1036,8 +1036,6 @@ Creature - 1 - 127 1 20 TARGET diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05900-05999.xml index 1acacfe42e..ef5a7cc99c 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 127 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 127 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 127 1 100 TARGET @@ -2232,8 +2226,6 @@ 5902 1 Attackable - 1 - 127 SELF 90 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/06700-06799.xml index 973666e1f2..5e27236b35 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/06700-06799.xml @@ -562,8 +562,6 @@ Creature - 1 - 127 60 SELF 60 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08100-08199.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08100-08199.xml index a7cc0aa25f..1ca0921254 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08100-08199.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08100-08199.xml @@ -1171,8 +1171,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1212,8 +1210,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1257,8 +1253,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1302,8 +1296,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1347,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1401,8 +1391,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1451,8 +1439,6 @@ Playable - 1 - 127 2 ENEMY 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08200-08299.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08200-08299.xml index ce11cbe74e..6638cf22df 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08200-08299.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08200-08299.xml @@ -10,8 +10,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -57,8 +55,6 @@ Playable - 1 - 127 2 SELF 1 @@ -111,8 +107,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -156,8 +150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -212,8 +204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -265,8 +255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -315,8 +303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -365,8 +351,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -414,8 +398,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -470,8 +452,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -523,8 +503,6 @@ Playable - 1 - 127 2 SELF 1 @@ -568,8 +546,6 @@ Playable - 1 - 127 2 SELF 1 @@ -621,8 +597,6 @@ Playable - 1 - 127 2 SELF 1 @@ -675,8 +649,6 @@ Playable - 1 - 127 2 SELF 1 @@ -728,8 +700,6 @@ Playable - 1 - 127 2 SELF 1 @@ -777,8 +747,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -827,8 +795,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -880,8 +846,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -934,8 +898,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -987,8 +949,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1043,8 +1003,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1096,8 +1054,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1146,8 +1102,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1196,8 +1150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1252,8 +1204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1305,8 +1255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1408,8 +1354,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1461,8 +1405,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1515,8 +1457,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1568,8 +1508,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1622,8 +1560,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1675,8 +1611,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1839,8 +1773,6 @@ Creature - 1 - 127 1 99 SELF diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08300-08399.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08300-08399.xml index 0754969029..115bf6f906 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08300-08399.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08300-08399.xml @@ -22,8 +22,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -73,8 +71,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -140,8 +136,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -188,8 +182,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -245,8 +237,6 @@ Playable - 1 - 127 25 SELF 50 @@ -300,8 +290,6 @@ Playable - 1 - 127 25 SELF 50 @@ -361,8 +349,6 @@ Playable - 1 - 127 1 33 TARGET diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08400-08499.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08400-08499.xml index 4e786da7b5..cc85c4def2 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08400-08499.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08400-08499.xml @@ -372,8 +372,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -436,8 +434,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -510,8 +506,6 @@ Playable - 1 - 127 2 SELF 1 @@ -579,8 +573,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -670,8 +662,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -759,8 +749,6 @@ Playable - 1 - 127 2 SELF 1 @@ -843,8 +831,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -928,8 +914,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1007,8 +991,6 @@ Playable - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08500-08599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08500-08599.xml index 7e43d79521..1cd85d659f 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08500-08599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08500-08599.xml @@ -824,8 +824,6 @@ Creature - 1 - 127 20 SELF 1 @@ -886,8 +884,6 @@ Creature - 1 - 127 8 SELF 1 @@ -964,8 +960,6 @@ Creature - 1 - 127 20 SELF 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08700-08799.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08700-08799.xml index fa18b1ef9e..3f80ca1c29 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08700-08799.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/08700-08799.xml @@ -191,8 +191,6 @@ Creature - 1 - 127 41 10 SELF @@ -224,8 +222,6 @@ Creature - 1 - 127 41 10 SELF @@ -257,8 +253,6 @@ Creature - 1 - 127 41 10 SELF @@ -290,8 +284,6 @@ Creature - 1 - 127 41 10 SELF diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09100-09199.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09100-09199.xml index 77eff36d9f..ce5a217b88 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09100-09199.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09100-09199.xml @@ -3609,8 +3609,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09200-09299.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09200-09299.xml index 5cee80f536..68dcac8d79 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09200-09299.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09200-09299.xml @@ -542,8 +542,6 @@ Creature - 1 - 127 80 SELF 300 @@ -889,8 +887,6 @@ Creature - 1 - 127 1 80 SELF @@ -1998,8 +1994,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2334,8 +2328,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09300-09399.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09300-09399.xml index ded3c2c5ec..34bac6176a 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09300-09399.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09300-09399.xml @@ -531,8 +531,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09500-09599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09500-09599.xml index 8fea740219..a21f656cd3 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09500-09599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09500-09599.xml @@ -933,8 +933,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09700-09799.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09700-09799.xml index cfbcb4df4b..4d5d1562e7 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09700-09799.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/09700-09799.xml @@ -1929,8 +1929,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10000-10099.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10000-10099.xml index 2bfcd596c1..3cad50684f 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10000-10099.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10000-10099.xml @@ -410,8 +410,6 @@ Creature 1 - 1 - 127 30 SELF SINGLE @@ -648,8 +646,6 @@ Playable - 1 - 127 1 100 SELF @@ -3938,8 +3934,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4211,8 +4205,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4433,8 +4425,6 @@ Creature - 1 - 127 true 10070 @@ -4450,8 +4440,6 @@ Creature - 1 - 127 true 10067 @@ -4528,8 +4516,6 @@ Creature 1 - 1 - 127 80 MY_PARTY SINGLE @@ -4966,8 +4952,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10100-10199.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10100-10199.xml index 4214a977e8..ecbb8977ff 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10100-10199.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10100-10199.xml @@ -547,8 +547,6 @@ Creature - 1 - 127 30 SELF 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10200-10299.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10200-10299.xml index 5bc88b6be2..762e4a6694 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10200-10299.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10200-10299.xml @@ -489,8 +489,6 @@ 1 ALL Creature - 1 - 127 SELF 1 @@ -516,14 +514,10 @@ 40 SELF Creature - 1 - 127 false Creature - 1 - 127 50 SELF 1 @@ -611,8 +605,6 @@ Creature - 1 - 127 1 10 SELF @@ -2367,8 +2359,6 @@ false Creature - 1 - 127 30 10 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10300-10399.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10300-10399.xml index a059006416..ce543e76ee 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10300-10399.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10300-10399.xml @@ -1516,8 +1516,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1530,8 +1528,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1639,8 +1635,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1653,8 +1647,6 @@ Creature - 1 - 127 1 10 ENEMY diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10500-10599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10500-10599.xml index e0252062c9..3f119f7bc7 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10500-10599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/10500-10599.xml @@ -1432,8 +1432,6 @@ Creature - 1 - 127 1 100 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 1 100 SELF @@ -1529,8 +1525,6 @@ Playable - 1 - 127 40 ENEMY 1 @@ -2241,8 +2235,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -2405,8 +2397,6 @@ Playable - 1 - 127 false TARGET 10 @@ -2422,8 +2412,6 @@ Playable - 1 - 127 false TARGET 10538 @@ -3588,8 +3576,6 @@ Creature - 1 - 127 1 100 SELF @@ -3602,8 +3588,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11000-11099.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11000-11099.xml index 1e8f33189c..4588667121 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11000-11099.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11000-11099.xml @@ -3626,8 +3626,6 @@ - 1 - 127 10 TARGET 1 @@ -4413,8 +4411,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4530,8 +4526,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4804,8 +4798,6 @@ Playable - 1 - 127 11063 1 1 @@ -5692,8 +5684,6 @@ Playable - 1 - 127 100 ENEMY SINGLE diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11100-11199.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11100-11199.xml index ca1ee5e9df..375c4cae7e 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11100-11199.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11100-11199.xml @@ -2335,8 +2335,6 @@ Creature - 1 - 127 50 ENEMY SINGLE diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11500-11599.xml index 37c0fa38ee..04765005b4 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11500-11599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11500-11599.xml @@ -53,8 +53,6 @@ Creature - 1 - 127 1 3 SELF @@ -1412,8 +1410,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2038,8 +2034,6 @@ Creature - 1 - 127 0 99 @@ -2723,8 +2717,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -3494,8 +3486,6 @@ Creature - 1 - 127 100 30 SELF @@ -3998,8 +3988,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4010,8 +3998,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4397,8 +4383,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -4945,8 +4929,6 @@ Creature - 1 - 127 25 SELF 300 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11700-11799.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11700-11799.xml index 4c0ef83cee..f275fb110c 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11700-11799.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11700-11799.xml @@ -412,8 +412,6 @@ Creature - 1 - 127 60 SELF 10 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14000-14099.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14000-14099.xml index 2de2d52986..2c0c3ec985 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14000-14099.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14000-14099.xml @@ -102,8 +102,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -534,8 +532,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -3095,8 +3091,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14200-14299.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14200-14299.xml index 63f8072873..44c80b3131 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14200-14299.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14200-14299.xml @@ -2337,8 +2337,6 @@ Playable - 1 - 127 80 ENEMY 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14300-14399.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14300-14399.xml index 4368800a28..9970d02b6d 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14300-14399.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14300-14399.xml @@ -1858,8 +1858,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14500-14599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14500-14599.xml index 74c069b5ed..5c978565fb 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14500-14599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14500-14599.xml @@ -320,8 +320,6 @@ Creature - 1 - 127 50 SELF 1 @@ -657,8 +655,6 @@ Playable - 1 - 127 100 SELF 1 @@ -869,8 +865,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -1125,8 +1119,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -2265,8 +2257,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14600-14699.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14600-14699.xml index 3135246f08..9b343ad054 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14600-14699.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14600-14699.xml @@ -453,8 +453,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14700-14799.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14700-14799.xml index d399d0525b..0033004a20 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14700-14799.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/14700-14799.xml @@ -486,8 +486,6 @@ Creature - 1 - 127 300 80 true @@ -1240,8 +1238,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1902,8 +1898,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15000-15099.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15000-15099.xml index 4f4a23ff4a..8288c76e7b 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15000-15099.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15000-15099.xml @@ -412,8 +412,6 @@ Creature - 1 - 127 50 SELF 1 @@ -462,8 +460,6 @@ Creature - 1 - 127 50 SELF 1 @@ -515,8 +511,6 @@ Creature - 1 - 127 50 SELF 1 @@ -571,8 +565,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1276,8 +1268,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1325,8 +1315,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1374,8 +1362,6 @@ Playable - 1 - 127 100 SELF 1 @@ -2337,8 +2323,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -2423,8 +2407,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15100-15199.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15100-15199.xml index 35a0bb1070..2ef8a879c0 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15100-15199.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15100-15199.xml @@ -318,8 +318,6 @@ Creature - 1 - 127 50 SELF 1 @@ -374,8 +372,6 @@ Creature - 1 - 127 50 SELF 1 @@ -425,8 +421,6 @@ Creature - 1 - 127 50 SELF 1 @@ -704,8 +698,6 @@ Creature - 1 - 127 50 SELF 1 @@ -754,8 +746,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1300,8 +1290,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1334,8 +1322,6 @@ Creature - 1 - 127 1 50 ENEMY diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15300-15399.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15300-15399.xml index 0f5cfeaaa2..c4f6456256 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15300-15399.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15300-15399.xml @@ -334,8 +334,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1350,8 +1348,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1709,8 +1705,6 @@ Creature - 1 - 127 300 80 SELF diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15600-15699.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15600-15699.xml index 9ed9f42b60..4627de9c23 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15600-15699.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/15600-15699.xml @@ -523,8 +523,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17100-17199.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17100-17199.xml index fdf2fbabe1..15330349c2 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17100-17199.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17100-17199.xml @@ -825,8 +825,6 @@ Creature - 1 - 127 99 false TARGET @@ -982,8 +980,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17700-17799.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17700-17799.xml index 422c65c429..7d4c5f16de 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17700-17799.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17700-17799.xml @@ -129,8 +129,6 @@ Creature - 1 - 127 100 100 SELF diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17800-17899.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17800-17899.xml index ff53428d12..796e4a8ca7 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17800-17899.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/17800-17899.xml @@ -678,8 +678,6 @@ Creature - 1 - 127 100 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/18500-18599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/18500-18599.xml index 488028b61a..0df6659eda 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/18500-18599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/18500-18599.xml @@ -670,8 +670,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/19200-19299.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/19200-19299.xml index 7092b8af45..db2bbab566 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/19200-19299.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/19200-19299.xml @@ -1017,8 +1017,6 @@ Creature - 1 - 127 1 100 SELF @@ -1031,8 +1029,6 @@ Creature - 1 - 127 1 100 SELF @@ -2520,8 +2516,6 @@ Creature - 1 - 127 100 ENEMY 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/19500-19599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/19500-19599.xml index b1e26c2e9c..e601117bf7 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/19500-19599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/19500-19599.xml @@ -2003,8 +2003,6 @@ Creature - 1 - 127 30 SELF 1 @@ -2057,8 +2055,6 @@ Creature - 1 - 127 30 SELF 1 @@ -2068,8 +2064,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/21200-21299.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/21200-21299.xml index f01447ad68..3dcd4028fb 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/21200-21299.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/21200-21299.xml @@ -1050,8 +1050,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1072,8 +1070,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1094,8 +1090,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1116,8 +1110,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1138,8 +1130,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1160,8 +1150,6 @@ Playable - 1 - 127 5 SELF 100 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/22600-22699.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/22600-22699.xml index 64bfaae33f..2b07b2f138 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/22600-22699.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/22600-22699.xml @@ -2746,8 +2746,6 @@ Creature - 1 - 127 1 5 SELF diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/22900-22999.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/22900-22999.xml index cff4536df5..581fdebab5 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/22900-22999.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/22900-22999.xml @@ -435,8 +435,6 @@ Creature - 1 - 127 80 SELF 300 @@ -496,8 +494,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23200-23299.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23200-23299.xml index c1b809c22b..307b978c04 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23200-23299.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23200-23299.xml @@ -1815,8 +1815,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3503,8 +3501,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23400-23499.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23400-23499.xml index bf8f36df14..60c7355069 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23400-23499.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23400-23499.xml @@ -865,8 +865,6 @@ Creature - 1 - 127 10 ENEMY SINGLE @@ -1528,8 +1526,6 @@ 5 Playable - 1 - 127 SELF 60 @@ -2273,8 +2269,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2672,8 +2666,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2726,8 +2718,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23500-23599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23500-23599.xml index 913628d5f1..a0c6db4b95 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23500-23599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/23500-23599.xml @@ -1305,8 +1305,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/27700-27799.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/27700-27799.xml index 7407c34b7e..c51e5127ca 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/27700-27799.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/27700-27799.xml @@ -972,8 +972,6 @@ Creature - 1 - 127 1 2 @@ -993,8 +991,6 @@ Creature - 1 - 127 1 1 @@ -1149,8 +1145,6 @@ Creature - 1 - 127 1 2 @@ -1170,8 +1164,6 @@ Creature - 1 - 127 1 1 @@ -1198,8 +1190,6 @@ Creature - 1 - 127 1 2 @@ -1219,8 +1209,6 @@ Creature - 1 - 127 1 1 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/27800-27899.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/27800-27899.xml index dede874f32..c45829036a 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/27800-27899.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/27800-27899.xml @@ -1416,8 +1416,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1431,8 +1429,6 @@ Creature - 1 - 127 1 40 ENEMY @@ -1446,8 +1442,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1461,8 +1455,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1476,8 +1468,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1512,8 +1502,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1548,8 +1536,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1654,8 +1640,6 @@ Creature - 1 - 127 1 30 SELF @@ -1690,8 +1674,6 @@ Creature - 1 - 127 1 30 SELF @@ -1821,8 +1803,6 @@ Creature - 1 - 127 1 30 SELF @@ -1857,8 +1837,6 @@ Creature - 1 - 127 1 30 SELF @@ -2056,8 +2034,6 @@ Creature - 1 - 127 1 30 SELF @@ -2092,8 +2068,6 @@ Creature - 1 - 127 1 30 SELF @@ -2128,8 +2102,6 @@ Creature - 1 - 127 1 30 SELF diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/30000-30099.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/30000-30099.xml index 3776861679..971c10648f 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/30000-30099.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/30000-30099.xml @@ -901,8 +901,6 @@ Creature - 1 - 127 1 100 SELF @@ -915,8 +913,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/35200-35299.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/35200-35299.xml index cda442aa7f..ed129a4327 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/35200-35299.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/35200-35299.xml @@ -1209,8 +1209,6 @@ Creature - 1 - 127 1 0 @@ -1234,8 +1232,6 @@ Creature - 1 - 127 1 0 @@ -1371,8 +1367,6 @@ Creature - 1 - 127 1 0 @@ -1396,8 +1390,6 @@ Creature - 1 - 127 1 0 @@ -1533,8 +1525,6 @@ Creature - 1 - 127 1 0 @@ -1558,8 +1548,6 @@ Creature - 1 - 127 1 0 @@ -1695,8 +1683,6 @@ Creature - 1 - 127 1 0 @@ -1720,8 +1706,6 @@ Creature - 1 - 127 1 0 @@ -1857,8 +1841,6 @@ Creature - 1 - 127 1 0 @@ -1882,8 +1864,6 @@ Creature - 1 - 127 1 0 @@ -2008,8 +1988,6 @@ Creature - 1 - 127 1 0 @@ -2033,8 +2011,6 @@ Creature - 1 - 127 1 0 @@ -2110,8 +2086,6 @@ Creature - 1 - 127 1 0 @@ -2135,8 +2109,6 @@ Creature - 1 - 127 1 0 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/39400-39499.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/39400-39499.xml index e55fa36d85..2df3ff225d 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/39400-39499.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/39400-39499.xml @@ -231,8 +231,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00200-00299.xml index 1da2ea5967..2ec3de84b2 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00200-00299.xml @@ -64,8 +64,6 @@ Creature - 1 - 127 1 50 SELF @@ -308,8 +306,6 @@ Creature - 1 - 127 1 33 SELF diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00300-00399.xml index f62d66441e..8bd7482ff4 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00300-00399.xml @@ -2786,8 +2786,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -2799,8 +2797,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00400-00499.xml index 5fb8761079..b39d145b1c 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00400-00499.xml @@ -2890,8 +2890,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -4086,8 +4084,6 @@ 1 ALL Creature - 1 - 127 SELF 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00500-00599.xml index 5c4adc0946..8ac6617af8 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00500-00599.xml @@ -2064,8 +2064,6 @@ Creature - 1 - 127 30 SELF 100 @@ -2266,8 +2264,6 @@ Creature - 1 - 127 5 SELF 100 @@ -2286,8 +2282,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2306,8 +2300,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2326,8 +2318,6 @@ Creature - 1 - 127 5 SELF 100 @@ -4305,8 +4295,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4318,8 +4306,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00600-00699.xml index 955f522293..1e83311088 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00600-00699.xml @@ -1423,8 +1423,6 @@ Creature - 1 - 127 1 2 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 2 SELF 1 @@ -1467,8 +1463,6 @@ Creature - 1 - 127 1 2 SELF @@ -1490,8 +1484,6 @@ Creature - 1 - 127 1 2 SELF @@ -1513,8 +1505,6 @@ Creature - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00700-00799.xml index ecf4df4772..08b68958fe 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00700-00799.xml @@ -2141,8 +2141,6 @@ Creature - 1 - 127 20 SELF 300 @@ -2165,8 +2163,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2201,8 +2197,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2229,8 +2223,6 @@ Creature - 1 - 127 1 3 SELF @@ -2281,8 +2273,6 @@ Creature - 1 - 127 1 3 SELF @@ -2357,8 +2347,6 @@ Creature - 1 - 127 8 SELF 1 @@ -2567,8 +2555,6 @@ Creature - 1 - 127 5 TARGET 1 @@ -3152,8 +3138,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3262,8 +3246,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3349,8 +3331,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3590,8 +3570,6 @@ Creature - 1 - 127 10 MY_PARTY 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00900-00999.xml index 29cb376057..65d6918175 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/00900-00999.xml @@ -4528,8 +4528,6 @@ Creature - 1 - 127 10 SELF 1 @@ -5098,8 +5096,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 127 SELF 1 15 @@ -5123,8 +5119,6 @@ 30 SELF Creature - 1 - 127 @@ -5172,8 +5166,6 @@ DUALFIST Creature - 1 - 127 SELF 1 15 @@ -5197,8 +5189,6 @@ 30 SELF Creature - 1 - 127 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01400-01499.xml index 89797e7fac..8ad0ca1b64 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01400-01499.xml @@ -3942,8 +3942,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4001,8 +3999,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4072,8 +4068,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4131,8 +4125,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4185,8 +4177,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4238,8 +4228,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4410,8 +4398,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4431,8 +4417,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4463,8 +4447,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4499,8 +4481,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4535,8 +4515,6 @@ Creature - 1 - 127 10 ENEMY 1 @@ -4649,8 +4627,6 @@ Creature - 1 - 127 30 SUMMON 100 @@ -4669,8 +4645,6 @@ Creature - 1 - 127 1 5 SUMMON diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01500-01599.xml index 302d82a7da..8beeeb9c36 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01500-01599.xml @@ -556,8 +556,6 @@ Creature - 1 - 127 30 TARGET 100 @@ -773,8 +771,6 @@ Creature - 1 - 127 20 TARGET 100 @@ -1811,8 +1807,6 @@ Creature - 1 - 127 41 51 @@ -2403,8 +2397,6 @@ Creature - 1 - 127 60 SELF 60 @@ -2893,8 +2885,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3877,8 +3867,6 @@ Creature - 1 - 127 10 TARGET 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01700-01799.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01700-01799.xml index 6da85f3eb3..0a0021e06d 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01700-01799.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01700-01799.xml @@ -1062,8 +1062,6 @@ Creature - 1 - 127 100 SELF 1 @@ -1166,8 +1164,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01900-01999.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01900-01999.xml index 7f46f5e57d..ac166eb8cd 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01900-01999.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/01900-01999.xml @@ -373,7 +373,6 @@ Creature - 1 100 SELF 1 @@ -1683,8 +1682,6 @@ Creature - 1 - 127 1 10 SELF @@ -1698,8 +1695,6 @@ 1995 1 Creature - 1 - 127 SELF 1 10 @@ -1816,8 +1811,6 @@ Creature - 1 - 127 1 4 SELF @@ -1829,8 +1822,6 @@ Creature - 1 - 127 1 2 SELF @@ -1927,8 +1918,6 @@ Playable - 1 - 127 1979 1 1 @@ -1973,8 +1962,6 @@ Playable - 1 - 127 1981 1 1000 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03200-03299.xml index 73ce0833ba..12be7cbaab 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03200-03299.xml @@ -291,8 +291,6 @@ Creature - 1 - 127 2 SELF 1 @@ -333,8 +331,6 @@ Creature - 1 - 127 1 SELF 1 @@ -375,8 +371,6 @@ Creature - 1 - 127 1 SELF 1 @@ -417,8 +411,6 @@ Creature - 1 - 127 1 SELF 1 @@ -459,8 +451,6 @@ Creature - 1 - 127 1 SELF 1 @@ -506,8 +496,6 @@ Creature - 1 - 127 1 SELF 1 @@ -553,8 +541,6 @@ Creature - 1 - 127 2 SELF 1 @@ -595,8 +581,6 @@ Creature - 1 - 127 2 SELF 1 @@ -642,8 +626,6 @@ Creature - 1 - 127 1 SELF 1 @@ -694,8 +676,6 @@ Creature - 1 - 127 1 SELF 1 @@ -741,8 +721,6 @@ Playable - 1 - 127 1 SELF 1 @@ -788,8 +766,6 @@ Creature - 1 - 127 1 SELF 1 @@ -840,8 +816,6 @@ Creature - 1 - 127 1 SELF 1 @@ -887,8 +861,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -934,8 +906,6 @@ Creature - 1 - 127 1 SELF 1 @@ -986,8 +956,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1033,8 +1001,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1075,8 +1041,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1122,8 +1086,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -1174,8 +1136,6 @@ Creature - 1 - 127 2 ENEMY 1 @@ -1226,8 +1186,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1273,8 +1231,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1315,8 +1271,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1357,8 +1311,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1399,8 +1351,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1441,8 +1391,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1483,8 +1431,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1530,8 +1476,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1582,8 +1526,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1629,8 +1571,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1671,8 +1611,6 @@ Creature - 1 - 127 4 ENEMY 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03400-03499.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03400-03499.xml index ca2680c11a..699b34e757 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03400-03499.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03400-03499.xml @@ -499,8 +499,6 @@ Creature - 1 - 127 1 5 MY_PARTY @@ -521,8 +519,6 @@ Creature - 1 - 127 1 5 MY_PARTY diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03600-03699.xml index 55a8c2bbbc..c5a5e71745 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03600-03699.xml @@ -591,8 +591,6 @@ Playable - 1 - 127 10 SELF 50 @@ -663,8 +661,6 @@ Playable - 1 - 127 10 SELF 50 @@ -735,8 +731,6 @@ Playable - 1 - 127 10 SELF 50 @@ -2055,8 +2049,6 @@ Playable - 1 - 127 50 20 SELF @@ -2077,8 +2069,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2099,8 +2089,6 @@ Playable - 1 - 127 50 20 TARGET @@ -2121,8 +2109,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2143,8 +2129,6 @@ Playable - 1 - 127 5 SELF 50 @@ -2163,8 +2147,6 @@ Playable - 1 - 127 50 10 SELF @@ -2185,8 +2167,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2207,8 +2187,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2229,8 +2207,6 @@ Playable - 1 - 127 10 SELF 40 @@ -2249,8 +2225,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2269,8 +2243,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2307,8 +2279,6 @@ Playable - 1 - 127 10 TARGET 50 @@ -2327,8 +2297,6 @@ Playable - 1 - 127 25 TARGET 50 @@ -2399,8 +2367,6 @@ Creature - 1 - 127 2 SELF 20 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03800-03899.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03800-03899.xml index 3742218837..7b9eaf51f3 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03800-03899.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/03800-03899.xml @@ -457,8 +457,6 @@ Creature - 1 - 127 1 6 TARGET @@ -545,8 +543,6 @@ Creature - 1 - 127 1 6 TARGET @@ -633,8 +629,6 @@ Creature - 1 - 127 1 6 TARGET @@ -961,8 +955,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1202,8 +1194,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1306,8 +1296,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1362,8 +1350,6 @@ Creature - 1 - 127 1 5 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/04400-04499.xml index effff69b61..33a8c07462 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/04400-04499.xml @@ -3915,8 +3915,6 @@ Playable - 1 - 127 50 ENEMY 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05500-05599.xml index 58f4f0883b..3b94a18858 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05500-05599.xml @@ -1275,8 +1275,6 @@ Creature - 1 - 127 1 15 TARGET @@ -1642,8 +1640,6 @@ Creature - 1 - 127 10 10 @@ -1708,8 +1704,6 @@ Creature - 1 - 127 10 10 @@ -1782,8 +1776,6 @@ Creature - 1 - 127 10 10 @@ -1848,8 +1840,6 @@ Creature - 1 - 127 10 10 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05600-05699.xml index 23d0dba8c6..ab8af4e22b 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05600-05699.xml @@ -3769,8 +3769,6 @@ Creature - 1 - 127 1 60 SELF diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05800-05899.xml index 578f62ae9a..11079de539 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05800-05899.xml @@ -1036,8 +1036,6 @@ Creature - 1 - 127 1 20 TARGET diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05900-05999.xml index 114a128a55..b8c9e81893 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 127 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 127 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 127 1 100 TARGET @@ -2234,8 +2228,6 @@ 5902 1 Attackable - 1 - 127 SELF 90 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/06700-06799.xml index 7192c42047..d34bf4f5a7 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/06700-06799.xml @@ -562,8 +562,6 @@ Creature - 1 - 127 60 SELF 60 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08100-08199.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08100-08199.xml index 12b3c2b5ad..ea17679e5f 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08100-08199.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08100-08199.xml @@ -1171,8 +1171,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1212,8 +1210,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1257,8 +1253,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1302,8 +1296,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1347,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1401,8 +1391,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1451,8 +1439,6 @@ Playable - 1 - 127 2 ENEMY 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08200-08299.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08200-08299.xml index 2b2a485478..f5347c26ae 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08200-08299.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08200-08299.xml @@ -10,8 +10,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -57,8 +55,6 @@ Playable - 1 - 127 2 SELF 1 @@ -111,8 +107,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -156,8 +150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -212,8 +204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -265,8 +255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -315,8 +303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -365,8 +351,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -414,8 +398,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -470,8 +452,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -523,8 +503,6 @@ Playable - 1 - 127 2 SELF 1 @@ -568,8 +546,6 @@ Playable - 1 - 127 2 SELF 1 @@ -621,8 +597,6 @@ Playable - 1 - 127 2 SELF 1 @@ -675,8 +649,6 @@ Playable - 1 - 127 2 SELF 1 @@ -728,8 +700,6 @@ Playable - 1 - 127 2 SELF 1 @@ -777,8 +747,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -827,8 +795,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -880,8 +846,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -934,8 +898,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -987,8 +949,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1043,8 +1003,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1096,8 +1054,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1146,8 +1102,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1196,8 +1150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1252,8 +1204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1305,8 +1255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1408,8 +1354,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1461,8 +1405,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1515,8 +1457,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1568,8 +1508,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1622,8 +1560,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1675,8 +1611,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1839,8 +1773,6 @@ Creature - 1 - 127 1 99 SELF diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08300-08399.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08300-08399.xml index f94a247530..c74e0e1f37 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08300-08399.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08300-08399.xml @@ -22,8 +22,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -73,8 +71,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -140,8 +136,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -188,8 +182,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -245,8 +237,6 @@ Playable - 1 - 127 25 SELF 50 @@ -300,8 +290,6 @@ Playable - 1 - 127 25 SELF 50 @@ -361,8 +349,6 @@ Playable - 1 - 127 1 33 TARGET diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08400-08499.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08400-08499.xml index 004f54628c..3ff19b6aa7 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08400-08499.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08400-08499.xml @@ -372,8 +372,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -436,8 +434,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -510,8 +506,6 @@ Playable - 1 - 127 2 SELF 1 @@ -579,8 +573,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -670,8 +662,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -759,8 +749,6 @@ Playable - 1 - 127 2 SELF 1 @@ -843,8 +831,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -928,8 +914,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1007,8 +991,6 @@ Playable - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08500-08599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08500-08599.xml index c76ed0824a..1f45e34067 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08500-08599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08500-08599.xml @@ -824,8 +824,6 @@ Creature - 1 - 127 20 SELF 1 @@ -886,8 +884,6 @@ Creature - 1 - 127 8 SELF 1 @@ -964,8 +960,6 @@ Creature - 1 - 127 20 SELF 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08700-08799.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08700-08799.xml index 7a874f157f..b9e94d4507 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08700-08799.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/08700-08799.xml @@ -191,8 +191,6 @@ Creature - 1 - 127 41 10 SELF @@ -224,8 +222,6 @@ Creature - 1 - 127 41 10 SELF @@ -257,8 +253,6 @@ Creature - 1 - 127 41 10 SELF @@ -290,8 +284,6 @@ Creature - 1 - 127 41 10 SELF diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09100-09199.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09100-09199.xml index 993668d4f3..99cd1275d9 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09100-09199.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09100-09199.xml @@ -3609,8 +3609,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09200-09299.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09200-09299.xml index c7f9105c34..8ad3e09d86 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09200-09299.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09200-09299.xml @@ -542,8 +542,6 @@ Creature - 1 - 127 80 SELF 300 @@ -889,8 +887,6 @@ Creature - 1 - 127 1 80 SELF @@ -1998,8 +1994,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2334,8 +2328,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09300-09399.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09300-09399.xml index 9bccf8ebb8..17195ea827 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09300-09399.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09300-09399.xml @@ -531,8 +531,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09500-09599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09500-09599.xml index 224e076901..23decd26cf 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09500-09599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09500-09599.xml @@ -933,8 +933,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09700-09799.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09700-09799.xml index 374ef0133a..ec072d1f0c 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09700-09799.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/09700-09799.xml @@ -1929,8 +1929,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10000-10099.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10000-10099.xml index 2d0c4a2f43..9458ca6d0c 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10000-10099.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10000-10099.xml @@ -410,8 +410,6 @@ Creature 1 - 1 - 127 30 SELF SINGLE @@ -648,8 +646,6 @@ Playable - 1 - 127 1 100 SELF @@ -3938,8 +3934,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4211,8 +4205,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4433,8 +4425,6 @@ Creature - 1 - 127 true 10070 @@ -4450,8 +4440,6 @@ Creature - 1 - 127 true 10067 @@ -4528,8 +4516,6 @@ Creature 1 - 1 - 127 80 MY_PARTY SINGLE @@ -4966,8 +4952,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10100-10199.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10100-10199.xml index a288770dee..3342e36094 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10100-10199.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10100-10199.xml @@ -547,8 +547,6 @@ Creature - 1 - 127 30 SELF 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10200-10299.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10200-10299.xml index 1eebfc26be..880c410de6 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10200-10299.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10200-10299.xml @@ -489,8 +489,6 @@ 1 ALL Creature - 1 - 127 SELF 1 @@ -516,8 +514,6 @@ 40 SELF Creature - 1 - 127 @@ -619,8 +615,6 @@ Creature - 1 - 127 1 10 SELF @@ -2375,8 +2369,6 @@ false Creature - 1 - 127 30 10 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10300-10399.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10300-10399.xml index d649785cef..5b1b09423f 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10300-10399.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10300-10399.xml @@ -1516,8 +1516,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1530,8 +1528,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1639,8 +1635,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1653,8 +1647,6 @@ Creature - 1 - 127 1 10 ENEMY diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10500-10599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10500-10599.xml index 3c5f910438..3ab1406788 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10500-10599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/10500-10599.xml @@ -1432,8 +1432,6 @@ Creature - 1 - 127 1 100 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 1 100 SELF @@ -1529,8 +1525,6 @@ Playable - 1 - 127 40 ENEMY 1 @@ -2241,8 +2235,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -2405,8 +2397,6 @@ Playable - 1 - 127 false TARGET 10 @@ -2422,8 +2412,6 @@ Playable - 1 - 127 false TARGET 10538 @@ -3588,8 +3576,6 @@ Creature - 1 - 127 1 100 SELF @@ -3602,8 +3588,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11000-11099.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11000-11099.xml index 4d8cac8ed2..c4f24ad88e 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11000-11099.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11000-11099.xml @@ -3626,8 +3626,6 @@ - 1 - 127 10 TARGET 1 @@ -4413,8 +4411,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4530,8 +4526,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4804,8 +4798,6 @@ Playable - 1 - 127 11063 1 1 @@ -5692,8 +5684,6 @@ Playable - 1 - 127 100 ENEMY SINGLE diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11100-11199.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11100-11199.xml index 1c3e398dca..81032ec90a 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11100-11199.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11100-11199.xml @@ -2335,8 +2335,6 @@ Creature - 1 - 127 50 ENEMY SINGLE diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11500-11599.xml index a0c3a99bf5..820c8d8cfd 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11500-11599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11500-11599.xml @@ -53,8 +53,6 @@ Creature - 1 - 127 1 3 SELF @@ -1412,8 +1410,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2038,8 +2034,6 @@ Creature - 1 - 127 0 99 @@ -2714,8 +2708,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -3485,8 +3477,6 @@ Creature - 1 - 127 100 30 SELF @@ -3991,8 +3981,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4003,8 +3991,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4390,8 +4376,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -4944,8 +4928,6 @@ Creature - 1 - 127 25 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11700-11799.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11700-11799.xml index c9c9cb41b1..ba131e2a0b 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11700-11799.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11700-11799.xml @@ -412,8 +412,6 @@ Creature - 1 - 127 60 SELF 10 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14000-14099.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14000-14099.xml index 9a943c48b7..e845de0fa1 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14000-14099.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14000-14099.xml @@ -102,8 +102,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -534,8 +532,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -3095,8 +3091,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14200-14299.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14200-14299.xml index 94880d3f75..bf1f6f5e4f 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14200-14299.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14200-14299.xml @@ -2338,8 +2338,6 @@ Playable - 1 - 127 80 ENEMY 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14300-14399.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14300-14399.xml index 0f41383cb1..3919221980 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14300-14399.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14300-14399.xml @@ -1858,8 +1858,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14500-14599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14500-14599.xml index 932644131d..103668aeb5 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14500-14599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14500-14599.xml @@ -320,8 +320,6 @@ Creature - 1 - 127 50 SELF 1 @@ -657,8 +655,6 @@ Playable - 1 - 127 100 SELF 1 @@ -869,8 +865,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -1125,8 +1119,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -2265,8 +2257,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14600-14699.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14600-14699.xml index 6129989127..bf725d8e5a 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14600-14699.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14600-14699.xml @@ -453,8 +453,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14700-14799.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14700-14799.xml index a10a83fcf5..0d8284c9fd 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14700-14799.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/14700-14799.xml @@ -487,8 +487,6 @@ Creature - 1 - 127 300 80 true @@ -1241,8 +1239,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1903,8 +1899,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15000-15099.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15000-15099.xml index 3f8e881694..e32f529578 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15000-15099.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15000-15099.xml @@ -413,8 +413,6 @@ Creature - 1 - 127 50 SELF 1 @@ -463,8 +461,6 @@ Creature - 1 - 127 50 SELF 1 @@ -516,8 +512,6 @@ Creature - 1 - 127 50 SELF 1 @@ -572,8 +566,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1277,8 +1269,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1326,8 +1316,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1375,8 +1363,6 @@ Playable - 1 - 127 100 SELF 1 @@ -2338,8 +2324,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -2424,8 +2408,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15100-15199.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15100-15199.xml index 0c1fb3dc6e..94c103045e 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15100-15199.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15100-15199.xml @@ -318,8 +318,6 @@ Creature - 1 - 127 50 SELF 1 @@ -374,8 +372,6 @@ Creature - 1 - 127 50 SELF 1 @@ -425,8 +421,6 @@ Creature - 1 - 127 50 SELF 1 @@ -704,8 +698,6 @@ Creature - 1 - 127 50 SELF 1 @@ -754,8 +746,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1300,8 +1290,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1334,8 +1322,6 @@ Creature - 1 - 127 1 50 ENEMY diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15300-15399.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15300-15399.xml index da31e2a55f..79a15b6ae6 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15300-15399.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15300-15399.xml @@ -334,8 +334,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1350,8 +1348,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1709,8 +1705,6 @@ Creature - 1 - 127 300 80 SELF diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15600-15699.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15600-15699.xml index 8b6835f9f0..bf89635f26 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15600-15699.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/15600-15699.xml @@ -523,8 +523,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17100-17199.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17100-17199.xml index 2e8bfe7a81..36c5e6f16e 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17100-17199.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17100-17199.xml @@ -825,8 +825,6 @@ Creature - 1 - 127 99 false TARGET @@ -982,8 +980,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17700-17799.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17700-17799.xml index 1c6f93c645..4a67fa8db6 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17700-17799.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17700-17799.xml @@ -129,8 +129,6 @@ Creature - 1 - 127 100 100 SELF diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17800-17899.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17800-17899.xml index 2007ff10ef..5df2edfdd3 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17800-17899.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/17800-17899.xml @@ -678,8 +678,6 @@ Creature - 1 - 127 100 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/18500-18599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/18500-18599.xml index 7e6d51c5b6..b5b6dec626 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/18500-18599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/18500-18599.xml @@ -670,8 +670,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/19200-19299.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/19200-19299.xml index 5fd6bf905c..eb5e223c19 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/19200-19299.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/19200-19299.xml @@ -1021,8 +1021,6 @@ Creature - 1 - 127 1 100 SELF @@ -1035,8 +1033,6 @@ Creature - 1 - 127 1 100 SELF @@ -2524,8 +2520,6 @@ Creature - 1 - 127 100 ENEMY 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/19500-19599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/19500-19599.xml index 10b60af9b4..142ef987b5 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/19500-19599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/19500-19599.xml @@ -2003,8 +2003,6 @@ Creature - 1 - 127 30 SELF 1 @@ -2057,8 +2055,6 @@ Creature - 1 - 127 30 SELF 1 @@ -2068,8 +2064,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/21200-21299.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/21200-21299.xml index 4f3afd60c6..37e92b9c01 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/21200-21299.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/21200-21299.xml @@ -1050,8 +1050,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1072,8 +1070,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1094,8 +1090,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1116,8 +1110,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1138,8 +1130,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1160,8 +1150,6 @@ Playable - 1 - 127 5 SELF 100 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/22600-22699.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/22600-22699.xml index 64bfaae33f..2b07b2f138 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/22600-22699.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/22600-22699.xml @@ -2746,8 +2746,6 @@ Creature - 1 - 127 1 5 SELF diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/22900-22999.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/22900-22999.xml index 8339878414..540ba31791 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/22900-22999.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/22900-22999.xml @@ -435,8 +435,6 @@ Creature - 1 - 127 80 SELF 300 @@ -496,8 +494,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23200-23299.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23200-23299.xml index 680112dd4e..28e48ac8a6 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23200-23299.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23200-23299.xml @@ -1815,8 +1815,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3503,8 +3501,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23400-23499.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23400-23499.xml index fccdf2cc85..0a3351055a 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23400-23499.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23400-23499.xml @@ -865,8 +865,6 @@ Creature - 1 - 127 10 ENEMY SINGLE @@ -1528,8 +1526,6 @@ 5 Playable - 1 - 127 SELF 60 @@ -2273,8 +2269,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2672,8 +2666,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2726,8 +2718,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23500-23599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23500-23599.xml index d6cb44b54e..1da313f1d4 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23500-23599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/23500-23599.xml @@ -1305,8 +1305,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/27700-27799.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/27700-27799.xml index 7a4485fb61..9aaa4bf837 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/27700-27799.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/27700-27799.xml @@ -972,8 +972,6 @@ Creature - 1 - 127 1 2 @@ -993,8 +991,6 @@ Creature - 1 - 127 1 1 @@ -1149,8 +1145,6 @@ Creature - 1 - 127 1 2 @@ -1170,8 +1164,6 @@ Creature - 1 - 127 1 1 @@ -1198,8 +1190,6 @@ Creature - 1 - 127 1 2 @@ -1219,8 +1209,6 @@ Creature - 1 - 127 1 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/27800-27899.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/27800-27899.xml index c88b0902e4..b3f91856d1 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/27800-27899.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/27800-27899.xml @@ -1416,8 +1416,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1431,8 +1429,6 @@ Creature - 1 - 127 1 40 ENEMY @@ -1446,8 +1442,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1461,8 +1455,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1476,8 +1468,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1512,8 +1502,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1548,8 +1536,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1654,8 +1640,6 @@ Creature - 1 - 127 1 30 SELF @@ -1690,8 +1674,6 @@ Creature - 1 - 127 1 30 SELF @@ -1821,8 +1803,6 @@ Creature - 1 - 127 1 30 SELF @@ -1857,8 +1837,6 @@ Creature - 1 - 127 1 30 SELF @@ -2056,8 +2034,6 @@ Creature - 1 - 127 1 30 SELF @@ -2092,8 +2068,6 @@ Creature - 1 - 127 1 30 SELF @@ -2128,8 +2102,6 @@ Creature - 1 - 127 1 30 SELF diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30000-30099.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30000-30099.xml index ba026f7752..57ae230f37 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30000-30099.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30000-30099.xml @@ -902,8 +902,6 @@ Creature - 1 - 127 1 100 SELF @@ -916,8 +914,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30600-30699.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30600-30699.xml index 8f9ffc207d..51294ca653 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30600-30699.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30600-30699.xml @@ -1474,8 +1474,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -1731,8 +1729,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30700-30799.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30700-30799.xml index 640b8d1fde..25498193f5 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30700-30799.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/30700-30799.xml @@ -504,8 +504,6 @@ ALL Creature - 1 - 127 SELF 1 25 @@ -523,8 +521,6 @@ 30 SELF Creature - 1 - 127 @@ -1146,8 +1142,6 @@ Creature - 1 - 127 1 3 SELF @@ -2450,8 +2444,6 @@ Playable - 1 - 127 100 SELF 1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/35200-35299.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/35200-35299.xml index 643b4d6852..5618430f64 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/35200-35299.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/35200-35299.xml @@ -1209,8 +1209,6 @@ Creature - 1 - 127 1 0 @@ -1234,8 +1232,6 @@ Creature - 1 - 127 1 0 @@ -1371,8 +1367,6 @@ Creature - 1 - 127 1 0 @@ -1396,8 +1390,6 @@ Creature - 1 - 127 1 0 @@ -1533,8 +1525,6 @@ Creature - 1 - 127 1 0 @@ -1558,8 +1548,6 @@ Creature - 1 - 127 1 0 @@ -1695,8 +1683,6 @@ Creature - 1 - 127 1 0 @@ -1720,8 +1706,6 @@ Creature - 1 - 127 1 0 @@ -1857,8 +1841,6 @@ Creature - 1 - 127 1 0 @@ -1882,8 +1864,6 @@ Creature - 1 - 127 1 0 @@ -2008,8 +1988,6 @@ Creature - 1 - 127 1 0 @@ -2033,8 +2011,6 @@ Creature - 1 - 127 1 0 @@ -2110,8 +2086,6 @@ Creature - 1 - 127 1 0 @@ -2135,8 +2109,6 @@ Creature - 1 - 127 1 0 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/39400-39499.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/39400-39499.xml index 770f968913..8f5a488734 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/39400-39499.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/39400-39499.xml @@ -231,8 +231,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00200-00299.xml index cff7d316e6..2a4ed8a4d8 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00200-00299.xml @@ -62,17 +62,10 @@ - - Creature - 1 - 127 - 1 50 - SELF true SWORD,BLUNT 5604 - 1 @@ -306,17 +299,10 @@ 5 - - Creature - 1 - 127 - 1 33 - SELF true DAGGER,DUALDAGGER 5603 - 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00300-00399.xml index 16cf313765..505a20a6f7 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00300-00399.xml @@ -2786,8 +2786,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -2799,8 +2797,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00400-00499.xml index 344ac2b445..4b9af8b2b8 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00400-00499.xml @@ -2918,8 +2918,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -4114,8 +4112,6 @@ 1 ALL Creature - 1 - 127 SELF 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00500-00599.xml index bffe4dca9d..eaa629e7eb 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00500-00599.xml @@ -2064,8 +2064,6 @@ Creature - 1 - 127 30 SELF 100 @@ -2266,8 +2264,6 @@ Creature - 1 - 127 5 SELF 100 @@ -2286,8 +2282,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2306,8 +2300,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2326,8 +2318,6 @@ Creature - 1 - 127 5 SELF 100 @@ -4305,8 +4295,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4318,8 +4306,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00600-00699.xml index 7ee82eb3d7..77f7a6babb 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00600-00699.xml @@ -1423,8 +1423,6 @@ Creature - 1 - 127 1 2 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 2 SELF 1 @@ -1467,8 +1463,6 @@ Creature - 1 - 127 1 2 SELF @@ -1490,8 +1484,6 @@ Creature - 1 - 127 1 2 SELF @@ -1513,8 +1505,6 @@ Creature - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00700-00799.xml index 2d53ee3dd3..2ca15daacb 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00700-00799.xml @@ -2141,8 +2141,6 @@ Creature - 1 - 127 20 SELF 300 @@ -2165,8 +2163,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2201,8 +2197,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2229,8 +2223,6 @@ Creature - 1 - 127 1 3 SELF @@ -2281,8 +2273,6 @@ Creature - 1 - 127 1 3 SELF @@ -2357,8 +2347,6 @@ Creature - 1 - 127 8 SELF 1 @@ -2567,8 +2555,6 @@ Creature - 1 - 127 5 TARGET 1 @@ -3152,8 +3138,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3262,8 +3246,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3349,8 +3331,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3583,8 +3563,6 @@ Creature - 1 - 127 10 MY_PARTY 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00900-00999.xml index 17f3b6f3ff..c2908b4bc2 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/00900-00999.xml @@ -4530,8 +4530,6 @@ Creature - 1 - 127 10 SELF 1 @@ -5100,8 +5098,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 127 SELF 1 15 @@ -5125,8 +5121,6 @@ 30 SELF Creature - 1 - 127 @@ -5174,8 +5168,6 @@ DUALFIST Creature - 1 - 127 SELF 1 15 @@ -5199,8 +5191,6 @@ 30 SELF Creature - 1 - 127 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01400-01499.xml index ba27ee6d58..eb56b72904 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01400-01499.xml @@ -3951,8 +3951,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4010,8 +4008,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4081,8 +4077,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4140,8 +4134,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4194,8 +4186,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4247,8 +4237,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4419,8 +4407,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4440,8 +4426,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4472,8 +4456,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4508,8 +4490,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4544,8 +4524,6 @@ Creature - 1 - 127 10 ENEMY 1 @@ -4671,8 +4649,6 @@ Creature - 1 - 127 30 SUMMON 100 @@ -4691,8 +4667,6 @@ Creature - 1 - 127 1 5 SUMMON diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01500-01599.xml index e63e871040..0cfcebbc2d 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01500-01599.xml @@ -569,8 +569,6 @@ Creature - 1 - 127 30 TARGET 100 @@ -786,8 +784,6 @@ Creature - 1 - 127 20 TARGET 100 @@ -1824,8 +1820,6 @@ Creature - 1 - 127 41 51 @@ -2416,8 +2410,6 @@ Creature - 1 - 127 60 SELF 60 @@ -2908,8 +2900,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3892,8 +3882,6 @@ Creature - 1 - 127 10 TARGET 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01700-01799.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01700-01799.xml index 627d4ce368..9ef9663e76 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01700-01799.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01700-01799.xml @@ -1075,8 +1075,6 @@ Creature - 1 - 127 100 SELF 1 @@ -1179,8 +1177,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01900-01999.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01900-01999.xml index 1d5982c66e..2e58c92af7 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01900-01999.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/01900-01999.xml @@ -470,7 +470,6 @@ Creature - 1 100 SELF 1 @@ -1828,8 +1827,6 @@ Creature - 1 - 127 1 10 SELF @@ -1843,8 +1840,6 @@ 1995 1 Creature - 1 - 127 SELF 1 10 @@ -1961,8 +1956,6 @@ Creature - 1 - 127 1 4 SELF @@ -1974,8 +1967,6 @@ Playable - 1 - 127 1 4 SELF @@ -2064,8 +2055,6 @@ Playable - 1 - 127 1979 1 1 @@ -2077,8 +2066,6 @@ Creature - 1 - 127 1979 1 1 @@ -2125,8 +2112,6 @@ Playable - 1 - 127 1981 1 1000 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03200-03299.xml index 5caa0289fa..5386f59e3b 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03200-03299.xml @@ -292,8 +292,6 @@ Creature - 1 - 127 2 SELF 1 @@ -334,8 +332,6 @@ Creature - 1 - 127 1 SELF 1 @@ -376,8 +372,6 @@ Creature - 1 - 127 1 SELF 1 @@ -418,8 +412,6 @@ Creature - 1 - 127 1 SELF 1 @@ -460,8 +452,6 @@ Creature - 1 - 127 1 SELF 1 @@ -507,8 +497,6 @@ Creature - 1 - 127 1 SELF 1 @@ -554,8 +542,6 @@ Creature - 1 - 127 2 SELF 1 @@ -596,8 +582,6 @@ Creature - 1 - 127 2 SELF 1 @@ -643,8 +627,6 @@ Creature - 1 - 127 1 SELF 1 @@ -695,8 +677,6 @@ Creature - 1 - 127 1 SELF 1 @@ -742,8 +722,6 @@ Playable - 1 - 127 1 SELF 1 @@ -789,8 +767,6 @@ Creature - 1 - 127 1 SELF 1 @@ -841,8 +817,6 @@ Creature - 1 - 127 1 SELF 1 @@ -888,8 +862,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -935,8 +907,6 @@ Creature - 1 - 127 1 SELF 1 @@ -987,8 +957,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1034,8 +1002,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1076,8 +1042,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1123,8 +1087,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -1175,8 +1137,6 @@ Creature - 1 - 127 2 ENEMY 1 @@ -1227,8 +1187,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1274,8 +1232,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1316,8 +1272,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1358,8 +1312,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1400,8 +1352,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1442,8 +1392,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1484,8 +1432,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1531,8 +1477,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1583,8 +1527,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1630,8 +1572,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1672,8 +1612,6 @@ Creature - 1 - 127 4 ENEMY 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03400-03499.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03400-03499.xml index ce860a3044..99d94968da 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03400-03499.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03400-03499.xml @@ -499,8 +499,6 @@ Creature - 1 - 127 1 5 MY_PARTY @@ -521,8 +519,6 @@ Creature - 1 - 127 1 5 MY_PARTY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03600-03699.xml index e8563f1293..eb55b0336c 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03600-03699.xml @@ -590,8 +590,6 @@ Playable - 1 - 127 10 SELF 50 @@ -662,8 +660,6 @@ Playable - 1 - 127 10 SELF 50 @@ -734,8 +730,6 @@ Playable - 1 - 127 10 SELF 50 @@ -2055,8 +2049,6 @@ Playable - 1 - 127 50 20 SELF @@ -2077,8 +2069,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2099,8 +2089,6 @@ Playable - 1 - 127 50 20 TARGET @@ -2121,8 +2109,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2143,8 +2129,6 @@ Playable - 1 - 127 5 SELF 50 @@ -2163,8 +2147,6 @@ Playable - 1 - 127 50 10 SELF @@ -2185,8 +2167,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2207,8 +2187,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2229,8 +2207,6 @@ Playable - 1 - 127 10 SELF 40 @@ -2249,8 +2225,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2269,8 +2243,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2307,8 +2279,6 @@ Playable - 1 - 127 10 TARGET 50 @@ -2327,8 +2297,6 @@ Playable - 1 - 127 25 TARGET 50 @@ -2399,8 +2367,6 @@ Creature - 1 - 127 2 SELF 20 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03800-03899.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03800-03899.xml index f919fe9018..ae3566ce0e 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03800-03899.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/03800-03899.xml @@ -457,8 +457,6 @@ Creature - 1 - 127 1 6 TARGET @@ -545,8 +543,6 @@ Creature - 1 - 127 1 6 TARGET @@ -633,8 +629,6 @@ Creature - 1 - 127 1 6 TARGET @@ -961,8 +955,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1202,8 +1194,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1306,8 +1296,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1362,8 +1350,6 @@ Creature - 1 - 127 1 5 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/04400-04499.xml index 75462f8626..2c1b080633 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/04400-04499.xml @@ -3914,8 +3914,6 @@ Playable - 1 - 127 50 ENEMY 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05500-05599.xml index c5b3873ba5..2be567c5bd 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05500-05599.xml @@ -1275,8 +1275,6 @@ Creature - 1 - 127 1 15 TARGET @@ -1642,8 +1640,6 @@ Creature - 1 - 127 10 10 @@ -1708,8 +1704,6 @@ Creature - 1 - 127 10 10 @@ -1782,8 +1776,6 @@ Creature - 1 - 127 10 10 @@ -1848,8 +1840,6 @@ Creature - 1 - 127 10 10 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05600-05699.xml index 6870c83fce..5b9b8dc4c2 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05600-05699.xml @@ -3795,8 +3795,6 @@ Creature - 1 - 127 1 60 SELF diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05800-05899.xml index 6ab31db585..9cc89a816e 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05800-05899.xml @@ -1036,8 +1036,6 @@ Creature - 1 - 127 1 20 TARGET diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05900-05999.xml index 7686e1913b..181305dd97 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 127 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 127 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 127 1 100 TARGET @@ -2260,8 +2254,6 @@ 5902 1 Attackable - 1 - 127 SELF 90 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/06700-06799.xml index b75362730a..99b5ba3f4e 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/06700-06799.xml @@ -562,8 +562,6 @@ Creature - 1 - 127 60 SELF 60 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08100-08199.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08100-08199.xml index bd4eca59ad..2d3ede21b9 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08100-08199.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08100-08199.xml @@ -1171,8 +1171,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1212,8 +1210,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1257,8 +1253,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1302,8 +1296,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1347,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1401,8 +1391,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1451,8 +1439,6 @@ Playable - 1 - 127 2 ENEMY 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08200-08299.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08200-08299.xml index 944ab9d923..0951fe5e04 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08200-08299.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08200-08299.xml @@ -10,8 +10,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -57,8 +55,6 @@ Playable - 1 - 127 2 SELF 1 @@ -111,8 +107,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -156,8 +150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -212,8 +204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -265,8 +255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -315,8 +303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -365,8 +351,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -414,8 +398,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -470,8 +452,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -523,8 +503,6 @@ Playable - 1 - 127 2 SELF 1 @@ -568,8 +546,6 @@ Playable - 1 - 127 2 SELF 1 @@ -621,8 +597,6 @@ Playable - 1 - 127 2 SELF 1 @@ -675,8 +649,6 @@ Playable - 1 - 127 2 SELF 1 @@ -728,8 +700,6 @@ Playable - 1 - 127 2 SELF 1 @@ -777,8 +747,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -827,8 +795,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -880,8 +846,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -934,8 +898,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -987,8 +949,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1043,8 +1003,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1096,8 +1054,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1146,8 +1102,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1196,8 +1150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1252,8 +1204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1305,8 +1255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1408,8 +1354,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1461,8 +1405,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1515,8 +1457,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1568,8 +1508,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1622,8 +1560,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1675,8 +1611,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1839,8 +1773,6 @@ Creature - 1 - 127 1 99 SELF diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08300-08399.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08300-08399.xml index 1ce4f29fef..916ad14df2 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08300-08399.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08300-08399.xml @@ -22,8 +22,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -73,8 +71,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -140,8 +136,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -188,8 +182,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -245,8 +237,6 @@ Playable - 1 - 127 25 SELF 50 @@ -300,8 +290,6 @@ Playable - 1 - 127 25 SELF 50 @@ -361,8 +349,6 @@ Playable - 1 - 127 1 33 TARGET diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08400-08499.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08400-08499.xml index 856b2bb8f7..9cce0bbad1 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08400-08499.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08400-08499.xml @@ -372,8 +372,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -436,8 +434,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -510,8 +506,6 @@ Playable - 1 - 127 2 SELF 1 @@ -579,8 +573,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -670,8 +662,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -759,8 +749,6 @@ Playable - 1 - 127 2 SELF 1 @@ -843,8 +831,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -928,8 +914,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1007,8 +991,6 @@ Playable - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08500-08599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08500-08599.xml index 37403240dc..4a88c58faa 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08500-08599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08500-08599.xml @@ -824,8 +824,6 @@ Creature - 1 - 127 20 SELF 1 @@ -886,8 +884,6 @@ Creature - 1 - 127 8 SELF 1 @@ -964,8 +960,6 @@ Creature - 1 - 127 20 SELF 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08700-08799.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08700-08799.xml index 23fa91260e..e29bd37753 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08700-08799.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/08700-08799.xml @@ -191,8 +191,6 @@ Creature - 1 - 127 41 10 SELF @@ -224,8 +222,6 @@ Creature - 1 - 127 41 10 SELF @@ -257,8 +253,6 @@ Creature - 1 - 127 41 10 SELF @@ -290,8 +284,6 @@ Creature - 1 - 127 41 10 SELF diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09100-09199.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09100-09199.xml index b192e0f0d4..1fa65121ab 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09100-09199.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09100-09199.xml @@ -3609,8 +3609,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09200-09299.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09200-09299.xml index b5241565c4..c3f4cddb76 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09200-09299.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09200-09299.xml @@ -542,8 +542,6 @@ Creature - 1 - 127 80 SELF 300 @@ -888,8 +886,6 @@ Creature - 1 - 127 1 80 SELF @@ -1997,8 +1993,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2333,8 +2327,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09300-09399.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09300-09399.xml index 84a37bc1ff..5d0e298462 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09300-09399.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09300-09399.xml @@ -531,8 +531,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09500-09599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09500-09599.xml index 4b3e477a65..92859e83d4 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09500-09599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09500-09599.xml @@ -940,8 +940,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09700-09799.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09700-09799.xml index 0e8121f1fa..be22695636 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09700-09799.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/09700-09799.xml @@ -1929,8 +1929,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10000-10099.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10000-10099.xml index cd89d88d0a..a180732f8c 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10000-10099.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10000-10099.xml @@ -485,8 +485,6 @@ Creature 1 - 1 - 127 30 SELF SINGLE @@ -729,8 +727,6 @@ Playable - 1 - 127 1 100 SELF @@ -4045,8 +4041,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4318,8 +4312,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4548,8 +4540,6 @@ Creature - 1 - 127 true 10070 @@ -4565,8 +4555,6 @@ Creature - 1 - 127 true 10067 @@ -4656,8 +4644,6 @@ Creature 1 - 1 - 127 80 MY_PARTY SINGLE @@ -5093,8 +5079,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10100-10199.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10100-10199.xml index 2f80428387..3856e3a0ca 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10100-10199.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10100-10199.xml @@ -547,8 +547,6 @@ Creature - 1 - 127 30 SELF 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10200-10299.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10200-10299.xml index 187147e870..a420cdee2d 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10200-10299.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10200-10299.xml @@ -561,8 +561,6 @@ 1 ALL Creature - 1 - 127 SELF 1 @@ -588,8 +586,6 @@ 40 SELF Creature - 1 - 127 @@ -721,8 +717,6 @@ Creature - 1 - 127 1 10 SELF @@ -2451,8 +2445,6 @@ false Creature - 1 - 127 30 10 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10300-10399.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10300-10399.xml index 526c7bb91d..2ba8b56ac9 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10300-10399.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10300-10399.xml @@ -1559,8 +1559,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1573,8 +1571,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1691,8 +1687,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1705,8 +1699,6 @@ Creature - 1 - 127 1 10 ENEMY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10500-10599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10500-10599.xml index ca9c6470c8..9def73f6c3 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10500-10599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/10500-10599.xml @@ -1432,8 +1432,6 @@ Creature - 1 - 127 1 100 SELF @@ -1446,8 +1444,6 @@ Creature - 1 - 127 1 100 SELF @@ -1529,8 +1525,6 @@ Playable - 1 - 127 40 ENEMY 1 @@ -2269,8 +2263,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -2433,8 +2425,6 @@ Playable - 1 - 127 false TARGET 10 @@ -3610,8 +3600,6 @@ Creature - 1 - 127 1 100 SELF @@ -3624,8 +3612,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11000-11099.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11000-11099.xml index dd42e7e1be..ed58b5acb9 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11000-11099.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11000-11099.xml @@ -3731,8 +3731,6 @@ - 1 - 127 10 TARGET 1 @@ -4519,8 +4517,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4636,8 +4632,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4910,8 +4904,6 @@ Playable - 1 - 127 11063 1 1 @@ -5783,8 +5775,6 @@ Playable - 1 - 127 100 ENEMY SINGLE diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11100-11199.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11100-11199.xml index 5865c7ca5c..dc58499e18 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11100-11199.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11100-11199.xml @@ -2338,8 +2338,6 @@ Creature - 1 - 127 50 ENEMY SINGLE diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11500-11599.xml index c4b214f9b5..12903f4389 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11500-11599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11500-11599.xml @@ -53,8 +53,6 @@ Creature - 1 - 127 1 7 SELF @@ -1570,8 +1568,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2186,8 +2182,6 @@ Creature - 1 - 127 0 99 @@ -2893,8 +2887,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -3688,8 +3680,6 @@ Creature - 1 - 127 100 30 SELF @@ -4207,8 +4197,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4219,8 +4207,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4657,8 +4643,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -5208,8 +5192,6 @@ Creature - 1 - 127 25 SELF 300 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11700-11799.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11700-11799.xml index 80af1e4c7b..79ad2760d5 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11700-11799.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/11700-11799.xml @@ -438,8 +438,6 @@ Creature - 1 - 127 60 SELF 10 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14000-14099.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14000-14099.xml index 0bc25c37a6..7ad029d6da 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14000-14099.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14000-14099.xml @@ -102,8 +102,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -534,8 +532,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -3115,8 +3111,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14200-14299.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14200-14299.xml index c1545173e9..14d8f379eb 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14200-14299.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14200-14299.xml @@ -2357,8 +2357,6 @@ Playable - 1 - 127 80 ENEMY 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14300-14399.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14300-14399.xml index dc981601ed..0be0ebcfcf 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14300-14399.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14300-14399.xml @@ -1868,8 +1868,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14500-14599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14500-14599.xml index c1c70fe666..b4bdc2b0e0 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14500-14599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14500-14599.xml @@ -328,8 +328,6 @@ Creature - 1 - 127 50 SELF 1 @@ -668,8 +666,6 @@ Playable - 1 - 127 100 SELF 1 @@ -880,8 +876,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -1138,8 +1132,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -2290,8 +2282,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14600-14699.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14600-14699.xml index 5ed909b2c3..221b140010 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14600-14699.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14600-14699.xml @@ -455,8 +455,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14700-14799.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14700-14799.xml index 23e0ee62b2..8d1ccc834a 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14700-14799.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/14700-14799.xml @@ -489,8 +489,6 @@ Creature - 1 - 127 300 80 true @@ -1243,8 +1241,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1905,8 +1901,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15000-15099.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15000-15099.xml index 5b7ac8445c..9eb6c61cd3 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15000-15099.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15000-15099.xml @@ -426,8 +426,6 @@ Creature - 1 - 127 50 SELF 1 @@ -476,8 +474,6 @@ Creature - 1 - 127 50 SELF 1 @@ -529,8 +525,6 @@ Creature - 1 - 127 50 SELF 1 @@ -585,8 +579,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1300,8 +1292,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1349,8 +1339,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1398,8 +1386,6 @@ Playable - 1 - 127 100 SELF 1 @@ -2373,8 +2359,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -2459,8 +2443,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15100-15199.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15100-15199.xml index a1ca451575..1d423f0329 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15100-15199.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15100-15199.xml @@ -321,12 +321,7 @@ DIFF - Creature - 1 - 127 50 - SELF - 1 1760 2 @@ -377,12 +372,7 @@ DIFF - Creature - 1 - 127 50 - SELF - 1 1760 2 @@ -428,12 +418,7 @@ DIFF - Creature - 1 - 127 50 - SELF - 1 1760 2 @@ -710,8 +695,6 @@ Creature - 1 - 127 50 SELF 1 @@ -760,8 +743,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1344,8 +1325,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1378,8 +1357,6 @@ Creature - 1 - 127 1 50 ENEMY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15300-15399.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15300-15399.xml index 067bf0e4ef..123f2170f0 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15300-15399.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15300-15399.xml @@ -330,14 +330,7 @@ PER - 1 11556 - 1 - Creature - 1 - 127 - SELF - 100 @@ -1346,14 +1339,7 @@ PER - 1 11556 - 1 - Creature - 1 - 127 - SELF - 100 @@ -1707,17 +1693,11 @@ FRIEND - - Creature - 1 - 127 300 80 - SELF true SWORD,BLUNT,DAGGER,DUALDAGGER,DUAL,DUALFIST,POLE,ANCIENTSWORD,RAPIER,BOW,CROSSBOW 11569 - 1 MULTI_BUFF;COUNTER_CRITICAL;CRITICAL_PROB_UP;CRITICAL_DMG_UP;MAGIC_CRITICAL_UP;IMPROVE_HIT_DEFENCE_CRT_RATE_UP;IMPROVE_CRT_RATE_DMG_UP;HIT_UP;T_CRT_DMG_DOWN;IMPROVE_SPEED_AVOID_UP;SPEED_UP;MAX_BREATH_UP;HOLY_ATTACK;AVOID_UP;DECREASE_WEIGHT_PENALTY;RESIST_HOLY_UNHOLY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15600-15699.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15600-15699.xml index 4110ed247d..935f0e0159 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15600-15699.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/15600-15699.xml @@ -521,15 +521,9 @@ 687 - - Creature - 1 - 127 80 - SELF 300 11569 - 1 MULTI_BUFF;COUNTER_CRITICAL;CRITICAL_PROB_UP;CRITICAL_DMG_UP;MAGIC_CRITICAL_UP;IMPROVE_HIT_DEFENCE_CRT_RATE_UP;IMPROVE_CRT_RATE_DMG_UP;HIT_UP;T_CRT_DMG_DOWN;IMPROVE_SPEED_AVOID_UP;SPEED_UP;MAX_BREATH_UP;HOLY_ATTACK;AVOID_UP;DECREASE_WEIGHT_PENALTY;RESIST_HOLY_UNHOLY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17100-17199.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17100-17199.xml index f2efdf7659..ac77901d84 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17100-17199.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17100-17199.xml @@ -824,16 +824,8 @@ PER - Creature - 1 - 127 - 99 - false TARGET - 1 - ALL 7009 - 1 @@ -981,14 +973,9 @@ 1000 - Creature - 1 - 127 80 - SELF 300 11569 - 1 MULTI_BUFF;COUNTER_CRITICAL;CRITICAL_PROB_UP;CRITICAL_DMG_UP;MAGIC_CRITICAL_UP;IMPROVE_HIT_DEFENCE_CRT_RATE_UP;IMPROVE_CRT_RATE_DMG_UP;HIT_UP;T_CRT_DMG_DOWN;IMPROVE_SPEED_AVOID_UP;SPEED_UP;MAX_BREATH_UP;HOLY_ATTACK;AVOID_UP;DECREASE_WEIGHT_PENALTY;RESIST_HOLY_UNHOLY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17700-17799.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17700-17799.xml index b3c5f671c1..5ba832e0ff 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17700-17799.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17700-17799.xml @@ -136,46 +136,24 @@ P - Playable - 1 - 127 - 100 ENEMY - 1 18720 - 1 - Playable - 1 - 127 - 100 ENEMY - 1 18720 - 1 - Playable - 1 - 127 - 100 ENEMY - 1 18720 2 - Playable - 1 - 127 - 100 ENEMY - 1 18720 2 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17800-17899.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17800-17899.xml index dc8b6e45d7..b6d7d4516f 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17800-17899.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/17800-17899.xml @@ -677,10 +677,6 @@ 85 - - Creature - 1 - 127 100 1 @@ -694,19 +690,11 @@ 15 15 - SELF - false true false - ALL 17822 - 1 - - Creature - 1 - 127 100 1 @@ -720,41 +708,25 @@ 15 15 - SELF true true false - ALL 17822 - 1 - - Creature - 1 - 127 100 15 - SELF - false true false - ALL 17822 2 - - Creature - 1 - 127 100 15 - SELF true true false - ALL 17822 2 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/18500-18599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/18500-18599.xml index d36e196fd6..b6f1b9b23c 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/18500-18599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/18500-18599.xml @@ -715,30 +715,13 @@ - - Creature - 1 - 127 - 1 - 100 - SELF true true - ALL 18721 - 1 - - Creature - 1 - 127 - 1 - 100 - SELF true true - ALL 18721 2 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/19200-19299.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/19200-19299.xml index bb9470f452..0f4209e72d 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/19200-19299.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/19200-19299.xml @@ -1049,32 +1049,15 @@ SELF - - Creature - 1 - 127 - 1 - 100 - SELF true true true 14839 - 1 - - Creature - 1 - 127 - 1 - 100 - SELF true true 14839 - 1 - false @@ -2586,12 +2569,8 @@ - Creature - 1 - 127 40 ENEMY - 1 19297 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/19500-19599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/19500-19599.xml index ecc561209e..7bf9fb362c 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/19500-19599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/19500-19599.xml @@ -2007,15 +2007,9 @@ 60000 - Creature - 1 - 127 30 - SELF - 1 SWORD,BLUNT 19563 - 1 50 @@ -2060,24 +2054,12 @@ - Creature - 1 - 127 30 - SELF - 1 - ALL 19572 - 1 - Creature - 1 - 127 30 MY_PARTY - 1 - ALL 10078 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/21200-21299.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/21200-21299.xml index a608ae3ebf..c1738b5453 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/21200-21299.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/21200-21299.xml @@ -1061,17 +1061,9 @@ P - - Creature - 1 - 127 - 1 5 TARGET - false - ALL 23319 - 1 @@ -1083,17 +1075,9 @@ P - - Creature - 1 - 127 - 1 5 TARGET - false - ALL 23320 - 1 @@ -1105,17 +1089,9 @@ P - - Creature - 1 - 127 - 1 5 TARGET - false - ALL 23321 - 1 @@ -1127,15 +1103,8 @@ P - - Creature - 1 - 127 - 1 5 TARGET - false - ALL 23322 10 @@ -1149,15 +1118,8 @@ P - - Creature - 1 - 127 - 1 5 TARGET - false - ALL 23323 10 @@ -1171,15 +1133,10 @@ P - Playable - 1 - 127 5 - SELF 100 23324 - 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/22600-22699.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/22600-22699.xml index e73e6b2f31..0f6f712479 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/22600-22699.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/22600-22699.xml @@ -2761,18 +2761,10 @@ - - Creature - 1 - 127 - 1 5 - SELF true true - ALL 22703 - 1 7 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/22900-22999.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/22900-22999.xml index 9cb3bef9ab..cb1babe78c 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/22900-22999.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/22900-22999.xml @@ -433,15 +433,9 @@ true - - Creature - 1 - 127 80 - SELF 300 11569 - 1 20 @@ -494,15 +488,9 @@ true - - Creature - 1 - 127 80 - SELF 300 11569 - 1 MULTI_BUFF;COUNTER_CRITICAL;CRITICAL_PROB_UP;CRITICAL_DMG_UP;MAGIC_CRITICAL_UP;IMPROVE_HIT_DEFENCE_CRT_RATE_UP;IMPROVE_CRT_RATE_DMG_UP;HIT_UP;T_CRT_DMG_DOWN;IMPROVE_SPEED_AVOID_UP;SPEED_UP;MAX_BREATH_UP;HOLY_ATTACK;AVOID_UP;DECREASE_WEIGHT_PENALTY;RESIST_HOLY_UNHOLY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23200-23299.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23200-23299.xml index b76293b0a3..c67f937217 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23200-23299.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23200-23299.xml @@ -1813,15 +1813,9 @@ SINGLE - - Creature - 1 - 127 80 - SELF 300 6059 - 1 -30 @@ -3501,15 +3495,9 @@ FRIEND - - Creature - 1 - 127 80 - SELF 300 6059 - 1 -30 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23400-23499.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23400-23499.xml index 4e7e1c2efb..53f3ec9b04 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23400-23499.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23400-23499.xml @@ -863,16 +863,10 @@ IMPROVE_VAMPIRIC_HASTE,-1;ATTACK_TIME_DOWN,-1;CASTING_TIME_DOWN,-1 - - Creature - 1 - 127 10 ENEMY SINGLE 5567 - 1 - 1 IMPROVE_VAMPIRIC_HASTE;ATTACK_TIME_DOWN;CASTING_TIME_DOWN @@ -1519,19 +1513,15 @@ - 10 + 60 + Playable 11827 1 3 5 - Playable - 1 - 127 - SELF - 60 @@ -2271,15 +2261,9 @@ SINGLE - - Creature - 1 - 127 80 - SELF 300 11569 - 1 20 @@ -2670,15 +2654,9 @@ SINGLE - - Creature - 1 - 127 80 - SELF 300 11569 - 1 20 @@ -2724,15 +2702,9 @@ SINGLE - - Creature - 1 - 127 80 - SELF 300 11569 - 1 20 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23500-23599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23500-23599.xml index 199ce0dfef..2eb8691f09 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23500-23599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/23500-23599.xml @@ -1305,15 +1305,9 @@ CLAN - - Creature - 1 - 127 80 - SELF 300 11569 - 1 MULTI_BUFF;COUNTER_CRITICAL;CRITICAL_PROB_UP;CRITICAL_DMG_UP;MAGIC_CRITICAL_UP;IMPROVE_HIT_DEFENCE_CRT_RATE_UP;IMPROVE_CRT_RATE_DMG_UP;HIT_UP;T_CRT_DMG_DOWN;IMPROVE_SPEED_AVOID_UP;SPEED_UP;MAX_BREATH_UP;HOLY_ATTACK;AVOID_UP;DECREASE_WEIGHT_PENALTY;RESIST_HOLY_UNHOLY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/27700-27799.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/27700-27799.xml index 652e7dc96a..9f369df1f1 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/27700-27799.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/27700-27799.xml @@ -971,10 +971,6 @@ P - Creature - 1 - 127 - 1 2 2 @@ -986,16 +982,9 @@ ENEMY true false - false - ALL 46715 - 1 - Creature - 1 - 127 - 1 1 1 @@ -1007,10 +996,7 @@ ENEMY false true - false - ALL 46715 - 1 @@ -1148,10 +1134,6 @@ P - Creature - 1 - 127 - 1 2 2 @@ -1163,16 +1145,9 @@ ENEMY true false - false - ALL 46797 - 1 - Creature - 1 - 127 - 1 1 1 @@ -1184,10 +1159,7 @@ ENEMY false true - false - ALL 46797 - 1 @@ -1197,10 +1169,6 @@ P - Creature - 1 - 127 - 1 2 2 @@ -1212,16 +1180,9 @@ ENEMY true false - false - ALL 46798 - 1 - Creature - 1 - 127 - 1 1 1 @@ -1233,10 +1194,7 @@ ENEMY false true - false - ALL 46798 - 1 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/27800-27899.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/27800-27899.xml index 5333d2cec3..4627bb7a87 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/27800-27899.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/27800-27899.xml @@ -1357,77 +1357,41 @@ DIFF - - Creature - 1 - 127 - 1 50 ENEMY true false - false - ALL 27886 - 1 - - Creature - 1 - 127 - 1 40 ENEMY true false - false - ALL 27886 2 - - Creature - 1 - 127 - 1 30 ENEMY true false - false - ALL 27886 3 - - Creature - 1 - 127 - 1 30 ENEMY true false - false - ALL 27886 4 - - Creature - 1 - 127 - 1 30 ENEMY true false - false - ALL 27887 0 @@ -1453,17 +1417,10 @@ - - Creature - 1 - 127 - 1 100 ENEMY false true - false - ALL 27894 0 @@ -1489,19 +1446,9 @@ - - Creature - 1 - 127 - 1 100 ENEMY - false - true - false - ALL 27888 - 1 @@ -1595,17 +1542,9 @@ PER - - Creature - 1 - 127 - 1 30 - SELF true false - false - ALL 27889 0 @@ -1631,19 +1570,10 @@ - - Creature - 1 - 127 - 1 30 - SELF true false - false - ALL 27883 - 1 @@ -1762,17 +1692,9 @@ PER - - Creature - 1 - 127 - 1 30 - SELF true false - false - ALL 27890 0 @@ -1798,19 +1720,10 @@ - - Creature - 1 - 127 - 1 30 - SELF false true - false - ALL 27884 - 1 @@ -1997,17 +1910,9 @@ DIFF - - Creature - 1 - 127 - 1 30 - SELF true true - false - ALL 27891 0 @@ -2033,17 +1938,9 @@ - - Creature - 1 - 127 - 1 30 - SELF true true - false - ALL 27892 0 @@ -2069,17 +1966,7 @@ - - Creature - 1 - 127 - 1 30 - SELF - false - true - false - ALL 27893 0 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30000-30099.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30000-30099.xml index 1f45bd5a1a..6901339170 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30000-30099.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30000-30099.xml @@ -891,32 +891,15 @@ SELF - - Creature - 1 - 127 - 1 - 100 - SELF true true true 14839 - 1 - - Creature - 1 - 127 - 1 - 100 - SELF true true 14839 - 1 - false diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30600-30699.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30600-30699.xml index 70628e9495..9b84b7f00b 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30600-30699.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30600-30699.xml @@ -1475,15 +1475,10 @@ - Playable - 1 - 127 80 ENEMY - 1 10545 - 1 20 @@ -1732,15 +1727,9 @@ FRIEND - - Creature - 1 - 127 80 - SELF 300 11569 - 1 MULTI_BUFF;COUNTER_CRITICAL;CRITICAL_PROB_UP;CRITICAL_DMG_UP;MAGIC_CRITICAL_UP;IMPROVE_HIT_DEFENCE_CRT_RATE_UP;IMPROVE_CRT_RATE_DMG_UP;HIT_UP;T_CRT_DMG_DOWN;IMPROVE_SPEED_AVOID_UP;SPEED_UP;MAX_BREATH_UP;HOLY_ATTACK;AVOID_UP;DECREASE_WEIGHT_PENALTY;RESIST_HOLY_UNHOLY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30700-30799.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30700-30799.xml index 4a575fb6df..690bfc4f1e 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30700-30799.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30700-30799.xml @@ -496,36 +496,21 @@ - - false + 25 6814 1 2 - ALL - Creature - 1 - 127 - SELF - 1 - 25 - true + 30 6814 1 2 - ALL - 1 - 30 - SELF - Creature - 1 - 127 @@ -1152,17 +1137,9 @@ STR - - Creature - 1 - 127 - 1 3 - SELF - false DUAL,DUALBLUNT 5559 - 1 @@ -2456,15 +2433,8 @@ - Playable - 1 - 127 - 100 - SELF - 1 1703 - 1 -12 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30800-30899.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30800-30899.xml index b837155832..4581be2a30 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30800-30899.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/30800-30899.xml @@ -1211,15 +1211,8 @@ 3031 - - Creature - 1 - 127 80 - SELF - 300 11569 - 1 MULTI_BUFF;COUNTER_CRITICAL;CRITICAL_PROB_UP;CRITICAL_DMG_UP;MAGIC_CRITICAL_UP;IMPROVE_HIT_DEFENCE_CRT_RATE_UP;IMPROVE_CRT_RATE_DMG_UP;HIT_UP;T_CRT_DMG_DOWN;IMPROVE_SPEED_AVOID_UP;SPEED_UP;MAX_BREATH_UP;HOLY_ATTACK;AVOID_UP;DECREASE_WEIGHT_PENALTY;RESIST_HOLY_UNHOLY @@ -2062,15 +2055,10 @@ Playable - 1 - 127 - 30851 - 1 - 1 2 ENEMY true - ALL + 30851 @@ -2216,13 +2204,9 @@ - Playable - 1 - 127 80 ENEMY - 1 10545 2 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/32400-32499.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/32400-32499.xml index 0cdc9aae7a..1121dbef77 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/32400-32499.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/32400-32499.xml @@ -150,15 +150,9 @@ SINGLE - - Creature - 1 - 127 80 - SELF 300 11569 - 1 MULTI_BUFF;COUNTER_CRITICAL;CRITICAL_PROB_UP;CRITICAL_DMG_UP;MAGIC_CRITICAL_UP;IMPROVE_HIT_DEFENCE_CRT_RATE_UP;IMPROVE_CRT_RATE_DMG_UP;HIT_UP;T_CRT_DMG_DOWN;IMPROVE_SPEED_AVOID_UP;SPEED_UP;MAX_BREATH_UP;HOLY_ATTACK;AVOID_UP;DECREASE_WEIGHT_PENALTY;RESIST_HOLY_UNHOLY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/35500-35599.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/35500-35599.xml index 27dcd41c19..90ca34ecce 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/35500-35599.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/35500-35599.xml @@ -448,26 +448,15 @@ P - Playable - 1 - 127 50 - SELF - 1 30818 - 1 Playable - 1 - 127 50 - SELF - 1 30818 - 1 6 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/35600-35699.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/35600-35699.xml index 66e882770a..936312c1fd 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/35600-35699.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/35600-35699.xml @@ -1506,30 +1506,15 @@ PER - true - Creature - 1 - 127 5 - SELF 100 - ALL 35628 - 1 - - false - Creature - 1 - 127 5 - SELF 100 - ALL 35628 - 1 0;1 @@ -1790,28 +1775,15 @@ PER - true - Creature - 1 - 127 5 - SELF 100 - ALL 35628 2 - - false - Creature - 1 - 127 5 - SELF 100 - ALL 35628 2 diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/39400-39499.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/39400-39499.xml index d16d219242..b059e27b62 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/39400-39499.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/39400-39499.xml @@ -229,15 +229,9 @@ true - - Creature - 1 - 127 80 - SELF 300 11569 - 1 MULTI_BUFF;COUNTER_CRITICAL;CRITICAL_PROB_UP;CRITICAL_DMG_UP;MAGIC_CRITICAL_UP;IMPROVE_HIT_DEFENCE_CRT_RATE_UP;IMPROVE_CRT_RATE_DMG_UP;HIT_UP;T_CRT_DMG_DOWN;IMPROVE_SPEED_AVOID_UP;SPEED_UP;MAX_BREATH_UP;HOLY_ATTACK;AVOID_UP;DECREASE_WEIGHT_PENALTY;RESIST_HOLY_UNHOLY diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/39600-39699.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/39600-39699.xml index fe4189a8b2..d6fdd43b15 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/39600-39699.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/stats/skills/39600-39699.xml @@ -1081,12 +1081,7 @@ PER - - Creature - 1 - 127 80 - SELF 300 11569 2 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00200-00299.xml index e6c6715331..45096827a4 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00200-00299.xml @@ -67,8 +67,6 @@ Creature - 1 - 100 1 50 SELF @@ -323,8 +321,6 @@ Creature - 1 - 100 1 33 SELF diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00300-00399.xml index a98d8c7a6d..3ba27bffee 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00300-00399.xml @@ -2602,8 +2602,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -2615,8 +2613,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00400-00499.xml index bf54c2926c..28a841c4d3 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00400-00499.xml @@ -2862,8 +2862,6 @@ Playable - 1 - 100 80 ENEMY 1 @@ -3784,8 +3782,6 @@ 1 ALL Creature - 1 - 100 SELF 1 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00500-00599.xml index 9404db91f4..c5f1493cbe 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00500-00599.xml @@ -1615,8 +1615,6 @@ Creature - 1 - 99 30 SELF 100 @@ -1782,8 +1780,6 @@ Creature - 1 - 99 5 SELF 100 @@ -1802,8 +1798,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1822,8 +1816,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1842,8 +1834,6 @@ Creature - 1 - 99 5 SELF 100 @@ -3136,8 +3126,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -3149,8 +3137,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00600-00699.xml index 7be779de17..a90473b8e6 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00600-00699.xml @@ -1213,8 +1213,6 @@ Creature - 1 - 100 1 2 SELF @@ -1236,8 +1234,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1257,8 +1253,6 @@ Creature - 1 - 100 1 2 SELF @@ -1280,8 +1274,6 @@ Creature - 1 - 100 1 2 SELF @@ -1303,8 +1295,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00700-00799.xml index ba2387402d..4057c3452e 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00700-00799.xml @@ -2136,8 +2136,6 @@ Creature - 1 - 99 20 SELF 300 @@ -2160,8 +2158,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2196,8 +2192,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2224,8 +2218,6 @@ Creature - 1 - 100 1 3 SELF @@ -2276,8 +2268,6 @@ Creature - 1 - 100 1 3 SELF @@ -2350,8 +2340,6 @@ Creature - 1 - 99 8 SELF 1 @@ -2555,8 +2543,6 @@ Creature - 1 - 99 5 TARGET 1 @@ -3124,8 +3110,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3234,8 +3218,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3321,8 +3303,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3555,8 +3535,6 @@ Creature - 1 - 99 10 MY_PARTY 1 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00900-00999.xml index ed94fbfe21..1e4fc92099 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/00900-00999.xml @@ -4337,8 +4337,6 @@ Creature - 1 - 99 10 SELF 1 @@ -4884,8 +4882,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 100 SELF 1 15 @@ -4909,8 +4905,6 @@ 30 SELF Creature - 1 - 100 @@ -4958,8 +4952,6 @@ DUALFIST Creature - 1 - 100 SELF 1 15 @@ -4983,8 +4975,6 @@ 30 SELF Creature - 1 - 100 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01400-01499.xml index c135a09f60..d1965096a0 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01400-01499.xml @@ -3833,8 +3833,6 @@ Creature - 1 - 99 30 SELF 100 @@ -3892,8 +3890,6 @@ Creature - 1 - 99 30 SELF 100 @@ -3963,8 +3959,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4022,8 +4016,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4076,8 +4068,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4129,8 +4119,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4301,8 +4289,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4322,8 +4308,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4354,8 +4338,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4390,8 +4372,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4426,8 +4406,6 @@ Creature - 1 - 99 10 ENEMY 1 @@ -4532,8 +4510,6 @@ Creature - 1 - 99 30 SUMMON 100 @@ -4552,8 +4528,6 @@ Creature - 1 - 100 1 5 SUMMON diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01500-01599.xml index 0bfc9458e8..36e9f27b74 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01500-01599.xml @@ -501,8 +501,6 @@ Creature - 1 - 99 30 TARGET 100 @@ -718,8 +716,6 @@ Creature - 1 - 99 20 TARGET 100 @@ -1660,8 +1656,6 @@ Creature - 1 - 99 41 51 @@ -2243,8 +2237,6 @@ Creature - 1 - 99 60 SELF 60 @@ -2762,8 +2754,6 @@ Creature - 1 - 100 80 SELF 300 @@ -3746,8 +3736,6 @@ Creature - 1 - 107 10 TARGET 1 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01600-01699.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01600-01699.xml index cb25ce61f3..040279c3fb 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01600-01699.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/01600-01699.xml @@ -770,8 +770,6 @@ Creature - 1 - 99 10 ENEMY 60 @@ -838,8 +836,6 @@ Creature - 1 - 99 5 SELF 50 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/03200-03299.xml index 730dfd183f..3f86e3da56 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/03200-03299.xml @@ -281,8 +281,6 @@ Creature - 1 - 100 2 SELF 1 @@ -323,8 +321,6 @@ Creature - 1 - 100 1 SELF 1 @@ -365,8 +361,6 @@ Creature - 1 - 100 1 SELF 1 @@ -407,8 +401,6 @@ Creature - 1 - 100 1 SELF 1 @@ -449,8 +441,6 @@ Creature - 1 - 100 1 SELF 1 @@ -496,8 +486,6 @@ Creature - 1 - 100 1 SELF 1 @@ -543,8 +531,6 @@ Creature - 1 - 100 2 SELF 1 @@ -585,8 +571,6 @@ Creature - 1 - 100 2 SELF 1 @@ -632,8 +616,6 @@ Creature - 1 - 100 1 SELF 1 @@ -684,8 +666,6 @@ Creature - 1 - 100 1 SELF 1 @@ -731,8 +711,6 @@ Playable - 1 - 100 1 SELF 1 @@ -778,8 +756,6 @@ Creature - 1 - 100 1 SELF 1 @@ -830,8 +806,6 @@ Creature - 1 - 100 1 SELF 1 @@ -877,8 +851,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -924,8 +896,6 @@ Creature - 1 - 100 1 SELF 1 @@ -976,8 +946,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1023,8 +991,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1065,8 +1031,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1112,8 +1076,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -1164,8 +1126,6 @@ Creature - 1 - 100 2 ENEMY 1 @@ -1216,8 +1176,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1263,8 +1221,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1305,8 +1261,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1347,8 +1301,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1389,8 +1341,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1431,8 +1381,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1473,8 +1421,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1520,8 +1466,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1572,8 +1516,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1619,8 +1561,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1661,8 +1601,6 @@ Creature - 1 - 100 4 ENEMY 1 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/03600-03699.xml index e301c30a84..9fac39c7c2 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/03600-03699.xml @@ -542,8 +542,6 @@ Playable - 1 - 100 10 SELF 50 @@ -614,8 +612,6 @@ Playable - 1 - 100 10 SELF 50 @@ -686,8 +682,6 @@ Playable - 1 - 100 10 SELF 50 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/04400-04499.xml index c13902d235..691f163e44 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/04400-04499.xml @@ -3890,8 +3890,6 @@ Playable - 1 - 100 50 ENEMY 1 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05500-05599.xml index d3fe2e2423..a712c4ed6d 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05500-05599.xml @@ -1287,8 +1287,6 @@ Creature - 1 - 100 1 15 TARGET @@ -1652,8 +1650,6 @@ Creature - 1 - 100 10 10 @@ -1718,8 +1714,6 @@ Creature - 1 - 100 10 10 @@ -1792,8 +1786,6 @@ Creature - 1 - 100 10 10 @@ -1858,8 +1850,6 @@ Creature - 1 - 100 10 10 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05600-05699.xml index 07afc8c03a..e5d539ad5d 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05600-05699.xml @@ -3214,8 +3214,6 @@ Creature - 1 - 100 1 60 SELF diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05800-05899.xml index 359ec0471b..1503e0a860 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05800-05899.xml @@ -1014,8 +1014,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05900-05999.xml index d219e2c7a8..54337c3f3f 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 99 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 99 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 100 1 100 TARGET @@ -2090,8 +2084,6 @@ 5902 1 Attackable - 1 - 100 SELF 90 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/06700-06799.xml index f919dc5845..818b9a80b7 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/06700-06799.xml @@ -495,8 +495,6 @@ Creature - 1 - 99 60 SELF 60 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/35000-35099.xml b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/35000-35099.xml index 98543c4466..83d67ba115 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/35000-35099.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/stats/skills/35000-35099.xml @@ -882,8 +882,6 @@ Playable - 1 - 111 35027 0 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00200-00299.xml index a2f03990b2..1e78370077 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00200-00299.xml @@ -67,8 +67,6 @@ Creature - 1 - 100 1 50 SELF @@ -606,8 +604,6 @@ Creature - 1 - 100 1 10 TARGET @@ -619,8 +615,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00300-00399.xml index 084fbcb77c..952da5f623 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00300-00399.xml @@ -2628,8 +2628,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -2641,8 +2639,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00400-00499.xml index d588a4e39d..f63fe2ae19 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00400-00499.xml @@ -2487,8 +2487,6 @@ Playable - 1 - 100 80 ENEMY 1 @@ -3413,8 +3411,6 @@ 1 ALL Creature - 1 - 100 SELF 1 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00500-00599.xml index 16affa9fbe..36a8a2ab80 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00500-00599.xml @@ -1615,8 +1615,6 @@ Creature - 1 - 99 30 SELF 100 @@ -1782,8 +1780,6 @@ Creature - 1 - 99 5 SELF 100 @@ -1802,8 +1798,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1822,8 +1816,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1842,8 +1834,6 @@ Creature - 1 - 99 5 SELF 100 @@ -3138,8 +3128,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -3151,8 +3139,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00600-00699.xml index 3852c7bd0a..0ee2c5db39 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00600-00699.xml @@ -1213,8 +1213,6 @@ Creature - 1 - 100 1 2 SELF @@ -1236,8 +1234,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1257,8 +1253,6 @@ Creature - 1 - 100 1 2 SELF @@ -1280,8 +1274,6 @@ Creature - 1 - 100 1 2 SELF @@ -1303,8 +1295,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00700-00799.xml index 0e507d0ae2..1eebc4590f 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00700-00799.xml @@ -2140,8 +2140,6 @@ Creature - 1 - 99 20 SELF 300 @@ -2164,8 +2162,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2200,8 +2196,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2228,8 +2222,6 @@ Creature - 1 - 100 1 3 SELF @@ -2280,8 +2272,6 @@ Creature - 1 - 100 1 3 SELF @@ -2354,8 +2344,6 @@ Creature - 1 - 99 8 SELF 1 @@ -2559,8 +2547,6 @@ Creature - 1 - 99 5 TARGET 1 @@ -3126,8 +3112,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3236,8 +3220,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3323,8 +3305,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3559,8 +3539,6 @@ Creature - 1 - 99 10 MY_PARTY 1 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00900-00999.xml index 278fbc22b3..8f0250b4c4 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/00900-00999.xml @@ -4346,8 +4346,6 @@ Creature - 1 - 99 10 SELF 1 @@ -4887,8 +4885,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 100 SELF 1 15 @@ -4912,8 +4908,6 @@ 30 SELF Creature - 1 - 100 @@ -4961,8 +4955,6 @@ DUALFIST Creature - 1 - 100 SELF 1 15 @@ -4986,8 +4978,6 @@ 30 SELF Creature - 1 - 100 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01400-01499.xml index 6694c05be9..7ee86d09cf 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01400-01499.xml @@ -3828,8 +3828,6 @@ Creature - 1 - 99 30 SELF 100 @@ -3887,8 +3885,6 @@ Creature - 1 - 99 30 SELF 100 @@ -3958,8 +3954,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4017,8 +4011,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4071,8 +4063,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4124,8 +4114,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4296,8 +4284,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4317,8 +4303,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4349,8 +4333,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4385,8 +4367,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4421,8 +4401,6 @@ Creature - 1 - 99 10 ENEMY 1 @@ -4527,8 +4505,6 @@ Creature - 1 - 99 30 SUMMON 100 @@ -4547,8 +4523,6 @@ Creature - 1 - 100 1 5 SUMMON diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01500-01599.xml index ea2750ae2b..c0b1beec3e 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01500-01599.xml @@ -498,8 +498,6 @@ Creature - 1 - 99 30 TARGET 100 @@ -715,8 +713,6 @@ Creature - 1 - 99 20 TARGET 100 @@ -1657,8 +1653,6 @@ Creature - 1 - 99 41 51 @@ -2240,8 +2234,6 @@ Creature - 1 - 99 60 SELF 60 @@ -2752,8 +2744,6 @@ Creature - 1 - 100 80 SELF 300 @@ -2775,8 +2765,6 @@ Creature - 1 - 100 1 5 MY_PARTY @@ -2787,8 +2775,6 @@ Creature - 1 - 100 1 10 MY_PARTY @@ -3748,8 +3734,6 @@ Creature - 1 - 107 10 TARGET 1 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01600-01699.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01600-01699.xml index 6ec1d70301..085e2fc361 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01600-01699.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/01600-01699.xml @@ -795,8 +795,6 @@ Creature - 1 - 100 1 10 TARGET @@ -807,8 +805,6 @@ Creature - 1 - 100 1 20 TARGET @@ -878,8 +874,6 @@ Creature - 1 - 99 5 SELF 1 @@ -888,8 +882,6 @@ Creature - 1 - 99 10 SELF 1 @@ -898,8 +890,6 @@ Creature - 1 - 99 15 SELF 1 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/03200-03299.xml index 77121d9b14..086b1d3166 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/03200-03299.xml @@ -281,8 +281,6 @@ Creature - 1 - 100 2 SELF 1 @@ -323,8 +321,6 @@ Creature - 1 - 100 1 SELF 1 @@ -365,8 +361,6 @@ Creature - 1 - 100 1 SELF 1 @@ -407,8 +401,6 @@ Creature - 1 - 100 1 SELF 1 @@ -449,8 +441,6 @@ Creature - 1 - 100 1 SELF 1 @@ -496,8 +486,6 @@ Creature - 1 - 100 1 SELF 1 @@ -543,8 +531,6 @@ Creature - 1 - 100 2 SELF 1 @@ -585,8 +571,6 @@ Creature - 1 - 100 2 SELF 1 @@ -632,8 +616,6 @@ Creature - 1 - 100 1 SELF 1 @@ -684,8 +666,6 @@ Creature - 1 - 100 1 SELF 1 @@ -731,8 +711,6 @@ Playable - 1 - 100 1 SELF 1 @@ -778,8 +756,6 @@ Creature - 1 - 100 1 SELF 1 @@ -830,8 +806,6 @@ Creature - 1 - 100 1 SELF 1 @@ -877,8 +851,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -924,8 +896,6 @@ Creature - 1 - 100 1 SELF 1 @@ -976,8 +946,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1023,8 +991,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1065,8 +1031,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1112,8 +1076,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -1164,8 +1126,6 @@ Creature - 1 - 100 2 ENEMY 1 @@ -1216,8 +1176,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1263,8 +1221,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1305,8 +1261,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1347,8 +1301,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1389,8 +1341,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1431,8 +1381,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1473,8 +1421,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1520,8 +1466,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1572,8 +1516,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1619,8 +1561,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1661,8 +1601,6 @@ Creature - 1 - 100 4 ENEMY 1 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/03600-03699.xml index 6d8caf18ca..90ff1efd10 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/03600-03699.xml @@ -542,8 +542,6 @@ Playable - 1 - 100 10 SELF 50 @@ -614,8 +612,6 @@ Playable - 1 - 100 10 SELF 50 @@ -686,8 +682,6 @@ Playable - 1 - 100 10 SELF 50 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/04400-04499.xml index c13902d235..691f163e44 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/04400-04499.xml @@ -3890,8 +3890,6 @@ Playable - 1 - 100 50 ENEMY 1 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05500-05599.xml index bf4963f569..5a87f55c67 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05500-05599.xml @@ -1287,8 +1287,6 @@ Creature - 1 - 100 1 15 TARGET @@ -1652,8 +1650,6 @@ Creature - 1 - 100 10 10 @@ -1718,8 +1714,6 @@ Creature - 1 - 100 10 10 @@ -1792,8 +1786,6 @@ Creature - 1 - 100 10 10 @@ -1858,8 +1850,6 @@ Creature - 1 - 100 10 10 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05600-05699.xml index e4df2c8d25..91236103ea 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05600-05699.xml @@ -3214,8 +3214,6 @@ Creature - 1 - 100 1 60 SELF diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05800-05899.xml index 359ec0471b..1503e0a860 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05800-05899.xml @@ -1014,8 +1014,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05900-05999.xml index 150186597b..173818dffd 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 99 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 99 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 100 1 100 TARGET @@ -2090,8 +2084,6 @@ 5902 1 Attackable - 1 - 100 SELF 90 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/06700-06799.xml index 07e70d04d5..fb6ade4094 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/06700-06799.xml @@ -495,8 +495,6 @@ Creature - 1 - 99 60 SELF 60 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/35000-35099.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/35000-35099.xml index dd3eab8fca..14b302fa48 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/35000-35099.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/35000-35099.xml @@ -882,8 +882,6 @@ Playable - 1 - 111 35027 0 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55100-55199.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55100-55199.xml index 319777ebc7..9ad3c3d259 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55100-55199.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55100-55199.xml @@ -588,8 +588,6 @@ Creature - 1 - 100 1 1 ENEMY @@ -672,8 +670,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -687,8 +683,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -702,8 +696,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -717,8 +709,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -732,8 +722,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -747,8 +735,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -762,8 +748,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -777,8 +761,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -792,8 +774,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -807,8 +787,6 @@ Creature - 1 - 100 1 24 ENEMY @@ -979,8 +957,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -994,8 +970,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -1009,8 +983,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -1024,8 +996,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -1039,8 +1009,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1054,8 +1022,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -1069,8 +1035,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -1084,8 +1048,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -1099,8 +1061,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -1114,8 +1074,6 @@ Creature - 1 - 100 1 24 ENEMY diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55700-55799.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55700-55799.xml index f920788f65..774bcb36fd 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55700-55799.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55700-55799.xml @@ -505,8 +505,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -520,8 +518,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -535,8 +531,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -550,8 +544,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -565,8 +557,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -580,8 +570,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -595,8 +583,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -610,8 +596,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -625,8 +609,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -640,8 +622,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -655,8 +635,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -670,8 +648,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -685,8 +661,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -789,8 +763,6 @@ Creature - 1 - 100 1 20 SELF @@ -804,8 +776,6 @@ Creature - 1 - 100 1 20 SELF @@ -819,8 +789,6 @@ Creature - 1 - 100 1 20 SELF @@ -834,8 +802,6 @@ Creature - 1 - 100 1 20 SELF @@ -849,8 +815,6 @@ Creature - 1 - 100 1 20 SELF @@ -864,8 +828,6 @@ Creature - 1 - 100 1 20 SELF @@ -879,8 +841,6 @@ Creature - 1 - 100 1 20 SELF @@ -894,8 +854,6 @@ Creature - 1 - 100 1 20 SELF @@ -909,8 +867,6 @@ Creature - 1 - 100 1 20 SELF @@ -924,8 +880,6 @@ Creature - 1 - 100 1 20 SELF @@ -939,8 +893,6 @@ Creature - 1 - 100 1 20 SELF @@ -954,8 +906,6 @@ Creature - 1 - 100 1 20 SELF @@ -969,8 +919,6 @@ Creature - 1 - 100 1 20 SELF @@ -984,8 +932,6 @@ Creature - 1 - 100 1 20 SELF @@ -1113,8 +1059,6 @@ Creature - 1 - 100 1 20 SELF @@ -1128,8 +1072,6 @@ Creature - 1 - 100 1 20 SELF @@ -1143,8 +1085,6 @@ Creature - 1 - 100 1 20 SELF @@ -1158,8 +1098,6 @@ Creature - 1 - 100 1 20 SELF @@ -1173,8 +1111,6 @@ Creature - 1 - 100 1 20 SELF @@ -1188,8 +1124,6 @@ Creature - 1 - 100 1 20 SELF @@ -1203,8 +1137,6 @@ Creature - 1 - 100 1 20 SELF @@ -1218,8 +1150,6 @@ Creature - 1 - 100 1 20 SELF @@ -1233,8 +1163,6 @@ Creature - 1 - 100 1 20 SELF @@ -1248,8 +1176,6 @@ Creature - 1 - 100 1 20 SELF @@ -1263,8 +1189,6 @@ Creature - 1 - 100 1 20 SELF @@ -1278,8 +1202,6 @@ Creature - 1 - 100 1 20 SELF @@ -1293,8 +1215,6 @@ Creature - 1 - 100 1 20 SELF @@ -1308,8 +1228,6 @@ Creature - 1 - 100 1 20 SELF @@ -1612,8 +1530,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1623,8 +1539,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1634,8 +1548,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1645,8 +1557,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1656,8 +1566,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1667,8 +1575,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1678,8 +1584,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1689,8 +1593,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1700,8 +1602,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1711,8 +1611,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1722,8 +1620,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1733,8 +1629,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55800-55899.xml b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55800-55899.xml index 880cbb25b0..8e016f421c 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55800-55899.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/stats/skills/55800-55899.xml @@ -1164,8 +1164,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1214,8 +1212,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1225,8 +1221,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1236,8 +1230,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1345,8 +1337,6 @@ Creature - 1 - 99 100 SELF 30 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00200-00299.xml index 0a655302c0..5e5d1b1252 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00200-00299.xml @@ -72,8 +72,6 @@ Creature - 1 - 100 1 50 SELF @@ -656,8 +654,6 @@ Creature - 1 - 100 1 10 TARGET @@ -669,8 +665,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00300-00399.xml index 970638c5bc..84fc88ad20 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00300-00399.xml @@ -2699,8 +2699,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -2712,8 +2710,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00400-00499.xml index b6e462e06d..2b8a32dc20 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00400-00499.xml @@ -2544,8 +2544,6 @@ Playable - 1 - 100 80 ENEMY 1 @@ -3470,8 +3468,6 @@ 1 ALL Creature - 1 - 100 SELF 1 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00500-00599.xml index 1086a26389..43904d896f 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00500-00599.xml @@ -1615,8 +1615,6 @@ Creature - 1 - 99 30 SELF 100 @@ -1797,8 +1795,6 @@ Creature - 1 - 99 5 SELF 100 @@ -1817,8 +1813,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1837,8 +1831,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1857,8 +1849,6 @@ Creature - 1 - 99 5 SELF 100 @@ -3157,8 +3147,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -3170,8 +3158,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00600-00699.xml index 1cc0341f66..f84bef9a6b 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00600-00699.xml @@ -1213,8 +1213,6 @@ Creature - 1 - 100 1 2 SELF @@ -1236,8 +1234,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1257,8 +1253,6 @@ Creature - 1 - 100 1 2 SELF @@ -1280,8 +1274,6 @@ Creature - 1 - 100 1 2 SELF @@ -1303,8 +1295,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00700-00799.xml index 2ec5882952..bfdc13a6e1 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00700-00799.xml @@ -2140,8 +2140,6 @@ Creature - 1 - 99 20 SELF 300 @@ -2164,8 +2162,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2200,8 +2196,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2228,8 +2222,6 @@ Creature - 1 - 100 1 3 SELF @@ -2280,8 +2272,6 @@ Creature - 1 - 100 1 3 SELF @@ -2354,8 +2344,6 @@ Creature - 1 - 99 8 SELF 1 @@ -2559,8 +2547,6 @@ Creature - 1 - 99 5 TARGET 1 @@ -3126,8 +3112,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3236,8 +3220,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3323,8 +3305,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3559,8 +3539,6 @@ Creature - 1 - 99 10 MY_PARTY 1 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00900-00999.xml index c48632fa52..a1f8d658f0 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/00900-00999.xml @@ -4346,8 +4346,6 @@ Creature - 1 - 99 10 SELF 1 @@ -4879,8 +4877,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 100 SELF 1 15 @@ -4904,8 +4900,6 @@ 30 SELF Creature - 1 - 100 @@ -4953,8 +4947,6 @@ DUALFIST Creature - 1 - 100 SELF 1 15 @@ -4978,8 +4970,6 @@ 30 SELF Creature - 1 - 100 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01400-01499.xml index 4a6121f968..a97582f2c5 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01400-01499.xml @@ -3936,8 +3936,6 @@ Creature - 1 - 99 30 SELF 100 @@ -3995,8 +3993,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4066,8 +4062,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4125,8 +4119,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4179,8 +4171,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4232,8 +4222,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4404,8 +4392,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4425,8 +4411,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4457,8 +4441,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4493,8 +4475,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4529,8 +4509,6 @@ Creature - 1 - 99 10 ENEMY 1 @@ -4635,8 +4613,6 @@ Creature - 1 - 99 30 SUMMON 100 @@ -4655,8 +4631,6 @@ Creature - 1 - 100 1 5 SUMMON diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01500-01599.xml index 8bdbee6cd0..27b1ca9803 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01500-01599.xml @@ -498,8 +498,6 @@ Creature - 1 - 99 30 TARGET 100 @@ -715,8 +713,6 @@ Creature - 1 - 99 20 TARGET 100 @@ -1657,8 +1653,6 @@ Creature - 1 - 99 41 51 @@ -2240,8 +2234,6 @@ Creature - 1 - 99 60 SELF 60 @@ -2758,8 +2750,6 @@ Creature - 1 - 100 80 SELF 300 @@ -2784,8 +2774,6 @@ Creature - 1 - 100 1 5 MY_PARTY @@ -2796,8 +2784,6 @@ Creature - 1 - 100 1 10 MY_PARTY @@ -3806,8 +3792,6 @@ Creature - 1 - 107 10 TARGET 1 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01600-01699.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01600-01699.xml index 3b2414ef20..3881aa38bb 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01600-01699.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/01600-01699.xml @@ -836,8 +836,6 @@ Creature - 1 - 100 1 10 TARGET @@ -848,8 +846,6 @@ Creature - 1 - 100 1 20 TARGET @@ -860,8 +856,6 @@ Creature - 1 - 100 1 10 TARGET @@ -872,8 +866,6 @@ Creature - 1 - 100 1 20 TARGET @@ -952,8 +944,6 @@ Creature - 1 - 99 5 SELF 1 @@ -962,8 +952,6 @@ Creature - 1 - 99 10 SELF 1 @@ -972,8 +960,6 @@ Creature - 1 - 99 15 SELF 1 @@ -982,8 +968,6 @@ Creature - 1 - 99 20 SELF 1 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/03200-03299.xml index bb57e16baa..7ce626a49e 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/03200-03299.xml @@ -281,8 +281,6 @@ Creature - 1 - 100 2 SELF 1 @@ -323,8 +321,6 @@ Creature - 1 - 100 1 SELF 1 @@ -365,8 +361,6 @@ Creature - 1 - 100 1 SELF 1 @@ -407,8 +401,6 @@ Creature - 1 - 100 1 SELF 1 @@ -449,8 +441,6 @@ Creature - 1 - 100 1 SELF 1 @@ -496,8 +486,6 @@ Creature - 1 - 100 1 SELF 1 @@ -543,8 +531,6 @@ Creature - 1 - 100 2 SELF 1 @@ -585,8 +571,6 @@ Creature - 1 - 100 2 SELF 1 @@ -632,8 +616,6 @@ Creature - 1 - 100 1 SELF 1 @@ -684,8 +666,6 @@ Creature - 1 - 100 1 SELF 1 @@ -731,8 +711,6 @@ Playable - 1 - 100 1 SELF 1 @@ -778,8 +756,6 @@ Creature - 1 - 100 1 SELF 1 @@ -830,8 +806,6 @@ Creature - 1 - 100 1 SELF 1 @@ -877,8 +851,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -924,8 +896,6 @@ Creature - 1 - 100 1 SELF 1 @@ -976,8 +946,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1023,8 +991,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1065,8 +1031,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1112,8 +1076,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -1164,8 +1126,6 @@ Creature - 1 - 100 2 ENEMY 1 @@ -1216,8 +1176,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1263,8 +1221,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1305,8 +1261,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1347,8 +1301,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1389,8 +1341,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1431,8 +1381,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1473,8 +1421,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1520,8 +1466,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1572,8 +1516,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1619,8 +1561,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1661,8 +1601,6 @@ Creature - 1 - 100 4 ENEMY 1 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/03600-03699.xml index 22655f6e15..15bdc9908c 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/03600-03699.xml @@ -542,8 +542,6 @@ Playable - 1 - 100 10 SELF 50 @@ -614,8 +612,6 @@ Playable - 1 - 100 10 SELF 50 @@ -686,8 +682,6 @@ Playable - 1 - 100 10 SELF 50 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/04400-04499.xml index 9e85ddee21..38d9e00da5 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/04400-04499.xml @@ -3890,8 +3890,6 @@ Playable - 1 - 100 50 ENEMY 1 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05500-05599.xml index 46de0cc3f3..32797b203c 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05500-05599.xml @@ -1271,8 +1271,6 @@ Creature - 1 - 100 1 15 TARGET @@ -1636,8 +1634,6 @@ Creature - 1 - 100 10 10 @@ -1702,8 +1698,6 @@ Creature - 1 - 100 10 10 @@ -1776,8 +1770,6 @@ Creature - 1 - 100 10 10 @@ -1842,8 +1834,6 @@ Creature - 1 - 100 10 10 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05600-05699.xml index 662583c787..bff42b6607 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05600-05699.xml @@ -3214,8 +3214,6 @@ Creature - 1 - 100 1 60 SELF diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05800-05899.xml index 359ec0471b..1503e0a860 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05800-05899.xml @@ -1014,8 +1014,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05900-05999.xml index 2d8720a211..0b491a0fce 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 99 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 99 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 100 1 100 TARGET @@ -2090,8 +2084,6 @@ 5902 1 Attackable - 1 - 100 SELF 90 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/06700-06799.xml index 362a56b23a..b74deca730 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/06700-06799.xml @@ -495,8 +495,6 @@ Creature - 1 - 99 60 SELF 60 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/35000-35099.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/35000-35099.xml index 19456e7421..3bb9414026 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/35000-35099.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/35000-35099.xml @@ -889,8 +889,6 @@ Playable - 1 - 111 35027 0 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55100-55199.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55100-55199.xml index 0e1aa69cac..c56819af03 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55100-55199.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55100-55199.xml @@ -588,8 +588,6 @@ Creature - 1 - 100 1 1 ENEMY @@ -672,8 +670,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -687,8 +683,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -702,8 +696,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -717,8 +709,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -732,8 +722,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -747,8 +735,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -762,8 +748,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -777,8 +761,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -792,8 +774,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -807,8 +787,6 @@ Creature - 1 - 100 1 24 ENEMY @@ -979,8 +957,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -994,8 +970,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -1009,8 +983,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -1024,8 +996,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -1039,8 +1009,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1054,8 +1022,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -1069,8 +1035,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -1084,8 +1048,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -1099,8 +1061,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -1114,8 +1074,6 @@ Creature - 1 - 100 1 24 ENEMY diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55700-55799.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55700-55799.xml index 3adb6381cf..5337816760 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55700-55799.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55700-55799.xml @@ -529,8 +529,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -544,8 +542,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -559,8 +555,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -574,8 +568,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -589,8 +581,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -604,8 +594,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -619,8 +607,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -634,8 +620,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -649,8 +633,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -664,8 +646,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -679,8 +659,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -694,8 +672,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -709,8 +685,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -813,8 +787,6 @@ Creature - 1 - 100 1 20 SELF @@ -828,8 +800,6 @@ Creature - 1 - 100 1 20 SELF @@ -843,8 +813,6 @@ Creature - 1 - 100 1 20 SELF @@ -858,8 +826,6 @@ Creature - 1 - 100 1 20 SELF @@ -873,8 +839,6 @@ Creature - 1 - 100 1 20 SELF @@ -888,8 +852,6 @@ Creature - 1 - 100 1 20 SELF @@ -903,8 +865,6 @@ Creature - 1 - 100 1 20 SELF @@ -918,8 +878,6 @@ Creature - 1 - 100 1 20 SELF @@ -933,8 +891,6 @@ Creature - 1 - 100 1 20 SELF @@ -948,8 +904,6 @@ Creature - 1 - 100 1 20 SELF @@ -963,8 +917,6 @@ Creature - 1 - 100 1 20 SELF @@ -978,8 +930,6 @@ Creature - 1 - 100 1 20 SELF @@ -993,8 +943,6 @@ Creature - 1 - 100 1 20 SELF @@ -1008,8 +956,6 @@ Creature - 1 - 100 1 20 SELF @@ -1137,8 +1083,6 @@ Creature - 1 - 100 1 20 SELF @@ -1152,8 +1096,6 @@ Creature - 1 - 100 1 20 SELF @@ -1167,8 +1109,6 @@ Creature - 1 - 100 1 20 SELF @@ -1182,8 +1122,6 @@ Creature - 1 - 100 1 20 SELF @@ -1197,8 +1135,6 @@ Creature - 1 - 100 1 20 SELF @@ -1212,8 +1148,6 @@ Creature - 1 - 100 1 20 SELF @@ -1227,8 +1161,6 @@ Creature - 1 - 100 1 20 SELF @@ -1242,8 +1174,6 @@ Creature - 1 - 100 1 20 SELF @@ -1257,8 +1187,6 @@ Creature - 1 - 100 1 20 SELF @@ -1272,8 +1200,6 @@ Creature - 1 - 100 1 20 SELF @@ -1287,8 +1213,6 @@ Creature - 1 - 100 1 20 SELF @@ -1302,8 +1226,6 @@ Creature - 1 - 100 1 20 SELF @@ -1317,8 +1239,6 @@ Creature - 1 - 100 1 20 SELF @@ -1332,8 +1252,6 @@ Creature - 1 - 100 1 20 SELF @@ -1636,8 +1554,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1647,8 +1563,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1658,8 +1572,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1669,8 +1581,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1680,8 +1590,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1691,8 +1599,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1702,8 +1608,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1713,8 +1617,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1724,8 +1626,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1735,8 +1635,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1746,8 +1644,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1757,8 +1653,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55800-55899.xml b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55800-55899.xml index b941db3502..cd03f22e62 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55800-55899.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/stats/skills/55800-55899.xml @@ -1164,8 +1164,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1214,8 +1212,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1225,8 +1221,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1236,8 +1230,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1345,8 +1337,6 @@ Creature - 1 - 99 100 SELF 30 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00200-00299.xml index 2295ff8ef1..5bcaf50d2e 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00200-00299.xml @@ -72,8 +72,6 @@ Creature - 1 - 100 1 50 SELF @@ -656,8 +654,6 @@ Creature - 1 - 100 1 10 TARGET @@ -669,8 +665,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00300-00399.xml index b94b6dd147..fca9fe71e4 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00300-00399.xml @@ -2900,8 +2900,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -2913,8 +2911,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00400-00499.xml index 7b454675df..3ba8a48685 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00400-00499.xml @@ -2553,8 +2553,6 @@ Playable - 1 - 100 80 ENEMY 1 @@ -3491,8 +3489,6 @@ 1 ALL Creature - 1 - 100 SELF 1 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00500-00599.xml index 500d118b01..dce3b630a8 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00500-00599.xml @@ -1615,8 +1615,6 @@ Creature - 1 - 99 30 SELF 100 @@ -1797,8 +1795,6 @@ Creature - 1 - 99 5 SELF 100 @@ -1817,8 +1813,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1837,8 +1831,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1857,8 +1849,6 @@ Creature - 1 - 99 5 SELF 100 @@ -3157,8 +3147,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -3170,8 +3158,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00600-00699.xml index caa2a3a974..79dd413b0c 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00600-00699.xml @@ -1213,8 +1213,6 @@ Creature - 1 - 100 1 2 SELF @@ -1236,8 +1234,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1257,8 +1253,6 @@ Creature - 1 - 100 1 2 SELF @@ -1280,8 +1274,6 @@ Creature - 1 - 100 1 2 SELF @@ -1303,8 +1295,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00700-00799.xml index ecbf2825e4..be584bb776 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00700-00799.xml @@ -2140,8 +2140,6 @@ Creature - 1 - 99 20 SELF 300 @@ -2164,8 +2162,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2200,8 +2196,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2228,8 +2222,6 @@ Creature - 1 - 100 1 3 SELF @@ -2280,8 +2272,6 @@ Creature - 1 - 100 1 3 SELF @@ -2354,8 +2344,6 @@ Creature - 1 - 99 8 SELF 1 @@ -2559,8 +2547,6 @@ Creature - 1 - 99 5 TARGET 1 @@ -3126,8 +3112,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3236,8 +3220,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3323,8 +3305,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3559,8 +3539,6 @@ Creature - 1 - 99 10 MY_PARTY 1 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00900-00999.xml index 4411981fc4..6a4575772e 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/00900-00999.xml @@ -4346,8 +4346,6 @@ Creature - 1 - 99 10 SELF 1 @@ -4879,8 +4877,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 100 SELF 1 15 @@ -4904,8 +4900,6 @@ 30 SELF Creature - 1 - 100 @@ -4953,8 +4947,6 @@ DUALFIST Creature - 1 - 100 SELF 1 15 @@ -4978,8 +4970,6 @@ 30 SELF Creature - 1 - 100 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01400-01499.xml index e10beee0fb..fcfe6d0556 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01400-01499.xml @@ -3982,8 +3982,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4041,8 +4039,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4112,8 +4108,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4171,8 +4165,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4225,8 +4217,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4278,8 +4268,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4450,8 +4438,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4471,8 +4457,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4503,8 +4487,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4539,8 +4521,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4575,8 +4555,6 @@ Creature - 1 - 99 10 ENEMY 1 @@ -4681,8 +4659,6 @@ Creature - 1 - 99 30 SUMMON 100 @@ -4701,8 +4677,6 @@ Creature - 1 - 100 1 5 SUMMON diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01500-01599.xml index 802b41eb93..dcb4f05cb9 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01500-01599.xml @@ -497,8 +497,6 @@ Creature - 1 - 99 30 TARGET 100 @@ -714,8 +712,6 @@ Creature - 1 - 99 20 TARGET 100 @@ -1656,8 +1652,6 @@ Creature - 1 - 99 41 51 @@ -2239,8 +2233,6 @@ Creature - 1 - 99 60 SELF 60 @@ -2757,8 +2749,6 @@ Creature - 1 - 100 80 SELF 300 @@ -2783,8 +2773,6 @@ Creature - 1 - 100 1 5 MY_PARTY @@ -2795,8 +2783,6 @@ Creature - 1 - 100 1 10 MY_PARTY @@ -2807,8 +2793,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -3819,8 +3803,6 @@ Creature - 1 - 107 10 TARGET 1 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01600-01699.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01600-01699.xml index 23cd8c5e1d..9a31994142 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01600-01699.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/01600-01699.xml @@ -836,8 +836,6 @@ Creature - 1 - 100 1 10 TARGET @@ -848,8 +846,6 @@ Creature - 1 - 100 1 20 TARGET @@ -860,8 +856,6 @@ Creature - 1 - 100 1 10 TARGET @@ -872,8 +866,6 @@ Creature - 1 - 100 1 20 TARGET @@ -952,8 +944,6 @@ Creature - 1 - 99 5 SELF 1 @@ -962,8 +952,6 @@ Creature - 1 - 99 10 SELF 1 @@ -972,8 +960,6 @@ Creature - 1 - 99 15 SELF 1 @@ -982,8 +968,6 @@ Creature - 1 - 99 20 SELF 1 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/03200-03299.xml index a096e4e1cc..d80042eeb8 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/03200-03299.xml @@ -281,8 +281,6 @@ Creature - 1 - 100 2 SELF 1 @@ -323,8 +321,6 @@ Creature - 1 - 100 1 SELF 1 @@ -365,8 +361,6 @@ Creature - 1 - 100 1 SELF 1 @@ -407,8 +401,6 @@ Creature - 1 - 100 1 SELF 1 @@ -449,8 +441,6 @@ Creature - 1 - 100 1 SELF 1 @@ -496,8 +486,6 @@ Creature - 1 - 100 1 SELF 1 @@ -543,8 +531,6 @@ Creature - 1 - 100 2 SELF 1 @@ -585,8 +571,6 @@ Creature - 1 - 100 2 SELF 1 @@ -632,8 +616,6 @@ Creature - 1 - 100 1 SELF 1 @@ -684,8 +666,6 @@ Creature - 1 - 100 1 SELF 1 @@ -731,8 +711,6 @@ Playable - 1 - 100 1 SELF 1 @@ -778,8 +756,6 @@ Creature - 1 - 100 1 SELF 1 @@ -830,8 +806,6 @@ Creature - 1 - 100 1 SELF 1 @@ -877,8 +851,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -924,8 +896,6 @@ Creature - 1 - 100 1 SELF 1 @@ -976,8 +946,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1023,8 +991,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1065,8 +1031,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1112,8 +1076,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -1164,8 +1126,6 @@ Creature - 1 - 100 2 ENEMY 1 @@ -1216,8 +1176,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1263,8 +1221,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1305,8 +1261,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1347,8 +1301,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1389,8 +1341,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1431,8 +1381,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1473,8 +1421,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1520,8 +1466,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1572,8 +1516,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1619,8 +1561,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1661,8 +1601,6 @@ Creature - 1 - 100 4 ENEMY 1 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/03600-03699.xml index 22655f6e15..15bdc9908c 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/03600-03699.xml @@ -542,8 +542,6 @@ Playable - 1 - 100 10 SELF 50 @@ -614,8 +612,6 @@ Playable - 1 - 100 10 SELF 50 @@ -686,8 +682,6 @@ Playable - 1 - 100 10 SELF 50 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/04400-04499.xml index 1b43852906..029d54d2fe 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/04400-04499.xml @@ -3890,8 +3890,6 @@ Playable - 1 - 100 50 ENEMY 1 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05500-05599.xml index 18003bc827..6193bda483 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05500-05599.xml @@ -1271,8 +1271,6 @@ Creature - 1 - 100 1 15 TARGET @@ -1636,8 +1634,6 @@ Creature - 1 - 100 10 10 @@ -1702,8 +1698,6 @@ Creature - 1 - 100 10 10 @@ -1776,8 +1770,6 @@ Creature - 1 - 100 10 10 @@ -1842,8 +1834,6 @@ Creature - 1 - 100 10 10 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05600-05699.xml index 555044a9d5..209eb95162 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05600-05699.xml @@ -3214,8 +3214,6 @@ Creature - 1 - 100 1 60 SELF diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05800-05899.xml index a2613a7249..60682e6945 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05800-05899.xml @@ -1014,8 +1014,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05900-05999.xml index 2177e80aa0..fb8bbc8bc9 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 99 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 99 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 100 1 100 TARGET @@ -2090,8 +2084,6 @@ 5902 1 Attackable - 1 - 100 SELF 90 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/06700-06799.xml index 09e53e0378..700387b7ef 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/06700-06799.xml @@ -495,8 +495,6 @@ Creature - 1 - 99 60 SELF 60 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/35000-35099.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/35000-35099.xml index fd0b56370f..c4a61c72de 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/35000-35099.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/35000-35099.xml @@ -889,8 +889,6 @@ Playable - 1 - 111 35027 0 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55100-55199.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55100-55199.xml index 3f93d87c09..cd2cdbe2bd 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55100-55199.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55100-55199.xml @@ -587,8 +587,6 @@ Creature - 1 - 100 1 1 ENEMY @@ -671,8 +669,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -685,8 +681,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -699,8 +693,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -713,8 +705,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -727,8 +717,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -741,8 +729,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -755,8 +741,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -769,8 +753,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -783,8 +765,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -797,8 +777,6 @@ Creature - 1 - 100 1 24 ENEMY @@ -968,8 +946,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -982,8 +958,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -996,8 +970,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -1010,8 +982,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -1024,8 +994,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1038,8 +1006,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -1052,8 +1018,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -1066,8 +1030,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -1080,8 +1042,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -1094,8 +1054,6 @@ Creature - 1 - 100 1 24 ENEMY diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55700-55799.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55700-55799.xml index 6e1f5c6eca..1b60408669 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55700-55799.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55700-55799.xml @@ -529,8 +529,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -544,8 +542,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -559,8 +555,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -574,8 +568,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -589,8 +581,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -604,8 +594,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -619,8 +607,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -634,8 +620,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -649,8 +633,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -664,8 +646,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -679,8 +659,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -694,8 +672,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -709,8 +685,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -813,8 +787,6 @@ Creature - 1 - 100 1 20 SELF @@ -828,8 +800,6 @@ Creature - 1 - 100 1 20 SELF @@ -843,8 +813,6 @@ Creature - 1 - 100 1 20 SELF @@ -858,8 +826,6 @@ Creature - 1 - 100 1 20 SELF @@ -873,8 +839,6 @@ Creature - 1 - 100 1 20 SELF @@ -888,8 +852,6 @@ Creature - 1 - 100 1 20 SELF @@ -903,8 +865,6 @@ Creature - 1 - 100 1 20 SELF @@ -918,8 +878,6 @@ Creature - 1 - 100 1 20 SELF @@ -933,8 +891,6 @@ Creature - 1 - 100 1 20 SELF @@ -948,8 +904,6 @@ Creature - 1 - 100 1 20 SELF @@ -963,8 +917,6 @@ Creature - 1 - 100 1 20 SELF @@ -978,8 +930,6 @@ Creature - 1 - 100 1 20 SELF @@ -993,8 +943,6 @@ Creature - 1 - 100 1 20 SELF @@ -1008,8 +956,6 @@ Creature - 1 - 100 1 20 SELF @@ -1137,8 +1083,6 @@ Creature - 1 - 100 1 20 SELF @@ -1152,8 +1096,6 @@ Creature - 1 - 100 1 20 SELF @@ -1167,8 +1109,6 @@ Creature - 1 - 100 1 20 SELF @@ -1182,8 +1122,6 @@ Creature - 1 - 100 1 20 SELF @@ -1197,8 +1135,6 @@ Creature - 1 - 100 1 20 SELF @@ -1212,8 +1148,6 @@ Creature - 1 - 100 1 20 SELF @@ -1227,8 +1161,6 @@ Creature - 1 - 100 1 20 SELF @@ -1242,8 +1174,6 @@ Creature - 1 - 100 1 20 SELF @@ -1257,8 +1187,6 @@ Creature - 1 - 100 1 20 SELF @@ -1272,8 +1200,6 @@ Creature - 1 - 100 1 20 SELF @@ -1287,8 +1213,6 @@ Creature - 1 - 100 1 20 SELF @@ -1302,8 +1226,6 @@ Creature - 1 - 100 1 20 SELF @@ -1317,8 +1239,6 @@ Creature - 1 - 100 1 20 SELF @@ -1332,8 +1252,6 @@ Creature - 1 - 100 1 20 SELF @@ -1636,8 +1554,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1647,8 +1563,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1658,8 +1572,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1669,8 +1581,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1680,8 +1590,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1691,8 +1599,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1702,8 +1608,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1713,8 +1617,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1724,8 +1626,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1735,8 +1635,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1746,8 +1644,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1757,8 +1653,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55800-55899.xml b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55800-55899.xml index 45376a72fc..ef07ffc59e 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55800-55899.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/stats/skills/55800-55899.xml @@ -1164,8 +1164,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1214,8 +1212,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1225,8 +1221,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1236,8 +1230,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1345,8 +1337,6 @@ Creature - 1 - 99 100 SELF 30 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00200-00299.xml index a20c5d3034..36a81b1b65 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00200-00299.xml @@ -78,8 +78,6 @@ Creature - 1 - 100 1 50 SELF @@ -716,8 +714,6 @@ Creature - 1 - 100 1 10 TARGET @@ -729,8 +725,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00300-00399.xml index ccc18cd77d..7574cd60e3 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00300-00399.xml @@ -2961,8 +2961,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -2974,8 +2972,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00400-00499.xml index a9bc8d0954..dd93c59d60 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00400-00499.xml @@ -2589,8 +2589,6 @@ Playable - 1 - 100 80 ENEMY 1 @@ -3552,8 +3550,6 @@ 1 ALL Creature - 1 - 100 SELF 1 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00500-00599.xml index 9d27eb90c3..4431d7798e 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00500-00599.xml @@ -1623,8 +1623,6 @@ Creature - 1 - 99 30 SELF 100 @@ -1805,8 +1803,6 @@ Creature - 1 - 99 5 SELF 100 @@ -1825,8 +1821,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1845,8 +1839,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1865,8 +1857,6 @@ Creature - 1 - 99 5 SELF 100 @@ -3165,8 +3155,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -3178,8 +3166,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00600-00699.xml index 7d0942c331..06ca44fcc0 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00600-00699.xml @@ -1213,8 +1213,6 @@ Creature - 1 - 100 1 2 SELF @@ -1236,8 +1234,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1257,8 +1253,6 @@ Creature - 1 - 100 1 2 SELF @@ -1280,8 +1274,6 @@ Creature - 1 - 100 1 2 SELF @@ -1303,8 +1295,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00700-00799.xml index d5d445937c..13c7e67df2 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00700-00799.xml @@ -2140,8 +2140,6 @@ Creature - 1 - 99 20 SELF 300 @@ -2164,8 +2162,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2200,8 +2196,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2228,8 +2222,6 @@ Creature - 1 - 100 1 3 SELF @@ -2280,8 +2272,6 @@ Creature - 1 - 100 1 3 SELF @@ -2354,8 +2344,6 @@ Creature - 1 - 99 8 SELF 1 @@ -2559,8 +2547,6 @@ Creature - 1 - 99 5 TARGET 1 @@ -3126,8 +3112,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3236,8 +3220,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3323,8 +3305,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3559,8 +3539,6 @@ Creature - 1 - 99 10 MY_PARTY 1 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00900-00999.xml index a379737432..317488d5ab 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/00900-00999.xml @@ -4346,8 +4346,6 @@ Creature - 1 - 99 10 SELF 1 @@ -4879,8 +4877,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 100 SELF 1 15 @@ -4904,8 +4900,6 @@ 30 SELF Creature - 1 - 100 @@ -4953,8 +4947,6 @@ DUALFIST Creature - 1 - 100 SELF 1 15 @@ -4978,8 +4970,6 @@ 30 SELF Creature - 1 - 100 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01400-01499.xml index 00e1b46372..ecb396b3ab 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01400-01499.xml @@ -4084,8 +4084,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4143,8 +4141,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4214,8 +4210,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4273,8 +4267,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4327,8 +4319,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4380,8 +4370,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4552,8 +4540,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4573,8 +4559,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4605,8 +4589,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4641,8 +4623,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4677,8 +4657,6 @@ Creature - 1 - 99 10 ENEMY 1 @@ -4783,8 +4761,6 @@ Creature - 1 - 99 30 SUMMON 100 @@ -4803,8 +4779,6 @@ Creature - 1 - 100 1 5 SUMMON diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01500-01599.xml index 3d78b15343..f62ce8ef69 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01500-01599.xml @@ -497,8 +497,6 @@ Creature - 1 - 99 30 TARGET 100 @@ -714,8 +712,6 @@ Creature - 1 - 99 20 TARGET 100 @@ -1656,8 +1652,6 @@ Creature - 1 - 99 41 51 @@ -2239,8 +2233,6 @@ Creature - 1 - 99 60 SELF 60 @@ -2847,8 +2839,6 @@ Creature - 1 - 100 80 SELF 300 @@ -2873,8 +2863,6 @@ Creature - 1 - 100 1 5 MY_PARTY @@ -2885,8 +2873,6 @@ Creature - 1 - 100 1 10 MY_PARTY @@ -2897,8 +2883,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -3943,8 +3927,6 @@ Creature - 1 - 107 10 TARGET 1 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01600-01699.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01600-01699.xml index b32d1487c3..af17868d60 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01600-01699.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/01600-01699.xml @@ -873,8 +873,6 @@ Creature - 1 - 100 1 10 TARGET @@ -885,8 +883,6 @@ Creature - 1 - 100 1 20 TARGET @@ -897,8 +893,6 @@ Creature - 1 - 100 1 10 TARGET @@ -909,8 +903,6 @@ Creature - 1 - 100 1 20 TARGET @@ -989,8 +981,6 @@ Creature - 1 - 99 5 SELF 1 @@ -999,8 +989,6 @@ Creature - 1 - 99 10 SELF 1 @@ -1009,8 +997,6 @@ Creature - 1 - 99 15 SELF 1 @@ -1019,8 +1005,6 @@ Creature - 1 - 99 20 SELF 1 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/03200-03299.xml index f7c7042e9f..e63a1bc6db 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/03200-03299.xml @@ -281,8 +281,6 @@ Creature - 1 - 100 2 SELF 1 @@ -323,8 +321,6 @@ Creature - 1 - 100 1 SELF 1 @@ -365,8 +361,6 @@ Creature - 1 - 100 1 SELF 1 @@ -407,8 +401,6 @@ Creature - 1 - 100 1 SELF 1 @@ -449,8 +441,6 @@ Creature - 1 - 100 1 SELF 1 @@ -496,8 +486,6 @@ Creature - 1 - 100 1 SELF 1 @@ -543,8 +531,6 @@ Creature - 1 - 100 2 SELF 1 @@ -585,8 +571,6 @@ Creature - 1 - 100 2 SELF 1 @@ -632,8 +616,6 @@ Creature - 1 - 100 1 SELF 1 @@ -684,8 +666,6 @@ Creature - 1 - 100 1 SELF 1 @@ -731,8 +711,6 @@ Playable - 1 - 100 1 SELF 1 @@ -778,8 +756,6 @@ Creature - 1 - 100 1 SELF 1 @@ -830,8 +806,6 @@ Creature - 1 - 100 1 SELF 1 @@ -877,8 +851,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -924,8 +896,6 @@ Creature - 1 - 100 1 SELF 1 @@ -976,8 +946,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1023,8 +991,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1065,8 +1031,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1112,8 +1076,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -1164,8 +1126,6 @@ Creature - 1 - 100 2 ENEMY 1 @@ -1216,8 +1176,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1263,8 +1221,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1305,8 +1261,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1347,8 +1301,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1389,8 +1341,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1431,8 +1381,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1473,8 +1421,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1520,8 +1466,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1572,8 +1516,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1619,8 +1561,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1661,8 +1601,6 @@ Creature - 1 - 100 4 ENEMY 1 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/03600-03699.xml index 62e6a79c31..9245e45902 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/03600-03699.xml @@ -542,8 +542,6 @@ Playable - 1 - 100 10 SELF 50 @@ -614,8 +612,6 @@ Playable - 1 - 100 10 SELF 50 @@ -686,8 +682,6 @@ Playable - 1 - 100 10 SELF 50 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/04400-04499.xml index 0f6ccd5643..f6995dbf99 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/04400-04499.xml @@ -3890,8 +3890,6 @@ Playable - 1 - 100 50 ENEMY 1 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05500-05599.xml index 9f77ba8de3..8f640ed3e7 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05500-05599.xml @@ -1271,8 +1271,6 @@ Creature - 1 - 100 1 15 TARGET @@ -1636,8 +1634,6 @@ Creature - 1 - 100 10 10 @@ -1702,8 +1698,6 @@ Creature - 1 - 100 10 10 @@ -1776,8 +1770,6 @@ Creature - 1 - 100 10 10 @@ -1842,8 +1834,6 @@ Creature - 1 - 100 10 10 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05600-05699.xml index 29d5bc70e1..633053b307 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05600-05699.xml @@ -3214,8 +3214,6 @@ Creature - 1 - 100 1 60 SELF diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05800-05899.xml index 48ee04b81f..057984fb27 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05800-05899.xml @@ -1014,8 +1014,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05900-05999.xml index a4695ff5de..deef77244b 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 99 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 99 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 100 1 100 TARGET @@ -2090,8 +2084,6 @@ 5902 1 Attackable - 1 - 100 SELF 90 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/06700-06799.xml index d1cb0715b9..021410aeb3 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/06700-06799.xml @@ -495,8 +495,6 @@ Creature - 1 - 99 60 SELF 60 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/35000-35099.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/35000-35099.xml index ca08f5b23c..b974ca4143 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/35000-35099.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/35000-35099.xml @@ -1049,8 +1049,6 @@ Playable - 1 - 111 35027 0 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55100-55199.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55100-55199.xml index 10388e1c8e..243e7bedff 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55100-55199.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55100-55199.xml @@ -587,8 +587,6 @@ Creature - 1 - 100 1 1 ENEMY @@ -671,8 +669,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -685,8 +681,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -699,8 +693,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -713,8 +705,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -727,8 +717,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -741,8 +729,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -755,8 +741,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -769,8 +753,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -783,8 +765,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -797,8 +777,6 @@ Creature - 1 - 100 1 24 ENEMY @@ -968,8 +946,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -982,8 +958,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -996,8 +970,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -1010,8 +982,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -1024,8 +994,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1038,8 +1006,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -1052,8 +1018,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -1066,8 +1030,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -1080,8 +1042,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -1094,8 +1054,6 @@ Creature - 1 - 100 1 24 ENEMY diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55700-55799.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55700-55799.xml index d926f5f40c..36bd2511e2 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55700-55799.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55700-55799.xml @@ -529,8 +529,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -544,8 +542,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -559,8 +555,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -574,8 +568,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -589,8 +581,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -604,8 +594,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -619,8 +607,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -634,8 +620,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -649,8 +633,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -664,8 +646,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -679,8 +659,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -694,8 +672,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -709,8 +685,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -813,8 +787,6 @@ Creature - 1 - 100 1 20 SELF @@ -828,8 +800,6 @@ Creature - 1 - 100 1 20 SELF @@ -843,8 +813,6 @@ Creature - 1 - 100 1 20 SELF @@ -858,8 +826,6 @@ Creature - 1 - 100 1 20 SELF @@ -873,8 +839,6 @@ Creature - 1 - 100 1 20 SELF @@ -888,8 +852,6 @@ Creature - 1 - 100 1 20 SELF @@ -903,8 +865,6 @@ Creature - 1 - 100 1 20 SELF @@ -918,8 +878,6 @@ Creature - 1 - 100 1 20 SELF @@ -933,8 +891,6 @@ Creature - 1 - 100 1 20 SELF @@ -948,8 +904,6 @@ Creature - 1 - 100 1 20 SELF @@ -963,8 +917,6 @@ Creature - 1 - 100 1 20 SELF @@ -978,8 +930,6 @@ Creature - 1 - 100 1 20 SELF @@ -993,8 +943,6 @@ Creature - 1 - 100 1 20 SELF @@ -1008,8 +956,6 @@ Creature - 1 - 100 1 20 SELF @@ -1137,8 +1083,6 @@ Creature - 1 - 100 1 20 SELF @@ -1152,8 +1096,6 @@ Creature - 1 - 100 1 20 SELF @@ -1167,8 +1109,6 @@ Creature - 1 - 100 1 20 SELF @@ -1182,8 +1122,6 @@ Creature - 1 - 100 1 20 SELF @@ -1197,8 +1135,6 @@ Creature - 1 - 100 1 20 SELF @@ -1212,8 +1148,6 @@ Creature - 1 - 100 1 20 SELF @@ -1227,8 +1161,6 @@ Creature - 1 - 100 1 20 SELF @@ -1242,8 +1174,6 @@ Creature - 1 - 100 1 20 SELF @@ -1257,8 +1187,6 @@ Creature - 1 - 100 1 20 SELF @@ -1272,8 +1200,6 @@ Creature - 1 - 100 1 20 SELF @@ -1287,8 +1213,6 @@ Creature - 1 - 100 1 20 SELF @@ -1302,8 +1226,6 @@ Creature - 1 - 100 1 20 SELF @@ -1317,8 +1239,6 @@ Creature - 1 - 100 1 20 SELF @@ -1332,8 +1252,6 @@ Creature - 1 - 100 1 20 SELF @@ -1636,8 +1554,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1647,8 +1563,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1658,8 +1572,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1669,8 +1581,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1680,8 +1590,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1691,8 +1599,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1702,8 +1608,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1713,8 +1617,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1724,8 +1626,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1735,8 +1635,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1746,8 +1644,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1757,8 +1653,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55800-55899.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55800-55899.xml index 3531828b32..56da463c42 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55800-55899.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/55800-55899.xml @@ -1164,8 +1164,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1214,8 +1212,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1225,8 +1221,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1236,8 +1230,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1345,8 +1337,6 @@ Creature - 1 - 99 100 SELF 30 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00200-00299.xml index 1201fff73e..8bb9b426b0 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00200-00299.xml @@ -78,8 +78,6 @@ Creature - 1 - 100 1 50 SELF @@ -716,8 +714,6 @@ Creature - 1 - 100 1 10 TARGET @@ -729,8 +725,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00300-00399.xml index e7d82c68db..b8dc0890bf 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00300-00399.xml @@ -2972,8 +2972,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -2985,8 +2983,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00400-00499.xml index 861fef7c82..87d4beef91 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00400-00499.xml @@ -2589,8 +2589,6 @@ Playable - 1 - 100 80 ENEMY 1 @@ -3296,8 +3294,6 @@ 1 ALL Creature - 1 - 100 SELF 1 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00500-00599.xml index d4bab2cf56..8d8a37c297 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00500-00599.xml @@ -1609,8 +1609,6 @@ Creature - 1 - 99 30 SELF 100 @@ -1791,8 +1789,6 @@ Creature - 1 - 99 5 SELF 100 @@ -1811,8 +1807,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1831,8 +1825,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1851,8 +1843,6 @@ Creature - 1 - 99 5 SELF 100 @@ -3151,8 +3141,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -3164,8 +3152,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00600-00699.xml index 3e00f291e2..4819099f6b 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00600-00699.xml @@ -1071,8 +1071,6 @@ Creature - 1 - 100 1 2 SELF @@ -1094,8 +1092,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1115,8 +1111,6 @@ Creature - 1 - 100 1 2 SELF @@ -1138,8 +1132,6 @@ Creature - 1 - 100 1 2 SELF @@ -1161,8 +1153,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00700-00799.xml index 8494030c2d..8b539f816d 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00700-00799.xml @@ -2140,8 +2140,6 @@ Creature - 1 - 99 20 SELF 300 @@ -2164,8 +2162,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2200,8 +2196,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2228,8 +2222,6 @@ Creature - 1 - 100 1 3 SELF @@ -2280,8 +2272,6 @@ Creature - 1 - 100 1 3 SELF @@ -2354,8 +2344,6 @@ Creature - 1 - 99 8 SELF 1 @@ -3132,8 +3120,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3242,8 +3228,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3329,8 +3313,6 @@ Creature - 1 - 99 20 SELF 1 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00900-00999.xml index f99ed5886f..1977193873 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/00900-00999.xml @@ -4346,8 +4346,6 @@ Creature - 1 - 99 10 SELF 1 @@ -4879,8 +4877,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 100 SELF 1 15 @@ -4904,8 +4900,6 @@ 30 SELF Creature - 1 - 100 @@ -4953,8 +4947,6 @@ DUALFIST Creature - 1 - 100 SELF 1 15 @@ -4978,8 +4970,6 @@ 30 SELF Creature - 1 - 100 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01400-01499.xml index 7df15cf5fc..230119e6d5 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01400-01499.xml @@ -1698,8 +1698,6 @@ Creature - 1 - 99 15 20 @@ -1722,8 +1720,6 @@ Creature - 1 - 99 30 40 @@ -3998,8 +3994,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4057,8 +4051,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4128,8 +4120,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4187,8 +4177,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4241,8 +4229,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4294,8 +4280,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4466,8 +4450,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4487,8 +4469,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4519,8 +4499,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4555,8 +4533,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4591,8 +4567,6 @@ Creature - 1 - 99 10 ENEMY 1 @@ -4697,8 +4671,6 @@ Creature - 1 - 99 30 SUMMON 100 @@ -4717,8 +4689,6 @@ Creature - 1 - 100 1 5 SUMMON diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01500-01599.xml index 36befc6c13..4038a00ac0 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01500-01599.xml @@ -497,8 +497,6 @@ Creature - 1 - 99 30 TARGET 100 @@ -669,8 +667,6 @@ Creature - 1 - 99 20 TARGET 1 @@ -1612,8 +1608,6 @@ Creature - 1 - 99 41 51 @@ -2196,8 +2190,6 @@ Creature - 1 - 99 60 SELF 60 @@ -2804,8 +2796,6 @@ Creature - 1 - 100 80 SELF 300 @@ -2830,8 +2820,6 @@ Creature - 1 - 100 1 5 MY_PARTY @@ -2842,8 +2830,6 @@ Creature - 1 - 100 1 10 MY_PARTY @@ -2854,8 +2840,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -3902,8 +3886,6 @@ Creature - 1 - 107 10 TARGET 1 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01600-01699.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01600-01699.xml index a01ae15c1f..e19baf0dc2 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01600-01699.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/01600-01699.xml @@ -862,8 +862,6 @@ Creature - 1 - 100 1 10 TARGET @@ -874,8 +872,6 @@ Creature - 1 - 100 1 20 TARGET @@ -886,8 +882,6 @@ Creature - 1 - 100 1 10 TARGET @@ -898,8 +892,6 @@ Creature - 1 - 100 1 20 TARGET @@ -978,8 +970,6 @@ Creature - 1 - 99 5 SELF 1 @@ -988,8 +978,6 @@ Creature - 1 - 99 10 SELF 1 @@ -998,8 +986,6 @@ Creature - 1 - 99 15 SELF 1 @@ -1008,8 +994,6 @@ Creature - 1 - 99 20 SELF 1 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/03200-03299.xml index f7c7042e9f..e63a1bc6db 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/03200-03299.xml @@ -281,8 +281,6 @@ Creature - 1 - 100 2 SELF 1 @@ -323,8 +321,6 @@ Creature - 1 - 100 1 SELF 1 @@ -365,8 +361,6 @@ Creature - 1 - 100 1 SELF 1 @@ -407,8 +401,6 @@ Creature - 1 - 100 1 SELF 1 @@ -449,8 +441,6 @@ Creature - 1 - 100 1 SELF 1 @@ -496,8 +486,6 @@ Creature - 1 - 100 1 SELF 1 @@ -543,8 +531,6 @@ Creature - 1 - 100 2 SELF 1 @@ -585,8 +571,6 @@ Creature - 1 - 100 2 SELF 1 @@ -632,8 +616,6 @@ Creature - 1 - 100 1 SELF 1 @@ -684,8 +666,6 @@ Creature - 1 - 100 1 SELF 1 @@ -731,8 +711,6 @@ Playable - 1 - 100 1 SELF 1 @@ -778,8 +756,6 @@ Creature - 1 - 100 1 SELF 1 @@ -830,8 +806,6 @@ Creature - 1 - 100 1 SELF 1 @@ -877,8 +851,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -924,8 +896,6 @@ Creature - 1 - 100 1 SELF 1 @@ -976,8 +946,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1023,8 +991,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1065,8 +1031,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1112,8 +1076,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -1164,8 +1126,6 @@ Creature - 1 - 100 2 ENEMY 1 @@ -1216,8 +1176,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1263,8 +1221,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1305,8 +1261,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1347,8 +1301,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1389,8 +1341,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1431,8 +1381,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1473,8 +1421,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1520,8 +1466,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1572,8 +1516,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1619,8 +1561,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1661,8 +1601,6 @@ Creature - 1 - 100 4 ENEMY 1 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/03600-03699.xml index 62e6a79c31..9245e45902 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/03600-03699.xml @@ -542,8 +542,6 @@ Playable - 1 - 100 10 SELF 50 @@ -614,8 +612,6 @@ Playable - 1 - 100 10 SELF 50 @@ -686,8 +682,6 @@ Playable - 1 - 100 10 SELF 50 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/04400-04499.xml index 0f6ccd5643..f6995dbf99 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/04400-04499.xml @@ -3890,8 +3890,6 @@ Playable - 1 - 100 50 ENEMY 1 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05500-05599.xml index c3765e4262..36804511e9 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05500-05599.xml @@ -1271,8 +1271,6 @@ Creature - 1 - 100 1 15 TARGET @@ -1636,8 +1634,6 @@ Creature - 1 - 100 10 10 @@ -1702,8 +1698,6 @@ Creature - 1 - 100 10 10 @@ -1776,8 +1770,6 @@ Creature - 1 - 100 10 10 @@ -1842,8 +1834,6 @@ Creature - 1 - 100 10 10 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05600-05699.xml index 29d5bc70e1..633053b307 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05600-05699.xml @@ -3214,8 +3214,6 @@ Creature - 1 - 100 1 60 SELF diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05800-05899.xml index 48ee04b81f..057984fb27 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05800-05899.xml @@ -1014,8 +1014,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05900-05999.xml index a4695ff5de..deef77244b 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 99 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 99 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 100 1 100 TARGET @@ -2090,8 +2084,6 @@ 5902 1 Attackable - 1 - 100 SELF 90 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/06700-06799.xml index d1cb0715b9..021410aeb3 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/06700-06799.xml @@ -495,8 +495,6 @@ Creature - 1 - 99 60 SELF 60 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/35000-35099.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/35000-35099.xml index ca08f5b23c..b974ca4143 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/35000-35099.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/35000-35099.xml @@ -1049,8 +1049,6 @@ Playable - 1 - 111 35027 0 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/45100-45199.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/45100-45199.xml index 94f88441ad..4007759dfd 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/45100-45199.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/45100-45199.xml @@ -1395,8 +1395,6 @@ Creature - 1 - 100 1 80 ENEMY @@ -1407,8 +1405,6 @@ Creature - 1 - 100 1 80 ENEMY @@ -1419,8 +1415,6 @@ Creature - 1 - 100 1 80 ENEMY @@ -1721,8 +1715,6 @@ 1 ALL Creature - 1 - 100 SELF 1 30 @@ -1733,8 +1725,6 @@ 1 ALL Creature - 1 - 100 SELF 1 15 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/50200-50299.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/50200-50299.xml index 3f9582c62c..3862d5fd45 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/50200-50299.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/50200-50299.xml @@ -301,8 +301,6 @@ Creature - 1 - 100 1 2 ENEMY diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55100-55199.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55100-55199.xml index 924d6bcd7c..fb027d0acf 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55100-55199.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55100-55199.xml @@ -587,8 +587,6 @@ Creature - 1 - 100 1 1 ENEMY @@ -671,8 +669,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -685,8 +681,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -699,8 +693,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -713,8 +705,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -727,8 +717,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -741,8 +729,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -755,8 +741,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -769,8 +753,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -783,8 +765,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -797,8 +777,6 @@ Creature - 1 - 100 1 24 ENEMY @@ -968,8 +946,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -982,8 +958,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -996,8 +970,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -1010,8 +982,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -1024,8 +994,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1038,8 +1006,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -1052,8 +1018,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -1066,8 +1030,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -1080,8 +1042,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -1094,8 +1054,6 @@ Creature - 1 - 100 1 24 ENEMY diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55700-55799.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55700-55799.xml index d926f5f40c..36bd2511e2 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55700-55799.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55700-55799.xml @@ -529,8 +529,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -544,8 +542,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -559,8 +555,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -574,8 +568,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -589,8 +581,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -604,8 +594,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -619,8 +607,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -634,8 +620,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -649,8 +633,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -664,8 +646,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -679,8 +659,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -694,8 +672,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -709,8 +685,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -813,8 +787,6 @@ Creature - 1 - 100 1 20 SELF @@ -828,8 +800,6 @@ Creature - 1 - 100 1 20 SELF @@ -843,8 +813,6 @@ Creature - 1 - 100 1 20 SELF @@ -858,8 +826,6 @@ Creature - 1 - 100 1 20 SELF @@ -873,8 +839,6 @@ Creature - 1 - 100 1 20 SELF @@ -888,8 +852,6 @@ Creature - 1 - 100 1 20 SELF @@ -903,8 +865,6 @@ Creature - 1 - 100 1 20 SELF @@ -918,8 +878,6 @@ Creature - 1 - 100 1 20 SELF @@ -933,8 +891,6 @@ Creature - 1 - 100 1 20 SELF @@ -948,8 +904,6 @@ Creature - 1 - 100 1 20 SELF @@ -963,8 +917,6 @@ Creature - 1 - 100 1 20 SELF @@ -978,8 +930,6 @@ Creature - 1 - 100 1 20 SELF @@ -993,8 +943,6 @@ Creature - 1 - 100 1 20 SELF @@ -1008,8 +956,6 @@ Creature - 1 - 100 1 20 SELF @@ -1137,8 +1083,6 @@ Creature - 1 - 100 1 20 SELF @@ -1152,8 +1096,6 @@ Creature - 1 - 100 1 20 SELF @@ -1167,8 +1109,6 @@ Creature - 1 - 100 1 20 SELF @@ -1182,8 +1122,6 @@ Creature - 1 - 100 1 20 SELF @@ -1197,8 +1135,6 @@ Creature - 1 - 100 1 20 SELF @@ -1212,8 +1148,6 @@ Creature - 1 - 100 1 20 SELF @@ -1227,8 +1161,6 @@ Creature - 1 - 100 1 20 SELF @@ -1242,8 +1174,6 @@ Creature - 1 - 100 1 20 SELF @@ -1257,8 +1187,6 @@ Creature - 1 - 100 1 20 SELF @@ -1272,8 +1200,6 @@ Creature - 1 - 100 1 20 SELF @@ -1287,8 +1213,6 @@ Creature - 1 - 100 1 20 SELF @@ -1302,8 +1226,6 @@ Creature - 1 - 100 1 20 SELF @@ -1317,8 +1239,6 @@ Creature - 1 - 100 1 20 SELF @@ -1332,8 +1252,6 @@ Creature - 1 - 100 1 20 SELF @@ -1636,8 +1554,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1647,8 +1563,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1658,8 +1572,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1669,8 +1581,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1680,8 +1590,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1691,8 +1599,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1702,8 +1608,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1713,8 +1617,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1724,8 +1626,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1735,8 +1635,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1746,8 +1644,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1757,8 +1653,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55800-55899.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55800-55899.xml index 306aefa702..c7479ceb41 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55800-55899.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/55800-55899.xml @@ -1164,8 +1164,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1214,8 +1212,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1225,8 +1221,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1236,8 +1230,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1345,8 +1337,6 @@ Creature - 1 - 99 100 SELF 30 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00200-00299.xml index 9d847a27b0..f55ab7b08b 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00200-00299.xml @@ -64,8 +64,6 @@ Creature - 1 - 127 1 50 SELF @@ -308,8 +306,6 @@ Creature - 1 - 127 1 33 SELF diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00300-00399.xml index bd4b71bdd9..7f4d6d3ee5 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00300-00399.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00300-00399.xml @@ -2762,8 +2762,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -2775,8 +2773,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00400-00499.xml index d1d05e6f39..8415455788 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00400-00499.xml @@ -2886,8 +2886,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -4082,8 +4080,6 @@ 1 ALL Creature - 1 - 127 SELF 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00500-00599.xml index 73ca463dda..82b5112d5f 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00500-00599.xml @@ -2054,8 +2054,6 @@ Creature - 1 - 127 30 SELF 100 @@ -2253,8 +2251,6 @@ Creature - 1 - 127 5 SELF 100 @@ -2273,8 +2269,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2293,8 +2287,6 @@ Creature - 1 - 127 5 MY_PARTY 100 @@ -2313,8 +2305,6 @@ Creature - 1 - 127 5 SELF 100 @@ -4292,8 +4282,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4305,8 +4293,6 @@ Creature - 1 - 127 1 100 MY_PARTY diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00600-00699.xml index a457604e9a..5861550182 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00600-00699.xml @@ -1421,8 +1421,6 @@ Creature - 1 - 127 1 2 SELF @@ -1444,8 +1442,6 @@ Creature - 1 - 127 2 SELF 1 @@ -1465,8 +1461,6 @@ Creature - 1 - 127 1 2 SELF @@ -1488,8 +1482,6 @@ Creature - 1 - 127 1 2 SELF @@ -1511,8 +1503,6 @@ Creature - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00700-00799.xml index b6ff654bf5..2a9fdc3ad8 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00700-00799.xml @@ -2141,8 +2141,6 @@ Creature - 1 - 127 20 SELF 300 @@ -2165,8 +2163,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2201,8 +2197,6 @@ Creature - 1 - 127 20 SELF 100 @@ -2229,8 +2223,6 @@ Creature - 1 - 127 1 3 SELF @@ -2281,8 +2273,6 @@ Creature - 1 - 127 1 3 SELF @@ -2355,8 +2345,6 @@ Creature - 1 - 127 8 SELF 1 @@ -2563,8 +2551,6 @@ Creature - 1 - 127 5 TARGET 1 @@ -3148,8 +3134,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3258,8 +3242,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3345,8 +3327,6 @@ Creature - 1 - 127 20 SELF 1 @@ -3580,8 +3560,6 @@ Creature - 1 - 127 10 MY_PARTY 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00900-00999.xml index b2a7b8bc9d..c9b4a052e1 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/00900-00999.xml @@ -4528,8 +4528,6 @@ Creature - 1 - 127 10 SELF 1 @@ -5098,8 +5096,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 127 SELF 1 15 @@ -5123,8 +5119,6 @@ 30 SELF Creature - 1 - 127 @@ -5172,8 +5166,6 @@ DUALFIST Creature - 1 - 127 SELF 1 15 @@ -5197,8 +5189,6 @@ 30 SELF Creature - 1 - 127 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01400-01499.xml index 99575d7bdc..343e1083df 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01400-01499.xml @@ -3941,8 +3941,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4000,8 +3998,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4071,8 +4067,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4130,8 +4124,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4184,8 +4176,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4237,8 +4227,6 @@ Creature - 1 - 127 30 SELF 100 @@ -4409,8 +4397,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4430,8 +4416,6 @@ Creature - 1 - 127 2 SELF 1 @@ -4462,8 +4446,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4498,8 +4480,6 @@ Creature - 1 - 127 10 TARGET 1 @@ -4534,8 +4514,6 @@ Creature - 1 - 127 10 ENEMY 1 @@ -4648,8 +4626,6 @@ Creature - 1 - 127 30 SUMMON 100 @@ -4668,8 +4644,6 @@ Creature - 1 - 127 1 5 SUMMON diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01500-01599.xml index 4d4caec1ce..39df9b2945 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01500-01599.xml @@ -556,8 +556,6 @@ Creature - 1 - 127 30 TARGET 100 @@ -773,8 +771,6 @@ Creature - 1 - 127 20 TARGET 100 @@ -1811,8 +1807,6 @@ Creature - 1 - 127 41 51 @@ -2403,8 +2397,6 @@ Creature - 1 - 127 60 SELF 60 @@ -2893,8 +2885,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3877,8 +3867,6 @@ Creature - 1 - 127 10 TARGET 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01700-01799.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01700-01799.xml index 4bae6c9080..6db3e721c2 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01700-01799.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01700-01799.xml @@ -1057,8 +1057,6 @@ Creature - 1 - 127 100 SELF 1 @@ -1161,8 +1159,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01900-01999.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01900-01999.xml index ef6417def7..a377894c59 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01900-01999.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/01900-01999.xml @@ -373,7 +373,6 @@ Creature - 1 100 SELF 1 @@ -1712,8 +1711,6 @@ Creature - 1 - 127 1 10 SELF @@ -1727,8 +1724,6 @@ 1995 1 Creature - 1 - 127 SELF 1 10 @@ -1845,8 +1840,6 @@ Creature - 1 - 127 1 4 SELF @@ -1857,8 +1850,6 @@ Creature - 1 - 127 1 2 SELF @@ -1954,8 +1945,6 @@ Playable - 1 - 127 1979 1 1 @@ -2000,8 +1989,6 @@ Playable - 1 - 127 1981 1 1000 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03200-03299.xml index afd6833dae..2d6997995b 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03200-03299.xml @@ -291,8 +291,6 @@ Creature - 1 - 127 2 SELF 1 @@ -333,8 +331,6 @@ Creature - 1 - 127 1 SELF 1 @@ -375,8 +371,6 @@ Creature - 1 - 127 1 SELF 1 @@ -417,8 +411,6 @@ Creature - 1 - 127 1 SELF 1 @@ -459,8 +451,6 @@ Creature - 1 - 127 1 SELF 1 @@ -506,8 +496,6 @@ Creature - 1 - 127 1 SELF 1 @@ -553,8 +541,6 @@ Creature - 1 - 127 2 SELF 1 @@ -595,8 +581,6 @@ Creature - 1 - 127 2 SELF 1 @@ -642,8 +626,6 @@ Creature - 1 - 127 1 SELF 1 @@ -694,8 +676,6 @@ Creature - 1 - 127 1 SELF 1 @@ -741,8 +721,6 @@ Playable - 1 - 127 1 SELF 1 @@ -788,8 +766,6 @@ Creature - 1 - 127 1 SELF 1 @@ -840,8 +816,6 @@ Creature - 1 - 127 1 SELF 1 @@ -887,8 +861,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -934,8 +906,6 @@ Creature - 1 - 127 1 SELF 1 @@ -986,8 +956,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1033,8 +1001,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1075,8 +1041,6 @@ Creature - 1 - 127 1 SELF 1 @@ -1122,8 +1086,6 @@ Creature - 1 - 127 1 ENEMY 1 @@ -1174,8 +1136,6 @@ Creature - 1 - 127 2 ENEMY 1 @@ -1226,8 +1186,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1273,8 +1231,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1315,8 +1271,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1357,8 +1311,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1399,8 +1351,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1441,8 +1391,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1483,8 +1431,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1530,8 +1476,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1582,8 +1526,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1629,8 +1571,6 @@ Creature - 1 - 127 4 ENEMY 1 @@ -1671,8 +1611,6 @@ Creature - 1 - 127 4 ENEMY 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03400-03499.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03400-03499.xml index 5d5c007bd7..296fc94917 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03400-03499.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03400-03499.xml @@ -499,8 +499,6 @@ Creature - 1 - 127 1 5 MY_PARTY @@ -521,8 +519,6 @@ Creature - 1 - 127 1 5 MY_PARTY diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03600-03699.xml index 72bc0fb1a0..dd4380dc10 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03600-03699.xml @@ -591,8 +591,6 @@ Playable - 1 - 127 10 SELF 50 @@ -663,8 +661,6 @@ Playable - 1 - 127 10 SELF 50 @@ -735,8 +731,6 @@ Playable - 1 - 127 10 SELF 50 @@ -2055,8 +2049,6 @@ Playable - 1 - 127 50 20 SELF @@ -2077,8 +2069,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2099,8 +2089,6 @@ Playable - 1 - 127 50 20 TARGET @@ -2121,8 +2109,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2143,8 +2129,6 @@ Playable - 1 - 127 5 SELF 50 @@ -2163,8 +2147,6 @@ Playable - 1 - 127 50 10 SELF @@ -2185,8 +2167,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2207,8 +2187,6 @@ Playable - 1 - 127 50 10 TARGET @@ -2229,8 +2207,6 @@ Playable - 1 - 127 10 SELF 40 @@ -2249,8 +2225,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2269,8 +2243,6 @@ Playable - 1 - 127 20 SELF 50 @@ -2307,8 +2279,6 @@ Playable - 1 - 127 10 TARGET 50 @@ -2327,8 +2297,6 @@ Playable - 1 - 127 25 TARGET 50 @@ -2399,8 +2367,6 @@ Creature - 1 - 127 2 SELF 20 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03800-03899.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03800-03899.xml index f29d691cab..371e9604b2 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03800-03899.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/03800-03899.xml @@ -457,8 +457,6 @@ Creature - 1 - 127 1 6 TARGET @@ -545,8 +543,6 @@ Creature - 1 - 127 1 6 TARGET @@ -633,8 +629,6 @@ Creature - 1 - 127 1 6 TARGET @@ -961,8 +955,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1201,8 +1193,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1305,8 +1295,6 @@ Creature - 1 - 127 1 6 TARGET @@ -1361,8 +1349,6 @@ Creature - 1 - 127 1 5 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/04400-04499.xml index 9f883f91f4..6750600908 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/04400-04499.xml @@ -3908,8 +3908,6 @@ Playable - 1 - 127 50 ENEMY 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05500-05599.xml index cdd45b846a..8625fa6838 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05500-05599.xml @@ -1291,8 +1291,6 @@ Creature - 1 - 127 1 15 TARGET @@ -1658,8 +1656,6 @@ Creature - 1 - 127 10 10 @@ -1724,8 +1720,6 @@ Creature - 1 - 127 10 10 @@ -1798,8 +1792,6 @@ Creature - 1 - 127 10 10 @@ -1864,8 +1856,6 @@ Creature - 1 - 127 10 10 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05600-05699.xml index 81bdcb3121..b7d3d29023 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05600-05699.xml @@ -3768,8 +3768,6 @@ Creature - 1 - 127 1 60 SELF diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05800-05899.xml index 25eb151101..dc67512d2d 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05800-05899.xml @@ -1036,8 +1036,6 @@ Creature - 1 - 127 1 20 TARGET diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05900-05999.xml index ad1643c9ff..f641d59b8a 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 127 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 127 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 127 1 100 TARGET @@ -2229,8 +2223,6 @@ 5902 1 Attackable - 1 - 127 SELF 90 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/06700-06799.xml index 412a066ee8..aabfc4ce70 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/06700-06799.xml @@ -562,8 +562,6 @@ Creature - 1 - 127 60 SELF 60 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08100-08199.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08100-08199.xml index 5bcfb691a5..cb93ce97a5 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08100-08199.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08100-08199.xml @@ -1171,8 +1171,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1212,8 +1210,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1257,8 +1253,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1302,8 +1296,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1354,8 +1346,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1400,8 +1390,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1450,8 +1438,6 @@ Playable - 1 - 127 2 ENEMY 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08200-08299.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08200-08299.xml index a92208b6a1..d4dc24eda7 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08200-08299.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08200-08299.xml @@ -10,8 +10,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -57,8 +55,6 @@ Playable - 1 - 127 2 SELF 1 @@ -111,8 +107,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -156,8 +150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -212,8 +204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -265,8 +255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -315,8 +303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -365,8 +351,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -414,8 +398,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -470,8 +452,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -523,8 +503,6 @@ Playable - 1 - 127 2 SELF 1 @@ -568,8 +546,6 @@ Playable - 1 - 127 2 SELF 1 @@ -621,8 +597,6 @@ Playable - 1 - 127 2 SELF 1 @@ -675,8 +649,6 @@ Playable - 1 - 127 2 SELF 1 @@ -728,8 +700,6 @@ Playable - 1 - 127 2 SELF 1 @@ -777,8 +747,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -827,8 +795,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -880,8 +846,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -934,8 +898,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -987,8 +949,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1043,8 +1003,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1096,8 +1054,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1146,8 +1102,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1196,8 +1150,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1252,8 +1204,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1305,8 +1255,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1355,8 +1303,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1408,8 +1354,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1461,8 +1405,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1515,8 +1457,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1568,8 +1508,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1622,8 +1560,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1675,8 +1611,6 @@ Playable - 1 - 127 2 SELF 1 @@ -1839,8 +1773,6 @@ Creature - 1 - 127 1 99 SELF diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08300-08399.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08300-08399.xml index 5b09046a79..258ff2a76c 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08300-08399.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08300-08399.xml @@ -22,8 +22,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -73,8 +71,6 @@ Playable - 1 - 127 10 ENEMY 50 @@ -140,8 +136,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -188,8 +182,6 @@ Playable - 1 - 127 25 ENEMY 50 @@ -245,8 +237,6 @@ Playable - 1 - 127 25 SELF 50 @@ -300,8 +290,6 @@ Playable - 1 - 127 25 SELF 50 @@ -361,8 +349,6 @@ Playable - 1 - 127 1 33 TARGET diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08400-08499.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08400-08499.xml index 3873307169..526a6f119f 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08400-08499.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08400-08499.xml @@ -372,8 +372,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -436,8 +434,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -510,8 +506,6 @@ Playable - 1 - 127 2 SELF 1 @@ -579,8 +573,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -670,8 +662,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -759,8 +749,6 @@ Playable - 1 - 127 2 SELF 1 @@ -843,8 +831,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -928,8 +914,6 @@ Playable - 1 - 127 2 ENEMY 1 @@ -1007,8 +991,6 @@ Playable - 1 - 127 2 SELF 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08500-08599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08500-08599.xml index eb959506cc..ae18fc46f4 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08500-08599.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08500-08599.xml @@ -824,8 +824,6 @@ Creature - 1 - 127 20 SELF 1 @@ -886,8 +884,6 @@ Creature - 1 - 127 8 SELF 1 @@ -964,8 +960,6 @@ Creature - 1 - 127 20 SELF 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08700-08799.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08700-08799.xml index 50bcc29adb..2cd451a09e 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08700-08799.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/08700-08799.xml @@ -191,8 +191,6 @@ Creature - 1 - 127 41 10 SELF @@ -224,8 +222,6 @@ Creature - 1 - 127 41 10 SELF @@ -257,8 +253,6 @@ Creature - 1 - 127 41 10 SELF @@ -290,8 +284,6 @@ Creature - 1 - 127 41 10 SELF diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09100-09199.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09100-09199.xml index f433dd9788..0feb11a7f4 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09100-09199.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09100-09199.xml @@ -3609,8 +3609,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09200-09299.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09200-09299.xml index 8c745adb3a..dc14a397d4 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09200-09299.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09200-09299.xml @@ -538,8 +538,6 @@ Creature - 1 - 127 80 SELF 300 @@ -912,8 +910,6 @@ Creature - 1 - 127 1 80 SELF @@ -2044,8 +2040,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2404,8 +2398,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09300-09399.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09300-09399.xml index e6481dccf0..c6ba5deac8 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09300-09399.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09300-09399.xml @@ -530,8 +530,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09500-09599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09500-09599.xml index 510ad19cbf..393c648c1c 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09500-09599.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09500-09599.xml @@ -933,8 +933,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09700-09799.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09700-09799.xml index 0e2d51cb2f..55f7992689 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09700-09799.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/09700-09799.xml @@ -1929,8 +1929,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10000-10099.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10000-10099.xml index 6bbf8d5d08..40f809cfb8 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10000-10099.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10000-10099.xml @@ -386,8 +386,6 @@ Creature - 1 - 127 30 SELF 1 @@ -3748,8 +3746,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -3952,8 +3948,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4132,8 +4126,6 @@ Creature - 1 - 127 true 10070 @@ -4194,8 +4186,6 @@ Creature - 1 - 127 30 MY_PARTY 1 @@ -4429,8 +4419,6 @@ Creature - 1 - 127 30 MY_PARTY 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10200-10299.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10200-10299.xml index 4006803deb..0762d8918b 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10200-10299.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10200-10299.xml @@ -481,8 +481,6 @@ 1 ALL Creature - 1 - 127 SELF 1 @@ -508,14 +506,10 @@ 40 SELF Creature - 1 - 127 false Creature - 1 - 127 50 SELF 1 @@ -603,8 +597,6 @@ Creature - 1 - 127 1 10 SELF @@ -2295,8 +2287,6 @@ false Creature - 1 - 127 30 10 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10300-10399.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10300-10399.xml index f8a2428da8..ddf5b50cd9 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10300-10399.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10300-10399.xml @@ -1452,8 +1452,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1466,8 +1464,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1575,8 +1571,6 @@ Creature - 1 - 127 1 10 ENEMY @@ -1589,8 +1583,6 @@ Creature - 1 - 127 1 10 ENEMY diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10500-10599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10500-10599.xml index b2dd88b45d..5d3f91901e 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10500-10599.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/10500-10599.xml @@ -1375,8 +1375,6 @@ Creature - 1 - 127 1 100 SELF @@ -1389,8 +1387,6 @@ Creature - 1 - 127 1 100 SELF @@ -1472,8 +1468,6 @@ Playable - 1 - 127 40 ENEMY 1 @@ -2149,8 +2143,6 @@ Playable - 1 - 127 80 ENEMY 1 @@ -2305,8 +2297,6 @@ Playable - 1 - 127 false TARGET 10 @@ -2322,8 +2312,6 @@ Playable - 1 - 127 false TARGET 10538 @@ -3450,8 +3438,6 @@ Creature - 1 - 127 1 100 SELF @@ -3464,8 +3450,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11000-11099.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11000-11099.xml index c90e3ce455..b9971d3be3 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11000-11099.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11000-11099.xml @@ -3482,8 +3482,6 @@ - 1 - 127 10 TARGET 1 @@ -4227,8 +4225,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4336,8 +4332,6 @@ Playable - 1 - 127 100 SELF 1 @@ -4594,8 +4588,6 @@ Playable - 1 - 127 11063 1 1 @@ -5464,8 +5456,6 @@ Playable - 1 - 127 100 ENEMY SINGLE diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11100-11199.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11100-11199.xml index dc71645fa5..a4ef51c76e 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11100-11199.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11100-11199.xml @@ -2175,8 +2175,6 @@ Creature - 1 - 127 50 ENEMY SINGLE diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11500-11599.xml index 2ab4b7040e..a1f5d6df94 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11500-11599.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11500-11599.xml @@ -53,8 +53,6 @@ Creature - 1 - 127 1 3 SELF @@ -1277,8 +1275,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2485,8 +2481,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -3217,8 +3211,6 @@ Creature - 1 - 127 100 30 SELF @@ -3710,8 +3702,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -3722,8 +3712,6 @@ Creature - 1 - 127 1 100 MY_PARTY @@ -4100,8 +4088,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -4565,8 +4551,6 @@ Creature - 1 - 127 25 SELF 300 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11600-11699.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11600-11699.xml index 49ff56aea9..b73aad83dc 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11600-11699.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11600-11699.xml @@ -1182,8 +1182,6 @@ 99 - 1 - 127 80 SELF 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11700-11799.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11700-11799.xml index 2d438b2863..5210eb1fc2 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11700-11799.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/11700-11799.xml @@ -400,8 +400,6 @@ Creature - 1 - 127 60 SELF 10 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14000-14099.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14000-14099.xml index 17c6bd9de7..8905ed756a 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14000-14099.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14000-14099.xml @@ -102,8 +102,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -534,8 +532,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -3095,8 +3091,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14200-14299.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14200-14299.xml index caf1f0cb5a..12758af9d7 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14200-14299.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14200-14299.xml @@ -2337,8 +2337,6 @@ Playable - 1 - 127 80 ENEMY 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14300-14399.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14300-14399.xml index 756cec4d78..e6ae5653f4 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14300-14399.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14300-14399.xml @@ -1862,8 +1862,6 @@ Creature - 1 - 127 50 SELF 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14500-14599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14500-14599.xml index 9db23befbc..fd940a0a55 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14500-14599.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14500-14599.xml @@ -320,8 +320,6 @@ Creature - 1 - 127 50 SELF 1 @@ -657,8 +655,6 @@ Playable - 1 - 127 100 SELF 1 @@ -869,8 +865,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -1125,8 +1119,6 @@ 1760 2 Playable - 1 - 127 SELF 50 @@ -2265,8 +2257,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14600-14699.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14600-14699.xml index df13538289..6465591fc3 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14600-14699.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14600-14699.xml @@ -453,8 +453,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14700-14799.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14700-14799.xml index 0b6edf73fe..e6b2d9ffae 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14700-14799.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/14700-14799.xml @@ -486,8 +486,6 @@ Creature - 1 - 127 300 80 true @@ -1272,8 +1270,6 @@ Creature - 1 - 127 80 SELF 300 @@ -1930,8 +1926,6 @@ Creature - 1 - 127 300 80 true diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15000-15099.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15000-15099.xml index 1e31446eaa..36d2b6176f 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15000-15099.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15000-15099.xml @@ -412,8 +412,6 @@ Creature - 1 - 127 50 SELF 1 @@ -462,8 +460,6 @@ Creature - 1 - 127 50 SELF 1 @@ -515,8 +511,6 @@ Creature - 1 - 127 50 SELF 1 @@ -571,8 +565,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1276,8 +1268,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1325,8 +1315,6 @@ Playable - 1 - 127 100 SELF 1 @@ -1374,8 +1362,6 @@ Playable - 1 - 127 100 SELF 1 @@ -2338,8 +2324,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -2424,8 +2408,6 @@ 1760 2 Playable - 1 - 127 SELF 50 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15100-15199.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15100-15199.xml index 099d9a4b3e..031a99b475 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15100-15199.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15100-15199.xml @@ -318,8 +318,6 @@ Creature - 1 - 127 50 SELF 1 @@ -374,8 +372,6 @@ Creature - 1 - 127 50 SELF 1 @@ -425,8 +421,6 @@ Creature - 1 - 127 50 SELF 1 @@ -704,8 +698,6 @@ Creature - 1 - 127 50 SELF 1 @@ -754,8 +746,6 @@ Creature - 1 - 127 50 SELF 1 @@ -1300,8 +1290,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1334,8 +1322,6 @@ Creature - 1 - 127 1 50 ENEMY diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15300-15399.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15300-15399.xml index 22f2c87604..d72a9ec2ee 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15300-15399.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15300-15399.xml @@ -334,8 +334,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1341,8 +1339,6 @@ 11556 1 Creature - 1 - 127 SELF 100 @@ -1700,8 +1696,6 @@ Creature - 1 - 127 300 80 SELF diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15600-15699.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15600-15699.xml index d896aff8d5..4e7058a211 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15600-15699.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/15600-15699.xml @@ -523,8 +523,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17100-17199.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17100-17199.xml index 98ce4420a4..c7caa2e594 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17100-17199.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17100-17199.xml @@ -825,8 +825,6 @@ Creature - 1 - 127 99 false TARGET @@ -982,8 +980,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17700-17799.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17700-17799.xml index f8c4092592..cd5f82e0c8 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17700-17799.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17700-17799.xml @@ -108,8 +108,6 @@ Creature - 1 - 127 100 100 SELF diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17800-17899.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17800-17899.xml index 5f1d3223b9..ae2722a3b8 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17800-17899.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/17800-17899.xml @@ -674,8 +674,6 @@ Creature - 1 - 127 100 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/18500-18599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/18500-18599.xml index 5748b11b89..105aa6d221 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/18500-18599.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/18500-18599.xml @@ -641,8 +641,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/19200-19299.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/19200-19299.xml index bb9edaa950..27ddf87235 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/19200-19299.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/19200-19299.xml @@ -1000,8 +1000,6 @@ Creature - 1 - 127 1 100 SELF @@ -1014,8 +1012,6 @@ Creature - 1 - 127 1 100 SELF @@ -2385,8 +2381,6 @@ Creature - 1 - 127 100 ENEMY 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/21200-21299.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/21200-21299.xml index 9088ef5705..f1defbf157 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/21200-21299.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/21200-21299.xml @@ -1051,8 +1051,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1073,8 +1071,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1095,8 +1091,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1117,8 +1111,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1139,8 +1131,6 @@ Creature - 1 - 127 1 5 TARGET @@ -1161,8 +1151,6 @@ Playable - 1 - 127 5 SELF 100 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/22600-22699.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/22600-22699.xml index 3ccabe8e1f..adf95e716b 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/22600-22699.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/22600-22699.xml @@ -2746,8 +2746,6 @@ Creature - 1 - 127 1 5 SELF diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/22900-22999.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/22900-22999.xml index c7670158d1..14d4f67c10 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/22900-22999.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/22900-22999.xml @@ -435,8 +435,6 @@ Creature - 1 - 127 80 SELF 300 @@ -529,8 +527,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23200-23299.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23200-23299.xml index 76cac4e3ec..f49f8c1df4 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23200-23299.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23200-23299.xml @@ -1841,8 +1841,6 @@ Creature - 1 - 127 80 SELF 300 @@ -3494,8 +3492,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23400-23499.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23400-23499.xml index 4114cca839..35154db026 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23400-23499.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23400-23499.xml @@ -865,8 +865,6 @@ Creature - 1 - 127 10 ENEMY SINGLE @@ -1528,8 +1526,6 @@ 5 Playable - 1 - 127 SELF 60 @@ -2273,8 +2269,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2668,8 +2662,6 @@ Creature - 1 - 127 80 SELF 300 @@ -2758,8 +2750,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23500-23599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23500-23599.xml index 29f18cccb5..96bf5b2092 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23500-23599.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/23500-23599.xml @@ -1305,8 +1305,6 @@ Creature - 1 - 127 80 SELF 300 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/27700-27799.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/27700-27799.xml index 7a675e7f1b..412b94069c 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/27700-27799.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/27700-27799.xml @@ -972,8 +972,6 @@ Creature - 1 - 127 1 2 @@ -993,8 +991,6 @@ Creature - 1 - 127 1 1 @@ -1149,8 +1145,6 @@ Creature - 1 - 127 1 2 @@ -1170,8 +1164,6 @@ Creature - 1 - 127 1 1 @@ -1198,8 +1190,6 @@ Creature - 1 - 127 1 2 @@ -1219,8 +1209,6 @@ Creature - 1 - 127 1 1 diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/27800-27899.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/27800-27899.xml index 2bfa693864..5121eedbe3 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/27800-27899.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/27800-27899.xml @@ -1415,8 +1415,6 @@ Creature - 1 - 127 1 50 ENEMY @@ -1430,8 +1428,6 @@ Creature - 1 - 127 1 40 ENEMY @@ -1445,8 +1441,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1460,8 +1454,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1475,8 +1467,6 @@ Creature - 1 - 127 1 30 ENEMY @@ -1511,8 +1501,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1547,8 +1535,6 @@ Creature - 1 - 127 1 100 ENEMY @@ -1653,8 +1639,6 @@ Creature - 1 - 127 1 30 SELF @@ -1689,8 +1673,6 @@ Creature - 1 - 127 1 30 SELF @@ -1820,8 +1802,6 @@ Creature - 1 - 127 1 30 SELF @@ -1856,8 +1836,6 @@ Creature - 1 - 127 1 30 SELF @@ -2055,8 +2033,6 @@ Creature - 1 - 127 1 30 SELF @@ -2091,8 +2067,6 @@ Creature - 1 - 127 1 30 SELF @@ -2127,8 +2101,6 @@ Creature - 1 - 127 1 30 SELF diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/30000-30099.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/30000-30099.xml index 572bbf4132..8c7af23129 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/30000-30099.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/30000-30099.xml @@ -868,8 +868,6 @@ Creature - 1 - 127 1 100 SELF @@ -882,8 +880,6 @@ Creature - 1 - 127 1 100 SELF diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java index 3b102e8ae4..968fd26838 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByAttack.java @@ -58,7 +58,7 @@ public class TriggerSkillByAttack extends AbstractEffect public TriggerSkillByAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java index 3bca38c945..9fbd279f3b 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDamage.java @@ -52,7 +52,7 @@ public class TriggerSkillByDamage extends AbstractEffect public TriggerSkillByDamage(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _hpPercent = params.getInt("hpPercent", 100); diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java index 06b4e14a09..ead77efe83 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillByDeathBlow.java @@ -50,9 +50,9 @@ public class TriggerSkillByDeathBlow extends AbstractEffect public TriggerSkillByDeathBlow(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _chance = params.getInt("chance", 100); - _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel")); + _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); _targetType = params.getEnum("targetType", TargetType.class, TargetType.SELF); _attackerType = params.getEnum("attackerType", InstanceType.class, InstanceType.Creature); } diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java index dd20c32d99..9bc76e931f 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/TriggerSkillBySkillAttack.java @@ -56,7 +56,7 @@ public class TriggerSkillBySkillAttack extends AbstractEffect public TriggerSkillBySkillAttack(StatSet params) { _minAttackerLevel = params.getInt("minAttackerLevel", 1); - _maxAttackerLevel = params.getInt("maxAttackerLevel", 127); + _maxAttackerLevel = params.getInt("maxAttackerLevel", Integer.MAX_VALUE); _minDamage = params.getInt("minDamage", 1); _chance = params.getInt("chance", 100); _skill = new SkillHolder(params.getInt("skillId"), params.getInt("skillLevel", 1)); diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00200-00299.xml index 70546dc919..c343872ef6 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00200-00299.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00200-00299.xml @@ -78,8 +78,6 @@ Creature - 1 - 100 1 50 SELF @@ -716,8 +714,6 @@ Creature - 1 - 100 1 10 TARGET @@ -729,8 +725,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00400-00499.xml index 94e6a5edd3..9413f59b5d 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00400-00499.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00400-00499.xml @@ -2782,8 +2782,6 @@ Playable - 1 - 100 80 ENEMY 1 @@ -3489,8 +3487,6 @@ 1 ALL Creature - 1 - 100 SELF 1 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00500-00599.xml index 224a7e42ee..c2e021c784 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00500-00599.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00500-00599.xml @@ -1609,8 +1609,6 @@ Creature - 1 - 99 30 SELF 100 @@ -1791,8 +1789,6 @@ Creature - 1 - 99 5 SELF 100 @@ -1811,8 +1807,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1831,8 +1825,6 @@ Creature - 1 - 99 5 MY_PARTY 100 @@ -1851,8 +1843,6 @@ Creature - 1 - 99 5 SELF 100 @@ -3151,8 +3141,6 @@ Creature - 1 - 107 1 100 MY_PARTY @@ -3164,8 +3152,6 @@ Creature - 1 - 107 1 100 MY_PARTY diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00600-00699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00600-00699.xml index d98c382a43..a12b06c104 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00600-00699.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00600-00699.xml @@ -1071,8 +1071,6 @@ Creature - 1 - 100 1 2 SELF @@ -1094,8 +1092,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1115,8 +1111,6 @@ Creature - 1 - 100 1 2 SELF @@ -1138,8 +1132,6 @@ Creature - 1 - 100 1 2 SELF @@ -1161,8 +1153,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00700-00799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00700-00799.xml index 28b1d45698..5211a9c0e6 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00700-00799.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00700-00799.xml @@ -2140,8 +2140,6 @@ Creature - 1 - 99 20 SELF 300 @@ -2164,8 +2162,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2200,8 +2196,6 @@ Creature - 1 - 99 20 SELF 100 @@ -2228,8 +2222,6 @@ Creature - 1 - 100 1 3 SELF @@ -2280,8 +2272,6 @@ Creature - 1 - 100 1 3 SELF @@ -2354,8 +2344,6 @@ Creature - 1 - 99 8 SELF 1 @@ -3146,8 +3134,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3256,8 +3242,6 @@ Creature - 1 - 99 20 SELF 1 @@ -3343,8 +3327,6 @@ Creature - 1 - 99 20 SELF 1 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00900-00999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00900-00999.xml index 8fbfb1a5be..8d641a2e7e 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00900-00999.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/00900-00999.xml @@ -4337,8 +4337,6 @@ Creature - 1 - 99 10 SELF 1 @@ -4898,8 +4896,6 @@ DUAL,SWORD,BLUNT Creature - 1 - 100 SELF 1 15 @@ -4923,8 +4919,6 @@ 30 SELF Creature - 1 - 100 @@ -4972,8 +4966,6 @@ DUALFIST Creature - 1 - 100 SELF 1 15 @@ -4997,8 +4989,6 @@ 30 SELF Creature - 1 - 100 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01400-01499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01400-01499.xml index 3edce5f431..de24dd27e8 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01400-01499.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01400-01499.xml @@ -1698,8 +1698,6 @@ Creature - 1 - 99 15 20 @@ -1722,8 +1720,6 @@ Creature - 1 - 99 30 40 @@ -4018,8 +4014,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4077,8 +4071,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4148,8 +4140,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4207,8 +4197,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4261,8 +4249,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4314,8 +4300,6 @@ Creature - 1 - 99 30 SELF 100 @@ -4486,8 +4470,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4507,8 +4489,6 @@ Creature - 1 - 99 2 SELF 1 @@ -4539,8 +4519,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4575,8 +4553,6 @@ Creature - 1 - 99 10 TARGET 1 @@ -4611,8 +4587,6 @@ Creature - 1 - 99 10 ENEMY 1 @@ -4717,8 +4691,6 @@ Creature - 1 - 99 30 SUMMON 100 @@ -4737,8 +4709,6 @@ Creature - 1 - 100 1 5 SUMMON diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01500-01599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01500-01599.xml index 74869fb669..f36187ed57 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01500-01599.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01500-01599.xml @@ -497,8 +497,6 @@ Creature - 1 - 99 30 TARGET 100 @@ -669,8 +667,6 @@ Creature - 1 - 99 20 TARGET 1 @@ -1612,8 +1608,6 @@ Creature - 1 - 99 41 51 @@ -2196,8 +2190,6 @@ Creature - 1 - 99 60 SELF 60 @@ -2864,8 +2856,6 @@ Creature - 1 - 100 80 SELF 300 @@ -2890,8 +2880,6 @@ Creature - 1 - 100 1 5 MY_PARTY @@ -2902,8 +2890,6 @@ Creature - 1 - 100 1 10 MY_PARTY @@ -2914,8 +2900,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -3962,8 +3946,6 @@ Creature - 1 - 107 10 TARGET 1 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01600-01699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01600-01699.xml index 1acda88335..9777ff6c1f 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01600-01699.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/01600-01699.xml @@ -881,8 +881,6 @@ Creature - 1 - 100 1 10 TARGET @@ -893,8 +891,6 @@ Creature - 1 - 100 1 20 TARGET @@ -905,8 +901,6 @@ Creature - 1 - 100 1 10 TARGET @@ -917,8 +911,6 @@ Creature - 1 - 100 1 20 TARGET @@ -997,8 +989,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1007,8 +997,6 @@ Creature - 1 - 99 10 SELF 1 @@ -1017,8 +1005,6 @@ Creature - 1 - 99 15 SELF 1 @@ -1027,8 +1013,6 @@ Creature - 1 - 99 20 SELF 1 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/03200-03299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/03200-03299.xml index 01f074be86..a4a501a118 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/03200-03299.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/03200-03299.xml @@ -281,8 +281,6 @@ Creature - 1 - 100 2 SELF 1 @@ -323,8 +321,6 @@ Creature - 1 - 100 1 SELF 1 @@ -365,8 +361,6 @@ Creature - 1 - 100 1 SELF 1 @@ -407,8 +401,6 @@ Creature - 1 - 100 1 SELF 1 @@ -449,8 +441,6 @@ Creature - 1 - 100 1 SELF 1 @@ -496,8 +486,6 @@ Creature - 1 - 100 1 SELF 1 @@ -543,8 +531,6 @@ Creature - 1 - 100 2 SELF 1 @@ -585,8 +571,6 @@ Creature - 1 - 100 2 SELF 1 @@ -632,8 +616,6 @@ Creature - 1 - 100 1 SELF 1 @@ -684,8 +666,6 @@ Creature - 1 - 100 1 SELF 1 @@ -731,8 +711,6 @@ Playable - 1 - 100 1 SELF 1 @@ -778,8 +756,6 @@ Creature - 1 - 100 1 SELF 1 @@ -830,8 +806,6 @@ Creature - 1 - 100 1 SELF 1 @@ -877,8 +851,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -924,8 +896,6 @@ Creature - 1 - 100 1 SELF 1 @@ -976,8 +946,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1023,8 +991,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1065,8 +1031,6 @@ Creature - 1 - 100 1 SELF 1 @@ -1112,8 +1076,6 @@ Creature - 1 - 100 1 ENEMY 1 @@ -1164,8 +1126,6 @@ Creature - 1 - 100 2 ENEMY 1 @@ -1216,8 +1176,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1263,8 +1221,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1305,8 +1261,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1347,8 +1301,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1389,8 +1341,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1431,8 +1381,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1473,8 +1421,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1520,8 +1466,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1572,8 +1516,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1619,8 +1561,6 @@ Creature - 1 - 100 4 ENEMY 1 @@ -1661,8 +1601,6 @@ Creature - 1 - 100 4 ENEMY 1 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/03600-03699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/03600-03699.xml index 170f8cc847..73e431c39b 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/03600-03699.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/03600-03699.xml @@ -542,8 +542,6 @@ Playable - 1 - 100 10 SELF 50 @@ -614,8 +612,6 @@ Playable - 1 - 100 10 SELF 50 @@ -686,8 +682,6 @@ Playable - 1 - 100 10 SELF 50 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/04400-04499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/04400-04499.xml index 62f6457629..ea4e5334ee 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/04400-04499.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/04400-04499.xml @@ -3890,8 +3890,6 @@ Playable - 1 - 100 50 ENEMY 1 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05500-05599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05500-05599.xml index 0d988738f4..8a7aeee35f 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05500-05599.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05500-05599.xml @@ -1271,8 +1271,6 @@ Creature - 1 - 100 1 15 TARGET @@ -1636,8 +1634,6 @@ Creature - 1 - 100 10 10 @@ -1702,8 +1698,6 @@ Creature - 1 - 100 10 10 @@ -1776,8 +1770,6 @@ Creature - 1 - 100 10 10 @@ -1842,8 +1834,6 @@ Creature - 1 - 100 10 10 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05600-05699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05600-05699.xml index 4427e333ec..cef5f2677b 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05600-05699.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05600-05699.xml @@ -3214,8 +3214,6 @@ Creature - 1 - 100 1 60 SELF diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05800-05899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05800-05899.xml index 568023641c..93ecc4f637 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05800-05899.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05800-05899.xml @@ -1014,8 +1014,6 @@ Creature - 1 - 100 1 20 TARGET diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05900-05999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05900-05999.xml index 0172f8fe3f..a7d881f7c2 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05900-05999.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/05900-05999.xml @@ -30,8 +30,6 @@ Creature - 1 - 99 1 90 SELF @@ -76,8 +74,6 @@ Creature - 1 - 99 1 90 SELF @@ -347,8 +343,6 @@ Creature - 1 - 100 1 100 TARGET @@ -2090,8 +2084,6 @@ 5902 1 Attackable - 1 - 100 SELF 90 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/06700-06799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/06700-06799.xml index 94a3c4afc7..a90e902fc1 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/06700-06799.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/06700-06799.xml @@ -495,8 +495,6 @@ Creature - 1 - 99 60 SELF 60 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/35000-35099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/35000-35099.xml index b13a1fd0b7..d4f6c89c07 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/35000-35099.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/35000-35099.xml @@ -1049,8 +1049,6 @@ Playable - 1 - 111 35027 0 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 04a57fd227..eecb92bd69 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 @@ -3246,8 +3246,6 @@ Creature - 1 - 100 1 80 ENEMY @@ -3258,8 +3256,6 @@ Creature - 1 - 100 1 80 ENEMY @@ -3270,8 +3266,6 @@ Creature - 1 - 100 1 80 ENEMY @@ -3616,8 +3610,6 @@ 1 ALL Creature - 1 - 100 SELF 1 30 @@ -3628,8 +3620,6 @@ 1 ALL Creature - 1 - 100 SELF 1 15 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45300-45399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45300-45399.xml index 5a331e7978..4701668edd 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45300-45399.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45300-45399.xml @@ -1575,8 +1575,6 @@ Creature - 1 - 100 1 10 TARGET @@ -1644,8 +1642,6 @@ Creature - 1 - 100 1 10 TARGET @@ -1713,8 +1709,6 @@ Creature - 1 - 100 1 10 TARGET @@ -1906,8 +1900,6 @@ Creature - 1 - 99 20 TARGET 1 @@ -2894,8 +2886,6 @@ Creature - 1 - 127 1 10 SELF diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50200-50299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50200-50299.xml index 8049c48dc5..c9b670556a 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50200-50299.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50200-50299.xml @@ -301,8 +301,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -2246,8 +2244,6 @@ true Creature - 1 - 100 10 SELF 100 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50300-50399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50300-50399.xml index 15a9ab6bf2..eb908f5195 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50300-50399.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50300-50399.xml @@ -787,8 +787,6 @@ Creature - 1 - 127 1 10 SELF @@ -799,8 +797,6 @@ Creature - 1 - 127 1 10 SELF diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55100-55199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55100-55199.xml index b28790a26f..f5191c158e 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55100-55199.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55100-55199.xml @@ -587,8 +587,6 @@ Creature - 1 - 100 1 1 ENEMY @@ -671,8 +669,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -685,8 +681,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -699,8 +693,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -713,8 +705,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -727,8 +717,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -741,8 +729,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -755,8 +741,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -769,8 +753,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -783,8 +765,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -797,8 +777,6 @@ Creature - 1 - 100 1 24 ENEMY @@ -968,8 +946,6 @@ Creature - 1 - 100 1 2 ENEMY @@ -982,8 +958,6 @@ Creature - 1 - 100 1 4 ENEMY @@ -996,8 +970,6 @@ Creature - 1 - 100 1 6 ENEMY @@ -1010,8 +982,6 @@ Creature - 1 - 100 1 8 ENEMY @@ -1024,8 +994,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1038,8 +1006,6 @@ Creature - 1 - 100 1 12 ENEMY @@ -1052,8 +1018,6 @@ Creature - 1 - 100 1 14 ENEMY @@ -1066,8 +1030,6 @@ Creature - 1 - 100 1 16 ENEMY @@ -1080,8 +1042,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -1094,8 +1054,6 @@ Creature - 1 - 100 1 24 ENEMY diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55700-55799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55700-55799.xml index d926f5f40c..36bd2511e2 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55700-55799.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55700-55799.xml @@ -529,8 +529,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -544,8 +542,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -559,8 +555,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -574,8 +568,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -589,8 +581,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -604,8 +594,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -619,8 +607,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -634,8 +620,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -649,8 +633,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -664,8 +646,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -679,8 +659,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -694,8 +672,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -709,8 +685,6 @@ Creature - 1 - 100 1 20 ENEMY @@ -813,8 +787,6 @@ Creature - 1 - 100 1 20 SELF @@ -828,8 +800,6 @@ Creature - 1 - 100 1 20 SELF @@ -843,8 +813,6 @@ Creature - 1 - 100 1 20 SELF @@ -858,8 +826,6 @@ Creature - 1 - 100 1 20 SELF @@ -873,8 +839,6 @@ Creature - 1 - 100 1 20 SELF @@ -888,8 +852,6 @@ Creature - 1 - 100 1 20 SELF @@ -903,8 +865,6 @@ Creature - 1 - 100 1 20 SELF @@ -918,8 +878,6 @@ Creature - 1 - 100 1 20 SELF @@ -933,8 +891,6 @@ Creature - 1 - 100 1 20 SELF @@ -948,8 +904,6 @@ Creature - 1 - 100 1 20 SELF @@ -963,8 +917,6 @@ Creature - 1 - 100 1 20 SELF @@ -978,8 +930,6 @@ Creature - 1 - 100 1 20 SELF @@ -993,8 +943,6 @@ Creature - 1 - 100 1 20 SELF @@ -1008,8 +956,6 @@ Creature - 1 - 100 1 20 SELF @@ -1137,8 +1083,6 @@ Creature - 1 - 100 1 20 SELF @@ -1152,8 +1096,6 @@ Creature - 1 - 100 1 20 SELF @@ -1167,8 +1109,6 @@ Creature - 1 - 100 1 20 SELF @@ -1182,8 +1122,6 @@ Creature - 1 - 100 1 20 SELF @@ -1197,8 +1135,6 @@ Creature - 1 - 100 1 20 SELF @@ -1212,8 +1148,6 @@ Creature - 1 - 100 1 20 SELF @@ -1227,8 +1161,6 @@ Creature - 1 - 100 1 20 SELF @@ -1242,8 +1174,6 @@ Creature - 1 - 100 1 20 SELF @@ -1257,8 +1187,6 @@ Creature - 1 - 100 1 20 SELF @@ -1272,8 +1200,6 @@ Creature - 1 - 100 1 20 SELF @@ -1287,8 +1213,6 @@ Creature - 1 - 100 1 20 SELF @@ -1302,8 +1226,6 @@ Creature - 1 - 100 1 20 SELF @@ -1317,8 +1239,6 @@ Creature - 1 - 100 1 20 SELF @@ -1332,8 +1252,6 @@ Creature - 1 - 100 1 20 SELF @@ -1636,8 +1554,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1647,8 +1563,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1658,8 +1572,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1669,8 +1581,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1680,8 +1590,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1691,8 +1599,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1702,8 +1608,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1713,8 +1617,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1724,8 +1626,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1735,8 +1635,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1746,8 +1644,6 @@ Creature - 1 - 99 2 SELF 1 @@ -1757,8 +1653,6 @@ Creature - 1 - 99 2 SELF 1 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55800-55899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55800-55899.xml index 306aefa702..c7479ceb41 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55800-55899.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/55800-55899.xml @@ -1164,8 +1164,6 @@ Creature - 1 - 100 1 10 ENEMY @@ -1214,8 +1212,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1225,8 +1221,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1236,8 +1230,6 @@ Creature - 1 - 99 5 SELF 1 @@ -1345,8 +1337,6 @@ Creature - 1 - 99 100 SELF 30