diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q10995_MutualBenefit/Q10995_MutualBenefit.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q10995_MutualBenefit/Q10995_MutualBenefit.java index 0503da3dbc..10b21c8ccb 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q10995_MutualBenefit/Q10995_MutualBenefit.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q10995_MutualBenefit/Q10995_MutualBenefit.java @@ -46,7 +46,7 @@ public class Q10995_MutualBenefit extends Quest private static final int BOUNTY_POSTER = 90283; // Rewards private static final int SILVERSMITH_HAMMER = 49053; - private static final int RING_NOVICE = 29497; + private static final int RING_NOVICE = 49041; private static final int NECKLACE_NOVICE = 49039; // Monsters private static final int BLACK_WOLF = 20317; diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q10996_TemplesDecorations/Q10996_TemplesDecorations.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q10996_TemplesDecorations/Q10996_TemplesDecorations.java index 68a6ec7bd0..b343328309 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q10996_TemplesDecorations/Q10996_TemplesDecorations.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q10996_TemplesDecorations/Q10996_TemplesDecorations.java @@ -46,7 +46,7 @@ public class Q10996_TemplesDecorations extends Quest private static final int WARRIORS_GAITERS = 90307; private static final int MEDIUMS_TUNIC = 90308; private static final int MEDIUMS_STOCKINGS = 90309; - private static final int RING_NOVICE = 29497; + private static final int EARRING_NOVICE = 49040; // Monsters private static final int BARBED_BATS = 20370; private static final int CRYSTAL_PUMA = 20510; @@ -99,7 +99,7 @@ public class Q10996_TemplesDecorations extends Quest takeItems(player, GOLEM_ORE, 20); giveItems(player, WARRIORS_ARMOR, 1); giveItems(player, WARRIORS_GAITERS, 1); - giveItems(player, RING_NOVICE, 2); + giveItems(player, EARRING_NOVICE, 2); addExpAndSp(player, 80000, 0); qs.exitQuest(false, true); htmltext = "30538-03.html"; @@ -117,7 +117,7 @@ public class Q10996_TemplesDecorations extends Quest takeItems(player, GOLEM_ORE, 20); giveItems(player, MEDIUMS_TUNIC, 1); giveItems(player, MEDIUMS_STOCKINGS, 1); - giveItems(player, RING_NOVICE, 2); + giveItems(player, EARRING_NOVICE, 2); addExpAndSp(player, 80000, 0); qs.exitQuest(false, true); htmltext = "30538-04.html"; diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11001_TombsOfAncestors/Q11001_TombsOfAncestors.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11001_TombsOfAncestors/Q11001_TombsOfAncestors.java index b4aa40192e..109741a076 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11001_TombsOfAncestors/Q11001_TombsOfAncestors.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11001_TombsOfAncestors/Q11001_TombsOfAncestors.java @@ -44,7 +44,7 @@ public class Q11001_TombsOfAncestors extends Quest // Rewards private static final int SWORD_OF_SOLIDARITY = 49043; private static final int WAND_OF_ADEPT = 49044; - private static final int RING_NOVICE = 29497; + private static final int RING_NOVICE = 49041; private static final int NECKLACE_NOVICE = 49039; // Monsters private static final int WOLF = 20120; diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11002_HelpWithTempleRestoration/Q11002_HelpWithTempleRestoration.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11002_HelpWithTempleRestoration/Q11002_HelpWithTempleRestoration.java index 4180a2b903..7d664db921 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11002_HelpWithTempleRestoration/Q11002_HelpWithTempleRestoration.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11002_HelpWithTempleRestoration/Q11002_HelpWithTempleRestoration.java @@ -45,7 +45,7 @@ public class Q11002_HelpWithTempleRestoration extends Quest private static final int WARRIORS_GAITERS = 90307; private static final int MEDIUMS_TUNIC = 90308; private static final int MEDIUMS_STOCKINGS = 90309; - private static final int RING_NOVICE = 29497; + private static final int EARRING_NOVICE = 49040; // Monsters private static final int ORC_LIEUTENANT = 20096; private static final int ORC_CAPTAIN = 20098; @@ -97,7 +97,7 @@ public class Q11002_HelpWithTempleRestoration extends Quest takeItems(player, STONE_POWDER, 20); giveItems(player, WARRIORS_ARMOR, 1); giveItems(player, WARRIORS_GAITERS, 1); - giveItems(player, RING_NOVICE, 2); + giveItems(player, EARRING_NOVICE, 2); addExpAndSp(player, 80000, 0); qs.exitQuest(false, true); htmltext = "30035-03.html"; @@ -114,7 +114,7 @@ public class Q11002_HelpWithTempleRestoration extends Quest takeItems(player, STONE_POWDER, 20); giveItems(player, MEDIUMS_TUNIC, 1); giveItems(player, MEDIUMS_STOCKINGS, 1); - giveItems(player, RING_NOVICE, 2); + giveItems(player, EARRING_NOVICE, 2); addExpAndSp(player, 80000, 0); qs.exitQuest(false, true); htmltext = "30035-04.html"; diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11007_NoiseInWoods/Q11007_NoiseInWoods.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11007_NoiseInWoods/Q11007_NoiseInWoods.java index b05653c54c..8cae258367 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11007_NoiseInWoods/Q11007_NoiseInWoods.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11007_NoiseInWoods/Q11007_NoiseInWoods.java @@ -45,7 +45,7 @@ public class Q11007_NoiseInWoods extends Quest // Rewards private static final int RED_SUNSET_SWORD = 49046; private static final int RED_SUNSET_STAFF = 49045; - private static final int RING_NOVICE = 29497; + private static final int RING_NOVICE = 49041; private static final int NECKLACE_NOVICE = 49039; // Monsters private static final int GRAY_WOLF = 20525; diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11008_PreparationForDungeon/Q11008_PreparationForDungeon.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11008_PreparationForDungeon/Q11008_PreparationForDungeon.java index cb4f441ed5..eafe0672dd 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11008_PreparationForDungeon/Q11008_PreparationForDungeon.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11008_PreparationForDungeon/Q11008_PreparationForDungeon.java @@ -45,7 +45,7 @@ public class Q11008_PreparationForDungeon extends Quest private static final int WARRIORS_GAITERS = 90307; private static final int MEDIUMS_TUNIC = 90308; private static final int MEDIUMS_STOCKINGS = 90309; - private static final int RING_NOVICE = 29497; + private static final int EARRING_NOVICE = 49040; // Monsters private static final int KABOO_ORC_WARRIOR_CAPTAIN = 20472; private static final int KABOO_ORC_WARRIOR_LIEUTENANT = 20473; @@ -99,7 +99,7 @@ public class Q11008_PreparationForDungeon extends Quest takeItems(player, SPIDER_VENOM, 20); giveItems(player, WARRIORS_ARMOR, 1); giveItems(player, WARRIORS_GAITERS, 1); - giveItems(player, RING_NOVICE, 2); + giveItems(player, EARRING_NOVICE, 2); addExpAndSp(player, 80000, 0); qs.exitQuest(false, true); htmltext = "30220-03.html"; @@ -116,7 +116,7 @@ public class Q11008_PreparationForDungeon extends Quest takeItems(player, SPIDER_VENOM, 20); giveItems(player, MEDIUMS_TUNIC, 1); giveItems(player, MEDIUMS_STOCKINGS, 1); - giveItems(player, RING_NOVICE, 2); + giveItems(player, EARRING_NOVICE, 2); addExpAndSp(player, 80000, 0); qs.exitQuest(false, true); htmltext = "30220-04.html"; // Custom diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11013_ShilensHunt/Q11013_ShilensHunt.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11013_ShilensHunt/Q11013_ShilensHunt.java index 35aac3f265..d6864631c7 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11013_ShilensHunt/Q11013_ShilensHunt.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11013_ShilensHunt/Q11013_ShilensHunt.java @@ -45,7 +45,7 @@ public class Q11013_ShilensHunt extends Quest // Rewards private static final int BLOOD_SABER = 49050; private static final int ELDRITCH_DAGGER = 49049; - private static final int RING_NOVICE = 29497; + private static final int RING_NOVICE = 49041; private static final int NECKLACE_NOVICE = 49039; // Monsters private static final int ASHEN_WOLVES = 20456; diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11014_SurpriseGift/Q11014_SurpriseGift.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11014_SurpriseGift/Q11014_SurpriseGift.java index c095caa94c..7243aa8273 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11014_SurpriseGift/Q11014_SurpriseGift.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11014_SurpriseGift/Q11014_SurpriseGift.java @@ -46,7 +46,7 @@ public class Q11014_SurpriseGift extends Quest private static final int WARRIORS_GAITERS = 90307; private static final int MEDIUMS_TUNIC = 90308; private static final int MEDIUMS_STOCKINGS = 90309; - private static final int RING_NOVICE = 29497; + private static final int EARRING_NOVICE = 49040; // Monsters private static final int ZOMBIE_FOREST_ELF = 20015; private static final int ZOMBIE_FOREST_ELF_RESEARCHER = 20020; @@ -100,7 +100,7 @@ public class Q11014_SurpriseGift extends Quest takeItems(player, OLD_BONE_FRAGMENT, 20); giveItems(player, WARRIORS_ARMOR, 1); giveItems(player, WARRIORS_GAITERS, 1); - giveItems(player, RING_NOVICE, 2); + giveItems(player, EARRING_NOVICE, 2); addExpAndSp(player, 80000, 0); qs.exitQuest(false, true); htmltext = "30136-03.html"; @@ -118,7 +118,7 @@ public class Q11014_SurpriseGift extends Quest takeItems(player, OLD_BONE_FRAGMENT, 20); giveItems(player, MEDIUMS_TUNIC, 1); giveItems(player, MEDIUMS_STOCKINGS, 1); - giveItems(player, RING_NOVICE, 2); + giveItems(player, EARRING_NOVICE, 2); addExpAndSp(player, 80000, 0); qs.exitQuest(false, true); htmltext = "30136-04.html"; diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11019_TribalBenefit/Q11019_TribalBenefit.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11019_TribalBenefit/Q11019_TribalBenefit.java index cc6877d58f..724a6bdeca 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11019_TribalBenefit/Q11019_TribalBenefit.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q11019_TribalBenefit/Q11019_TribalBenefit.java @@ -45,7 +45,7 @@ public class Q11019_TribalBenefit extends Quest private static final int TRIBAL_CHRONICLE = 90261; // Rewards private static final int BUTCHERS_SWORD = 49052; - private static final int RING_NOVICE = 29497; + private static final int RING_NOVICE = 49041; private static final int NECKLACE_NOVICE = 49039; // Monsters private static final int KASHA_WOLF = 20475; diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/armorsets/Sets.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/armorsets/Sets.xml index c9ccda1aac..e2565b5e46 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/armorsets/Sets.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/armorsets/Sets.xml @@ -6941,11 +6941,6 @@ - - - - - @@ -6959,11 +6954,6 @@ - - - - - @@ -6977,11 +6967,6 @@ - - - - - @@ -6992,6 +6977,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/49000-49099.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/49000-49099.xml index 901aeec18d..8c317bb01d 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/49000-49099.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/49000-49099.xml @@ -1,5 +1,218 @@  + + + + + + + + + + + 18 + + + + + + + + + + + + + 13 + + + + + + + + + + + + + 10 + + + + + + + + + + + + + + + + 17 + 12 + 8 + 379 + 10 + 40 + + + + + + + + + + + + + + + + + 17 + 15 + 6 + 8 + 379 + 20 + 40 + + + + + + + + + + + + + + + + + 15 + 18 + 6 + 8 + 325 + 20 + 40 + + + + + + + + + + + + + + + + 17 + 15 + 8 + 325 + 10 + 40 + + + + + + + + + + + + + + + + 17 + 15 + 12 + -3.75 + 433 + 5 + 40 + + + + + + + + + + + + + + + + 17 + 15 + 8 + 379 + 10 + 40 + + + + + + + + + + + + + + + + 17 + 15 + 8 + 379 + 10 + 40 + + + + + + + + + + + + + + + + 17 + 15 + 6 + 8 + 379 + 20 + 40 + + diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/70600-70699.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/70600-70699.xml new file mode 100644 index 0000000000..a9e8bd5911 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/70600-70699.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/90300-90399.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/90300-90399.xml index 9c05e2dc13..223a31418a 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/90300-90399.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/90300-90399.xml @@ -62,4 +62,92 @@ + + + + + + + + + + + + + + + 45 + + + + + + + + + + + + + + + + + 29 + + + + + + + + + + + + + + + + + 27 + 60 + + + + + + + + + + + + + + + + + 17 + 38 + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/90400-90499.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/90400-90499.xml new file mode 100644 index 0000000000..23297557b7 --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/items/90400-90499.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/06900-06999.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/06900-06999.xml index e4e3f0b3b4..58334170f4 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/06900-06999.xml +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/06900-06999.xml @@ -500,4 +500,30 @@ 1 + + + icon.armor_t58_u_i00 + 1 + P + 5 + + + 5 + PER + + + + + + icon.armor_t33_u_i00 + 1 + P + 5 + + + 3 + PER + + + diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/39200-39299.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/39200-39299.xml new file mode 100644 index 0000000000..055cd8ed0f --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/39200-39299.xml @@ -0,0 +1,35 @@ + + + + icon.etc_reagent_white_i00 + 2 + 1 + A1 + 500 + SELF + SINGLE + + + 40 + DIFF + + + + + icon.etc_reagent_white_i00 + true + 2 + 1 + A1 + 5 + 0 + SELF + SINGLE + + + 40 + DIFF + + + + diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/55500-55599.xml b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/55500-55599.xml new file mode 100644 index 0000000000..19936fdade --- /dev/null +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/stats/skills/55500-55599.xml @@ -0,0 +1,54 @@ + + + + + icon.etc_trans_4f_s_b_01 + A1 + 4 + 700 + 10000 + + + + icon.etc_cobol_i01 + A1 + 4 + 20000 + 1 + + + + icon.exp_bottle_scroll + A1 + 4 + 20000 + 1 + + + icon.etc_potion_scarlet_i00 + A1 + + + icon.etc_potion_red_i00 + A1 + + + icon.etc_potion_blue_i00 + A1 + true + 2 + 1 + A1 + 500 + 5 + 0 + SELF + SINGLE + + + 60 + DIFF + + + + diff --git a/L2J_Mobius_Classic_Interlude/readme.txt b/L2J_Mobius_Classic_Interlude/readme.txt index e2b608ad7e..a62016457e 100644 --- a/L2J_Mobius_Classic_Interlude/readme.txt +++ b/L2J_Mobius_Classic_Interlude/readme.txt @@ -5,8 +5,8 @@ XAMPP: https://www.mediafire.com/file/hkehxpyjn81ybsw/xampp-windows-x64-8.0.11-2 Eclipse: https://www.mediafire.com/file/dd2fj30rtvj33lz/eclipse-java-2023-03-R-win32-x86_64.zip Geodata: https://www.mediafire.com/file/9huhlj0ehyas458/L2J_Mobius_Classic_Interlude_Geodata.zip -Client (password L2jMobius): https://drive.google.com/file/d/1SM79tmgvgqh1TufVZfE93_7kuU_ZRvNz -System: https://www.mediafire.com/file/0frfpbf65hhbb3c/L2J_Mobius_Classic_Interlude_System_v14.zip +Client (password L2jMobius): https://drive.google.com/file/d/1oCTAk_XhumKgIdfOrQ7sOb0ISYalNMgL +System: https://www.mediafire.com/file/1zwjcykzy4kpwmo/L2J_Mobius_Classic_Interlude_System_v15.zip All provided download links are for personal use. Redistribution of these links is bannable.