diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34022.htm b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34022.htm index 3d1da8ec8e..e58db54a80 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34022.htm +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34022.htm @@ -1,5 +1,5 @@ Pirate Spirit:
Oh, it's so hard...I still can't bear the thought that I'm really dead. Will never be able to, probably.
- + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258-1.htm b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258-1.htm new file mode 100644 index 0000000000..ecea44088a --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258-1.htm @@ -0,0 +1,16 @@ + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258-2.htm b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258-2.htm new file mode 100644 index 0000000000..f76a494773 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258-2.htm @@ -0,0 +1,19 @@ + + +
+ + + + +
+
+ + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/MonsterArena/34169-04.htm b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258-3.htm similarity index 73% rename from L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/MonsterArena/34169-04.htm rename to L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258-3.htm index c7d2f59f6c..08e9998ffd 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/MonsterArena/34169-04.htm +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258-3.htm @@ -34,15 +34,17 @@
+ + + + +
+ Punitive expedition againt Frintezza is available for + command channels with 10-40 warriors, all of whom have reached Lv 76.,
+ After the start of the expedition you will have60 minutesto finish it.
+ Every Wednesday and Saturday
+
-
-
- \ No newline at end of file + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258.htm b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258.htm new file mode 100644 index 0000000000..a42a6584b9 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/html/default/34258.htm @@ -0,0 +1,45 @@ + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Gather your comrades.
Together you'll defeat any enemy!
Create a command channel and go for it!
+
+
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/DwellingOfSpirits/DwellingOfSpirits.java b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/DwellingOfSpirits/DwellingOfSpirits.java index c2f13dc68c..3c885b3a9a 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/DwellingOfSpirits/DwellingOfSpirits.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/DwellingOfSpirits/DwellingOfSpirits.java @@ -157,7 +157,7 @@ public class DwellingOfSpirits extends AbstractInstance { if (!member.isInsideRadius3D(npc, 1000)) { - player.sendMessage("Player " + member.getName() + " must go closer to Jay."); + player.sendMessage("Player " + member.getName() + " must go closer to Parme."); } enterInstance(member, npc, TEMPLATE_ID); } @@ -171,13 +171,12 @@ public class DwellingOfSpirits extends AbstractInstance { if (!player.isInsideRadius3D(npc, 1000)) { - player.sendMessage("You must go closer to Jay."); + player.sendMessage("You must go closer to Parme."); } enterInstance(player, npc, TEMPLATE_ID); } break; } - case "TELEPORT": { player.teleToLocation(TeleportWhereType.TOWN, null); diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java index fb985a1422..7500fd4f0c 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java @@ -45,13 +45,12 @@ import instances.AbstractInstance; /** * Last Imperial Tomb AI * @author Mobius (reworked from L2J version) - * @author RobikBobik (Updated to Classic: The Kamael) * @TODO: When halisha uses second transform, Halisha Breath need to stop attack. */ public class LastImperialTomb extends AbstractInstance { // NPCs - private static final int GUIDE = 34169; + private static final int GUIDE = 34258; private static final int CUBE = 31843; // 29061 private static final int HALL_ALARM = 18328; private static final int HALL_KEEPER_SUICIDAL_SOLDIER = 18333; diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/MonsterArena/34169-01.htm b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/MonsterArena/34169-01.htm index 36049a3ede..e741d8f043 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/MonsterArena/34169-01.htm +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/MonsterArena/34169-01.htm @@ -1,44 +1,33 @@ - - - - - -
- - - - -
- - - - - - - - - - - - - - - - - - - - - - -
Nothing is impossible for a clan of friends!
Create a command channel and go for it!
-
-
-
-
- + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/MonsterArena/34169-02.htm b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/MonsterArena/34169-02.htm deleted file mode 100644 index 95ab5de5eb..0000000000 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/instances/MonsterArena/34169-02.htm +++ /dev/null @@ -1,13 +0,0 @@ - - -
+ + + + +
+ + + + + + + + + + + + + + + + +
Nothing is impossible for a clan of friends!
Create a command channel and go for it!
+
+
- -
- - - - -
-
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/html/default/34258-4.htm b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/html/default/34258-4.htm new file mode 100644 index 0000000000..c0f63807d1 --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/html/default/34258-4.htm @@ -0,0 +1,50 @@ + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Valakas is hiding beneath the Forge of Gods.
You can go there, however, if you know the way.
Would you like to explore Valakas's Temple?
+
+
+
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/html/default/34258-5.htm b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/html/default/34258-5.htm new file mode 100644 index 0000000000..43274c2c9f --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/html/default/34258-5.htm @@ -0,0 +1,70 @@ + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Valakas is slumbering in the dungeon beneath
the Forge of Gods.
To prevent him from awakening, you need to go to
Valakas' Temple and explore it. Your party must have
15-100 warriors of Lv. 76 and higher.
Weaker heroes won't be able to complete the mission.
The raid lasts for 60 min., and every Wednesday
the zone is reset, so you can only go there once a week.
+
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/html/default/34258.htm b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/html/default/34258.htm new file mode 100644 index 0000000000..2ea8117963 --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/html/default/34258.htm @@ -0,0 +1,50 @@ + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Gather your comrades.
Together you'll defeat any enemy!
Create a command channel and go for it!
+
+
+
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/DwellingOfSpirits/DwellingOfSpirits.java b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/DwellingOfSpirits/DwellingOfSpirits.java index c2f13dc68c..3c885b3a9a 100644 --- a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/DwellingOfSpirits/DwellingOfSpirits.java +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/DwellingOfSpirits/DwellingOfSpirits.java @@ -157,7 +157,7 @@ public class DwellingOfSpirits extends AbstractInstance { if (!member.isInsideRadius3D(npc, 1000)) { - player.sendMessage("Player " + member.getName() + " must go closer to Jay."); + player.sendMessage("Player " + member.getName() + " must go closer to Parme."); } enterInstance(member, npc, TEMPLATE_ID); } @@ -171,13 +171,12 @@ public class DwellingOfSpirits extends AbstractInstance { if (!player.isInsideRadius3D(npc, 1000)) { - player.sendMessage("You must go closer to Jay."); + player.sendMessage("You must go closer to Parme."); } enterInstance(player, npc, TEMPLATE_ID); } break; } - case "TELEPORT": { player.teleToLocation(TeleportWhereType.TOWN, null); diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java index fb985a1422..7500fd4f0c 100644 --- a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/LastImperialTomb/LastImperialTomb.java @@ -45,13 +45,12 @@ import instances.AbstractInstance; /** * Last Imperial Tomb AI * @author Mobius (reworked from L2J version) - * @author RobikBobik (Updated to Classic: The Kamael) * @TODO: When halisha uses second transform, Halisha Breath need to stop attack. */ public class LastImperialTomb extends AbstractInstance { // NPCs - private static final int GUIDE = 34169; + private static final int GUIDE = 34258; private static final int CUBE = 31843; // 29061 private static final int HALL_ALARM = 18328; private static final int HALL_KEEPER_SUICIDAL_SOLDIER = 18333; diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/MonsterArena/34169-01.htm b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/MonsterArena/34169-01.htm index 36049a3ede..e741d8f043 100644 --- a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/MonsterArena/34169-01.htm +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/MonsterArena/34169-01.htm @@ -1,44 +1,33 @@ - - - - - -
- - - - -
- - - - - - - - - - - - - - - - - - - - - - -
Nothing is impossible for a clan of friends!
Create a command channel and go for it!
-
-
-
-
- + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/MonsterArena/34169-02.htm b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/MonsterArena/34169-02.htm deleted file mode 100644 index 95ab5de5eb..0000000000 --- a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/instances/MonsterArena/34169-02.htm +++ /dev/null @@ -1,13 +0,0 @@ - - -
+ + + + +
+ + + + + + + + + + + + + + + + +
Nothing is impossible for a clan of friends!
Create a command channel and go for it!
+
+
- -
- - - - -
-