diff --git a/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 152426427e..a30002000f 100644 --- a/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 1355481e68..dc9069975f 100644 --- a/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -153,6 +153,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 1355481e68..dc9069975f 100644 --- a/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -153,6 +153,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 1355481e68..dc9069975f 100644 --- a/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -153,6 +153,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index c6e52cf0a0..3dfa329ab2 100644 --- a/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -153,6 +153,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 1355481e68..dc9069975f 100644 --- a/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -153,6 +153,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 1355481e68..dc9069975f 100644 --- a/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -153,6 +153,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 8f971909d8..964d10ef6e 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -153,6 +153,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_8.0_Homunculus/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_8.0_Homunculus/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index c8b8ebad4b..7e68bcfff0 100644 --- a/L2J_Mobius_8.0_Homunculus/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_8.0_Homunculus/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index c8b8ebad4b..7e68bcfff0 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index c8b8ebad4b..7e68bcfff0 100644 --- a/L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_9.2_ReturnOfTheQueenAnt_Ch2/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 152426427e..a30002000f 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 152426427e..a30002000f 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 152426427e..a30002000f 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 152426427e..a30002000f 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 152426427e..a30002000f 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 152426427e..a30002000f 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index 152426427e..a30002000f 100644 --- a/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index e83190031f..6d78270eb6 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_Essence_5.0_Sylph/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_Essence_5.0_Sylph/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index e83190031f..6d78270eb6 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_Essence_5.0_Sylph/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true); diff --git a/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java b/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java index e83190031f..6d78270eb6 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java +++ b/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/ceremonyofchaos/CeremonyOfChaosEvent.java @@ -149,6 +149,7 @@ public class CeremonyOfChaosEvent extends AbstractEvent // Remove buffs player.stopAllEffectsExceptThoseThatLastThroughDeath(); + player.getEffectList().stopEffects(info -> info.getSkill().isBlockedInOlympiad(), true, true); // Player shouldn't be able to move and is hidden player.setImmobilized(true);