From ed7267ebac61d8abfeb907a2cd27351dab0873ca Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 18 Jan 2020 11:51:05 +0000 Subject: [PATCH] Updated raidboss NPC templates at 29300-29399.xml file. --- .../db_installer/sql/game/grandboss_data.sql | 2 +- .../data/scripts/ai/bosses/Orfen/Orfen.java | 30 +- .../dist/game/data/stats/npcs/29300-29399.xml | 199 +++- .../dist/game/data/stats/npcs/29300-29399.xml | 865 +++++++++++++--- .../game/data/stats/skills/32500-32599.xml | 426 +++++++- .../dist/game/data/stats/npcs/29300-29399.xml | 952 ++++++++++++++---- .../game/data/stats/skills/32500-32599.xml | 426 +++++++- .../game/data/stats/skills/32900-32999.xml | 18 + 8 files changed, 2421 insertions(+), 497 deletions(-) diff --git a/L2J_Mobius_5.5_EtinasFate/dist/db_installer/sql/game/grandboss_data.sql b/L2J_Mobius_5.5_EtinasFate/dist/db_installer/sql/game/grandboss_data.sql index cdf2d6c810..e14345aecf 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/db_installer/sql/game/grandboss_data.sql +++ b/L2J_Mobius_5.5_EtinasFate/dist/db_installer/sql/game/grandboss_data.sql @@ -15,7 +15,7 @@ CREATE TABLE IF NOT EXISTS `grandboss_data` ( INSERT IGNORE INTO `grandboss_data` (`boss_id`,`loc_x`,`loc_y`,`loc_z`,`heading`,`currentHP`,`currentMP`) VALUES (29001, -21610, 181594, -5734, 0, 229898.48, 667.776), -- Queen Ant (29006, 17726, 108915, -6480, 0, 622493.58388, 3793.536), -- Core -(29014, 55024, 17368, -5412, 10126, 622493.58388, 3793.536), -- Orfen +(29325, 43400, 16504, -4395, 0, 622493.58388, 3793.536), -- Orfen (29020, 116033, 17447, 10107, -25348, 4068372, 39960), -- Baium (29068, 185708, 114298, -8221,32768, 62802301, 1998000), -- Antharas (29028, -105200, -253104, -15264, 0, 62041918, 2248572), -- Valakas diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/bosses/Orfen/Orfen.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/bosses/Orfen/Orfen.java index d797e0dd0e..c2b594a26c 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/bosses/Orfen/Orfen.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/bosses/Orfen/Orfen.java @@ -64,11 +64,11 @@ public class Orfen extends AbstractNpcAI NpcStringId.S1_DO_YOU_THINK_THAT_S_GOING_TO_WORK }; - private static final int ORFEN = 29014; + private static final int ORFEN = 29325; // private static final int RAIKEL = 29015; - private static final int RAIKEL_LEOS = 29016; + private static final int ARIMA = 29326; // private static final int RIBA = 29017; - private static final int RIBA_IREN = 29018; + private static final int ARIMUS = 29327; private static boolean _IsTeleported; private static Set _minions = ConcurrentHashMap.newKeySet(); @@ -86,8 +86,8 @@ public class Orfen extends AbstractNpcAI final int[] mobs = { ORFEN, - RAIKEL_LEOS, - RIBA_IREN + ARIMA, + ARIMUS }; registerMobs(mobs); _IsTeleported = false; @@ -158,16 +158,16 @@ public class Orfen extends AbstractNpcAI final int x = npc.getX(); final int y = npc.getY(); Attackable mob; - mob = (Attackable) addSpawn(RAIKEL_LEOS, x + 100, y + 100, npc.getZ(), 0, false, 0); + mob = (Attackable) addSpawn(ARIMA, x + 100, y + 100, npc.getZ(), 0, false, 0); mob.setIsRaidMinion(true); _minions.add(mob); - mob = (Attackable) addSpawn(RAIKEL_LEOS, x + 100, y - 100, npc.getZ(), 0, false, 0); + mob = (Attackable) addSpawn(ARIMA, x + 100, y - 100, npc.getZ(), 0, false, 0); mob.setIsRaidMinion(true); _minions.add(mob); - mob = (Attackable) addSpawn(RAIKEL_LEOS, x - 100, y + 100, npc.getZ(), 0, false, 0); + mob = (Attackable) addSpawn(ARIMA, x - 100, y + 100, npc.getZ(), 0, false, 0); mob.setIsRaidMinion(true); _minions.add(mob); - mob = (Attackable) addSpawn(RAIKEL_LEOS, x - 100, y - 100, npc.getZ(), 0, false, 0); + mob = (Attackable) addSpawn(ARIMA, x - 100, y - 100, npc.getZ(), 0, false, 0); mob.setIsRaidMinion(true); _minions.add(mob); startQuestTimer("check_minion_loc", 10000, npc, null, true); @@ -230,7 +230,7 @@ public class Orfen extends AbstractNpcAI } else if (event.equalsIgnoreCase("spawn_minion")) { - final Attackable mob = (Attackable) addSpawn(RAIKEL_LEOS, npc.getX(), npc.getY(), npc.getZ(), 0, false, 0); + final Attackable mob = (Attackable) addSpawn(ARIMA, npc.getX(), npc.getY(), npc.getZ(), 0, false, 0); mob.setIsRaidMinion(true); _minions.add(mob); } @@ -263,19 +263,19 @@ public class Orfen extends AbstractNpcAI } final int npcId = npc.getId(); final int callerId = caller.getId(); - if ((npcId == RAIKEL_LEOS) && (getRandom(20) == 0)) + if ((npcId == ARIMA) && (getRandom(20) == 0)) { npc.setTarget(attacker); npc.doCast(BLOW.getSkill()); } - else if (npcId == RIBA_IREN) + else if (npcId == ARIMUS) { int chance = 1; if (callerId == ORFEN) { chance = 9; } - if ((callerId != RIBA_IREN) && (caller.getCurrentHp() < (caller.getMaxHp() / 2.0)) && (getRandom(10) < chance)) + if ((callerId != ARIMUS) && (caller.getCurrentHp() < (caller.getMaxHp() / 2.0)) && (getRandom(10) < chance)) { npc.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE, null, null); npc.setTarget(caller); @@ -304,7 +304,7 @@ public class Orfen extends AbstractNpcAI npc.doCast(PARALYSIS.getSkill()); } } - else if (npcId == RIBA_IREN) + else if (npcId == ARIMUS) { if (!npc.isCastingNow(SkillCaster::isAnyNormalType) && ((npc.getCurrentHp() - damage) < (npc.getMaxHp() / 2.0))) { @@ -335,7 +335,7 @@ public class Orfen extends AbstractNpcAI startQuestTimer("despawn_minions", 20000, null, null); cancelQuestTimers("spawn_minion"); } - else if ((GrandBossManager.getInstance().getBossStatus(ORFEN) == ALIVE) && (npc.getId() == RAIKEL_LEOS)) + else if ((GrandBossManager.getInstance().getBossStatus(ORFEN) == ALIVE) && (npc.getId() == ARIMA)) { _minions.remove(npc); startQuestTimer("spawn_minion", 360000, npc, null); diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/npcs/29300-29399.xml b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/npcs/29300-29399.xml index 2b7712348f..fb2434b1e0 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/npcs/29300-29399.xml +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/npcs/29300-29399.xml @@ -3,14 +3,16 @@ UNDEAD MALE + - - - + + + - - + + + @@ -21,6 +23,9 @@ + + + @@ -180,7 +185,7 @@ - + @@ -217,7 +222,7 @@ - + @@ -257,7 +262,7 @@ - + @@ -391,11 +396,14 @@ + + + @@ -408,11 +416,14 @@ + + + @@ -736,7 +747,7 @@ - + HUMANOID MALE @@ -744,24 +755,37 @@ + + + + + - + + + GREAT_TEMPLE + + + - + + + + - + HUMANOID MALE @@ -769,25 +793,34 @@ + + + + + - - - - - + + + GREAT_TEMPLE + + + - + + + + @@ -872,7 +905,7 @@ - + DEMONIC MALE @@ -880,25 +913,30 @@ + + + + + - - - - - + + + GREAT_TEMPLE + + + - @@ -991,17 +1029,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1009,6 +1057,8 @@ + + @@ -1019,17 +1069,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1037,6 +1097,8 @@ + + @@ -1047,17 +1109,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1065,6 +1137,8 @@ + + @@ -1075,17 +1149,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1093,16 +1177,33 @@ + + - - - + + + + + + + + + + + + + + + + + + FAIRY FEMALE @@ -1111,6 +1212,10 @@ + + + + @@ -1126,22 +1231,21 @@ - - - - - - - - - - - - + + + + + + + + + + + 300 true @@ -1230,6 +1334,10 @@ + + + + @@ -1264,8 +1372,9 @@ BUG FEMALE + - + diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/29300-29399.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/29300-29399.xml index b16be9b46e..7bc6f39032 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/29300-29399.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/npcs/29300-29399.xml @@ -3,14 +3,16 @@ UNDEAD MALE + - + - - + + + @@ -21,6 +23,9 @@ + + + @@ -180,7 +185,7 @@ - + @@ -217,7 +222,7 @@ - + @@ -257,7 +262,7 @@ - + @@ -391,11 +396,14 @@ + + + @@ -408,11 +416,14 @@ + + + @@ -736,7 +747,7 @@ - + HUMANOID MALE @@ -744,24 +755,37 @@ + + + + + - + + + GREAT_TEMPLE + + + - + + + + - + HUMANOID MALE @@ -769,25 +793,34 @@ + + + + + - - - - - + + + GREAT_TEMPLE + + + - + + + + @@ -872,7 +905,7 @@ - + DEMONIC MALE @@ -880,25 +913,30 @@ + + + + + - - - - - + + + GREAT_TEMPLE + + + - @@ -991,17 +1029,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1009,6 +1057,8 @@ + + @@ -1019,17 +1069,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1037,6 +1097,8 @@ + + @@ -1047,17 +1109,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1065,6 +1137,8 @@ + + @@ -1075,17 +1149,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1093,16 +1177,33 @@ + + - - - + + + + + + + + + + + + + + + + + + FAIRY FEMALE @@ -1111,6 +1212,10 @@ + + + + @@ -1126,22 +1231,22 @@ - - - - - - - - - - - - + + + + + + + + + + + + 300 true @@ -1231,6 +1336,10 @@ + + + + @@ -1244,6 +1353,7 @@ + 300 true @@ -1265,8 +1375,9 @@ BUG FEMALE + - + @@ -1449,14 +1560,19 @@ + + + + + + - - - + + + - DEMONIC FEMALE @@ -1482,14 +1598,17 @@ - + + + + + - - - - - + + + + true @@ -1609,6 +1728,8 @@ + + true @@ -1641,6 +1762,8 @@ + + true @@ -1673,6 +1796,11 @@ + + + + + true @@ -2120,15 +2248,19 @@ + + + + + + - - - + + + - - DIVINE FEMALE @@ -2154,10 +2286,11 @@ - - - - + + + + + @@ -2276,8 +2409,8 @@ - - + + @@ -2314,6 +2447,8 @@ + + true @@ -2346,6 +2481,10 @@ + + + + true @@ -2794,9 +2933,10 @@ - + DRAGON - + + @@ -2804,8 +2944,17 @@ + + + + + - + + + FAFURION + + @@ -2813,6 +2962,18 @@ + + + + + + + + + + + + @@ -2901,9 +3062,10 @@ - + DRAGON - + + @@ -2911,8 +3073,17 @@ + + + + + - + + + FAFURION + + @@ -2920,6 +3091,18 @@ + + + + + + + + + + + + @@ -3012,9 +3195,10 @@ - + DRAGON - + + @@ -3022,8 +3206,17 @@ + + + + + - + + + FAFURION + + @@ -3031,6 +3224,18 @@ + + + + + + + + + + + + @@ -3130,9 +3335,10 @@ - + DRAGON - + + @@ -3140,8 +3346,17 @@ + + + + + - + + + FAFURION + + @@ -3149,6 +3364,18 @@ + + + + + + + + + + + + @@ -3248,8 +3475,9 @@ - + DRAGON + @@ -3259,11 +3487,16 @@ - - + + + - + + + FAFURION + + @@ -3273,13 +3506,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + DRAGON + @@ -3289,11 +3630,16 @@ - - + + + - + + + FAFURION + + @@ -3303,12 +3649,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + DRAGON MALE @@ -3317,16 +3770,20 @@ - - + + - + - + + + FAFURION + + @@ -3339,9 +3796,17 @@ + + + + + + + + @@ -3434,184 +3899,232 @@ - ETC + DRAGON FEMALE - - + + + - - - - - + + + FAFURION + + + + + + + - ETC + DRAGON FEMALE - + - - + + + - - - - - + + + FAFURION + + + + + + + + - ETC + DRAGON FEMALE - - + + + - - - - - + + + FAFURION + + + + + + + + - ETC + DRAGON FEMALE - - + + + - - - - - + + + FAFURION + + - - + + + + + + + + + + - ETC + DRAGON FEMALE - - + + + - - - - - + + + FAFURION + + - - + + + + + + + + + - ETC + DRAGON FEMALE - - + + + - - - - - + + + FAFURION + + - - + + + + + + + + + + + + @@ -3630,8 +4143,8 @@ - - + + @@ -3650,8 +4163,11 @@ + + + - + CYRAX @@ -3666,15 +4182,20 @@ - - + + + - + + + CYRAX + + @@ -3684,6 +4205,10 @@ + + + + @@ -3696,15 +4221,20 @@ - - + + + - + + + CYRAX + + @@ -3714,6 +4244,8 @@ + + @@ -3725,15 +4257,20 @@ - - + + + - + + + CYRAX + + @@ -3743,6 +4280,9 @@ + + + @@ -3754,15 +4294,20 @@ - - + + + - + + + CYRAX + + @@ -3772,6 +4317,8 @@ + + diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/32500-32599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/32500-32599.xml index 358e7b229b..6682582fd3 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/32500-32599.xml +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/32500-32599.xml @@ -444,38 +444,36 @@ A1 1 + -1 900 + 1400 1500 500 -700 - 100 - 0 - 1000 - 1100 ENEMY SINGLE - 723 + 25000 + 12-12 + 300 A1 1 + -1 900 3000 500 -700 - 70 - 0 - 900 - SELF - POINT_BLANK + ENEMY + RANGE NOT_FRIEND - 723 + 25000 @@ -489,20 +487,27 @@ 500 10000 -700 - 1 + 10 5 - ROOT_MAGICALLY - ROOT - 200-200 - 0 - 100 - 1200 - HOLD + SILENCE_ALL + SILENCE + 500 + 40-40 + 300 + MAGIC + 20 + -1 + 5 + DERANGEMENT SELF POINT_BLANK NOT_FRIEND - + + 25000 + + + @@ -511,36 +516,118 @@ 2000 500 -700 + 6-12 + 200 + -1 + 5 + SELF + POINT_BLANK + NOT_FRIEND + + + 25000 + + icon.skill32540 - A1 + A2 1 500 500 + 1 + 10 + INVINCIBILITY + INVINCIBILITY + SELF + SINGLE + 379 + + + BLOCK_HP + + + BLOCK_MP + + + + DEBUFF + 100 + 10 + + + -100 + ALL + + A1 40 + 400 1500 500 -700 + 5 + ENEMY + SINGLE + -1 + + + 400000 + + A1 1500 500 -700 + 5 + SELF + POINT_BLANK + NOT_FRIEND + 6-12 + 150 + -1 + + + 400000 + + icon.skill0100 - A1 + A2 true 2000 500 -700 + 6-12 + 200 + 1 + 5 + STUN + STUN + 90 + PHYSICAL + 1 + -1 + -5 + SHOCK + SELF + POINT_BLANK + NOT_FRIEND + + + 400000 + + + 10279;10517;10025;10776;11770;1904;11264;11093;13314;1912 + + A1 @@ -549,16 +636,39 @@ 2000 500 -700 + 1400 + -1 + ENEMY + SINGLE + + + 25000 + + icon.skill1169 - A1 + A2 1 true 2000 500 -700 + 1 + 3 + TURN_FLEE + TURN_FLEE + 300 + -1 + DERANGEMENT + SELF + POINT_BLANK + NOT_FRIEND + + + + A1 @@ -567,6 +677,17 @@ 2000 500 -700 + 12-12 + 300 + -1 + ENEMY + RANGE + NOT_FRIEND + + + 25000 + + A1 @@ -574,16 +695,45 @@ 2000 500 -700 + 6-12 + 200 + -1 + 5 + SELF + POINT_BLANK + NOT_FRIEND + + + 25000 + + icon.skill1201 - A1 + A2 1 true 2000 500 -700 + 6-12 + 200 + 1 + 10 + ROOT_MAGICALLY + ROOT + 90 + MAGIC + -1 + -5 + HOLD + SELF + POINT_BLANK + NOT_FRIEND + + + A1 @@ -732,14 +882,14 @@ 1000 500 -100 - 0 - 3000 - 500 + 400 + 5 ENEMY SINGLE + -1 - 61189 + 500000 @@ -749,17 +899,18 @@ 2000 500 -100 - 200-200 - 0 - 3000 - 500 - 0;0;500;90 + 900 + 40-40 + 900 + 0;0;900;90 + 5 + -1 ENEMY FAN NOT_FRIEND - 61189 + 500000 @@ -767,25 +918,33 @@ icon.skill1170 A2 - true 5000 500 10000 -100 - 100 - 1 + true + 10 2 PARALYZE PARALYZE - 0 - 200-200 - 1000 + 500 + 40-40 + 300 + MAGIC + 20 + -1 + 5 PARALYZE SELF POINT_BLANK NOT_FRIEND - + + 25000 + + + 10279;10517;10025;10776;11770;1904;11264;11093;13314;1912 + @@ -793,82 +952,241 @@ 2000 500 -100 + 5 + SELF + POINT_BLANK + NOT_FRIEND + 6-12 + 150 + -1 + + + 500000 + + icon.skill32570 - A1 + A2 500 500 + 1 + 10 + INVINCIBILITY + INVINCIBILITY + SELF + SINGLE + 379 + + + BLOCK_HP + + + BLOCK_MP + + + + DEBUFF + 100 + 10 + + + -100 + ALL + + icon.skill10026 - A1 - true + A2 600 + 1400 1500 500 -100 + true + 1 + 3 + TARGET_LOCK + 100 + -1 + NONE + 5 + ENEMY_ONLY + SINGLE + + + + A1 40 + 400 1500 500 -100 + 5 + ENEMY + SINGLE + -1 + + + 400000 + + icon.skill10027 - A1 - true + A2 1500 500 -100 + true + 1 + 5 + TARGET_LOCK + 100 + 40-40 + 500 + -1 + 5 + NONE + 0 + SELF + POINT_BLANK + NOT_FRIEND + + + + icon.skill1068 - A1 - 1 + A2 2000 500 + 1 + 99 + 300 + PA_UP + 400 + -1 + NONE + -5 + -1 + SELF + RANGE + FRIEND + + + 15 + PER + + icon.skill0100 - A1 - 1 - true + A2 2000 500 -100 + 1 + true + 10 + 2 + PARALYZE + PARALYZE + 500 + 40-40 + 300 + MAGIC + 20 + -1 + 5 + PARALYZE + SELF + POINT_BLANK + NOT_FRIEND + + + 25000 + + + 10279;10517;10025;10776;11770;1904;11264;11093;13314;1912 + + A1 - 1 900 + 1400 2000 500 -100 + 1 + -1 + ENEMY + SINGLE + + + 20000 + + A1 - 1 900 + 1400 2000 500 -100 + 1 + -1 + 40-40 + 500 + 5 + ENEMY + RANGE + NOT_FRIEND + + + 20000 + + icon.skill1044 - A1 + A2 900 3000 500 100 + 1 + 300 + HEAL_EFFECT_UP + 1000 + -1 + NONE + 5 + SELF + RANGE + FRIEND + + + 15 + PER + + + 1000846 + + A1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/npcs/29300-29399.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/npcs/29300-29399.xml index 2dbb5bc31a..7864e485cd 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/npcs/29300-29399.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/npcs/29300-29399.xml @@ -3,14 +3,16 @@ UNDEAD MALE + - + - - + + + @@ -21,6 +23,9 @@ + + + @@ -180,7 +185,7 @@ - + @@ -217,7 +222,7 @@ - + @@ -257,7 +262,7 @@ - + @@ -391,11 +396,14 @@ + + + @@ -408,11 +416,14 @@ + + + @@ -736,7 +747,7 @@ - + HUMANOID MALE @@ -744,24 +755,37 @@ + + + + + - + + + GREAT_TEMPLE + + + - + + + + - + HUMANOID MALE @@ -769,25 +793,34 @@ + + + + + - - - - - + + + GREAT_TEMPLE + + + - + + + + @@ -872,7 +905,7 @@ - + DEMONIC MALE @@ -880,25 +913,30 @@ + + + + + - - - - - + + + GREAT_TEMPLE + + + - @@ -991,17 +1029,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1009,6 +1057,8 @@ + + @@ -1019,17 +1069,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1037,6 +1097,8 @@ + + @@ -1047,17 +1109,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1065,6 +1137,8 @@ + + @@ -1075,17 +1149,27 @@ + + + + + - + + + GREAT_TEMPLE + + + @@ -1093,11 +1177,16 @@ + + + + + @@ -1124,6 +1213,10 @@ + + + + @@ -1137,13 +1230,19 @@ + + + + + + @@ -1231,6 +1330,10 @@ + + + + @@ -1244,6 +1347,7 @@ + 300 true @@ -1257,7 +1361,7 @@ - + @@ -1265,8 +1369,9 @@ BUG FEMALE + - + @@ -1465,21 +1570,20 @@ DEMONIC - MALE + FEMALE + + + + - - - - - 500 @@ -1488,15 +1592,20 @@ - - - + + + + + + + + true @@ -1577,8 +1686,8 @@ - - + + 480 @@ -1591,6 +1700,8 @@ + + true @@ -1611,8 +1722,8 @@ - - + + 630 @@ -1623,6 +1734,8 @@ + + true @@ -1643,8 +1756,8 @@ - - + + 630 @@ -1655,6 +1768,11 @@ + + + + + true @@ -2110,9 +2228,9 @@ - - - + + + @@ -2129,8 +2247,8 @@ - - + + 560 @@ -2141,14 +2259,16 @@ + + - - - + + + true @@ -2230,16 +2350,16 @@ - - + + 480 - - + + @@ -2264,8 +2384,8 @@ - - + + 630 @@ -2276,6 +2396,8 @@ + + true @@ -2296,8 +2418,8 @@ - - + + 630 @@ -2308,6 +2430,10 @@ + + + + true @@ -2756,9 +2882,10 @@ - + DRAGON - + + @@ -2766,8 +2893,17 @@ + + + + + - + + + FAFURION + + @@ -2775,6 +2911,19 @@ + + + + + + + + + + + + + @@ -2863,9 +3012,10 @@ - + DRAGON - + + @@ -2873,8 +3023,17 @@ + + + + + - + + + FAFURION + + @@ -2882,6 +3041,19 @@ + + + + + + + + + + + + + @@ -2974,9 +3146,10 @@ - + DRAGON - + + @@ -2984,8 +3157,17 @@ + + + + + - + + + FAFURION + + @@ -2993,6 +3175,19 @@ + + + + + + + + + + + + + @@ -3092,9 +3287,10 @@ - + DRAGON - + + @@ -3102,8 +3298,17 @@ + + + + + - + + + FAFURION + + @@ -3111,6 +3316,19 @@ + + + + + + + + + + + + + @@ -3210,8 +3428,9 @@ - + DRAGON + @@ -3221,11 +3440,16 @@ - - + + + - + + + FAFURION + + @@ -3233,15 +3457,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + DRAGON + @@ -3251,11 +3584,16 @@ - - + + + - + + + FAFURION + + @@ -3263,14 +3601,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + DRAGON MALE @@ -3279,16 +3725,20 @@ - - + + - + - + + + FAFURION + + @@ -3299,11 +3749,20 @@ + + + + + + + + + @@ -3396,184 +3855,232 @@ - ETC + DRAGON FEMALE - - + + + - - - - - + + + FAFURION + + + + + + + - ETC + DRAGON FEMALE - + - - + + + - - - - - + + + FAFURION + + + + + + + + - ETC + DRAGON FEMALE - - + + + - - - - - + + + FAFURION + + + + + + + + - ETC + DRAGON FEMALE - - + + + - - - - - + + + FAFURION + + - - + + + + + + + + + + - ETC + DRAGON FEMALE - - + + + - - - - - + + + FAFURION + + - - + + + + + + + + + - ETC + DRAGON FEMALE - - + + + - - - - - + + + FAFURION + + - - + + + + + + + + + + + + @@ -3593,8 +4100,8 @@ - - + + @@ -3614,8 +4121,11 @@ + + + - + CYRAX @@ -3630,15 +4140,20 @@ - - + + + - + + + CYRAX + + @@ -3648,6 +4163,10 @@ + + + + @@ -3660,15 +4179,20 @@ - - + + + - + + + CYRAX + + @@ -3678,6 +4202,8 @@ + + @@ -3689,15 +4215,20 @@ - - + + + - + + + CYRAX + + @@ -3707,6 +4238,9 @@ + + + @@ -3718,15 +4252,20 @@ - - + + + - + + + CYRAX + + @@ -3736,26 +4275,101 @@ + + - - - ETC - FEMALE - - - + + UNDEAD + MALE + + + + + + + + + + - - + + - - + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/32500-32599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/32500-32599.xml index 315a975202..70cccf2a14 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/32500-32599.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/32500-32599.xml @@ -444,38 +444,36 @@ A1 1 + -1 900 + 1400 1500 500 -700 - 100 - 0 - 1000 - 1100 ENEMY SINGLE - 723 + 25000 + 12-12 + 300 A1 1 + -1 900 3000 500 -700 - 70 - 0 - 900 - SELF - POINT_BLANK + ENEMY + RANGE NOT_FRIEND - 723 + 25000 @@ -489,20 +487,27 @@ 500 10000 -700 - 1 + 10 5 - ROOT_MAGICALLY - ROOT - 200-200 - 0 - 100 - 1200 - HOLD + SILENCE_ALL + SILENCE + 500 + 40-40 + 300 + MAGIC + 20 + -1 + 5 + DERANGEMENT SELF POINT_BLANK NOT_FRIEND - + + 25000 + + + @@ -511,36 +516,118 @@ 2000 500 -700 + 6-12 + 200 + -1 + 5 + SELF + POINT_BLANK + NOT_FRIEND + + + 25000 + + icon.skill32540 - A1 + A2 1 500 500 + 1 + 10 + INVINCIBILITY + INVINCIBILITY + SELF + SINGLE + 379 + + + BLOCK_HP + + + BLOCK_MP + + + + DEBUFF + 100 + 10 + + + -100 + ALL + + A1 40 + 400 1500 500 -700 + 5 + ENEMY + SINGLE + -1 + + + 400000 + + A1 1500 500 -700 + 5 + SELF + POINT_BLANK + NOT_FRIEND + 6-12 + 150 + -1 + + + 400000 + + icon.skill0100 - A1 + A2 true 2000 500 -700 + 6-12 + 200 + 1 + 5 + STUN + STUN + 90 + PHYSICAL + 1 + -1 + -5 + SHOCK + SELF + POINT_BLANK + NOT_FRIEND + + + 400000 + + + 10279;10517;10025;10776;11770;1904;11264;11093;13314;1912 + + A1 @@ -549,16 +636,39 @@ 2000 500 -700 + 1400 + -1 + ENEMY + SINGLE + + + 25000 + + icon.skill1169 - A1 + A2 1 true 2000 500 -700 + 1 + 3 + TURN_FLEE + TURN_FLEE + 300 + -1 + DERANGEMENT + SELF + POINT_BLANK + NOT_FRIEND + + + + A1 @@ -567,6 +677,17 @@ 2000 500 -700 + 12-12 + 300 + -1 + ENEMY + RANGE + NOT_FRIEND + + + 25000 + + A1 @@ -574,16 +695,45 @@ 2000 500 -700 + 6-12 + 200 + -1 + 5 + SELF + POINT_BLANK + NOT_FRIEND + + + 25000 + + icon.skill1201 - A1 + A2 1 true 2000 500 -700 + 6-12 + 200 + 1 + 10 + ROOT_MAGICALLY + ROOT + 90 + MAGIC + -1 + -5 + HOLD + SELF + POINT_BLANK + NOT_FRIEND + + + A1 @@ -732,14 +882,14 @@ 1000 500 -100 - 0 - 3000 - 500 + 400 + 5 ENEMY SINGLE + -1 - 61189 + 500000 @@ -749,17 +899,18 @@ 2000 500 -100 - 200-200 - 0 - 3000 - 500 - 0;0;500;90 + 900 + 40-40 + 900 + 0;0;900;90 + 5 + -1 ENEMY FAN NOT_FRIEND - 61189 + 500000 @@ -767,25 +918,33 @@ icon.skill1170 A2 - true 5000 500 10000 -100 - 100 - 1 + true + 10 2 PARALYZE PARALYZE - 0 - 200-200 - 1000 + 500 + 40-40 + 300 + MAGIC + 20 + -1 + 5 PARALYZE SELF POINT_BLANK NOT_FRIEND - + + 25000 + + + 10279;10517;10025;10776;11770;1904;11264;11093;13314;1912 + @@ -793,82 +952,241 @@ 2000 500 -100 + 5 + SELF + POINT_BLANK + NOT_FRIEND + 6-12 + 150 + -1 + + + 500000 + + icon.skill32570 - A1 + A2 500 500 + 1 + 10 + INVINCIBILITY + INVINCIBILITY + SELF + SINGLE + 379 + + + BLOCK_HP + + + BLOCK_MP + + + + DEBUFF + 100 + 10 + + + -100 + ALL + + icon.skill10026 - A1 - true + A2 600 + 1400 1500 500 -100 + true + 1 + 3 + TARGET_LOCK + 100 + -1 + NONE + 5 + ENEMY_ONLY + SINGLE + + + + A1 40 + 400 1500 500 -100 + 5 + ENEMY + SINGLE + -1 + + + 400000 + + icon.skill10027 - A1 - true + A2 1500 500 -100 + true + 1 + 5 + TARGET_LOCK + 100 + 40-40 + 500 + -1 + 5 + NONE + 0 + SELF + POINT_BLANK + NOT_FRIEND + + + + icon.skill1068 - A1 - 1 + A2 2000 500 + 1 + 99 + 300 + PA_UP + 400 + -1 + NONE + -5 + -1 + SELF + RANGE + FRIEND + + + 15 + PER + + icon.skill0100 - A1 - 1 - true + A2 2000 500 -100 + 1 + true + 10 + 2 + PARALYZE + PARALYZE + 500 + 40-40 + 300 + MAGIC + 20 + -1 + 5 + PARALYZE + SELF + POINT_BLANK + NOT_FRIEND + + + 25000 + + + 10279;10517;10025;10776;11770;1904;11264;11093;13314;1912 + + A1 - 1 900 + 1400 2000 500 -100 + 1 + -1 + ENEMY + SINGLE + + + 20000 + + A1 - 1 900 + 1400 2000 500 -100 + 1 + -1 + 40-40 + 500 + 5 + ENEMY + RANGE + NOT_FRIEND + + + 20000 + + icon.skill1044 - A1 + A2 900 3000 500 100 + 1 + 300 + HEAL_EFFECT_UP + 1000 + -1 + NONE + 5 + SELF + RANGE + FRIEND + + + 15 + PER + + + 1000846 + + A1 diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/32900-32999.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/32900-32999.xml index 0a858f805a..91f9c5317b 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/32900-32999.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/32900-32999.xml @@ -97,6 +97,24 @@ icon.skill0035 P + + + -50 + PER + + + -50 + PER + + + -50 + PER + + + -50 + PER + +