diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/xsd/items.xsd b/L2J_Mobius_1.0_Ertheia/dist/game/data/xsd/items.xsd index 50aa72cd56..3ab7922fa1 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/xsd/items.xsd +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/xsd/items.xsd @@ -192,7 +192,7 @@ - + diff --git a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/engines/DocumentBase.java b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/engines/DocumentBase.java index eddbcda479..58a3451b94 100644 --- a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/engines/DocumentBase.java +++ b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/engines/DocumentBase.java @@ -896,6 +896,12 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionPlayerInInstance(Boolean.parseBoolean(a.getNodeValue()))); break; } + case "minimumvitalitypoints": + { + final int count = Integer.decode(getValue(a.getNodeValue(), null)); + cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); + break; + } } } @@ -1091,12 +1097,6 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionTargetCheckCrtEffect(Boolean.parseBoolean(a.getNodeValue()))); break; } - case "minimumvitalitypoints": - { - final int count = Integer.decode(getValue(a.getNodeValue(), null)); - cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); - break; - } } } diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/items/27500-27599.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/items/27500-27599.xml index 53c97d23ea..58cf0be928 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/items/27500-27599.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/items/27500-27599.xml @@ -1510,7 +1510,7 @@ - + diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/items/27600-27699.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/items/27600-27699.xml index aebe4fccc1..d71ed04051 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/items/27600-27699.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/items/27600-27699.xml @@ -610,7 +610,7 @@ - + diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/xsd/items.xsd b/L2J_Mobius_2.5_Underground/dist/game/data/xsd/items.xsd index d29fcc0522..a00547d790 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/xsd/items.xsd +++ b/L2J_Mobius_2.5_Underground/dist/game/data/xsd/items.xsd @@ -192,7 +192,7 @@ - + diff --git a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/engines/DocumentBase.java b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/engines/DocumentBase.java index eddbcda479..58a3451b94 100644 --- a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/engines/DocumentBase.java +++ b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/engines/DocumentBase.java @@ -896,6 +896,12 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionPlayerInInstance(Boolean.parseBoolean(a.getNodeValue()))); break; } + case "minimumvitalitypoints": + { + final int count = Integer.decode(getValue(a.getNodeValue(), null)); + cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); + break; + } } } @@ -1091,12 +1097,6 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionTargetCheckCrtEffect(Boolean.parseBoolean(a.getNodeValue()))); break; } - case "minimumvitalitypoints": - { - final int count = Integer.decode(getValue(a.getNodeValue(), null)); - cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); - break; - } } } diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/27500-27599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/27500-27599.xml index e3e2ea7002..3aa6b882a2 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/27500-27599.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/27500-27599.xml @@ -1510,7 +1510,7 @@ - + diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/27600-27699.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/27600-27699.xml index c3d5b9eede..f414900f56 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/27600-27699.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/27600-27699.xml @@ -610,7 +610,7 @@ - + diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/47300-47399.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/47300-47399.xml index 56f7f4df6f..1eeb676d6f 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/47300-47399.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/47300-47399.xml @@ -1201,7 +1201,7 @@ - + diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/47400-47499.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/47400-47499.xml index 442c319953..b238eded10 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/47400-47499.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/items/47400-47499.xml @@ -199,7 +199,7 @@ - + diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/xsd/items.xsd b/L2J_Mobius_3.0_Helios/dist/game/data/xsd/items.xsd index d29fcc0522..a00547d790 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/xsd/items.xsd +++ b/L2J_Mobius_3.0_Helios/dist/game/data/xsd/items.xsd @@ -192,7 +192,7 @@ - + diff --git a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/engines/DocumentBase.java b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/engines/DocumentBase.java index eddbcda479..58a3451b94 100644 --- a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/engines/DocumentBase.java +++ b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/engines/DocumentBase.java @@ -896,6 +896,12 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionPlayerInInstance(Boolean.parseBoolean(a.getNodeValue()))); break; } + case "minimumvitalitypoints": + { + final int count = Integer.decode(getValue(a.getNodeValue(), null)); + cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); + break; + } } } @@ -1091,12 +1097,6 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionTargetCheckCrtEffect(Boolean.parseBoolean(a.getNodeValue()))); break; } - case "minimumvitalitypoints": - { - final int count = Integer.decode(getValue(a.getNodeValue(), null)); - cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); - break; - } } } diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/27500-27599.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/27500-27599.xml index ddba20737f..8a564339d0 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/27500-27599.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/27500-27599.xml @@ -1421,7 +1421,7 @@ - + diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/27600-27699.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/27600-27699.xml index f3fb87f070..9d7ee2dca9 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/27600-27699.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/27600-27699.xml @@ -691,7 +691,7 @@ - + diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/47300-47399.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/47300-47399.xml index a615e6b644..db89ebedd4 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/47300-47399.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/47300-47399.xml @@ -1218,7 +1218,7 @@ - + diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/47400-47499.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/47400-47499.xml index dbec4fc012..5ee53757e3 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/47400-47499.xml +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/stats/items/47400-47499.xml @@ -199,7 +199,7 @@ - + diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/xsd/items.xsd b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/xsd/items.xsd index d29fcc0522..a00547d790 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/xsd/items.xsd +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/xsd/items.xsd @@ -192,7 +192,7 @@ - + diff --git a/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/engines/DocumentBase.java b/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/engines/DocumentBase.java index 21bef5f95b..eda25e6e86 100644 --- a/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/engines/DocumentBase.java +++ b/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/engines/DocumentBase.java @@ -889,6 +889,12 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionPlayerInInstance(Boolean.parseBoolean(a.getNodeValue()))); break; } + case "minimumvitalitypoints": + { + final int count = Integer.decode(getValue(a.getNodeValue(), null)); + cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); + break; + } } } @@ -1084,12 +1090,6 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionTargetCheckCrtEffect(Boolean.parseBoolean(a.getNodeValue()))); break; } - case "minimumvitalitypoints": - { - final int count = Integer.decode(getValue(a.getNodeValue(), null)); - cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); - break; - } } } diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/xsd/items.xsd b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/xsd/items.xsd index 5a89f33eff..966a1306d4 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/xsd/items.xsd +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/xsd/items.xsd @@ -192,7 +192,7 @@ - + diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/engines/DocumentBase.java b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/engines/DocumentBase.java index eddbcda479..58a3451b94 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/engines/DocumentBase.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/engines/DocumentBase.java @@ -896,6 +896,12 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionPlayerInInstance(Boolean.parseBoolean(a.getNodeValue()))); break; } + case "minimumvitalitypoints": + { + final int count = Integer.decode(getValue(a.getNodeValue(), null)); + cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); + break; + } } } @@ -1091,12 +1097,6 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionTargetCheckCrtEffect(Boolean.parseBoolean(a.getNodeValue()))); break; } - case "minimumvitalitypoints": - { - final int count = Integer.decode(getValue(a.getNodeValue(), null)); - cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); - break; - } } } diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/xsd/items.xsd b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/xsd/items.xsd index 5a89f33eff..966a1306d4 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/xsd/items.xsd +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/xsd/items.xsd @@ -192,7 +192,7 @@ - + diff --git a/L2J_Mobius_Classic_2.1_Zaken/java/com/l2jmobius/gameserver/engines/DocumentBase.java b/L2J_Mobius_Classic_2.1_Zaken/java/com/l2jmobius/gameserver/engines/DocumentBase.java index eddbcda479..58a3451b94 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/java/com/l2jmobius/gameserver/engines/DocumentBase.java +++ b/L2J_Mobius_Classic_2.1_Zaken/java/com/l2jmobius/gameserver/engines/DocumentBase.java @@ -896,6 +896,12 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionPlayerInInstance(Boolean.parseBoolean(a.getNodeValue()))); break; } + case "minimumvitalitypoints": + { + final int count = Integer.decode(getValue(a.getNodeValue(), null)); + cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); + break; + } } } @@ -1091,12 +1097,6 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionTargetCheckCrtEffect(Boolean.parseBoolean(a.getNodeValue()))); break; } - case "minimumvitalitypoints": - { - final int count = Integer.decode(getValue(a.getNodeValue(), null)); - cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); - break; - } } } diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/xsd/items.xsd b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/xsd/items.xsd index 5a89f33eff..966a1306d4 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/xsd/items.xsd +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/xsd/items.xsd @@ -192,7 +192,7 @@ - + diff --git a/L2J_Mobius_Classic_2.2_Antharas/java/com/l2jmobius/gameserver/engines/DocumentBase.java b/L2J_Mobius_Classic_2.2_Antharas/java/com/l2jmobius/gameserver/engines/DocumentBase.java index eddbcda479..58a3451b94 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/java/com/l2jmobius/gameserver/engines/DocumentBase.java +++ b/L2J_Mobius_Classic_2.2_Antharas/java/com/l2jmobius/gameserver/engines/DocumentBase.java @@ -896,6 +896,12 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionPlayerInInstance(Boolean.parseBoolean(a.getNodeValue()))); break; } + case "minimumvitalitypoints": + { + final int count = Integer.decode(getValue(a.getNodeValue(), null)); + cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); + break; + } } } @@ -1091,12 +1097,6 @@ public abstract class DocumentBase cond = joinAnd(cond, new ConditionTargetCheckCrtEffect(Boolean.parseBoolean(a.getNodeValue()))); break; } - case "minimumvitalitypoints": - { - final int count = Integer.decode(getValue(a.getNodeValue(), null)); - cond = joinAnd(cond, new ConditionMinimumVitalityPoints(count)); - break; - } } }