diff --git a/dist/game/data/scripts/instances/MonasteryOfSilence1/MonasteryOfSilence1.java b/dist/game/data/scripts/instances/MonasteryOfSilence1/MonasteryOfSilence1.java index 2c7b277b1a5085229d4e7a19cea909627cf76000..d6cbbb79514126d0712b0a4025ce1fadae401c8d 100644 --- a/dist/game/data/scripts/instances/MonasteryOfSilence1/MonasteryOfSilence1.java +++ b/dist/game/data/scripts/instances/MonasteryOfSilence1/MonasteryOfSilence1.java @@ -32,7 +32,7 @@ import com.l2jserver.gameserver.network.clientpackets.Say2; import instances.AbstractInstance; import quests.Q10294_SevenSignsToTheMonasteryOfSilence.Q10294_SevenSignsToTheMonasteryOfSilence; -import quests.Q10295_Seven_Signs_Solinas_Tomb.Q10295_Seven_Signs_Solinas_Tomb; +import quests.Q10295_SevenSignsSolinasTomb.Q10295_SevenSignsSolinasTomb; /** * Monastery of Silence instance zone. @@ -279,7 +279,7 @@ public final class MonasteryOfSilence1 extends AbstractInstance case "DIALOG": { final QuestState st_Q10294 = player.getQuestState(Q10294_SevenSignsToTheMonasteryOfSilence.class.getSimpleName()); - final QuestState st_Q10295 = player.getQuestState(Q10295_Seven_Signs_Solinas_Tomb.class.getSimpleName()); + final QuestState st_Q10295 = player.getQuestState(Q10295_SevenSignsSolinasTomb.class.getSimpleName()); if ((st_Q10294 != null) && st_Q10294.isStarted()) { broadcastNpcSay(npc, Say2.NPC_ALL, ELCADIA_DIALOGS_Q010294[getRandom(ELCADIA_DIALOGS_Q010294.length)]); @@ -455,7 +455,7 @@ public final class MonasteryOfSilence1 extends AbstractInstance if (world.deadTombGuardianCount == 4) { openDoor(TOMB_DOOR, world.getInstanceId()); - final QuestState st = player.getQuestState(Q10295_Seven_Signs_Solinas_Tomb.class.getSimpleName()); + final QuestState st = player.getQuestState(Q10295_SevenSignsSolinasTomb.class.getSimpleName()); if ((st != null) && st.isMemoState(2)) { st.setMemoState(3); @@ -472,7 +472,7 @@ public final class MonasteryOfSilence1 extends AbstractInstance if (world.deadSolinaGuardianCount == 4) { player.showQuestMovie(27); - final QuestState st = player.getQuestState(Q10295_Seven_Signs_Solinas_Tomb.class.getSimpleName()); + final QuestState st = player.getQuestState(Q10295_SevenSignsSolinasTomb.class.getSimpleName()); if ((st != null) && st.isMemoState(1)) { st.setMemoState(2); diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32787-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32787-01.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32787-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32787-01.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32787-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32787-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32787-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32787-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32787-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32787-03.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32787-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32787-03.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32787-04.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32787-04.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32787-04.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32787-04.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32787-05.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32787-05.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32787-05.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32787-05.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-01.htm b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-01.htm similarity index 68% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-01.htm rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-01.htm index 62e012b9ea5300b2bf66757a7fc59761bad3fd2b..58fb8be9f65fbd3f6e97be14103bffa1d422eb76 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-01.htm +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-01.htm @@ -1,4 +1,4 @@ <html><body>Eris' Evil Thoughts:<br> Now, you will meet Solina alone. The truth you seek is best learned in person. Have your audience with Solina, and you will learn what you need to know.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32792-02.htm">"Okay. I am ready."</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32792-02.htm">"Okay. I am ready."</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-02.htm b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-02.htm similarity index 57% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-02.htm rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-02.htm index 8852fef7a5e06a91064cbd92dbc5b9d22b11e658..2a51c1c49bfd4f3f5e8272ce1dbd525f5c2f8bd9 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-02.htm +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-02.htm @@ -1,6 +1,6 @@ <html><body>Eris' Evil Thoughts:<br> The Seal of the Saintess, protecting Solina's casket room, consists of 4 Guardians and 4 Powerful Devices. The Guardians, endowed with power from the Powerful Devices, can withstand attacks long as their Powerful Devices run. In order to defeat them, you have to weaken the power of the Guardians by destroying the four Powerful Devices. It sounds impossible, but there is no other way to meet Solina.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32792-03.htm">"Let me in."</a><br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32792-04.htm">"Tell me more about the Seal of the Saintess."</a><br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32792-06.htm">"Uh... Maybe I'm not quite ready yet."</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32792-03.htm">"Let me in."</a><br> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32792-04.htm">"Tell me more about the Seal of the Saintess."</a><br> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32792-06.htm">"Uh... Maybe I'm not quite ready yet."</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-03.htm b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-03.htm similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-03.htm rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-03.htm diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-04.htm b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-04.htm similarity index 79% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-04.htm rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-04.htm index 8760c556f7b7684e3e6b81810f6466a76af0c3fe..920afbfc752c6dd92a9a5ea3be8a46b19947cab9 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-04.htm +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-04.htm @@ -1,4 +1,4 @@ <html><body>Eris' Evil Thoughts:<br> Anybody who goes in the Casket Room is considered an intruder. Only three of her disciples, Eris, Kaerun, and Anais, the inventors of the seal devices, are permitted. I cannot directly help you because I can't leave here. Thus, there is no way in except to destroy the seals. Unfortunately, the seals are protected by the four Guardians of Relics...<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32792-05.htm">"How can I defeat them?"</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32792-05.htm">"How can I defeat them?"</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-05.htm b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-05.htm similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-05.htm rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-05.htm diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-06.htm b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-06.htm similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-06.htm rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-06.htm diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-07.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-07.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-07.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-07.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-08.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-08.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-08.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-08.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-09.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-09.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-09.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-09.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-10.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-10.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-10.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-10.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-11.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-11.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-11.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-11.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-12.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-12.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32792-12.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32792-12.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-01.html similarity index 77% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-01.html index 5e10a10903eba682d4781fd65455a370584ac76b..ef8412f47920c803808ae602b314647cdefc41fa 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-01.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-01.html @@ -1,4 +1,4 @@ <html><body>Elmoreden's Saintess Solina:<br> Ah, at last... We finally meet. I have waited for you for a very long time. You are foretold in Einhasad's prophecy, did you know that? I'm grateful for you, I imagine your journey here must have been difficult. I too am tired. My soul longs for peace, but I cannot be at peace until I speak to you that which will save the world.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32793-02.html">"Are you Elmoreden's Saintess Solina?"</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32793-02.html">"Are you Elmoreden's Saintess Solina?"</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-02.html similarity index 66% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-02.html index 221aa549e6a93e3de15a6cd78adc1d24d6db015e..432377af6dcccdb919d4868e1375c80de2dc2dbe 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-02.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-02.html @@ -1,4 +1,4 @@ <html><body>Elmoreden's Saintess Solina:<br> Solina... Yes, I am Solina. You realize, no doubt, that Eris and I are simply images of thoughts, waiting for the people of Trust...<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32793-03.html">"People of Trust?"</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32793-03.html">"People of Trust?"</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-03.html similarity index 69% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-03.html index 1b416e17248df309f33cc2b81faafcbcd42b6111..8e3226dc5038ab29c9f5b3c5b3f84adaeea82c63 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-03.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-03.html @@ -1,4 +1,4 @@ <html><body>Elmoreden's Saintess Solina:<br> I see... You didn't know your fate? Well, there are few who do. Hm... A girl with eyes closed... This must be the will of the goddess and of heaven. Eris and I will tell you what you want to know. Your path will be known to you then.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32793-04.html">"We came here to learn the true identity of Embryo."</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32793-04.html">"We came here to learn the true identity of Embryo."</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-04.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-04.html similarity index 58% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-04.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-04.html index f4749965269739169aa8365898c58f14d384668c..976f4406c866652215f2d100f5a455502cc2d335 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-04.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-04.html @@ -1,4 +1,4 @@ <html><body>Elmoreden's Saintess Solina:<br> Embryo... To know about Embryo, we need to start with my story. The birth of Embryo started because of me.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32793-05.html">"Please tell me about your story, Solina."</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32793-05.html">"Please tell me about your story, Solina."</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-05.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-05.html similarity index 70% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-05.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-05.html index ae9f956a8156bc5dd51b2fed9fe0c0a098a90146..ee5049a56d587e751946395b530e70de19564e8d 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-05.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-05.html @@ -1,4 +1,4 @@ <html><body>Elmoreden's Saintess Solina:<br> The story is... It is what it is. Embryo... Embryo is a dark, evil group whose sole purpose is to acquire enough power to control the world. Their history is traced back for centuries... Embryo's beginning was born with my death.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32793-06.html">"Please tell me about your story, Solina."</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32793-06.html">"Please tell me about your story, Solina."</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-06.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-06.html similarity index 77% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-06.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-06.html index cbedc305fbe2d4fc08dcc05085fc6ebefea741e7..05c9088100ee1764c1b367175aff0a16c8ea153f 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-06.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-06.html @@ -1,5 +1,5 @@ <html><body>Elmoreden's Saintess Solina:<br> Jude van Etina betrayed me and my disciples, he stole some of my powers. Many holy objects were taken. Fortunately, the most important holy object, the grail, was protected by Anais' last minute thinking...<br> Etina established an organization to continue his mission in case he died prematurely, that organization is Embryo. They hid in the shadows to acquire the power of the Seven Seals of Emperor that was promised by Einhasad.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32793-07.html">"Tell me about the relationship between the Seven Seals and Embryo."</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32793-07.html">"Tell me about the relationship between the Seven Seals and Embryo."</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-07.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-07.html similarity index 84% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-07.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-07.html index a3234af75bcff259553a041ebaa195cc793a21b7..bcb3c501c3304c8e26c576ac281f21bf13fa2200 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-07.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-07.html @@ -1,4 +1,4 @@ <html><body>Elmoreden's Saintess Solina:<br> I am trapped here, a phantom of thoughts from lifetimes ago. But I have learned that the Seven Seals, filled with the blood of our imperial family, are being unearthed. What's more, Shilen's dark face shows itself. This, friend, is no coincidence. I am certain that Judith and his group are involved. If you fail to stop them, if you fail to protect the Seven Seals, Shilen will plague our world. Shilen is a hurricane, an unstoppable merchant of evil, and will bring devastation unlike any the world has ever seen.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32793-08.html">"What do we have to do?"</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32793-08.html">"What do we have to do?"</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-08.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-08.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-08.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-08.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-09.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-09.html similarity index 60% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-09.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-09.html index 3500557e6a237995461934121ab70218d46d90ae..0244c8b934417d6378d3e325891b872933d9c283 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-09.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-09.html @@ -1,4 +1,4 @@ <html><body>Elmoreden's Saintess Solina:<br> Embryo... To know about Embryo, we need to start elsewhere. The unfortunate birth of Embryo started because of me.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32793-05.html">"What do you have to do with Embryo?"</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32793-05.html">"What do you have to do with Embryo?"</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-10.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-10.html similarity index 84% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-10.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-10.html index a3234af75bcff259553a041ebaa195cc793a21b7..bcb3c501c3304c8e26c576ac281f21bf13fa2200 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-10.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-10.html @@ -1,4 +1,4 @@ <html><body>Elmoreden's Saintess Solina:<br> I am trapped here, a phantom of thoughts from lifetimes ago. But I have learned that the Seven Seals, filled with the blood of our imperial family, are being unearthed. What's more, Shilen's dark face shows itself. This, friend, is no coincidence. I am certain that Judith and his group are involved. If you fail to stop them, if you fail to protect the Seven Seals, Shilen will plague our world. Shilen is a hurricane, an unstoppable merchant of evil, and will bring devastation unlike any the world has ever seen.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32793-08.html">"What do we have to do?"</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32793-08.html">"What do we have to do?"</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-11.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-11.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32793-11.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32793-11.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32794-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32794-01.html similarity index 56% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32794-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32794-01.html index e93665bf1f792968335739cb8171a1913ea6765f..3baec551267de1cd62b047404d19082baf09b374 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32794-01.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32794-01.html @@ -1,4 +1,4 @@ <html><body>Elmoreden's Saintess Solina:<br> I'd really like a toggle camera!! This place is ripe for toggle camera presentation.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32794-02.html">"Give me a flag so I can proceed."</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32794-02.html">"Give me a flag so I can proceed."</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32794-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32794-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32794-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32794-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32794-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32794-03.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32794-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32794-03.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32795-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32795-01.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32795-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32795-01.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32795-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32795-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32795-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32795-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32796-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32796-01.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32796-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32796-01.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32796-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32796-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32796-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32796-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32797-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32797-01.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32797-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32797-01.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32797-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32797-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32797-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32797-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32837-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32837-01.html similarity index 76% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32837-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32837-01.html index 2f030886e8c3c9463b27029fd18b56d06c06cf59..6d13ff487d816566cebe2e77bcdf8d2b4cf7bb77 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32837-01.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32837-01.html @@ -1,5 +1,5 @@ <html><body>Teleport Control Device:<br> Loyal disciple of Solina, the seal has been completely eliminated. Are you ready to enter Solina's Room?<br> <a action="bypass -h Quest MonasteryOfSilence1 DIRECTORS_ROOM">"I want to go to the director's room."</a><br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32837-02.html">"Yes!"</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32837-02.html">"Yes!"</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32837-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32837-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32837-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32837-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32837-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32837-03.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32837-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32837-03.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32838-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32838-01.html similarity index 59% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32838-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32838-01.html index 8a05a1a8b4dfc6fb189a067ede26fc459944ae1a..59dd7d0f757621320406f368d970c78339c037d9 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32838-01.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32838-01.html @@ -1,4 +1,4 @@ <html><body> The giant Barrier Device begins to turn. There's a hole that looks like a book, maybe you can put something in there...<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32838-02.html">Use the book shaped relic</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32838-02.html">Use the book shaped relic</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32838-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32838-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32838-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32838-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32838-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32838-03.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32838-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32838-03.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32839-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32839-01.html similarity index 68% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32839-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32839-01.html index 0e56ce2c9d4d05e8989f9febf62bed31f262360e..c3603ff01bc3e5578393804560dad6b55a0a0967 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32839-01.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32839-01.html @@ -1,4 +1,4 @@ <html><body> The giant Barrier Device begins to slowly turn. There's a hole that looks like a shield at the bottom of the device... maybe you can place a shield-shaped relic in there...<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32839-02.html">"Maybe I can..."</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32839-02.html">"Maybe I can..."</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32839-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32839-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32839-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32839-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32839-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32839-03.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32839-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32839-03.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32840-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32840-01.html similarity index 64% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32840-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32840-01.html index d5530a97db0bff4e0b720f735d976ac3c260dbf7..2b3c214bf25cd2440b3ac545e5d0fe20ce57f144 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32840-01.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32840-01.html @@ -1,4 +1,4 @@ <html><body> The giant Barrier Device begins to turn. There's a hole at the bottom of the device, maybe you can try inserting the sword relic in there.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32840-02.html">"Here we go..."</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32840-02.html">"Here we go..."</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32840-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32840-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32840-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32840-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32840-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32840-03.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32840-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32840-03.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32841-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32841-01.html similarity index 60% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32841-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32841-01.html index dced8242175200811a07ebce0d5211956ed7e69e..186bc558904f27fcfa4067d600710ad7069d8007 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32841-01.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32841-01.html @@ -1,4 +1,4 @@ <html><body> The giant Barrier Device begins to turn. There's a hole shaped like a cain, maybe that cain relic would be of use here.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32841-02.html">"I'll give it a go."</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32841-02.html">"I'll give it a go."</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32841-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32841-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32841-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32841-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32841-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32841-03.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32841-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32841-03.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32842-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32842-01.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32842-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32842-01.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32843-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32843-01.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32843-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32843-01.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32843-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32843-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32843-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32843-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32844-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32844-01.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32844-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32844-01.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32857-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32857-01.html similarity index 62% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32857-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32857-01.html index e2da7dd73fbf2f0484e5a29f5278da4cd16e9321..7294294339ac3770dd5a04fb2ea0b2ba8d0a9e49 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32857-01.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32857-01.html @@ -1,4 +1,4 @@ <html><body> A sacred object, shaped like a huge staff, hovers gently above the altar. Its power can be felt simply by looking at it.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32857-02.html">Take the staff</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32857-02.html">Take the staff</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32857-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32857-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32857-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32857-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32857-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32857-03.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32857-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32857-03.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32858-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32858-01.html similarity index 62% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32858-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32858-01.html index 38eb517450228719740d586e2368fa114cab93d3..766d7dcf15d45c775311f08174f2db83094dcc24 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32858-01.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32858-01.html @@ -1,4 +1,4 @@ <html><body> A sacred object shaped like a huge sword floats above the altar, rotating from an unseen force. It shimmers with elegance.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32858-02.html">Take the sword</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32858-02.html">Take the sword</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32858-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32858-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32858-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32858-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32858-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32858-03.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32858-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32858-03.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32859-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32859-01.html similarity index 52% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32859-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32859-01.html index 23f0f2738be13df7fc2ced1f39f042561d512823..455dce9d76c24f5219dcb5c697852fd100832cae 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32859-01.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32859-01.html @@ -1,4 +1,4 @@ <html><body> There's a large book-shaped relic floating in the air. It looks valuable.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32859-02.html">"I'll have that."</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32859-02.html">"I'll have that."</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32859-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32859-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32859-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32859-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32859-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32859-03.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32859-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32859-03.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32860-01.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32860-01.html similarity index 62% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32860-01.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32860-01.html index e5026dfbaa9ec8ca9870d7f012c6966f6ff0a40a..ea8ee567f7439bf70acbf1fd7208fceb7ecf671b 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32860-01.html +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32860-01.html @@ -1,4 +1,4 @@ <html><body> A sacred object shaped like a huge shield is floating above the altar. It tingles with an aura of power just by looking at it.<br> -<a action="bypass -h Quest Q10295_Seven_Signs_Solinas_Tomb 32860-02.html">Take the shield</a> +<a action="bypass -h Quest Q10295_SevenSignsSolinasTomb 32860-02.html">Take the shield</a> </body></html> \ No newline at end of file diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32860-02.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32860-02.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32860-02.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32860-02.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32860-03.html b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32860-03.html similarity index 100% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/32860-03.html rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/32860-03.html diff --git a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/Q10295_Seven_Signs_Solinas_Tomb.java b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/Q10295_SevenSignsSolinasTomb.java similarity index 93% rename from dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/Q10295_Seven_Signs_Solinas_Tomb.java rename to dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/Q10295_SevenSignsSolinasTomb.java index 0d447938b6a1455cf4f215b40551b080bfeac3d4..e10e9eae796748a2bcc16d26a8e1cf5340916e0d 100644 --- a/dist/game/data/scripts/quests/Q10295_Seven_Signs_Solinas_Tomb/Q10295_Seven_Signs_Solinas_Tomb.java +++ b/dist/game/data/scripts/quests/Q10295_SevenSignsSolinasTomb/Q10295_SevenSignsSolinasTomb.java @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -package quests.Q10295_Seven_Signs_Solinas_Tomb; +package quests.Q10295_SevenSignsSolinasTomb; import com.l2jserver.gameserver.model.actor.L2Npc; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; @@ -30,7 +30,7 @@ import quests.Q10294_SevenSignsToTheMonasteryOfSilence.Q10294_SevenSignsToTheMon * @author Adry_85 * @since 2.6.0.0 */ -public final class Q10295_Seven_Signs_Solinas_Tomb extends Quest +public final class Q10295_SevenSignsSolinasTomb extends Quest { // NPCs private static final int ELCADIA = 32787; @@ -60,9 +60,9 @@ public final class Q10295_Seven_Signs_Solinas_Tomb extends Quest // Misc private static final int MIN_LEVEL = 81; - public Q10295_Seven_Signs_Solinas_Tomb() + public Q10295_SevenSignsSolinasTomb() { - super(10295, Q10295_Seven_Signs_Solinas_Tomb.class.getSimpleName(), "Seven Signs, Solina's Tomb"); + super(10295, Q10295_SevenSignsSolinasTomb.class.getSimpleName(), "Seven Signs, Solina's Tomb"); addStartNpc(ERISS_EVIL_THOUGHTS); addTalkId(ERISS_EVIL_THOUGHTS, SOLINAS_EVIL_THOUGHTS, SOLINA, ERIS, ANAIS, JUDE_VAN_ETINA, TELEPORT_CONTROL_DEVICE_1, POWERFUL_DEVICE_1, POWERFUL_DEVICE_2, POWERFUL_DEVICE_3, POWERFUL_DEVICE_4, TELEPORT_CONTROL_DEVICE_2, TOMB_OF_THE_SAINTESS, TELEPORT_CONTROL_DEVICE_3, ALTAR_OF_HALLOWS_1, ALTAR_OF_HALLOWS_2, ALTAR_OF_HALLOWS_3, ALTAR_OF_HALLOWS_4, ELCADIA); registerQuestItems(SCROLL_OF_ABSTINENCE, SHIELD_OF_SACRIFICE, SWORD_OF_HOLY_SPIRIT, STAFF_OF_BLESSING); diff --git a/dist/game/data/scripts/quests/QuestMasterHandler.java b/dist/game/data/scripts/quests/QuestMasterHandler.java index 1dfe5380a33e72073813d357746416bb06358394..2707c13853f1da4ba932a9127bb9c8481a5a4dc8 100644 --- a/dist/game/data/scripts/quests/QuestMasterHandler.java +++ b/dist/game/data/scripts/quests/QuestMasterHandler.java @@ -511,7 +511,7 @@ import quests.Q10291_FireDragonDestroyer.Q10291_FireDragonDestroyer; import quests.Q10292_SevenSignsGirlOfDoubt.Q10292_SevenSignsGirlOfDoubt; import quests.Q10293_SevenSignsForbiddenBookOfTheElmoreAdenKingdom.Q10293_SevenSignsForbiddenBookOfTheElmoreAdenKingdom; import quests.Q10294_SevenSignsToTheMonasteryOfSilence.Q10294_SevenSignsToTheMonasteryOfSilence; -import quests.Q10295_Seven_Signs_Solinas_Tomb.Q10295_Seven_Signs_Solinas_Tomb; +import quests.Q10295_SevenSignsSolinasTomb.Q10295_SevenSignsSolinasTomb; import quests.Q10501_ZakenEmbroideredSoulCloak.Q10501_ZakenEmbroideredSoulCloak; import quests.Q10502_FreyaEmbroideredSoulCloak.Q10502_FreyaEmbroideredSoulCloak; import quests.Q10503_FrintezzaEmbroideredSoulCloak.Q10503_FrintezzaEmbroideredSoulCloak; @@ -1017,7 +1017,7 @@ public class QuestMasterHandler Q10292_SevenSignsGirlOfDoubt.class, Q10293_SevenSignsForbiddenBookOfTheElmoreAdenKingdom.class, Q10294_SevenSignsToTheMonasteryOfSilence.class, - Q10295_Seven_Signs_Solinas_Tomb.class, + Q10295_SevenSignsSolinasTomb.class, Q10501_ZakenEmbroideredSoulCloak.class, Q10502_FreyaEmbroideredSoulCloak.class, Q10503_FrintezzaEmbroideredSoulCloak.class,