From 9a25434a4181e2012bdb47acd8727c83b12df00a Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 26 May 2022 10:42:29 +0000 Subject: [PATCH] Clan experience table according to patch notes. Contributed by nasseka. --- .../l2jmobius/gameserver/model/clan/Clan.java | 18 +++++++++--------- .../l2jmobius/gameserver/model/clan/Clan.java | 18 +++++++++--------- .../l2jmobius/gameserver/model/clan/Clan.java | 18 +++++++++--------- .../l2jmobius/gameserver/model/clan/Clan.java | 18 +++++++++--------- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/clan/Clan.java b/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/clan/Clan.java index 7439bb39c9..386a0443da 100644 --- a/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/clan/Clan.java +++ b/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/clan/Clan.java @@ -124,16 +124,16 @@ public class Clan implements IIdentifiable, INamable public static final int[] EXP_TABLE = { 0, + 10, 100, - 1000, - 5000, - 100000, - 500000, - 1500000, - 4500000, - 7500000, - 11000000, - 14500000 + 500, + 10000, + 50000, + 150000, + 450000, + 1000000, + 2000000, + 4000000 }; private String _name; diff --git a/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/clan/Clan.java b/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/clan/Clan.java index 0b47687c7a..e5b40c66cd 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/clan/Clan.java +++ b/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/clan/Clan.java @@ -125,16 +125,16 @@ public class Clan implements IIdentifiable, INamable public static final int[] EXP_TABLE = { 0, + 10, 100, - 1000, - 5000, - 100000, - 500000, - 1500000, - 4500000, - 7500000, - 11000000, - 14500000 + 500, + 10000, + 50000, + 150000, + 450000, + 1000000, + 2000000, + 4000000 }; private String _name; diff --git a/L2J_Mobius_Essence_6.1_BattleChronicle/java/org/l2jmobius/gameserver/model/clan/Clan.java b/L2J_Mobius_Essence_6.1_BattleChronicle/java/org/l2jmobius/gameserver/model/clan/Clan.java index 0b47687c7a..e5b40c66cd 100644 --- a/L2J_Mobius_Essence_6.1_BattleChronicle/java/org/l2jmobius/gameserver/model/clan/Clan.java +++ b/L2J_Mobius_Essence_6.1_BattleChronicle/java/org/l2jmobius/gameserver/model/clan/Clan.java @@ -125,16 +125,16 @@ public class Clan implements IIdentifiable, INamable public static final int[] EXP_TABLE = { 0, + 10, 100, - 1000, - 5000, - 100000, - 500000, - 1500000, - 4500000, - 7500000, - 11000000, - 14500000 + 500, + 10000, + 50000, + 150000, + 450000, + 1000000, + 2000000, + 4000000 }; private String _name; diff --git a/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/clan/Clan.java b/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/clan/Clan.java index 901e80c02c..b88fcd25a1 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/clan/Clan.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/clan/Clan.java @@ -125,16 +125,16 @@ public class Clan implements IIdentifiable, INamable public static final int[] EXP_TABLE = { 0, + 10, 100, - 1000, - 5000, - 100000, - 500000, - 1500000, - 4500000, - 7500000, - 11000000, - 14500000 + 500, + 10000, + 50000, + 150000, + 450000, + 1000000, + 2000000, + 4000000 }; private String _name;