diff --git a/trunk/dist/game/data/scripts/handlers/effecthandlers/KnockDown.java b/trunk/dist/game/data/scripts/handlers/effecthandlers/KnockDown.java index b6904335cb..3cc8edfb90 100644 --- a/trunk/dist/game/data/scripts/handlers/effecthandlers/KnockDown.java +++ b/trunk/dist/game/data/scripts/handlers/effecthandlers/KnockDown.java @@ -25,6 +25,8 @@ import com.l2jserver.gameserver.model.StatsSet; import com.l2jserver.gameserver.model.actor.L2Character; import com.l2jserver.gameserver.model.conditions.Condition; import com.l2jserver.gameserver.model.effects.AbstractEffect; +import com.l2jserver.gameserver.model.effects.EffectFlag; +import com.l2jserver.gameserver.model.effects.L2EffectType; import com.l2jserver.gameserver.model.skills.BuffInfo; import com.l2jserver.gameserver.network.serverpackets.FlyToLocation; import com.l2jserver.gameserver.network.serverpackets.FlyToLocation.FlyType; @@ -53,6 +55,18 @@ public final class KnockDown extends AbstractEffect } } + @Override + public int getEffectFlags() + { + return EffectFlag.STUNNED.getMask(); + } + + @Override + public L2EffectType getEffectType() + { + return L2EffectType.STUN; + } + @Override public void onStart(BuffInfo info) { diff --git a/trunk/dist/game/data/stats/items/34900-34999.xml b/trunk/dist/game/data/stats/items/34900-34999.xml index 74fd77992e..68cff73a72 100644 --- a/trunk/dist/game/data/stats/items/34900-34999.xml +++ b/trunk/dist/game/data/stats/items/34900-34999.xml @@ -764,39 +764,55 @@ - - + + + + + + + + + - - - + + + - + + - - + + + + + + + + + - - - - - + + + + + + \ No newline at end of file diff --git a/trunk/dist/game/data/stats/items/35000-35099.xml b/trunk/dist/game/data/stats/items/35000-35099.xml index d2af926023..cb0af1d83a 100644 --- a/trunk/dist/game/data/stats/items/35000-35099.xml +++ b/trunk/dist/game/data/stats/items/35000-35099.xml @@ -1,39 +1,55 @@ - - + + + + + + + + + - - - + + + - + + - - + + + + + + + + + - - - + + + - + + diff --git a/trunk/dist/game/data/stats/skills/08800-08899.xml b/trunk/dist/game/data/stats/skills/08800-08899.xml index 618ed891d4..76afbd6a99 100644 --- a/trunk/dist/game/data/stats/skills/08800-08899.xml +++ b/trunk/dist/game/data/stats/skills/08800-08899.xml @@ -589,25 +589,58 @@ - - + + + + + + + + + + + + + - - + + + + + + + + + + + + + - - + + + + + + + + + + + + + diff --git a/trunk/dist/game/data/stats/skills/09400-09499.xml b/trunk/dist/game/data/stats/skills/09400-09499.xml index e94414b10e..558aab6655 100644 --- a/trunk/dist/game/data/stats/skills/09400-09499.xml +++ b/trunk/dist/game/data/stats/skills/09400-09499.xml @@ -426,16 +426,36 @@ - - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + +