diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java index 4b4551e044..503e16463c 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java @@ -53,7 +53,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest private static final int REMAINS_OF_SACRIFIED = 3857; // Remains of Sacrifice private static final int MARA_FANG = 3862; // Mara Fang private static final int FIRST_FRAGMENT_OF_ABYSS_JEWEL = 3859; // 1st Fragment of Abyssal Jewel - private static final int MARK_OF_WATCHMAN = 3864;// Mark of Watchman + private static final int MARK_OF_WATCHMAN = 3864; // Mark of Watchman private static final int SECOND_FRAGMENT_OF_ABYSS_JEWEL = 3860; // 2nd Fragment of Abyssal Jewel private static final int MUSFEL_FANG = 3863; // Musfel Fang private static final int HERALD_OF_SLAYER = 3890; // Badge of slayer diff --git a/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index de83f488ca..5890218586 100644 --- a/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -133,7 +133,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java index 855b59e142..e69bc4fb41 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java @@ -79,11 +79,11 @@ public class AteliaManager extends AbstractNpcAI private static final int HAYUK = 34060; // Hayuk Aden Vanguard private static final int HURAK = 34064; // Hurak Blackbird Clan Member // Location Stronghold II - private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353);// - private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286);// + private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353); // + private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286); // // Flag Stronghold II - private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407);// - private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421);// + private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407); // + private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421); // // Npcs Stronghold III private static final int ELISE = 34061; // Elise Aden Vanguard private static final int LAFFIAN = 34065; // Laffian Blackbird Clan Member diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java index 4b4551e044..503e16463c 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java @@ -53,7 +53,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest private static final int REMAINS_OF_SACRIFIED = 3857; // Remains of Sacrifice private static final int MARA_FANG = 3862; // Mara Fang private static final int FIRST_FRAGMENT_OF_ABYSS_JEWEL = 3859; // 1st Fragment of Abyssal Jewel - private static final int MARK_OF_WATCHMAN = 3864;// Mark of Watchman + private static final int MARK_OF_WATCHMAN = 3864; // Mark of Watchman private static final int SECOND_FRAGMENT_OF_ABYSS_JEWEL = 3860; // 2nd Fragment of Abyssal Jewel private static final int MUSFEL_FANG = 3863; // Musfel Fang private static final int HERALD_OF_SLAYER = 3890; // Badge of slayer diff --git a/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index 4900f55200..c787b745e4 100644 --- a/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java index 855b59e142..e69bc4fb41 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java @@ -79,11 +79,11 @@ public class AteliaManager extends AbstractNpcAI private static final int HAYUK = 34060; // Hayuk Aden Vanguard private static final int HURAK = 34064; // Hurak Blackbird Clan Member // Location Stronghold II - private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353);// - private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286);// + private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353); // + private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286); // // Flag Stronghold II - private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407);// - private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421);// + private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407); // + private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421); // // Npcs Stronghold III private static final int ELISE = 34061; // Elise Aden Vanguard private static final int LAFFIAN = 34065; // Laffian Blackbird Clan Member diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java index a6da52082b..059b800edf 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java @@ -53,7 +53,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest private static final int REMAINS_OF_SACRIFIED = 3857; // Remains of Sacrifice private static final int MARA_FANG = 3862; // Mara Fang private static final int FIRST_FRAGMENT_OF_ABYSS_JEWEL = 3859; // 1st Fragment of Abyssal Jewel - private static final int MARK_OF_WATCHMAN = 3864;// Mark of Watchman + private static final int MARK_OF_WATCHMAN = 3864; // Mark of Watchman private static final int SECOND_FRAGMENT_OF_ABYSS_JEWEL = 3860; // 2nd Fragment of Abyssal Jewel private static final int MUSFEL_FANG = 3863; // Musfel Fang private static final int HERALD_OF_SLAYER = 3890; // Badge of slayer diff --git a/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index 4900f55200..c787b745e4 100644 --- a/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java index 855b59e142..e69bc4fb41 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java @@ -79,11 +79,11 @@ public class AteliaManager extends AbstractNpcAI private static final int HAYUK = 34060; // Hayuk Aden Vanguard private static final int HURAK = 34064; // Hurak Blackbird Clan Member // Location Stronghold II - private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353);// - private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286);// + private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353); // + private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286); // // Flag Stronghold II - private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407);// - private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421);// + private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407); // + private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421); // // Npcs Stronghold III private static final int ELISE = 34061; // Elise Aden Vanguard private static final int LAFFIAN = 34065; // Laffian Blackbird Clan Member diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java index a6da52082b..059b800edf 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java @@ -53,7 +53,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest private static final int REMAINS_OF_SACRIFIED = 3857; // Remains of Sacrifice private static final int MARA_FANG = 3862; // Mara Fang private static final int FIRST_FRAGMENT_OF_ABYSS_JEWEL = 3859; // 1st Fragment of Abyssal Jewel - private static final int MARK_OF_WATCHMAN = 3864;// Mark of Watchman + private static final int MARK_OF_WATCHMAN = 3864; // Mark of Watchman private static final int SECOND_FRAGMENT_OF_ABYSS_JEWEL = 3860; // 2nd Fragment of Abyssal Jewel private static final int MUSFEL_FANG = 3863; // Musfel Fang private static final int HERALD_OF_SLAYER = 3890; // Badge of slayer diff --git a/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index a94292cf79..f8cfebe2d6 100644 --- a/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java b/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java index 682eb54221..af2918ea0f 100644 --- a/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java +++ b/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java @@ -69,7 +69,7 @@ public class RecipeShopManageList implements IClientOutgoingPacket } else { - packet.writeD(_recipes.size());// number of items in recipe book + packet.writeD(_recipes.size()); // number of items in recipe book int i = 1; for (RecipeHolder recipe : _recipes) diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java index 855b59e142..e69bc4fb41 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java @@ -79,11 +79,11 @@ public class AteliaManager extends AbstractNpcAI private static final int HAYUK = 34060; // Hayuk Aden Vanguard private static final int HURAK = 34064; // Hurak Blackbird Clan Member // Location Stronghold II - private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353);// - private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286);// + private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353); // + private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286); // // Flag Stronghold II - private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407);// - private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421);// + private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407); // + private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421); // // Npcs Stronghold III private static final int ELISE = 34061; // Elise Aden Vanguard private static final int LAFFIAN = 34065; // Laffian Blackbird Clan Member diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java index a6da52082b..059b800edf 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java @@ -53,7 +53,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest private static final int REMAINS_OF_SACRIFIED = 3857; // Remains of Sacrifice private static final int MARA_FANG = 3862; // Mara Fang private static final int FIRST_FRAGMENT_OF_ABYSS_JEWEL = 3859; // 1st Fragment of Abyssal Jewel - private static final int MARK_OF_WATCHMAN = 3864;// Mark of Watchman + private static final int MARK_OF_WATCHMAN = 3864; // Mark of Watchman private static final int SECOND_FRAGMENT_OF_ABYSS_JEWEL = 3860; // 2nd Fragment of Abyssal Jewel private static final int MUSFEL_FANG = 3863; // Musfel Fang private static final int HERALD_OF_SLAYER = 3890; // Badge of slayer diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java index 6cdd6a1b5e..d6e149f621 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java @@ -107,11 +107,11 @@ public class Q00564_BasicMissionKartiasLabyrinthSolo extends Quest } if (str.charAt(1) == '1') { - addFactionPoints(player, Faction.ADVENTURE_GUILD, 125);// add 125 points to ADVENTURE_GUILD Faction + addFactionPoints(player, Faction.ADVENTURE_GUILD, 125); // add 125 points to ADVENTURE_GUILD Faction } if (str.charAt(2) == '1') { - addFactionPoints(player, Faction.ADVENTURE_GUILD, 150);// add 150 points to ADVENTURE_GUILD Faction + addFactionPoints(player, Faction.ADVENTURE_GUILD, 150); // add 150 points to ADVENTURE_GUILD Faction } giveItems(player, SCROLL_OF_ESCAPE_KARTIAS_LABYRINTH, 1); addExpAndSp(player, EXP, SP); diff --git a/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index a94292cf79..f8cfebe2d6 100644 --- a/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java b/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java index 682eb54221..af2918ea0f 100644 --- a/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java +++ b/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java @@ -69,7 +69,7 @@ public class RecipeShopManageList implements IClientOutgoingPacket } else { - packet.writeD(_recipes.size());// number of items in recipe book + packet.writeD(_recipes.size()); // number of items in recipe book int i = 1; for (RecipeHolder recipe : _recipes) diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java index 855b59e142..e69bc4fb41 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java @@ -79,11 +79,11 @@ public class AteliaManager extends AbstractNpcAI private static final int HAYUK = 34060; // Hayuk Aden Vanguard private static final int HURAK = 34064; // Hurak Blackbird Clan Member // Location Stronghold II - private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353);// - private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286);// + private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353); // + private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286); // // Flag Stronghold II - private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407);// - private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421);// + private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407); // + private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421); // // Npcs Stronghold III private static final int ELISE = 34061; // Elise Aden Vanguard private static final int LAFFIAN = 34065; // Laffian Blackbird Clan Member diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java index a6da52082b..059b800edf 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java @@ -53,7 +53,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest private static final int REMAINS_OF_SACRIFIED = 3857; // Remains of Sacrifice private static final int MARA_FANG = 3862; // Mara Fang private static final int FIRST_FRAGMENT_OF_ABYSS_JEWEL = 3859; // 1st Fragment of Abyssal Jewel - private static final int MARK_OF_WATCHMAN = 3864;// Mark of Watchman + private static final int MARK_OF_WATCHMAN = 3864; // Mark of Watchman private static final int SECOND_FRAGMENT_OF_ABYSS_JEWEL = 3860; // 2nd Fragment of Abyssal Jewel private static final int MUSFEL_FANG = 3863; // Musfel Fang private static final int HERALD_OF_SLAYER = 3890; // Badge of slayer diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java index 6cdd6a1b5e..d6e149f621 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java @@ -107,11 +107,11 @@ public class Q00564_BasicMissionKartiasLabyrinthSolo extends Quest } if (str.charAt(1) == '1') { - addFactionPoints(player, Faction.ADVENTURE_GUILD, 125);// add 125 points to ADVENTURE_GUILD Faction + addFactionPoints(player, Faction.ADVENTURE_GUILD, 125); // add 125 points to ADVENTURE_GUILD Faction } if (str.charAt(2) == '1') { - addFactionPoints(player, Faction.ADVENTURE_GUILD, 150);// add 150 points to ADVENTURE_GUILD Faction + addFactionPoints(player, Faction.ADVENTURE_GUILD, 150); // add 150 points to ADVENTURE_GUILD Faction } giveItems(player, SCROLL_OF_ESCAPE_KARTIAS_LABYRINTH, 1); addExpAndSp(player, EXP, SP); diff --git a/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index 5224c18fd1..6c4bb23e93 100644 --- a/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java b/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java index 682eb54221..af2918ea0f 100644 --- a/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java +++ b/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java @@ -69,7 +69,7 @@ public class RecipeShopManageList implements IClientOutgoingPacket } else { - packet.writeD(_recipes.size());// number of items in recipe book + packet.writeD(_recipes.size()); // number of items in recipe book int i = 1; for (RecipeHolder recipe : _recipes) diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java index 855b59e142..e69bc4fb41 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java @@ -79,11 +79,11 @@ public class AteliaManager extends AbstractNpcAI private static final int HAYUK = 34060; // Hayuk Aden Vanguard private static final int HURAK = 34064; // Hurak Blackbird Clan Member // Location Stronghold II - private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353);// - private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286);// + private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353); // + private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286); // // Flag Stronghold II - private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407);// - private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421);// + private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407); // + private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421); // // Npcs Stronghold III private static final int ELISE = 34061; // Elise Aden Vanguard private static final int LAFFIAN = 34065; // Laffian Blackbird Clan Member diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java index a6da52082b..059b800edf 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java @@ -53,7 +53,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest private static final int REMAINS_OF_SACRIFIED = 3857; // Remains of Sacrifice private static final int MARA_FANG = 3862; // Mara Fang private static final int FIRST_FRAGMENT_OF_ABYSS_JEWEL = 3859; // 1st Fragment of Abyssal Jewel - private static final int MARK_OF_WATCHMAN = 3864;// Mark of Watchman + private static final int MARK_OF_WATCHMAN = 3864; // Mark of Watchman private static final int SECOND_FRAGMENT_OF_ABYSS_JEWEL = 3860; // 2nd Fragment of Abyssal Jewel private static final int MUSFEL_FANG = 3863; // Musfel Fang private static final int HERALD_OF_SLAYER = 3890; // Badge of slayer diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java index 75dc154451..78fa8993d7 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java @@ -107,11 +107,11 @@ public class Q00564_BasicMissionKartiasLabyrinthSolo extends Quest } if (str.charAt(1) == '1') { - addFactionPoints(player, Faction.ADVENTURE_GUILD, 125);// add 125 points to ADVENTURE_GUILD Faction + addFactionPoints(player, Faction.ADVENTURE_GUILD, 125); // add 125 points to ADVENTURE_GUILD Faction } if (str.charAt(2) == '1') { - addFactionPoints(player, Faction.ADVENTURE_GUILD, 150);// add 150 points to ADVENTURE_GUILD Faction + addFactionPoints(player, Faction.ADVENTURE_GUILD, 150); // add 150 points to ADVENTURE_GUILD Faction } giveItems(player, SCROLL_OF_ESCAPE_KARTIAS_LABYRINTH, 1); addExpAndSp(player, EXP, SP); diff --git a/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index 5224c18fd1..6c4bb23e93 100644 --- a/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java b/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java index 682eb54221..af2918ea0f 100644 --- a/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java +++ b/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java @@ -69,7 +69,7 @@ public class RecipeShopManageList implements IClientOutgoingPacket } else { - packet.writeD(_recipes.size());// number of items in recipe book + packet.writeD(_recipes.size()); // number of items in recipe book int i = 1; for (RecipeHolder recipe : _recipes) diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java index 855b59e142..e69bc4fb41 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/ai/areas/AteliaFortress/AteliaManager/AteliaManager.java @@ -79,11 +79,11 @@ public class AteliaManager extends AbstractNpcAI private static final int HAYUK = 34060; // Hayuk Aden Vanguard private static final int HURAK = 34064; // Hurak Blackbird Clan Member // Location Stronghold II - private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353);// - private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286);// + private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353); // + private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286); // // Flag Stronghold II - private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407);// - private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421);// + private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407); // + private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421); // // Npcs Stronghold III private static final int ELISE = 34061; // Elise Aden Vanguard private static final int LAFFIAN = 34065; // Laffian Blackbird Clan Member diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java index a6da52082b..059b800edf 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/Q00337_AudienceWithTheLandDragon/Q00337_AudienceWithTheLandDragon.java @@ -53,7 +53,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest private static final int REMAINS_OF_SACRIFIED = 3857; // Remains of Sacrifice private static final int MARA_FANG = 3862; // Mara Fang private static final int FIRST_FRAGMENT_OF_ABYSS_JEWEL = 3859; // 1st Fragment of Abyssal Jewel - private static final int MARK_OF_WATCHMAN = 3864;// Mark of Watchman + private static final int MARK_OF_WATCHMAN = 3864; // Mark of Watchman private static final int SECOND_FRAGMENT_OF_ABYSS_JEWEL = 3860; // 2nd Fragment of Abyssal Jewel private static final int MUSFEL_FANG = 3863; // Musfel Fang private static final int HERALD_OF_SLAYER = 3890; // Badge of slayer diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java index 75dc154451..78fa8993d7 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/quests/Q00564_BasicMissionKartiasLabyrinthSolo/Q00564_BasicMissionKartiasLabyrinthSolo.java @@ -107,11 +107,11 @@ public class Q00564_BasicMissionKartiasLabyrinthSolo extends Quest } if (str.charAt(1) == '1') { - addFactionPoints(player, Faction.ADVENTURE_GUILD, 125);// add 125 points to ADVENTURE_GUILD Faction + addFactionPoints(player, Faction.ADVENTURE_GUILD, 125); // add 125 points to ADVENTURE_GUILD Faction } if (str.charAt(2) == '1') { - addFactionPoints(player, Faction.ADVENTURE_GUILD, 150);// add 150 points to ADVENTURE_GUILD Faction + addFactionPoints(player, Faction.ADVENTURE_GUILD, 150); // add 150 points to ADVENTURE_GUILD Faction } giveItems(player, SCROLL_OF_ESCAPE_KARTIAS_LABYRINTH, 1); addExpAndSp(player, EXP, SP); diff --git a/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index 5224c18fd1..6c4bb23e93 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java b/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java index 682eb54221..af2918ea0f 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java +++ b/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java @@ -69,7 +69,7 @@ public class RecipeShopManageList implements IClientOutgoingPacket } else { - packet.writeD(_recipes.size());// number of items in recipe book + packet.writeD(_recipes.size()); // number of items in recipe book int i = 1; for (RecipeHolder recipe : _recipes) diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/ai/others/Chests.java b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/ai/others/Chests.java index 38d94994a3..69e2ca67e5 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/ai/others/Chests.java +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/ai/others/Chests.java @@ -40,7 +40,7 @@ public class Chests extends Quest 18298,21671,21694,21717,21740,21763,21786,21801,21802,21803,21804, 21805,21806,21807,21808,21809,21810,21811,21812,21813,21814,21815, 21816,21817,21818,21819,21820,21821,21822 - };// @formatter:on + }; // @formatter:on // Skill private static final int SKILL_DELUXE_KEY = 2229; // Misc diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q334_TheWishingPotion/Q334_TheWishingPotion.java b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q334_TheWishingPotion/Q334_TheWishingPotion.java index 6ca80cea52..fd7935c2bc 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q334_TheWishingPotion/Q334_TheWishingPotion.java +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q334_TheWishingPotion/Q334_TheWishingPotion.java @@ -94,7 +94,7 @@ public class Q334_TheWishingPotion extends Quest {3, 0, TYRANT_KINGPIN, 0, TYRANTS_CHITIN_ID, 1, 50, 1}, {3, 0, TURAK_BUGBEAR, 0, BUGBEAR_BLOOD_ID, 1, 15, 1}, {3, 0, TURAK_BUGBEAR_WARRIOR, 0, BUGBEAR_BLOOD_ID, 1, 25, 1} - };// @formatter:on + }; // @formatter:on public Q334_TheWishingPotion() { diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/datatables/csv/MapRegionTable.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/datatables/csv/MapRegionTable.java index 783341559b..d581df082e 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/datatables/csv/MapRegionTable.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/datatables/csv/MapRegionTable.java @@ -232,12 +232,12 @@ public class MapRegionTable public int getMapRegionX(int posX) { - return (posX >> 15) + 4;// + centerTileX; + return (posX >> 15) + 4; // + centerTileX; } public int getMapRegionY(int posY) { - return (posY >> 15) + 10;// + centerTileX; + return (posY >> 15) + 10; // + centerTileX; } public int getAreaCastle(Creature creature) @@ -250,7 +250,7 @@ public class MapRegionTable case 0: { castle = 1; - break;// Talking Island Village + break; // Talking Island Village } case 1: { @@ -446,7 +446,7 @@ public class MapRegionTable case 16: { nearestTown = "Town of Shuttgart"; - break; // //TODO@ (Check mapregion table)[Luno] + break; // TODO: (Check mapregion table)[Luno] } case 18: { diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/handler/custom/CustomWorldHandler.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/handler/custom/CustomWorldHandler.java index a061d61953..dc76c516d5 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/handler/custom/CustomWorldHandler.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/handler/custom/CustomWorldHandler.java @@ -40,7 +40,7 @@ public class CustomWorldHandler // Rebirth's skills must be actived only on main class if (!player.isSubClassActive()) { - Rebirth.getInstance().grantRebirthSkills(player);// Rebirth Caller - if player has any skills, they will be granted them. + Rebirth.getInstance().grantRebirthSkills(player); // Rebirth Caller - if player has any skills, they will be granted them. } } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/clan/Clan.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/clan/Clan.java index cf67aed65a..ab7ececf3f 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/clan/Clan.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/clan/Clan.java @@ -1390,7 +1390,7 @@ public class Clan public class RankPrivs { private final int _rankId; - private final int _party;// + private final int _party; // private int _rankPrivs; public RankPrivs(int rank, int party, int privs) diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/Rebirth.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/Rebirth.java index 25569f16c2..51504871fb 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/Rebirth.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/Rebirth.java @@ -93,7 +93,7 @@ public class Rebirth // Returns the skill based on next Birth and if isMage. Skill skill = getRebirthSkill((currBirth + 1), isMage); - String icon = "" + skill.getId();// Returns the skill's id. + String icon = "" + skill.getId(); // Returns the skill's id. // Incase the skill is only 3 digits. if (icon.length() < 4) diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/event/CTF.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/event/CTF.java index d07c717a8c..7f41f8fd3e 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/event/CTF.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/event/CTF.java @@ -1182,14 +1182,14 @@ public class CTF implements EventTask finishEvent(); LOGGER.info(_eventName + ": waiting... delay for final messages "); - waiter(60000);// just a give a delay delay for final messages + waiter(60000); // just a give a delay delay for final messages sendFinalMessages(); if (!_started && !_aborted) { // if is not already started and it's not aborted LOGGER.info(_eventName + ": waiting.....delay for restart event " + _intervalBetweenMatches + " minutes."); - waiter(60000);// just a give a delay to next restart + waiter(60000); // just a give a delay to next restart try { @@ -2140,7 +2140,7 @@ public class CTF implements EventTask { if (_teams.size() >= 2) { - player.setTeam(0);// clear aura :P + player.setTeam(0); // clear aura :P } } player.broadcastUserInfo(); diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/event/TvT.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/event/TvT.java index f0fea96a25..91d3072302 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/event/TvT.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/event/TvT.java @@ -2038,7 +2038,7 @@ public class TvT implements EventTask { if (_teams.size() >= 2) { - player.setTeam(0);// clear aura :P + player.setTeam(0); // clear aura :P } } player.broadcastUserInfo(); diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/siege/clanhalls/BanditStrongholdSiege.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/siege/clanhalls/BanditStrongholdSiege.java index 8e1c81cf1d..66ae9a0047 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/siege/clanhalls/BanditStrongholdSiege.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/entity/siege/clanhalls/BanditStrongholdSiege.java @@ -551,7 +551,7 @@ public class BanditStrongholdSiege extends ClanHallSiege final Calendar siegeStart = Calendar.getInstance(); siegeStart.setTimeInMillis(getSiegeDate().getTimeInMillis()); final long registerTimeRemaining = siegeStart.getTimeInMillis() - System.currentTimeMillis(); - siegeStart.add(Calendar.MINUTE, 60);// ////////////////////HOUR + siegeStart.add(Calendar.MINUTE, 60); // ////////////////////HOUR final long siegeTimeRemaining = siegeStart.getTimeInMillis() - System.currentTimeMillis(); long remaining = registerTimeRemaining; if (registerTimeRemaining <= 0) diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/GamePacketHandler.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/GamePacketHandler.java index f43ff281b4..274ce2afd7 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/GamePacketHandler.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/GamePacketHandler.java @@ -578,7 +578,7 @@ public class GamePacketHandler implements IPacketHandler, IClientFac } case 0x6b: // send when talking to trainer npc, to show list of available skills { - msg = new RequestAquireSkillInfo();// --> [s] 0xa4; + msg = new RequestAquireSkillInfo(); // --> [s] 0xa4; break; } case 0x6c: // send when a skill to be learned is selected diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/CharacterCreate.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/CharacterCreate.java index d62260dafb..8c01ad0d56 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/CharacterCreate.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/CharacterCreate.java @@ -120,10 +120,10 @@ public class CharacterCreate extends GameClientPacket final int objectId = IdFactory.getInstance().getNextId(); newChar = PlayerInstance.create(objectId, template, getClient().getAccountName(), _name, _hairStyle, _hairColor, _face, _sex != 0); - newChar.setCurrentHp(newChar.getMaxHp());// L2Off like + newChar.setCurrentHp(newChar.getMaxHp()); // L2Off like // newChar.setCurrentCp(template.baseCpMax); newChar.setCurrentCp(0); // L2Off like - newChar.setCurrentMp(newChar.getMaxMp());// L2Off like + newChar.setCurrentMp(newChar.getMaxMp()); // L2Off like // newChar.setMaxLoad(template.baseLoad); // send acknowledgement diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestBlock.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestBlock.java index 8582a45f5a..c2b1c4bbc5 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestBlock.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestBlock.java @@ -92,13 +92,13 @@ public class RequestBlock extends GameClientPacket } case ALLBLOCK: { - player.sendPacket(SystemMessageId.MESSAGE_REFUSAL_MODE);// Update by rocknow + player.sendPacket(SystemMessageId.MESSAGE_REFUSAL_MODE); // Update by rocknow BlockList.setBlockAll(player, true); break; } case ALLUNBLOCK: { - player.sendPacket(SystemMessageId.MESSAGE_ACCEPTANCE_MODE);// Update by rocknow + player.sendPacket(SystemMessageId.MESSAGE_ACCEPTANCE_MODE); // Update by rocknow BlockList.setBlockAll(player, false); break; } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java index a742a92651..cc99e8d593 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java @@ -41,7 +41,7 @@ public class RequestGetItemFromPet extends GameClientPacket { _objectId = readD(); _amount = readD(); - _unknown = readD();// = 0 for most trades + _unknown = readD(); // = 0 for most trades } @Override diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestRestartPoint.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestRestartPoint.java index fe3917d7a1..c323f1d46d 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestRestartPoint.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestRestartPoint.java @@ -201,7 +201,7 @@ public class RequestRestartPoint extends GameClientPacket { if ((player.getKarma() > 0) && Config.ALT_KARMA_TELEPORT_TO_FLORAN) { - loc = new Location(17836, 170178, -3507);// Floran Village + loc = new Location(17836, 170178, -3507); // Floran Village break; } loc = MapRegionTable.getInstance().getTeleToLocation(player, MapRegionTable.TeleportWhereType.Town); diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/SetPrivateStoreListBuy.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/SetPrivateStoreListBuy.java index 0fc770ded0..5f2bc61b70 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/SetPrivateStoreListBuy.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/SetPrivateStoreListBuy.java @@ -48,8 +48,8 @@ public class SetPrivateStoreListBuy extends GameClientPacket final int itemId = readD(); _items[(x * 4) + 0] = itemId; _items[((x * 4) + 3)] = readH(); - // readH();//it's the enchant value, but the interlude client has a bug, so it dnt send back the correct enchant value - readH();// TODO analyse this + // readH(); // it's the enchant value, but the interlude client has a bug, so it dnt send back the correct enchant value + readH(); // TODO analyse this final long cnt = readD(); if ((cnt > Integer.MAX_VALUE) || (cnt < 0)) diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/CustomNpcInfo.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/CustomNpcInfo.java index 7de1066067..3792ddbaeb 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/CustomNpcInfo.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/CustomNpcInfo.java @@ -102,7 +102,7 @@ public class CustomNpcInfo extends GameServerPacket writeD((int) _activeChar.getStatus().getCurrentCp()); writeC(_activeChar.getCustomNpcInstance().getEnchantWeapon()); writeC(0x00); - writeD(0);// clan crest + writeD(0); // clan crest writeC(_activeChar.getCustomNpcInstance().isNoble() ? 1 : 0); writeC(_activeChar.getCustomNpcInstance().isHero() ? 1 : 0); writeC(0); diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index ea2b3980fa..ba82f29c31 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -176,7 +176,7 @@ public class GMViewCharacterInfo extends GameServerPacket writeD(_runSpd); writeD(_walkSpd); writeF(moveMultiplier); - writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + writeF(_player.getAttackSpeedMultiplier()); // 2.9); // writeF(_player.getTemplate().collisionRadius); // scale writeF(_player.getTemplate().collisionHeight); // y offset ??!? fem dwarf 4033 writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/NpcInfo.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/NpcInfo.java index f54c599051..d1f7ce4d07 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/NpcInfo.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/NpcInfo.java @@ -208,7 +208,7 @@ public class NpcInfo extends GameServerPacket if (_creature instanceof Summon) { - writeD(0x01);// Title color 0=client default + writeD(0x01); // Title color 0=client default writeD(((Summon) _creature).getPvpFlag()); writeD(((Summon) _creature).getKarma()); } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java index 3fabf443af..cc1a45a928 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java @@ -53,7 +53,7 @@ public class PartySmallWindowAdd extends GameServerPacket writeD(_member.getMaxMp()); writeD(_member.getLevel()); writeD(_member.getClassId().getId()); - writeD(0);// writeD(0x01); ?? + writeD(0); // writeD(0x01); ?? writeD(0); } } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java index b1f49b8834..9c0b7f3706 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java @@ -62,7 +62,7 @@ public class PartySmallWindowAll extends GameServerPacket writeD(member.getMaxMp()); writeD(member.getLevel()); writeD(member.getClassId().getId()); - writeD(0);// writeD(0x01); ?? + writeD(0); // writeD(0x01); ?? writeD(member.getRace().ordinal()); } } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetDelete.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetDelete.java index 072f2e90e6..de16764908 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetDelete.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetDelete.java @@ -31,7 +31,7 @@ public class PetDelete extends GameServerPacket protected final void writeImpl() { writeC(0xb6); - writeD(_petId);// dont really know what these two are since i never needed them - writeD(_petObjId);// objectId + writeD(_petId); // dont really know what these two are since i never needed them + writeD(_petObjId); // objectId } } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java index 59e09ad2ae..c6f89c02ae 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java @@ -124,34 +124,34 @@ public class PetInfo extends GameServerPacket writeD(_summon.getOwner() != null ? _summon.getOwner().getKarma() : 0); // karma writeD(_curFed); // how fed it is writeD(_maxFed); // max fed it can be - writeD((int) _summon.getCurrentHp());// current hp - writeD(_maxHp);// max hp - writeD((int) _summon.getCurrentMp());// current mp - writeD(_maxMp);// max mp + writeD((int) _summon.getCurrentHp()); // current hp + writeD(_maxHp); // max hp + writeD((int) _summon.getCurrentMp()); // current mp + writeD(_maxMp); // max mp writeD(_summon.getStat().getSp()); // sp - writeD(_summon.getLevel());// lvl + writeD(_summon.getLevel()); // lvl writeQ(_summon.getStat().getExp()); - writeQ(_summon.getExpForThisLevel());// 0% absolute value - writeQ(_summon.getExpForNextLevel());// 100% absoulte value - writeD(_summon instanceof PetInstance ? _summon.getInventory().getTotalWeight() : 0);// weight - writeD(_summon.getMaxLoad());// max weight it can carry - writeD(_summon.getPAtk(null));// patk - writeD(_summon.getPDef(null));// pdef - writeD(_summon.getMAtk(null, null));// matk - writeD(_summon.getMDef(null, null));// mdef - writeD(_summon.getAccuracy());// accuracy - writeD(_summon.getEvasionRate(null));// evasion - writeD(_summon.getCriticalHit(null, null));// critical - writeD(_runSpd);// speed - writeD(_summon.getPAtkSpd());// atkspeed - writeD(_summon.getMAtkSpd());// casting speed + writeQ(_summon.getExpForThisLevel()); // 0% absolute value + writeQ(_summon.getExpForNextLevel()); // 100% absoulte value + writeD(_summon instanceof PetInstance ? _summon.getInventory().getTotalWeight() : 0); // weight + writeD(_summon.getMaxLoad()); // max weight it can carry + writeD(_summon.getPAtk(null)); // patk + writeD(_summon.getPDef(null)); // pdef + writeD(_summon.getMAtk(null, null)); // matk + writeD(_summon.getMDef(null, null)); // mdef + writeD(_summon.getAccuracy()); // accuracy + writeD(_summon.getEvasionRate(null)); // evasion + writeD(_summon.getCriticalHit(null, null)); // critical + writeD(_runSpd); // speed + writeD(_summon.getPAtkSpd()); // atkspeed + writeD(_summon.getMAtkSpd()); // casting speed - writeD(0);// c2 abnormal visual effect... bleed=1; poison=2; poison & bleed=3; flame=4; + writeD(0); // c2 abnormal visual effect... bleed=1; poison=2; poison & bleed=3; flame=4; final int npcId = _summon.getTemplate().npcId; if ((npcId >= 12526) && (npcId <= 12528)) { - writeH(1);// c2 ride button + writeH(1); // c2 ride button } else { diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetStatusUpdate.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetStatusUpdate.java index 30b236e669..e042160637 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetStatusUpdate.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PetStatusUpdate.java @@ -68,7 +68,7 @@ public class PetStatusUpdate extends GameServerPacket writeD(_maxMp); writeD(_summon.getLevel()); writeQ(_summon.getStat().getExp()); - writeQ(_summon.getExpForThisLevel());// 0% absolute value - writeQ(_summon.getExpForNextLevel());// 100% absolute value + writeQ(_summon.getExpForThisLevel()); // 0% absolute value + writeQ(_summon.getExpForNextLevel()); // 100% absolute value } } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreListBuy.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreListBuy.java index 9e215c137d..3fce326d3d 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreListBuy.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreListBuy.java @@ -73,7 +73,7 @@ public class PrivateStoreListBuy extends GameServerPacket writeD(item.getItem().getBodyPart()); writeH(item.getItem().getType2()); - writeD(item.getPrice());// buyers price + writeD(item.getPrice()); // buyers price writeD(item.getCount()); // maximum possible tradecount } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListBuy.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListBuy.java index 39adec16ba..62fa1994b1 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListBuy.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListBuy.java @@ -80,8 +80,8 @@ public class PrivateStoreManageListBuy extends GameServerPacket writeH(0x00); writeD(item.getItem().getBodyPart()); writeH(item.getItem().getType2()); - writeD(item.getPrice());// your price - writeD(item.getItem().getReferencePrice());// fixed store price + writeD(item.getPrice()); // your price + writeD(item.getItem().getReferencePrice()); // fixed store price } } } \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListSell.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListSell.java index f7460c89fb..c1a70d7140 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListSell.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListSell.java @@ -76,7 +76,7 @@ public class PrivateStoreManageListSell extends GameServerPacket writeD(item.getItem().getItemId()); writeD(item.getCount()); writeH(0); - writeH(item.getEnchant());// enchant lvl + writeH(item.getEnchant()); // enchant lvl writeH(0); writeD(item.getItem().getBodyPart()); writeD(item.getPrice()); // store price @@ -91,10 +91,10 @@ public class PrivateStoreManageListSell extends GameServerPacket writeD(item.getItem().getItemId()); writeD(item.getCount()); writeH(0); - writeH(item.getEnchant());// enchant lvl + writeH(item.getEnchant()); // enchant lvl writeH(0x00); writeD(item.getItem().getBodyPart()); - writeD(item.getPrice());// your price + writeD(item.getPrice()); // your price writeD(item.getItem().getReferencePrice()); // store price } } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeBookItemList.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeBookItemList.java index 841547de42..6e760f81e3 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeBookItemList.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeBookItemList.java @@ -53,7 +53,7 @@ public class RecipeBookItemList extends GameServerPacket } else { - writeD(_recipes.length);// number of items in recipe book + writeD(_recipes.length); // number of items in recipe book for (int i = 0; i < _recipes.length; i++) { diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java index a0d8557cea..364c0f15c2 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java @@ -73,7 +73,7 @@ public class RecipeShopManageList extends GameServerPacket } else { - writeD(_recipes.length);// number of items in recipe book + writeD(_recipes.length); // number of items in recipe book for (int i = 0; i < _recipes.length; i++) { diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopMsg.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopMsg.java index 9aa9317b07..ff777584e0 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopMsg.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopMsg.java @@ -35,6 +35,6 @@ public class RecipeShopMsg extends GameServerPacket { writeC(0xdb); writeD(_player.getObjectId()); - writeS(_player.getCreateList().getStoreName());// _activeChar.getTradeList().getSellStoreName()); + writeS(_player.getCreateList().getStoreName()); // _activeChar.getTradeList().getSellStoreName()); } } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java index 253702f128..ce12dfc46e 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java @@ -44,9 +44,9 @@ public class RecipeShopSellList extends GameServerPacket // dddd d(ddd) writeC(0xd9); writeD(_manufacturer.getObjectId()); - writeD((int) _manufacturer.getCurrentMp());// Creator's MP - writeD(_manufacturer.getMaxMp());// Creator's MP - writeD(_buyer.getAdena());// Buyer Adena + writeD((int) _manufacturer.getCurrentMp()); // Creator's MP + writeD(_manufacturer.getMaxMp()); // Creator's MP + writeD(_buyer.getAdena()); // Buyer Adena final int count = createList.size(); writeD(count); diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/SetupGauge.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/SetupGauge.java index 25fbeb40c8..5d77f072bb 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/SetupGauge.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/SetupGauge.java @@ -31,7 +31,7 @@ public class SetupGauge extends GameServerPacket public SetupGauge(int dat1, int time) { - _dat1 = dat1;// color 0-blue 1-red 2-cyan 3- + _dat1 = dat1; // color 0-blue 1-red 2-cyan 3- _time = time; } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/ShortCutRegister.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/ShortCutRegister.java index fd6673f332..6728f58a1e 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/ShortCutRegister.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/ShortCutRegister.java @@ -77,6 +77,6 @@ public class ShortCutRegister extends GameServerPacket } } - writeD(1);// ?? + writeD(1); // ?? } } diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/VehicleDeparture.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/VehicleDeparture.java index 157b6b5ffc..4202911882 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/VehicleDeparture.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/VehicleDeparture.java @@ -25,7 +25,7 @@ public class VehicleDeparture extends GameServerPacket { private final BoatInstance _boat; private final int _speed1; - private final int _speed2;// rotation + private final int _speed2; // rotation private final int _x; private final int _y; private final int _z; diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/telnet/GameStatusThread.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/telnet/GameStatusThread.java index 2d45ac7add..abee4c3641 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/telnet/GameStatusThread.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/telnet/GameStatusThread.java @@ -303,7 +303,7 @@ public class GameStatusThread extends Thread final DecimalFormat df = new DecimalFormat(" (0.0000'%')"); final DecimalFormat df2 = new DecimalFormat(" # 'KB'"); - _print.println("+----");// ... + _print.println("+----"); // ... _print.println("| Allowed Memory:" + df2.format(max)); _print.println("| |= Allocated Memory:" + df2.format(allocated) + df.format((allocated / max) * 100)); _print.println("| |= Non-Allocated Memory:" + df2.format(nonAllocated) + df.format((nonAllocated / max) * 100)); diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/handlers/admincommandhandlers/AdminMonsterRace.java b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/handlers/admincommandhandlers/AdminMonsterRace.java index 89571ab158..4efad08f3a 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/handlers/admincommandhandlers/AdminMonsterRace.java +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/handlers/admincommandhandlers/AdminMonsterRace.java @@ -133,7 +133,7 @@ public class AdminMonsterRace implements IAdminCommandHandler // MonsterRace.getInstance().newSpeeds(); // int[][] speeds2 = MonsterRace.getInstance().getSpeeds(); /* - * int[] speed = new int[8]; for (int i=0; i<8; i++) { for (int j=0; j<20; j++) { //_log.info("Adding "+speeds1[i][j] +" and "+ speeds2[i][j]); speed[i] += (speeds1[i][j]*1);// + (speeds2[i][j]*1); } LOGGER.info("Total speed for "+(i+1)+" = "+speed[i]); } + * int[] speed = new int[8]; for (int i=0; i<8; i++) { for (int j=0; j<20; j++) { //_log.info("Adding "+speeds1[i][j] +" and "+ speeds2[i][j]); speed[i] += (speeds1[i][j]*1); // + (speeds2[i][j]*1); } LOGGER.info("Total speed for "+(i+1)+" = "+speed[i]); } */ final MonRaceInfo spk = new MonRaceInfo(codes[2][0], codes[2][1], MonsterRace.getInstance().getMonsters(), MonsterRace.getInstance().getSpeeds()); diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java index 0c874c374c..7dccfedc4b 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java @@ -874,7 +874,7 @@ public class CrystalCaverns extends AbstractInstance final CCWorld world = (CCWorld) tmpworld; if ((world.getStatus() == 0) && world.oracle.contains(npc)) { - return "32281.htm";// TODO: Missing HTML. + return "32281.htm"; // TODO: Missing HTML. } } npc.showChatWindow(player); diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java index 4514ad3a14..0c97b121f0 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java @@ -382,7 +382,7 @@ public class Kamaloka extends AbstractInstance public int index; // 0-18 index of the kama type in arrays public int shaman = 0; // objectId of the shaman public List firstRoom; // list of the spawns in the first room (excluding shaman) - public List secondRoom;// list of objectIds mobs in the second room + public List secondRoom; // list of objectIds mobs in the second room public int miniBoss = 0; // objectId of the miniboss public Npc boss = null; // boss } diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java index a818ae9158..96f57173ef 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java @@ -71,7 +71,7 @@ public class Q00257_TheGuardIsBusy extends Quest MONSTERS.put(20006, Arrays.asList(new MobDrop(10, 2, ORC_AMULET, 2), new MobDrop(10, 10, ORC_AMULET, 1))); // Orc Archer MONSTERS.put(20093, Arrays.asList(new MobDrop(100, 85, ORC_NECKLACE, 1))); // Orc Fighter MONSTERS.put(20096, Arrays.asList(new MobDrop(100, 95, ORC_NECKLACE, 1))); // Orc Fighter Sub Leader - MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1)));// Orc Fighter Leader + MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1))); // Orc Fighter Leader MONSTERS.put(20130, Arrays.asList(new MobDrop(10, 7, ORC_AMULET, 1))); // Orc MONSTERS.put(20131, Arrays.asList(new MobDrop(10, 9, ORC_AMULET, 1))); // Orc Grunt MONSTERS.put(20132, Arrays.asList(new MobDrop(10, 7, WEREWOLF_FANG, 1))); // Werewolf diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java index 89f663c983..eae6028f40 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java @@ -152,7 +152,7 @@ public class Q00296_TarantulasSpiderSilk extends Quest { giveAdena(talker, (silk * 30) + (silk >= 10 ? 2000 : 0), true); takeItems(talker, TARANTULA_SPIDER_SILK, -1); - Q00281_HeadForTheHills.giveNewbieReward(talker);// TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. + Q00281_HeadForTheHills.giveNewbieReward(talker); // TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. html = "30519-05.html"; } else diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/instance/ClanHallManagerInstance.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/instance/ClanHallManagerInstance.java index b6b7373527..01c4995d03 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/instance/ClanHallManagerInstance.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/instance/ClanHallManagerInstance.java @@ -1693,7 +1693,7 @@ public class ClanHallManagerInstance extends MerchantInstance filename = "data/html/clanHallManager/chamberlain-" + getId() + ".htm"; if (!HtmCache.getInstance().isLoadable(filename)) { - filename = "data/html/clanHallManager/chamberlain.htm";// Owner message window + filename = "data/html/clanHallManager/chamberlain.htm"; // Owner message window } } else if (condition == COND_OWNER_FALSE) diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/entity/Siege.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/entity/Siege.java index 36b9704a76..726870a7a5 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/entity/Siege.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/entity/Siege.java @@ -459,7 +459,7 @@ public class Siege implements Siegable getCastle().removeUpgrade(); // Remove all castle upgrade getCastle().spawnDoor(true); // Respawn door to castle but make them weaker (50% hp) removeTowers(); // Remove all towers from this castle - _controlTowerCount = 0;// Each new siege midvictory CT are completely respawned. + _controlTowerCount = 0; // Each new siege midvictory CT are completely respawned. spawnControlTower(); spawnFlameTower(); updatePlayerSiegeStateFlags(false); diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/stats/Formulas.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/stats/Formulas.java index a17ac8cce3..422234431c 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/stats/Formulas.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/stats/Formulas.java @@ -1368,7 +1368,7 @@ public class Formulas double val = 0; if (attacker.isChargedShot(ShotType.BLESSED_SPIRITSHOTS)) { - val = mAtk * 3.0;// 3.0 is the blessed spiritshot multiplier + val = mAtk * 3.0; // 3.0 is the blessed spiritshot multiplier } val += mAtk; val = (Math.sqrt(val) / target.getMDef(null, null)) * 11.0; diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java index aa8c6e6623..4594181f3a 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java @@ -39,7 +39,7 @@ public class RequestGetItemFromPet implements IClientIncomingPacket { _objectId = packet.readD(); _amount = packet.readQ(); - _unknown = packet.readD();// = 0 for most trades + _unknown = packet.readD(); // = 0 for most trades return true; } diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/AbstractNpcInfo.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/AbstractNpcInfo.java index a26508fc05..c3a1470562 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/AbstractNpcInfo.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/AbstractNpcInfo.java @@ -111,8 +111,8 @@ public abstract class AbstractNpcInfo implements IClientOutgoingPacket _rhand = cha.getRightHandItem(); // On every subclass _lhand = cha.getLeftHandItem(); // On every subclass _enchantEffect = cha.getEnchantEffect(); - _collisionHeight = cha.getCollisionHeight();// On every subclass - _collisionRadius = cha.getCollisionRadius();// On every subclass + _collisionHeight = cha.getCollisionHeight(); // On every subclass + _collisionRadius = cha.getCollisionRadius(); // On every subclass _isAttackable = cha.isAutoAttackable(attacker); // npc crest of owning clan/ally of castle @@ -309,7 +309,7 @@ public abstract class AbstractNpcInfo implements IClientOutgoingPacket packet.writeD(0x00); // C4 packet.writeD(0x00); // C6 packet.writeD(0x00); - packet.writeD(0);// CT1.5 Pet form and skills + packet.writeD(0); // CT1.5 Pet form and skills packet.writeC(0x01); packet.writeC(0x01); packet.writeD(0x00); @@ -382,7 +382,7 @@ public abstract class AbstractNpcInfo implements IClientOutgoingPacket packet.writeC(_isSummoned ? 2 : _val); // invisible ?? 0=false 1=true 2=summoned (only works if model has a summon animation) packet.writeS(_name); packet.writeS(_title); - packet.writeD(0x01);// Title color 0=client default + packet.writeD(0x01); // Title color 0=client default packet.writeD(_summon.getPvpFlag()); packet.writeD(_summon.getKarma()); diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index 6abc7df5d4..dcc9f05799 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -116,7 +116,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java index 719ef1cf85..da952c74ae 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java @@ -37,7 +37,7 @@ public class PartySmallWindowAdd implements IClientOutgoingPacket { OutgoingPackets.PARTY_SMALL_WINDOW_ADD.writeId(packet); packet.writeD(_party.getLeaderObjectId()); // c3 - packet.writeD(_party.getDistributionType().getId());// packet.writeD(0x04); ?? //c3 + packet.writeD(_party.getDistributionType().getId()); // packet.writeD(0x04); ?? //c3 packet.writeD(_member.getObjectId()); packet.writeS(_member.getName()); packet.writeD((int) _member.getCurrentCp()); // c4 diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java index 7c1ee24ae4..0e79dfb350 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java @@ -56,7 +56,7 @@ public class PartySmallWindowAll implements IClientOutgoingPacket packet.writeD(member.getMaxMp()); packet.writeD(member.getLevel()); packet.writeD(member.getClassId().getId()); - packet.writeD(0x00);// packet.writeD(0x01); ?? + packet.writeD(0x00); // packet.writeD(0x01); ?? packet.writeD(member.getRace().ordinal()); packet.writeD(0x00); // T2.3 packet.writeD(0x00); // T2.3 diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java index 117894232b..60bda13003 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java @@ -130,39 +130,39 @@ public class PetInfo implements IClientOutgoingPacket packet.writeD(_summon.getKarma()); // karma packet.writeD(_curFed); // how fed it is packet.writeD(_maxFed); // max fed it can be - packet.writeD((int) _summon.getCurrentHp());// current hp - packet.writeD(_maxHp);// max hp - packet.writeD((int) _summon.getCurrentMp());// current mp - packet.writeD(_maxMp);// max mp + packet.writeD((int) _summon.getCurrentHp()); // current hp + packet.writeD(_maxHp); // max hp + packet.writeD((int) _summon.getCurrentMp()); // current mp + packet.writeD(_maxMp); // max mp packet.writeD((int) _summon.getStat().getSp()); // sp - packet.writeD(_summon.getLevel());// lvl + packet.writeD(_summon.getLevel()); // lvl packet.writeQ(_summon.getStat().getExp()); if (_summon.getExpForThisLevel() > _summon.getStat().getExp()) { - packet.writeQ(_summon.getStat().getExp());// 0% absolute value + packet.writeQ(_summon.getStat().getExp()); // 0% absolute value } else { - packet.writeQ(_summon.getExpForThisLevel());// 0% absolute value + packet.writeQ(_summon.getExpForThisLevel()); // 0% absolute value } - packet.writeQ(_summon.getExpForNextLevel());// 100% absoulte value - packet.writeD(_summon.isPet() ? _summon.getInventory().getTotalWeight() : 0);// weight - packet.writeD(_summon.getMaxLoad());// max weight it can carry - packet.writeD((int) _summon.getPAtk(null));// patk - packet.writeD((int) _summon.getPDef(null));// pdef - packet.writeD((int) _summon.getMAtk(null, null));// matk - packet.writeD((int) _summon.getMDef(null, null));// mdef - packet.writeD(_summon.getAccuracy());// accuracy - packet.writeD(_summon.getEvasionRate(null));// evasion - packet.writeD(_summon.getCriticalHit(null, null));// critical - packet.writeD((int) _summon.getMoveSpeed());// speed - packet.writeD((int) _summon.getPAtkSpd());// atkspeed - packet.writeD(_summon.getMAtkSpd());// casting speed + packet.writeQ(_summon.getExpForNextLevel()); // 100% absoulte value + packet.writeD(_summon.isPet() ? _summon.getInventory().getTotalWeight() : 0); // weight + packet.writeD(_summon.getMaxLoad()); // max weight it can carry + packet.writeD((int) _summon.getPAtk(null)); // patk + packet.writeD((int) _summon.getPDef(null)); // pdef + packet.writeD((int) _summon.getMAtk(null, null)); // matk + packet.writeD((int) _summon.getMDef(null, null)); // mdef + packet.writeD(_summon.getAccuracy()); // accuracy + packet.writeD(_summon.getEvasionRate(null)); // evasion + packet.writeD(_summon.getCriticalHit(null, null)); // critical + packet.writeD((int) _summon.getMoveSpeed()); // speed + packet.writeD((int) _summon.getPAtkSpd()); // atkspeed + packet.writeD(_summon.getMAtkSpd()); // casting speed - packet.writeD(_summon.getAbnormalVisualEffects());// c2 abnormal visual effect... bleed=1; poison=2; poison & bleed=3; flame=4; - packet.writeH(_summon.isMountable() ? 1 : 0);// c2 ride button + packet.writeD(_summon.getAbnormalVisualEffects()); // c2 abnormal visual effect... bleed=1; poison=2; poison & bleed=3; flame=4; + packet.writeH(_summon.isMountable() ? 1 : 0); // c2 ride button packet.writeC(_summon.isInsideZone(ZoneId.WATER) ? 1 : _summon.isFlying() ? 2 : 0); // c2 @@ -171,7 +171,7 @@ public class PetInfo implements IClientOutgoingPacket packet.writeC(_summon.getTeam().getId()); packet.writeD(_summon.getSoulShotsPerHit()); // How many soulshots this servitor uses per hit packet.writeD(_summon.getSpiritShotsPerHit()); // How many spiritshots this servitor uses per hit - packet.writeD(_summon.getFormId());// CT1.5 Pet form and skills + packet.writeD(_summon.getFormId()); // CT1.5 Pet form and skills packet.writeD(_summon.getAbnormalVisualEffectSpecial()); return true; } diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PledgeShowMemberListAll.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PledgeShowMemberListAll.java index e57610fa7c..bc1eb2c830 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PledgeShowMemberListAll.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PledgeShowMemberListAll.java @@ -86,7 +86,7 @@ public class PledgeShowMemberListAll implements IClientOutgoingPacket packet.writeD(_clan.getAllyId()); packet.writeS(_clan.getAllyName()); packet.writeD(_clan.getAllyCrestId()); - packet.writeD(_clan.isAtWar() ? 1 : 0);// new c3 + packet.writeD(_clan.isAtWar() ? 1 : 0); // new c3 packet.writeD(0x00); // Territory castle ID packet.writeD(_clan.getSubPledgeMembersCount(_pledgeType)); @@ -103,7 +103,7 @@ public class PledgeShowMemberListAll implements IClientOutgoingPacket if (player != null) { packet.writeD(player.getAppearance().isFemale() ? 1 : 0); // no visible effect - packet.writeD(player.getRace().ordinal());// packet.writeD(1); + packet.writeD(player.getRace().ordinal()); // packet.writeD(1); } else { diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListBuy.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListBuy.java index f3c484db0d..3225ca3f10 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListBuy.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListBuy.java @@ -82,8 +82,8 @@ public class PrivateStoreManageListBuy implements IClientOutgoingPacket packet.writeH(0x00); packet.writeD(item.getItem().getBodyPart()); packet.writeH(item.getItem().getType2()); - packet.writeQ(item.getPrice());// your price - packet.writeQ(item.getItem().getReferencePrice());// fixed store price + packet.writeQ(item.getPrice()); // your price + packet.writeQ(item.getItem().getReferencePrice()); // fixed store price // T1 packet.writeH(item.getAttackElementType()); diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListSell.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListSell.java index 8c548bcdfd..4a31476ca3 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListSell.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/PrivateStoreManageListSell.java @@ -57,7 +57,7 @@ public class PrivateStoreManageListSell implements IClientOutgoingPacket packet.writeD(item.getItem().getId()); packet.writeQ(item.getCount()); packet.writeH(0); - packet.writeH(item.getEnchant());// enchant lvl + packet.writeH(item.getEnchant()); // enchant lvl packet.writeH(item.getCustomType2()); packet.writeD(item.getItem().getBodyPart()); packet.writeQ(item.getPrice()); // store price @@ -84,10 +84,10 @@ public class PrivateStoreManageListSell implements IClientOutgoingPacket packet.writeD(item.getItem().getId()); packet.writeQ(item.getCount()); packet.writeH(0); - packet.writeH(item.getEnchant());// enchant lvl + packet.writeH(item.getEnchant()); // enchant lvl packet.writeH(0x00); packet.writeD(item.getItem().getBodyPart()); - packet.writeQ(item.getPrice());// your price + packet.writeQ(item.getPrice()); // your price packet.writeQ(item.getItem().getReferencePrice()); // store price // T1 diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java index d94866369a..45e7e77444 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java @@ -73,7 +73,7 @@ public class RecipeShopManageList implements IClientOutgoingPacket } else { - packet.writeD(_recipes.length);// number of items in recipe book + packet.writeD(_recipes.length); // number of items in recipe book for (int i = 0; i < _recipes.length; i++) { diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java index a059e49ae6..e7bdf44ca9 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java @@ -37,9 +37,9 @@ public class RecipeShopSellList implements IClientOutgoingPacket { OutgoingPackets.RECIPE_SHOP_SELL_LIST.writeId(packet); packet.writeD(_manufacturer.getObjectId()); - packet.writeD((int) _manufacturer.getCurrentMp());// Creator's MP - packet.writeD(_manufacturer.getMaxMp());// Creator's MP - packet.writeQ(_buyer.getAdena());// Buyer Adena + packet.writeD((int) _manufacturer.getCurrentMp()); // Creator's MP + packet.writeD(_manufacturer.getMaxMp()); // Creator's MP + packet.writeQ(_buyer.getAdena()); // Buyer Adena if (!_manufacturer.hasManufactureShop()) { packet.writeD(0x00); diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/SpecialString.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/SpecialString.java index 4de4bf7d0e..eaeb804ef3 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/SpecialString.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/network/serverpackets/SpecialString.java @@ -45,7 +45,7 @@ public class SpecialString implements IClientOutgoingPacket { OutgoingPackets.SERVER_CLOSE_SOCKET.writeId(packet); packet.writeC(_strId); // string ID - packet.writeC(_isDraw ? 1 : 0);// 1 - draw / 0 - hide + packet.writeC(_isDraw ? 1 : 0); // 1 - draw / 0 - hide packet.writeC(_fontSize); // -1 to 3 (font size) packet.writeD(_x); // ClientRight - x packet.writeD(_y); // ClientTop + y diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/handlers/admincommandhandlers/AdminMonsterRace.java b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/handlers/admincommandhandlers/AdminMonsterRace.java index 89571ab158..4efad08f3a 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/handlers/admincommandhandlers/AdminMonsterRace.java +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/handlers/admincommandhandlers/AdminMonsterRace.java @@ -133,7 +133,7 @@ public class AdminMonsterRace implements IAdminCommandHandler // MonsterRace.getInstance().newSpeeds(); // int[][] speeds2 = MonsterRace.getInstance().getSpeeds(); /* - * int[] speed = new int[8]; for (int i=0; i<8; i++) { for (int j=0; j<20; j++) { //_log.info("Adding "+speeds1[i][j] +" and "+ speeds2[i][j]); speed[i] += (speeds1[i][j]*1);// + (speeds2[i][j]*1); } LOGGER.info("Total speed for "+(i+1)+" = "+speed[i]); } + * int[] speed = new int[8]; for (int i=0; i<8; i++) { for (int j=0; j<20; j++) { //_log.info("Adding "+speeds1[i][j] +" and "+ speeds2[i][j]); speed[i] += (speeds1[i][j]*1); // + (speeds2[i][j]*1); } LOGGER.info("Total speed for "+(i+1)+" = "+speed[i]); } */ final MonRaceInfo spk = new MonRaceInfo(codes[2][0], codes[2][1], MonsterRace.getInstance().getMonsters(), MonsterRace.getInstance().getSpeeds()); diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java index 0c874c374c..7dccfedc4b 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/instances/CrystalCaverns/CrystalCaverns.java @@ -874,7 +874,7 @@ public class CrystalCaverns extends AbstractInstance final CCWorld world = (CCWorld) tmpworld; if ((world.getStatus() == 0) && world.oracle.contains(npc)) { - return "32281.htm";// TODO: Missing HTML. + return "32281.htm"; // TODO: Missing HTML. } } npc.showChatWindow(player); diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java index c249c9f433..35ebe5d01e 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/instances/Kamaloka/Kamaloka.java @@ -376,7 +376,7 @@ public class Kamaloka extends AbstractInstance public int index; // 0-18 index of the kama type in arrays public int shaman = 0; // objectId of the shaman public List firstRoom; // list of the spawns in the first room (excluding shaman) - public List secondRoom;// list of objectIds mobs in the second room + public List secondRoom; // list of objectIds mobs in the second room public int miniBoss = 0; // objectId of the miniboss public Npc boss = null; // boss } diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java index a818ae9158..96f57173ef 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java @@ -71,7 +71,7 @@ public class Q00257_TheGuardIsBusy extends Quest MONSTERS.put(20006, Arrays.asList(new MobDrop(10, 2, ORC_AMULET, 2), new MobDrop(10, 10, ORC_AMULET, 1))); // Orc Archer MONSTERS.put(20093, Arrays.asList(new MobDrop(100, 85, ORC_NECKLACE, 1))); // Orc Fighter MONSTERS.put(20096, Arrays.asList(new MobDrop(100, 95, ORC_NECKLACE, 1))); // Orc Fighter Sub Leader - MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1)));// Orc Fighter Leader + MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1))); // Orc Fighter Leader MONSTERS.put(20130, Arrays.asList(new MobDrop(10, 7, ORC_AMULET, 1))); // Orc MONSTERS.put(20131, Arrays.asList(new MobDrop(10, 9, ORC_AMULET, 1))); // Orc Grunt MONSTERS.put(20132, Arrays.asList(new MobDrop(10, 7, WEREWOLF_FANG, 1))); // Werewolf diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java index 89f663c983..eae6028f40 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java @@ -152,7 +152,7 @@ public class Q00296_TarantulasSpiderSilk extends Quest { giveAdena(talker, (silk * 30) + (silk >= 10 ? 2000 : 0), true); takeItems(talker, TARANTULA_SPIDER_SILK, -1); - Q00281_HeadForTheHills.giveNewbieReward(talker);// TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. + Q00281_HeadForTheHills.giveNewbieReward(talker); // TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. html = "30519-05.html"; } else diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/instance/ClanHallManagerInstance.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/instance/ClanHallManagerInstance.java index b6b7373527..01c4995d03 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/instance/ClanHallManagerInstance.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/instance/ClanHallManagerInstance.java @@ -1693,7 +1693,7 @@ public class ClanHallManagerInstance extends MerchantInstance filename = "data/html/clanHallManager/chamberlain-" + getId() + ".htm"; if (!HtmCache.getInstance().isLoadable(filename)) { - filename = "data/html/clanHallManager/chamberlain.htm";// Owner message window + filename = "data/html/clanHallManager/chamberlain.htm"; // Owner message window } } else if (condition == COND_OWNER_FALSE) diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/entity/Siege.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/entity/Siege.java index 36b9704a76..726870a7a5 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/entity/Siege.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/entity/Siege.java @@ -459,7 +459,7 @@ public class Siege implements Siegable getCastle().removeUpgrade(); // Remove all castle upgrade getCastle().spawnDoor(true); // Respawn door to castle but make them weaker (50% hp) removeTowers(); // Remove all towers from this castle - _controlTowerCount = 0;// Each new siege midvictory CT are completely respawned. + _controlTowerCount = 0; // Each new siege midvictory CT are completely respawned. spawnControlTower(); spawnFlameTower(); updatePlayerSiegeStateFlags(false); diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/stats/Formulas.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/stats/Formulas.java index a17ac8cce3..422234431c 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/stats/Formulas.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/stats/Formulas.java @@ -1368,7 +1368,7 @@ public class Formulas double val = 0; if (attacker.isChargedShot(ShotType.BLESSED_SPIRITSHOTS)) { - val = mAtk * 3.0;// 3.0 is the blessed spiritshot multiplier + val = mAtk * 3.0; // 3.0 is the blessed spiritshot multiplier } val += mAtk; val = (Math.sqrt(val) / target.getMDef(null, null)) * 11.0; diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java index aa8c6e6623..4594181f3a 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/clientpackets/RequestGetItemFromPet.java @@ -39,7 +39,7 @@ public class RequestGetItemFromPet implements IClientIncomingPacket { _objectId = packet.readD(); _amount = packet.readQ(); - _unknown = packet.readD();// = 0 for most trades + _unknown = packet.readD(); // = 0 for most trades return true; } diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/AbstractNpcInfo.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/AbstractNpcInfo.java index 89637b552c..d1bd83c892 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/AbstractNpcInfo.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/AbstractNpcInfo.java @@ -111,8 +111,8 @@ public abstract class AbstractNpcInfo implements IClientOutgoingPacket _rhand = cha.getRightHandItem(); // On every subclass _lhand = cha.getLeftHandItem(); // On every subclass _enchantEffect = cha.getEnchantEffect(); - _collisionHeight = cha.getCollisionHeight();// On every subclass - _collisionRadius = cha.getCollisionRadius();// On every subclass + _collisionHeight = cha.getCollisionHeight(); // On every subclass + _collisionRadius = cha.getCollisionRadius(); // On every subclass _isAttackable = cha.isAutoAttackable(attacker); // npc crest of owning clan/ally of castle @@ -313,7 +313,7 @@ public abstract class AbstractNpcInfo implements IClientOutgoingPacket packet.writeD(0x00); // C4 packet.writeD(0x00); // C6 packet.writeD(0x00); - packet.writeD(0);// CT1.5 Pet form and skills + packet.writeD(0); // CT1.5 Pet form and skills packet.writeC(0x01); packet.writeC(0x01); packet.writeD(0x00); @@ -388,7 +388,7 @@ public abstract class AbstractNpcInfo implements IClientOutgoingPacket packet.writeS(_name); packet.writeD(-1); // High Five NPCString ID packet.writeS(_title); - packet.writeD(0x01);// Title color 0=client default + packet.writeD(0x01); // Title color 0=client default packet.writeD(_summon.getPvpFlag()); packet.writeD(_summon.getKarma()); diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index cc0d5c0fd7..18bd877c78 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -118,7 +118,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java index 719ef1cf85..da952c74ae 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAdd.java @@ -37,7 +37,7 @@ public class PartySmallWindowAdd implements IClientOutgoingPacket { OutgoingPackets.PARTY_SMALL_WINDOW_ADD.writeId(packet); packet.writeD(_party.getLeaderObjectId()); // c3 - packet.writeD(_party.getDistributionType().getId());// packet.writeD(0x04); ?? //c3 + packet.writeD(_party.getDistributionType().getId()); // packet.writeD(0x04); ?? //c3 packet.writeD(_member.getObjectId()); packet.writeS(_member.getName()); packet.writeD((int) _member.getCurrentCp()); // c4 diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java index 7c1ee24ae4..0e79dfb350 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PartySmallWindowAll.java @@ -56,7 +56,7 @@ public class PartySmallWindowAll implements IClientOutgoingPacket packet.writeD(member.getMaxMp()); packet.writeD(member.getLevel()); packet.writeD(member.getClassId().getId()); - packet.writeD(0x00);// packet.writeD(0x01); ?? + packet.writeD(0x00); // packet.writeD(0x01); ?? packet.writeD(member.getRace().ordinal()); packet.writeD(0x00); // T2.3 packet.writeD(0x00); // T2.3 diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java index 3099cc7372..79daaaeb4e 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PetInfo.java @@ -132,39 +132,39 @@ public class PetInfo implements IClientOutgoingPacket packet.writeD(_summon.getKarma()); // karma packet.writeD(_curFed); // how fed it is packet.writeD(_maxFed); // max fed it can be - packet.writeD((int) _summon.getCurrentHp());// current hp - packet.writeD(_maxHp);// max hp - packet.writeD((int) _summon.getCurrentMp());// current mp - packet.writeD(_maxMp);// max mp + packet.writeD((int) _summon.getCurrentHp()); // current hp + packet.writeD(_maxHp); // max hp + packet.writeD((int) _summon.getCurrentMp()); // current mp + packet.writeD(_maxMp); // max mp packet.writeD((int) _summon.getStat().getSp()); // sp - packet.writeD(_summon.getLevel());// lvl + packet.writeD(_summon.getLevel()); // lvl packet.writeQ(_summon.getStat().getExp()); if (_summon.getExpForThisLevel() > _summon.getStat().getExp()) { - packet.writeQ(_summon.getStat().getExp());// 0% absolute value + packet.writeQ(_summon.getStat().getExp()); // 0% absolute value } else { - packet.writeQ(_summon.getExpForThisLevel());// 0% absolute value + packet.writeQ(_summon.getExpForThisLevel()); // 0% absolute value } - packet.writeQ(_summon.getExpForNextLevel());// 100% absoulte value - packet.writeD(_summon.isPet() ? _summon.getInventory().getTotalWeight() : 0);// weight - packet.writeD(_summon.getMaxLoad());// max weight it can carry - packet.writeD((int) _summon.getPAtk(null));// patk - packet.writeD((int) _summon.getPDef(null));// pdef - packet.writeD((int) _summon.getMAtk(null, null));// matk - packet.writeD((int) _summon.getMDef(null, null));// mdef - packet.writeD(_summon.getAccuracy());// accuracy - packet.writeD(_summon.getEvasionRate(null));// evasion - packet.writeD(_summon.getCriticalHit(null, null));// critical - packet.writeD((int) _summon.getMoveSpeed());// speed - packet.writeD((int) _summon.getPAtkSpd());// atkspeed - packet.writeD(_summon.getMAtkSpd());// casting speed + packet.writeQ(_summon.getExpForNextLevel()); // 100% absoulte value + packet.writeD(_summon.isPet() ? _summon.getInventory().getTotalWeight() : 0); // weight + packet.writeD(_summon.getMaxLoad()); // max weight it can carry + packet.writeD((int) _summon.getPAtk(null)); // patk + packet.writeD((int) _summon.getPDef(null)); // pdef + packet.writeD((int) _summon.getMAtk(null, null)); // matk + packet.writeD((int) _summon.getMDef(null, null)); // mdef + packet.writeD(_summon.getAccuracy()); // accuracy + packet.writeD(_summon.getEvasionRate(null)); // evasion + packet.writeD(_summon.getCriticalHit(null, null)); // critical + packet.writeD((int) _summon.getMoveSpeed()); // speed + packet.writeD((int) _summon.getPAtkSpd()); // atkspeed + packet.writeD(_summon.getMAtkSpd()); // casting speed - packet.writeD(_summon.getAbnormalVisualEffects());// c2 abnormal visual effect... bleed=1; poison=2; poison & bleed=3; flame=4; - packet.writeH(_summon.isMountable() ? 1 : 0);// c2 ride button + packet.writeD(_summon.getAbnormalVisualEffects()); // c2 abnormal visual effect... bleed=1; poison=2; poison & bleed=3; flame=4; + packet.writeH(_summon.isMountable() ? 1 : 0); // c2 ride button packet.writeC(_summon.isInsideZone(ZoneId.WATER) ? 1 : _summon.isFlying() ? 2 : 0); // c2 @@ -173,7 +173,7 @@ public class PetInfo implements IClientOutgoingPacket packet.writeC(_summon.getTeam().getId()); packet.writeD(_summon.getSoulShotsPerHit()); // How many soulshots this servitor uses per hit packet.writeD(_summon.getSpiritShotsPerHit()); // How many spiritshots this servitor uses per hit - packet.writeD(_summon.getFormId());// CT1.5 Pet form and skills + packet.writeD(_summon.getFormId()); // CT1.5 Pet form and skills packet.writeD(_summon.getAbnormalVisualEffectSpecial()); return true; } diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PledgeShowMemberListAll.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PledgeShowMemberListAll.java index e57610fa7c..bc1eb2c830 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PledgeShowMemberListAll.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/PledgeShowMemberListAll.java @@ -86,7 +86,7 @@ public class PledgeShowMemberListAll implements IClientOutgoingPacket packet.writeD(_clan.getAllyId()); packet.writeS(_clan.getAllyName()); packet.writeD(_clan.getAllyCrestId()); - packet.writeD(_clan.isAtWar() ? 1 : 0);// new c3 + packet.writeD(_clan.isAtWar() ? 1 : 0); // new c3 packet.writeD(0x00); // Territory castle ID packet.writeD(_clan.getSubPledgeMembersCount(_pledgeType)); @@ -103,7 +103,7 @@ public class PledgeShowMemberListAll implements IClientOutgoingPacket if (player != null) { packet.writeD(player.getAppearance().isFemale() ? 1 : 0); // no visible effect - packet.writeD(player.getRace().ordinal());// packet.writeD(1); + packet.writeD(player.getRace().ordinal()); // packet.writeD(1); } else { diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java index d94866369a..45e7e77444 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopManageList.java @@ -73,7 +73,7 @@ public class RecipeShopManageList implements IClientOutgoingPacket } else { - packet.writeD(_recipes.length);// number of items in recipe book + packet.writeD(_recipes.length); // number of items in recipe book for (int i = 0; i < _recipes.length; i++) { diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java index a059e49ae6..e7bdf44ca9 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/RecipeShopSellList.java @@ -37,9 +37,9 @@ public class RecipeShopSellList implements IClientOutgoingPacket { OutgoingPackets.RECIPE_SHOP_SELL_LIST.writeId(packet); packet.writeD(_manufacturer.getObjectId()); - packet.writeD((int) _manufacturer.getCurrentMp());// Creator's MP - packet.writeD(_manufacturer.getMaxMp());// Creator's MP - packet.writeQ(_buyer.getAdena());// Buyer Adena + packet.writeD((int) _manufacturer.getCurrentMp()); // Creator's MP + packet.writeD(_manufacturer.getMaxMp()); // Creator's MP + packet.writeQ(_buyer.getAdena()); // Buyer Adena if (!_manufacturer.hasManufactureShop()) { packet.writeD(0x00); diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/SpecialString.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/SpecialString.java index 4de4bf7d0e..eaeb804ef3 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/SpecialString.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/serverpackets/SpecialString.java @@ -45,7 +45,7 @@ public class SpecialString implements IClientOutgoingPacket { OutgoingPackets.SERVER_CLOSE_SOCKET.writeId(packet); packet.writeC(_strId); // string ID - packet.writeC(_isDraw ? 1 : 0);// 1 - draw / 0 - hide + packet.writeC(_isDraw ? 1 : 0); // 1 - draw / 0 - hide packet.writeC(_fontSize); // -1 to 3 (font size) packet.writeD(_x); // ClientRight - x packet.writeD(_y); // ClientTop + y diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java index 8a9bcf0d9e..85921452be 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java @@ -69,7 +69,7 @@ public class Q00257_TheGuardIsBusy extends Quest MONSTERS.put(20006, Arrays.asList(new MobDrop(10, 2, ORC_AMULET, 2), new MobDrop(10, 10, ORC_AMULET, 1))); // Orc Archer MONSTERS.put(20093, Arrays.asList(new MobDrop(100, 85, ORC_NECKLACE, 1))); // Orc Fighter MONSTERS.put(20096, Arrays.asList(new MobDrop(100, 95, ORC_NECKLACE, 1))); // Orc Fighter Sub Leader - MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1)));// Orc Fighter Leader + MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1))); // Orc Fighter Leader MONSTERS.put(20130, Arrays.asList(new MobDrop(10, 7, ORC_AMULET, 1))); // Orc MONSTERS.put(20131, Arrays.asList(new MobDrop(10, 9, ORC_AMULET, 1))); // Orc Grunt MONSTERS.put(20132, Arrays.asList(new MobDrop(10, 7, WEREWOLF_FANG, 1))); // Werewolf diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java index 8992c82b59..1c8a024a7e 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java @@ -150,7 +150,7 @@ public class Q00296_TarantulasSpiderSilk extends Quest { giveAdena(talker, (silk * 5) + (silk >= 10 ? 1000 : 0), true); takeItems(talker, TARANTULA_SPIDER_SILK, -1); - // Q00281_HeadForTheHills.giveNewbieReward(talker);// TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. + // Q00281_HeadForTheHills.giveNewbieReward(talker); // TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. html = "30519-05.html"; } else diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index cb86acd9e4..3d32e7cd48 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java index 8a9bcf0d9e..85921452be 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java @@ -69,7 +69,7 @@ public class Q00257_TheGuardIsBusy extends Quest MONSTERS.put(20006, Arrays.asList(new MobDrop(10, 2, ORC_AMULET, 2), new MobDrop(10, 10, ORC_AMULET, 1))); // Orc Archer MONSTERS.put(20093, Arrays.asList(new MobDrop(100, 85, ORC_NECKLACE, 1))); // Orc Fighter MONSTERS.put(20096, Arrays.asList(new MobDrop(100, 95, ORC_NECKLACE, 1))); // Orc Fighter Sub Leader - MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1)));// Orc Fighter Leader + MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1))); // Orc Fighter Leader MONSTERS.put(20130, Arrays.asList(new MobDrop(10, 7, ORC_AMULET, 1))); // Orc MONSTERS.put(20131, Arrays.asList(new MobDrop(10, 9, ORC_AMULET, 1))); // Orc Grunt MONSTERS.put(20132, Arrays.asList(new MobDrop(10, 7, WEREWOLF_FANG, 1))); // Werewolf diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java index 8992c82b59..1c8a024a7e 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java @@ -150,7 +150,7 @@ public class Q00296_TarantulasSpiderSilk extends Quest { giveAdena(talker, (silk * 5) + (silk >= 10 ? 1000 : 0), true); takeItems(talker, TARANTULA_SPIDER_SILK, -1); - // Q00281_HeadForTheHills.giveNewbieReward(talker);// TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. + // Q00281_HeadForTheHills.giveNewbieReward(talker); // TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. html = "30519-05.html"; } else diff --git a/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index cb86acd9e4..3d32e7cd48 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java index 8a9bcf0d9e..85921452be 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java @@ -69,7 +69,7 @@ public class Q00257_TheGuardIsBusy extends Quest MONSTERS.put(20006, Arrays.asList(new MobDrop(10, 2, ORC_AMULET, 2), new MobDrop(10, 10, ORC_AMULET, 1))); // Orc Archer MONSTERS.put(20093, Arrays.asList(new MobDrop(100, 85, ORC_NECKLACE, 1))); // Orc Fighter MONSTERS.put(20096, Arrays.asList(new MobDrop(100, 95, ORC_NECKLACE, 1))); // Orc Fighter Sub Leader - MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1)));// Orc Fighter Leader + MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1))); // Orc Fighter Leader MONSTERS.put(20130, Arrays.asList(new MobDrop(10, 7, ORC_AMULET, 1))); // Orc MONSTERS.put(20131, Arrays.asList(new MobDrop(10, 9, ORC_AMULET, 1))); // Orc Grunt MONSTERS.put(20132, Arrays.asList(new MobDrop(10, 7, WEREWOLF_FANG, 1))); // Werewolf diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java index 8992c82b59..1c8a024a7e 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java @@ -150,7 +150,7 @@ public class Q00296_TarantulasSpiderSilk extends Quest { giveAdena(talker, (silk * 5) + (silk >= 10 ? 1000 : 0), true); takeItems(talker, TARANTULA_SPIDER_SILK, -1); - // Q00281_HeadForTheHills.giveNewbieReward(talker);// TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. + // Q00281_HeadForTheHills.giveNewbieReward(talker); // TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. html = "30519-05.html"; } else diff --git a/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index cb86acd9e4..3d32e7cd48 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java index 94d8e7457b..037761ceeb 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java @@ -95,7 +95,7 @@ public class ResidenceOfKingProcella extends AbstractInstance procellaStorm.setRandomWalking(true); _procellaStormCount++; startQuestTimer("SPAWN_STORM", 60000, _procella, null); - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, procellaStorm, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, procellaStorm, player); // All time checking } break; } @@ -126,7 +126,7 @@ public class ResidenceOfKingProcella extends AbstractInstance if (plr.getAffectedSkillLevel(HURRICANE_BOLT) == 1) { npc.abortCast(); - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player); // All time checking } else { @@ -135,11 +135,11 @@ public class ResidenceOfKingProcella extends AbstractInstance npc.doCast(HURRICANE_BOLT_LV_1.getSkill()); } } - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player); // All time checking } else { - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player); // All time checking } } break; diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java index 8a9bcf0d9e..85921452be 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java @@ -69,7 +69,7 @@ public class Q00257_TheGuardIsBusy extends Quest MONSTERS.put(20006, Arrays.asList(new MobDrop(10, 2, ORC_AMULET, 2), new MobDrop(10, 10, ORC_AMULET, 1))); // Orc Archer MONSTERS.put(20093, Arrays.asList(new MobDrop(100, 85, ORC_NECKLACE, 1))); // Orc Fighter MONSTERS.put(20096, Arrays.asList(new MobDrop(100, 95, ORC_NECKLACE, 1))); // Orc Fighter Sub Leader - MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1)));// Orc Fighter Leader + MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1))); // Orc Fighter Leader MONSTERS.put(20130, Arrays.asList(new MobDrop(10, 7, ORC_AMULET, 1))); // Orc MONSTERS.put(20131, Arrays.asList(new MobDrop(10, 9, ORC_AMULET, 1))); // Orc Grunt MONSTERS.put(20132, Arrays.asList(new MobDrop(10, 7, WEREWOLF_FANG, 1))); // Werewolf diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java index 8992c82b59..1c8a024a7e 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java @@ -150,7 +150,7 @@ public class Q00296_TarantulasSpiderSilk extends Quest { giveAdena(talker, (silk * 5) + (silk >= 10 ? 1000 : 0), true); takeItems(talker, TARANTULA_SPIDER_SILK, -1); - // Q00281_HeadForTheHills.giveNewbieReward(talker);// TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. + // Q00281_HeadForTheHills.giveNewbieReward(talker); // TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. html = "30519-05.html"; } else diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index 393ca03cd3..ea0ca15232 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java index 94d8e7457b..037761ceeb 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java @@ -95,7 +95,7 @@ public class ResidenceOfKingProcella extends AbstractInstance procellaStorm.setRandomWalking(true); _procellaStormCount++; startQuestTimer("SPAWN_STORM", 60000, _procella, null); - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, procellaStorm, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, procellaStorm, player); // All time checking } break; } @@ -126,7 +126,7 @@ public class ResidenceOfKingProcella extends AbstractInstance if (plr.getAffectedSkillLevel(HURRICANE_BOLT) == 1) { npc.abortCast(); - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player); // All time checking } else { @@ -135,11 +135,11 @@ public class ResidenceOfKingProcella extends AbstractInstance npc.doCast(HURRICANE_BOLT_LV_1.getSkill()); } } - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player); // All time checking } else { - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player); // All time checking } } break; diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java index 8a9bcf0d9e..85921452be 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java @@ -69,7 +69,7 @@ public class Q00257_TheGuardIsBusy extends Quest MONSTERS.put(20006, Arrays.asList(new MobDrop(10, 2, ORC_AMULET, 2), new MobDrop(10, 10, ORC_AMULET, 1))); // Orc Archer MONSTERS.put(20093, Arrays.asList(new MobDrop(100, 85, ORC_NECKLACE, 1))); // Orc Fighter MONSTERS.put(20096, Arrays.asList(new MobDrop(100, 95, ORC_NECKLACE, 1))); // Orc Fighter Sub Leader - MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1)));// Orc Fighter Leader + MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1))); // Orc Fighter Leader MONSTERS.put(20130, Arrays.asList(new MobDrop(10, 7, ORC_AMULET, 1))); // Orc MONSTERS.put(20131, Arrays.asList(new MobDrop(10, 9, ORC_AMULET, 1))); // Orc Grunt MONSTERS.put(20132, Arrays.asList(new MobDrop(10, 7, WEREWOLF_FANG, 1))); // Werewolf diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java index 8992c82b59..1c8a024a7e 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java @@ -150,7 +150,7 @@ public class Q00296_TarantulasSpiderSilk extends Quest { giveAdena(talker, (silk * 5) + (silk >= 10 ? 1000 : 0), true); takeItems(talker, TARANTULA_SPIDER_SILK, -1); - // Q00281_HeadForTheHills.giveNewbieReward(talker);// TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. + // Q00281_HeadForTheHills.giveNewbieReward(talker); // TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. html = "30519-05.html"; } else diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index 393ca03cd3..ea0ca15232 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java index 94d8e7457b..037761ceeb 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/instances/ResidenceOfKingProcella/ResidenceOfKingProcella.java @@ -95,7 +95,7 @@ public class ResidenceOfKingProcella extends AbstractInstance procellaStorm.setRandomWalking(true); _procellaStormCount++; startQuestTimer("SPAWN_STORM", 60000, _procella, null); - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, procellaStorm, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, procellaStorm, player); // All time checking } break; } @@ -126,7 +126,7 @@ public class ResidenceOfKingProcella extends AbstractInstance if (plr.getAffectedSkillLevel(HURRICANE_BOLT) == 1) { npc.abortCast(); - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player); // All time checking } else { @@ -135,11 +135,11 @@ public class ResidenceOfKingProcella extends AbstractInstance npc.doCast(HURRICANE_BOLT_LV_1.getSkill()); } } - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player); // All time checking } else { - startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player);// All time checking + startQuestTimer("CHECK_CHAR_INSIDE_RADIUS_NPC", 100, npc, player); // All time checking } } break; diff --git a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index 393ca03cd3..ea0ca15232 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle()); diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java index 8a9bcf0d9e..85921452be 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00257_TheGuardIsBusy/Q00257_TheGuardIsBusy.java @@ -69,7 +69,7 @@ public class Q00257_TheGuardIsBusy extends Quest MONSTERS.put(20006, Arrays.asList(new MobDrop(10, 2, ORC_AMULET, 2), new MobDrop(10, 10, ORC_AMULET, 1))); // Orc Archer MONSTERS.put(20093, Arrays.asList(new MobDrop(100, 85, ORC_NECKLACE, 1))); // Orc Fighter MONSTERS.put(20096, Arrays.asList(new MobDrop(100, 95, ORC_NECKLACE, 1))); // Orc Fighter Sub Leader - MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1)));// Orc Fighter Leader + MONSTERS.put(20098, Arrays.asList(new MobDrop(100, 100, ORC_NECKLACE, 1))); // Orc Fighter Leader MONSTERS.put(20130, Arrays.asList(new MobDrop(10, 7, ORC_AMULET, 1))); // Orc MONSTERS.put(20131, Arrays.asList(new MobDrop(10, 9, ORC_AMULET, 1))); // Orc Grunt MONSTERS.put(20132, Arrays.asList(new MobDrop(10, 7, WEREWOLF_FANG, 1))); // Werewolf diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java index 8992c82b59..1c8a024a7e 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00296_TarantulasSpiderSilk/Q00296_TarantulasSpiderSilk.java @@ -150,7 +150,7 @@ public class Q00296_TarantulasSpiderSilk extends Quest { giveAdena(talker, (silk * 5) + (silk >= 10 ? 1000 : 0), true); takeItems(talker, TARANTULA_SPIDER_SILK, -1); - // Q00281_HeadForTheHills.giveNewbieReward(talker);// TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. + // Q00281_HeadForTheHills.giveNewbieReward(talker); // TODO: It's using wrong bitmask, need to create a general bitmask for this using EnumIntBitmask class inside Quest class for handling Quest rewards. html = "30519-05.html"; } else diff --git a/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java b/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java index cb86acd9e4..3d32e7cd48 100644 --- a/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java +++ b/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/GMViewCharacterInfo.java @@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket packet.writeD(_flyRunSpd); packet.writeD(_flyWalkSpd); packet.writeF(_moveMultiplier); - packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);// + packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); // packet.writeF(_player.getCollisionRadius()); // scale packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033 packet.writeD(_player.getAppearance().getHairStyle());