From d2b1ab3324fa0024dac459732d4d8c6f7b531c2d Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 23 Oct 2019 23:46:48 +0000 Subject: [PATCH] Proper script name for Residence of King Ignis. --- .../dist/game/data/html/default/29109.htm | 2 +- .../dist/game/data/html/teleporter/34047-1.htm | 2 +- .../ResidenceOfKingIgnis.java} | 10 +++++----- .../dist/game/data/html/default/29109.htm | 2 +- .../dist/game/data/html/teleporter/34047-1.htm | 2 +- .../ResidenceOfKingIgnis.java} | 10 +++++----- .../dist/game/data/html/default/29109.htm | 2 +- .../dist/game/data/html/teleporter/34047-1.htm | 2 +- .../ResidenceOfKingIgnis.java} | 10 +++++----- 9 files changed, 21 insertions(+), 21 deletions(-) rename L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/instances/{ResidenceOfIgnis/ResidenceOfQueenIgnis.java => ResidenceOfKingIgnis/ResidenceOfKingIgnis.java} (94%) rename L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/instances/{ResidenceOfIgnis/ResidenceOfQueenIgnis.java => ResidenceOfKingIgnis/ResidenceOfKingIgnis.java} (94%) rename L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/instances/{ResidenceOfIgnis/ResidenceOfQueenIgnis.java => ResidenceOfKingIgnis/ResidenceOfKingIgnis.java} (94%) diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/html/default/29109.htm b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/html/default/29109.htm index 8c6d0b2470..6fe4612505 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/html/default/29109.htm +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/html/default/29109.htm @@ -5,5 +5,5 @@ I'm here to help you get rid of the Fire Rage debuff. < My strength is limited to this hellish place.
Every warrior can use my power for remove Fire Rage for fifth times.
- + \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/html/teleporter/34047-1.htm b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/html/teleporter/34047-1.htm index 76438a02f9..94ab7a93e0 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/html/teleporter/34047-1.htm +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/html/teleporter/34047-1.htm @@ -4,5 +4,5 @@ I went to study one place where the energy of the fire was very strong. At that And you know, it's very strange, but in the same place I saw Ice Queen Freya. What could Freya do where the energy of fire pulsates? King Ignis has not yet declared himself openly, but is hiding and accumulating strength. Perhaps, when he leaves the shelter, Aden will plunge into chaos. Therefore, it is necessary in whatever would prevent Ignis.
But first you need to get a force that will help withstand the energy of fire. Collect loyal supporters and come back !!! Alone you can not cope.
(You need a command channel of 27 or more characters.). - + \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/instances/ResidenceOfIgnis/ResidenceOfQueenIgnis.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/instances/ResidenceOfKingIgnis/ResidenceOfKingIgnis.java similarity index 94% rename from L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/instances/ResidenceOfIgnis/ResidenceOfQueenIgnis.java rename to L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/instances/ResidenceOfKingIgnis/ResidenceOfKingIgnis.java index 0cbeaaa143..3dce7293a4 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/instances/ResidenceOfIgnis/ResidenceOfQueenIgnis.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/instances/ResidenceOfKingIgnis/ResidenceOfKingIgnis.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package instances.ResidenceOfIgnis; +package instances.ResidenceOfKingIgnis; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; @@ -36,7 +36,7 @@ import instances.AbstractInstance; * @TODO: Check skill 50050 - working, but I dont know if is correct. * @TODO: Ignis other skills - skills are implemented, but I dont know if is correct. */ -public class ResidenceOfQueenIgnis extends AbstractInstance +public class ResidenceOfKingIgnis extends AbstractInstance { // NPCs private static final int TARA = 34047; @@ -53,12 +53,12 @@ public class ResidenceOfQueenIgnis extends AbstractInstance private static SkillHolder FIRE_RAG_8 = new SkillHolder(50050, 8); private static SkillHolder FIRE_RAG_9 = new SkillHolder(50050, 9); private static SkillHolder FIRE_RAG_10 = new SkillHolder(50050, 10); - // Misc private static SkillHolder FREYA_SAFETY_ZONE = new SkillHolder(50052, 1); // Just for an effect + // Misc private static final int TEMPLATE_ID = 195; private final Map _playerFireRage = new ConcurrentHashMap<>(); - public ResidenceOfQueenIgnis() + public ResidenceOfKingIgnis() { super(TEMPLATE_ID); addStartNpc(TARA); @@ -241,6 +241,6 @@ public class ResidenceOfQueenIgnis extends AbstractInstance public static void main(String[] args) { - new ResidenceOfQueenIgnis(); + new ResidenceOfKingIgnis(); } } diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/html/default/29109.htm b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/html/default/29109.htm index 8c6d0b2470..6fe4612505 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/html/default/29109.htm +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/html/default/29109.htm @@ -5,5 +5,5 @@ I'm here to help you get rid of the Fire Rage debuff. < My strength is limited to this hellish place.
Every warrior can use my power for remove Fire Rage for fifth times.
- + \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/html/teleporter/34047-1.htm b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/html/teleporter/34047-1.htm index 76438a02f9..94ab7a93e0 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/html/teleporter/34047-1.htm +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/html/teleporter/34047-1.htm @@ -4,5 +4,5 @@ I went to study one place where the energy of the fire was very strong. At that And you know, it's very strange, but in the same place I saw Ice Queen Freya. What could Freya do where the energy of fire pulsates? King Ignis has not yet declared himself openly, but is hiding and accumulating strength. Perhaps, when he leaves the shelter, Aden will plunge into chaos. Therefore, it is necessary in whatever would prevent Ignis.
But first you need to get a force that will help withstand the energy of fire. Collect loyal supporters and come back !!! Alone you can not cope.
(You need a command channel of 27 or more characters.). - + \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/instances/ResidenceOfIgnis/ResidenceOfQueenIgnis.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/instances/ResidenceOfKingIgnis/ResidenceOfKingIgnis.java similarity index 94% rename from L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/instances/ResidenceOfIgnis/ResidenceOfQueenIgnis.java rename to L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/instances/ResidenceOfKingIgnis/ResidenceOfKingIgnis.java index 0cbeaaa143..3dce7293a4 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/instances/ResidenceOfIgnis/ResidenceOfQueenIgnis.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/instances/ResidenceOfKingIgnis/ResidenceOfKingIgnis.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package instances.ResidenceOfIgnis; +package instances.ResidenceOfKingIgnis; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; @@ -36,7 +36,7 @@ import instances.AbstractInstance; * @TODO: Check skill 50050 - working, but I dont know if is correct. * @TODO: Ignis other skills - skills are implemented, but I dont know if is correct. */ -public class ResidenceOfQueenIgnis extends AbstractInstance +public class ResidenceOfKingIgnis extends AbstractInstance { // NPCs private static final int TARA = 34047; @@ -53,12 +53,12 @@ public class ResidenceOfQueenIgnis extends AbstractInstance private static SkillHolder FIRE_RAG_8 = new SkillHolder(50050, 8); private static SkillHolder FIRE_RAG_9 = new SkillHolder(50050, 9); private static SkillHolder FIRE_RAG_10 = new SkillHolder(50050, 10); - // Misc private static SkillHolder FREYA_SAFETY_ZONE = new SkillHolder(50052, 1); // Just for an effect + // Misc private static final int TEMPLATE_ID = 195; private final Map _playerFireRage = new ConcurrentHashMap<>(); - public ResidenceOfQueenIgnis() + public ResidenceOfKingIgnis() { super(TEMPLATE_ID); addStartNpc(TARA); @@ -241,6 +241,6 @@ public class ResidenceOfQueenIgnis extends AbstractInstance public static void main(String[] args) { - new ResidenceOfQueenIgnis(); + new ResidenceOfKingIgnis(); } } diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/html/default/29109.htm b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/html/default/29109.htm index 8c6d0b2470..6fe4612505 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/html/default/29109.htm +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/html/default/29109.htm @@ -5,5 +5,5 @@ I'm here to help you get rid of the Fire Rage debuff. < My strength is limited to this hellish place.
Every warrior can use my power for remove Fire Rage for fifth times.
- + \ No newline at end of file diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/html/teleporter/34047-1.htm b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/html/teleporter/34047-1.htm index 76438a02f9..94ab7a93e0 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/html/teleporter/34047-1.htm +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/html/teleporter/34047-1.htm @@ -4,5 +4,5 @@ I went to study one place where the energy of the fire was very strong. At that And you know, it's very strange, but in the same place I saw Ice Queen Freya. What could Freya do where the energy of fire pulsates? King Ignis has not yet declared himself openly, but is hiding and accumulating strength. Perhaps, when he leaves the shelter, Aden will plunge into chaos. Therefore, it is necessary in whatever would prevent Ignis.
But first you need to get a force that will help withstand the energy of fire. Collect loyal supporters and come back !!! Alone you can not cope.
(You need a command channel of 27 or more characters.). - + \ No newline at end of file diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/instances/ResidenceOfIgnis/ResidenceOfQueenIgnis.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/instances/ResidenceOfKingIgnis/ResidenceOfKingIgnis.java similarity index 94% rename from L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/instances/ResidenceOfIgnis/ResidenceOfQueenIgnis.java rename to L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/instances/ResidenceOfKingIgnis/ResidenceOfKingIgnis.java index 0cbeaaa143..3dce7293a4 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/instances/ResidenceOfIgnis/ResidenceOfQueenIgnis.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/instances/ResidenceOfKingIgnis/ResidenceOfKingIgnis.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package instances.ResidenceOfIgnis; +package instances.ResidenceOfKingIgnis; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; @@ -36,7 +36,7 @@ import instances.AbstractInstance; * @TODO: Check skill 50050 - working, but I dont know if is correct. * @TODO: Ignis other skills - skills are implemented, but I dont know if is correct. */ -public class ResidenceOfQueenIgnis extends AbstractInstance +public class ResidenceOfKingIgnis extends AbstractInstance { // NPCs private static final int TARA = 34047; @@ -53,12 +53,12 @@ public class ResidenceOfQueenIgnis extends AbstractInstance private static SkillHolder FIRE_RAG_8 = new SkillHolder(50050, 8); private static SkillHolder FIRE_RAG_9 = new SkillHolder(50050, 9); private static SkillHolder FIRE_RAG_10 = new SkillHolder(50050, 10); - // Misc private static SkillHolder FREYA_SAFETY_ZONE = new SkillHolder(50052, 1); // Just for an effect + // Misc private static final int TEMPLATE_ID = 195; private final Map _playerFireRage = new ConcurrentHashMap<>(); - public ResidenceOfQueenIgnis() + public ResidenceOfKingIgnis() { super(TEMPLATE_ID); addStartNpc(TARA); @@ -241,6 +241,6 @@ public class ResidenceOfQueenIgnis extends AbstractInstance public static void main(String[] args) { - new ResidenceOfQueenIgnis(); + new ResidenceOfKingIgnis(); } }