diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00262_TradeWithTheIvoryTower/Q00262_TradeWithTheIvoryTower.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00262_TradeWithTheIvoryTower/Q00262_TradeWithTheIvoryTower.java index 95721f08dc..66e0e4e4c4 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00262_TradeWithTheIvoryTower/Q00262_TradeWithTheIvoryTower.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00262_TradeWithTheIvoryTower/Q00262_TradeWithTheIvoryTower.java @@ -125,7 +125,7 @@ public class Q00262_TradeWithTheIvoryTower extends Quest if (getQuestItemsCount(player, SPORE_SAC) >= REQUIRED_ITEM_COUNT) { htmltext = "30137-05.html"; - giveAdena(player, 300, true); + giveAdena(player, 1000, true); qs.exitQuest(true, true); } break; diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00500_BrothersBoundInChains/Q00500_BrothersBoundInChains.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00500_BrothersBoundInChains/Q00500_BrothersBoundInChains.java index 74d55ff541..e3fde6897b 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00500_BrothersBoundInChains/Q00500_BrothersBoundInChains.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00500_BrothersBoundInChains/Q00500_BrothersBoundInChains.java @@ -62,7 +62,7 @@ public class Q00500_BrothersBoundInChains extends Quest addStartNpc(DARK_JUDGE); addTalkId(DARK_JUDGE); registerQuestItems(PENITENT_MANACLES, CRUMBS_OF_PENITENCE); - addCondMaxLevel(80, getNoQuestMsg(null)); + addCondMaxLevel(90, getNoQuestMsg(null)); Containers.Global().addListener(new ConsumerEventListener(Containers.Global(), EventType.ON_PLAYER_SUMMON_AGATHION, (OnPlayerSummonAgathion event) -> OnPlayerSummonAgathion(event), this)); Containers.Global().addListener(new ConsumerEventListener(Containers.Global(), EventType.ON_PLAYER_UNSUMMON_AGATHION, (OnPlayerUnsummonAgathion event) -> OnPlayerUnsummonAgathion(event), this)); } @@ -113,7 +113,7 @@ public class Q00500_BrothersBoundInChains extends Quest } case "30981-09.html": // not retail html. { - if (getQuestItemsCount(player, CRUMBS_OF_PENITENCE) >= 35) + if (getQuestItemsCount(player, CRUMBS_OF_PENITENCE) >= 50) { takeItems(player, CRUMBS_OF_PENITENCE, -1); takeItems(player, PENITENT_MANACLES, -1); @@ -260,10 +260,10 @@ public class Q00500_BrothersBoundInChains extends Quest final int killCount = qs.getInt(KILL_COUNT_VAR); if (killCount >= 20) { - // Player can drop more than 35 Crumbs of Penitence but there's no point in getting more than 35 (retail). + // Player can drop more than 50 Crumbs of Penitence but there's no point in getting more than 50 (retail). giveItems(player, CRUMBS_OF_PENITENCE, 1); qs.set(KILL_COUNT_VAR, 0); - if (!qs.isCond(2) && (getQuestItemsCount(player, CRUMBS_OF_PENITENCE) >= 35)) + if (!qs.isCond(2) && (getQuestItemsCount(player, CRUMBS_OF_PENITENCE) >= 50)) { qs.setCond(2, true); } diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.java index a1aab2aa28..b186022165 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.java @@ -31,6 +31,7 @@ public class Q00910_RequestFromTheRedLibraGuildLv1 extends Quest super(910); addStartNpc(START_NPC); addTalkId(START_NPC); - addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL /* 1 */, getNoQuestMsg(null)); + // addCondMaxLevel(20, getNoQuestMsg(null)); } } diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.java index e8884989a2..1a198d91b7 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.java @@ -31,6 +31,7 @@ public class Q00911_RequestFromTheRedLibraGuildLv2 extends Quest super(911); addStartNpc(START_NPC); addTalkId(START_NPC); - addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL /* 21 */, getNoQuestMsg(null)); + // addCondMaxLevel(40, getNoQuestMsg(null)); } } diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.java index f319823175..1e150e62c2 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.java @@ -31,6 +31,7 @@ public class Q00912_RequestFromTheRedLibraGuildLv3 extends Quest super(912); addStartNpc(START_NPC); addTalkId(START_NPC); - addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL /* 41 */, getNoQuestMsg(null)); + // addCondMaxLevel(60, getNoQuestMsg(null)); } } diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.java index ac5b0b241b..abab2f1a21 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.java @@ -31,6 +31,7 @@ public class Q00913_RequestFromTheRedLibraGuildLv4 extends Quest super(913); addStartNpc(START_NPC); addTalkId(START_NPC); - addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL /* 61 */, getNoQuestMsg(null)); + // addCondMaxLevel(78, getNoQuestMsg(null)); } } diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.java index af50461255..19f2b2a747 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.java @@ -31,6 +31,6 @@ public class Q00914_RequestFromTheRedLibraGuildLv5 extends Quest super(914); addStartNpc(START_NPC); addTalkId(START_NPC); - addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL /* 79 */, getNoQuestMsg(null)); } } diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q00500_BrothersBoundInChains/Q00500_BrothersBoundInChains.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q00500_BrothersBoundInChains/Q00500_BrothersBoundInChains.java index 74d55ff541..e3fde6897b 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q00500_BrothersBoundInChains/Q00500_BrothersBoundInChains.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q00500_BrothersBoundInChains/Q00500_BrothersBoundInChains.java @@ -62,7 +62,7 @@ public class Q00500_BrothersBoundInChains extends Quest addStartNpc(DARK_JUDGE); addTalkId(DARK_JUDGE); registerQuestItems(PENITENT_MANACLES, CRUMBS_OF_PENITENCE); - addCondMaxLevel(80, getNoQuestMsg(null)); + addCondMaxLevel(90, getNoQuestMsg(null)); Containers.Global().addListener(new ConsumerEventListener(Containers.Global(), EventType.ON_PLAYER_SUMMON_AGATHION, (OnPlayerSummonAgathion event) -> OnPlayerSummonAgathion(event), this)); Containers.Global().addListener(new ConsumerEventListener(Containers.Global(), EventType.ON_PLAYER_UNSUMMON_AGATHION, (OnPlayerUnsummonAgathion event) -> OnPlayerUnsummonAgathion(event), this)); } @@ -113,7 +113,7 @@ public class Q00500_BrothersBoundInChains extends Quest } case "30981-09.html": // not retail html. { - if (getQuestItemsCount(player, CRUMBS_OF_PENITENCE) >= 35) + if (getQuestItemsCount(player, CRUMBS_OF_PENITENCE) >= 50) { takeItems(player, CRUMBS_OF_PENITENCE, -1); takeItems(player, PENITENT_MANACLES, -1); @@ -260,10 +260,10 @@ public class Q00500_BrothersBoundInChains extends Quest final int killCount = qs.getInt(KILL_COUNT_VAR); if (killCount >= 20) { - // Player can drop more than 35 Crumbs of Penitence but there's no point in getting more than 35 (retail). + // Player can drop more than 50 Crumbs of Penitence but there's no point in getting more than 50 (retail). giveItems(player, CRUMBS_OF_PENITENCE, 1); qs.set(KILL_COUNT_VAR, 0); - if (!qs.isCond(2) && (getQuestItemsCount(player, CRUMBS_OF_PENITENCE) >= 35)) + if (!qs.isCond(2) && (getQuestItemsCount(player, CRUMBS_OF_PENITENCE) >= 50)) { qs.setCond(2, true); } diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.java index a1aab2aa28..b186022165 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00910_RequestFromTheRedLibraGuildLv1.java @@ -31,6 +31,7 @@ public class Q00910_RequestFromTheRedLibraGuildLv1 extends Quest super(910); addStartNpc(START_NPC); addTalkId(START_NPC); - addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL /* 1 */, getNoQuestMsg(null)); + // addCondMaxLevel(20, getNoQuestMsg(null)); } } diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.java index e8884989a2..1a198d91b7 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00911_RequestFromTheRedLibraGuildLv2.java @@ -31,6 +31,7 @@ public class Q00911_RequestFromTheRedLibraGuildLv2 extends Quest super(911); addStartNpc(START_NPC); addTalkId(START_NPC); - addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL /* 21 */, getNoQuestMsg(null)); + // addCondMaxLevel(40, getNoQuestMsg(null)); } } diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.java index f319823175..1e150e62c2 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00912_RequestFromTheRedLibraGuildLv3.java @@ -31,6 +31,7 @@ public class Q00912_RequestFromTheRedLibraGuildLv3 extends Quest super(912); addStartNpc(START_NPC); addTalkId(START_NPC); - addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL /* 41 */, getNoQuestMsg(null)); + // addCondMaxLevel(60, getNoQuestMsg(null)); } } diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.java index ac5b0b241b..abab2f1a21 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00913_RequestFromTheRedLibraGuildLv4.java @@ -31,6 +31,7 @@ public class Q00913_RequestFromTheRedLibraGuildLv4 extends Quest super(913); addStartNpc(START_NPC); addTalkId(START_NPC); - addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL /* 61 */, getNoQuestMsg(null)); + // addCondMaxLevel(78, getNoQuestMsg(null)); } } diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.java index af50461255..19f2b2a747 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/not_done/Q00914_RequestFromTheRedLibraGuildLv5.java @@ -31,6 +31,6 @@ public class Q00914_RequestFromTheRedLibraGuildLv5 extends Quest super(914); addStartNpc(START_NPC); addTalkId(START_NPC); - addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL, getNoQuestMsg(null)); + addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL /* 79 */, getNoQuestMsg(null)); } }