From 571b29c09717b2614fb0dbace7cd869d86813757 Mon Sep 17 00:00:00 2001
From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Fri, 12 Jun 2015 13:10:35 +0000
Subject: [PATCH] -Adding Tauti weapons and skill. -Fix KnockDown improved
effect. -Thanks Matts for correction
http://l2jmobius.com/forum/viewtopic.php?f=20&p=1775&p=1783#p1775
Contributed by OdairDevalier.
---
.../handlers/effecthandlers/KnockDown.java | 14 ++++++
.../game/data/stats/items/34900-34999.xml | 42 +++++++++++------
.../game/data/stats/items/35000-35099.xml | 40 ++++++++++++-----
.../game/data/stats/skills/08800-08899.xml | 45 ++++++++++++++++---
.../game/data/stats/skills/09400-09499.xml | 32 ++++++++++---
5 files changed, 136 insertions(+), 37 deletions(-)
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 @@
-
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+