From eeb38e752e7f55dd5452e181e7490c688d88c1d1 Mon Sep 17 00:00:00 2001 From: Adry_85 <Adrya85@hotmail.it> Date: Wed, 5 Dec 2012 14:02:08 +0000 Subject: [PATCH] BETA: Missing quest '''Seven Signs, The Sacred Book of Seal''' (197). '''Note:''' Epilogue feature. --- .../dist/game/data/html/default/32595.htm | 5 + .../30857-01.html | 4 + .../30857-02.html | 4 + .../30857-03.html | 4 + .../30857-04.html | 3 + .../30857-05.html | 3 + .../32593-01.htm | 4 + .../32593-02.htm | 4 + .../32593-03.htm | 4 + .../32593-04.html | 3 + .../32593-05.html | 3 + .../32593-06.html | 3 + .../32593-07.html | 4 + .../32593-08.html | 4 + .../32593-09.html | 3 + .../32594-01.html | 4 + .../32594-02.html | 4 + .../32594-03.html | 3 + .../32594-04.html | 3 + .../32595-01.html | 4 + .../32595-02.html | 4 + .../32595-03.html | 4 + .../32595-04.html | 3 + .../32595-05.html | 3 + .../32595-06.html | 4 + .../32595-07.html | 4 + .../32595-08.html | 4 + .../32595-09.html | 3 + .../32595-10.html | 3 + .../32596-01.html | 4 + .../32596-02.html | 4 + .../32596-03.html | 4 + .../32596-04.html | 3 + .../32596-05.html | 3 + .../Q00197_SevenSignsTheSacredBookOfSeal.java | 408 ++++++++++++++++++ .../level_check.html | 2 + L2J_DataPack_BETA/dist/sql/game/spawnlist.sql | 374 ++++++++-------- 37 files changed, 721 insertions(+), 186 deletions(-) create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32595.htm create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-01.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-02.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-03.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-04.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-05.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-01.htm create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-02.htm create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-03.htm create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-04.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-05.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-06.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-07.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-08.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-09.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-01.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-02.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-03.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-04.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-01.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-02.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-03.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-04.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-05.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-06.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-07.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-08.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-09.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-10.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-01.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-02.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-03.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-04.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-05.html create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/Q00197_SevenSignsTheSacredBookOfSeal.java create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/level_check.html diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32595.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32595.htm new file mode 100644 index 0000000000..b10925a77f --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/html/default/32595.htm @@ -0,0 +1,5 @@ +<html><body> +Great Master Lawrence:<br> +I've been looking at the codes in my study, surrounded by books, and planning a trip to see my favorite student, Leopard in Goddard Castle. The weather is so nice this time of year, and I haven't had this much free time for so long...<br> +<a action="bypass -h npc_%objectId%_Quest">Quest</a> +</body></html> \ No newline at end of file diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-01.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-01.html new file mode 100644 index 0000000000..40ebb3c8a6 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-01.html @@ -0,0 +1,4 @@ +<html><body>High Priest Orven:<br> +Why have you come to see this old priest? You don't seem like one of our typical supplicants....<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 30857-02.html">"Priest Wood sent me."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-02.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-02.html new file mode 100644 index 0000000000..976dcf05a5 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-02.html @@ -0,0 +1,4 @@ +<html><body>High Priest Orven:<br> +Ah, yes, of course. I heard you were coming.<br>You're searching for the Sacred Book of Seals, aren't you? When I received Wood's missive, I remembered a text I'd read a few years ago that might be helpful to you.<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 30857-03.html">"What did it say?"</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-03.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-03.html new file mode 100644 index 0000000000..945cbbfe1a --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-03.html @@ -0,0 +1,4 @@ +<html><body>High Priest Orven:<br> +Well, the Emperor's Key is not a key at all, but a prayer. It dates back to the Elmoreden era, and is rather brief compared to other prayers of the time.<br>I suspect there is a secret message hidden in that prayer, which will reveal how it relates to the Sacred Book. I don't know anything more, but I think I know someone who can help.<br>A friend of mine is a cryptologist -- a codebreaker. He might be able to determine the hidden meaning of the prayer. What do you think? Would you like to speak with him?<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 30857-04.html">"Absolutely."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-04.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-04.html new file mode 100644 index 0000000000..99fdab5f6a --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-04.html @@ -0,0 +1,3 @@ +<html><body>High Priest Orven:<br> +His name is <font color="LEVEL">Leopard</font>, and he's a genius. I feel certain he'll be able to help you. You'll find him in the <font color="LEVEL">Town of Goddard</font>--you should arrange to travel there immediately.<br>I'll send my copy of the prayer to Leopard myself. Now hurry! I will pray to Einhasad for your success. +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-05.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-05.html new file mode 100644 index 0000000000..e3fd2c79e2 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/30857-05.html @@ -0,0 +1,3 @@ +<html><body>High Priest Orven:<br> +Remember, you're looking for <font color="LEVEL">Leopard</font> the cryptologist, in the <font color="LEVEL">Town of Goddard</font>. Mention my name! +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-01.htm b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-01.htm new file mode 100644 index 0000000000..4893e30f5c --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-01.htm @@ -0,0 +1,4 @@ +<html><body>Priest Wood:<br> +You've come to see Franz, yes?<br>I'm afraid you just missed him. He left for a meeting with the High Priests. If you're unable to await his return, then perhaps I can help. I'm his secretary. I assure you, I'm very trustworthy.<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32593-02.htm">"Well, there's this sacred book..."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-02.htm b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-02.htm new file mode 100644 index 0000000000..bd6d0355a8 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-02.htm @@ -0,0 +1,4 @@ +<html><body>Priest Wood:<br> +The Sacred Book of Seals? I thought that was a myth. How fascinating....<br>What have you learned about it?<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32593-03.htm">"First tell me. What do you know about the 'Emperor's Key'?"</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-03.htm b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-03.htm new file mode 100644 index 0000000000..41da592c34 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-03.htm @@ -0,0 +1,4 @@ +<html><body>Priest Wood:<br> +The Emperor's Key...the Emperor's Key... It does sound familiar... Hmm....<br>No, I don't think I can quite place it. Franz will certainly know more than I, but I don't think you can afford to wait. You really ought to search for that book.<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32593-04.html">"Agreed."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-04.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-04.html new file mode 100644 index 0000000000..47d44d1768 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-04.html @@ -0,0 +1,3 @@ +<html><body>Priest Wood:<br> +Oh, I know!<br><font color="LEVEL">High Priest Orven</font> reads every scroll he can get his hands on. Perhaps he knows something about the Emperor's Key. He's at the <font color="LEVEL">Temple of Einhasad in the Town of Aden</font>. Tell him I sent you.<br>I'll send a messenger ahead of you. But hurry! +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-05.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-05.html new file mode 100644 index 0000000000..eea162fb9f --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-05.html @@ -0,0 +1,3 @@ +<html><body>Priest Wood:<br> +(Only characters who are level 79 or higher and who have completed the <font color="LEVEL">Seven Signs and Emperor's Seal</font> quests may undertake this quest.) +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-06.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-06.html new file mode 100644 index 0000000000..d6ad264e2d --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-06.html @@ -0,0 +1,3 @@ +<html><body>Priest Wood:<br> +I believe it is of paramount importance that we find the <font color="LEVEL">Sacred Book of Seals</font> immediately.<br>Hurry to <font color="LEVEL">High Priest Orven in the Temple of Einhasad in the Town of Aden</font>. I will send a messenger ahead of you. Now, go! +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-07.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-07.html new file mode 100644 index 0000000000..788cc9300a --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-07.html @@ -0,0 +1,4 @@ +<html><body>Priest Wood:<br> +I'm sorry, Franz has not yet returned. Have you learned anything new about the Book of Seals? Did you decipher the Emperor's Key? I'm dying of suspense!<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32593-08.html">"I have an imperfect copy of the book."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-08.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-08.html new file mode 100644 index 0000000000..e484fa789f --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-08.html @@ -0,0 +1,4 @@ +<html><body>Priest Wood:<br> +A copy? This morning I believed the book itself to be a myth, and now you have a copy! Unbelievable! How on earth did you find it? Well done, well done! Say, what's that in your other hand?<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32593-09.html">"This? It came from a monster that attacked me earlier."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-09.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-09.html new file mode 100644 index 0000000000..6eb6330477 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32593-09.html @@ -0,0 +1,3 @@ +<html><body>Priest Wood:<br> +Oh my... I wonder if it was after you...or the sacred text?<br>Well, that settles it. Give me that manuscript and the object you found and I'll keep them safe. You must be exhausted! Rest for a while. When you've refreshed yourself, then come back and see me.<br>By then, perhaps Franz will be back as well. +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-01.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-01.html new file mode 100644 index 0000000000..6ca4a9dfd6 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-01.html @@ -0,0 +1,4 @@ +<html><body>Cipher Officer Leopard:<br> +You're the adventurer that High Priest Orven sent word of! I owe a great deal to him, and if I can repay him by helping you, then I'll do all I can.<br>Now, what can I do for you?<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32594-02.html">"Tell me about the prayer known as the Emperor's Key."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-02.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-02.html new file mode 100644 index 0000000000..efdfe7770b --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-02.html @@ -0,0 +1,4 @@ +<html><body>Cipher Officer Leopard:<br> +I know that prayer... it's very simple and straightforward. Why do you ask about it?<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32594-03.html">"I believe it may contain a hidden message..."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-03.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-03.html new file mode 100644 index 0000000000..4f9dda3b3f --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-03.html @@ -0,0 +1,3 @@ +<html><body>Cipher Officer Leopard:<br> +Really? That's... surprising. But some of the simplest-appearing ciphers are the hardest to decode. Hmm... let me think....<br>Sigh.... No, this is beyond my abilities, I'm afraid. However, my old cryptology teacher, <font color="LEVEL">Lawrence</font>, is here in Goddard. If anyone can help, it's him. They don't call him the Great Master for nothing.<br>You should be able to find him walking just <font color="LEVEL">outside the castle walls</font>.... +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-04.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-04.html new file mode 100644 index 0000000000..d5dd8cf10c --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32594-04.html @@ -0,0 +1,3 @@ +<html><body>Cipher Officer Leopard:<br> +Great Master Lawrence just went for a walk nearby, so he won't be far. Check outside the castle walls. +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-01.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-01.html new file mode 100644 index 0000000000..11ccf168dd --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-01.html @@ -0,0 +1,4 @@ +<html><body>Great Master Lawrence:<br> +Hello stranger, do you know who I am? Almost no one around here does these days. Perhaps I should spend less time reading, and more time restoring the value to my name.<br>Well? Who are you?<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32595-02.html">"Your student, Leopard, recommended I speak with you."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-02.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-02.html new file mode 100644 index 0000000000..e72657d9a2 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-02.html @@ -0,0 +1,4 @@ +<html><body>Great Master Lawrence:<br> +Leopard, eh? Smart as a whip, that one. Well, what have you got for me? Let's have a look...<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32595-03.html">"You may recognize this..."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-03.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-03.html new file mode 100644 index 0000000000..a2582a6bf1 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-03.html @@ -0,0 +1,4 @@ +<html><body>Great Master Lawrence:<br> +Isn't this the Emperor's Key Prayer? What's to decipher here? What are you looking for?<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32595-04.html">"The Book of Seals, actually..."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-04.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-04.html new file mode 100644 index 0000000000..4e47ba3c41 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-04.html @@ -0,0 +1,3 @@ +<html><body>Great Master Lawrence:<br> +What?! The Book of Seals?! A myth!<br>Why do you waste my time with... w-what in the world is that?! We're going to die! Kill it, quickly! +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-05.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-05.html new file mode 100644 index 0000000000..587b4b3b01 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-05.html @@ -0,0 +1,3 @@ +<html><body>Great Master Lawrence:<br> +Give me a moment, please. I'm otherwise engaged. +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-06.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-06.html new file mode 100644 index 0000000000..8f877bc71e --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-06.html @@ -0,0 +1,4 @@ +<html><body>Great Master Lawrence:<br> +I've lived a very long time, and I've seen a great many things... but nothing like that. The myth... perhaps it's true after all. <br>Let's take another look at that prayer, shall we? <br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32595-07.html">"Here it is."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-07.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-07.html new file mode 100644 index 0000000000..eb6cc47a68 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-07.html @@ -0,0 +1,4 @@ +<html><body>Great Master Lawrence:<br> +Let me read the prayer quietly..<br><font color="LEVEL">The Emperor's Key!! Hmm... Back then the emperor of Elmore-Aden started the holy war. A winged messenger of Einhasad appeared, turning the tides of battle...</font><br><font color="LEVEL">The 6 catacombs became graves to followers of darkness.. The 7 Necropolis turned to battlefields for the army of death... This is how the divine Einhasad tells the tale.</font><br>Hm..<br>Right... Now I've got it. It couldn't be simpler. Ha ha ha! <br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32595-08.html">Please tell me as well.</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-08.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-08.html new file mode 100644 index 0000000000..e3be744337 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-08.html @@ -0,0 +1,4 @@ +<html><body>Great Master Lawrence:<br> +Betimes the most obvious things escape our notice the longest. See here: a number is called out in each of the first four lines.<br>One emperor, three pairs of wings, six catacombs, seven Necropolises... <font color="LEVEL">1-6-6-7</font>! That's the answer!<br>Heh... how about that? Not bad for an old man!<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32595-09.html">"But... where is the book?"</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-09.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-09.html new file mode 100644 index 0000000000..a6a4f01120 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-09.html @@ -0,0 +1,3 @@ +<html><body>Great Master Lawrence:<br> +Sigh... don't you see? "These are the records..." Now, where are records kept? The library! Start with the <font color="LEVEL">Library of Sages in Rune</font>--they have the oldest records collection in the kingdom.<br>I believe <font color="LEVEL">Sophia</font> is still the director there, and she has one of the most gifted minds in all of Aden.<br>Give her the number, and mention my name--I'm sure she'll give you all the help she can. But hurry... I fear the worst is yet to come. +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-10.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-10.html new file mode 100644 index 0000000000..73ed6a8a0f --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32595-10.html @@ -0,0 +1,3 @@ +<html><body>Great Master Lawrence:<br> +Remember: 1-6-6-7. Give that number to <font color="LEVEL">Sophia at the Library of Sages in Rune</font>.<br>Waste no more time! That monster you slew was only the beginning, unless I'm mistaken. +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-01.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-01.html new file mode 100644 index 0000000000..f87d2dba81 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-01.html @@ -0,0 +1,4 @@ +<html><body>Library of Sages Director Sophia:<br> +A sacred book? Well, all books are sacred to one such as me. In any case, a title would help. Or better yet, a reference number. You don't happen to have one, do you?<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32596-02.html">"1-6-6-7."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-02.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-02.html new file mode 100644 index 0000000000..033575abe9 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-02.html @@ -0,0 +1,4 @@ +<html><body>Library of Sages Director Sophia:<br> +Only four digits? Hmm... that must be very old text. We use 12-digits these days. Unfortunately, many of our old records were destroyed, so we may not be able to locate it.<br>Let me look.<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32596-03.html">"I'll wait."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-03.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-03.html new file mode 100644 index 0000000000..1d2dc8c6d1 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-03.html @@ -0,0 +1,4 @@ +<html><body>Library of Sages Director Sophia:<br> +I'm so sorry: document number 1667 was lost in the great fire. However, there is a copy... a handwritten, incomplete copy. It is a mysterious record in its own right--we have no record of its title, year of publication, author, or subject.<br>I wonder if anyone has actually read it? Well, I'm going to need to see some identification before I can turn this over. Do you have a library card?<br> +<a action="bypass -h Quest Q00197_SevenSignsTheSacredBookOfSeal 32596-04.html">"I have a letter of introduction from High Priest Orven. This record is to be delivered to Franz, the Witness of Dawn."</a> +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-04.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-04.html new file mode 100644 index 0000000000..616c88e438 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-04.html @@ -0,0 +1,3 @@ +<html><body>Library of Sages Director Sophia:<br> +Orven! Well, why didn't you say so? And you're working with Franz, too? This must be an important mission you've undertaken.<br>Of course you may have the text with my compliments. +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-05.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-05.html new file mode 100644 index 0000000000..e6d262ebd1 --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/32596-05.html @@ -0,0 +1,3 @@ +<html><body>Library of Sages Director Sophia:<br> +Good luck to you, stranger. Please give my best to Franz... and Orven! +</body></html> diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/Q00197_SevenSignsTheSacredBookOfSeal.java b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/Q00197_SevenSignsTheSacredBookOfSeal.java new file mode 100644 index 0000000000..479433277d --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/Q00197_SevenSignsTheSacredBookOfSeal.java @@ -0,0 +1,408 @@ +/* + * This program is free software: you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) any later + * version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * 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.Q00197_SevenSignsTheSacredBookOfSeal; + +import com.l2jserver.gameserver.ai.CtrlIntention; +import com.l2jserver.gameserver.model.actor.L2Npc; +import com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance; +import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; +import com.l2jserver.gameserver.model.quest.Quest; +import com.l2jserver.gameserver.model.quest.QuestState; +import com.l2jserver.gameserver.model.quest.State; +import com.l2jserver.gameserver.network.NpcStringId; +import com.l2jserver.gameserver.network.clientpackets.Say2; +import com.l2jserver.gameserver.network.serverpackets.NpcSay; + +/** + * Seven Signs, The Sacred Book of Seal (197) + * @author Adry_85 + */ +public class Q00197_SevenSignsTheSacredBookOfSeal extends Quest +{ + // NPCs + private static final int SHILENS_EVIL_THOUGHTS = 27396; + private static final int ORVEN = 30857; + private static final int WOOD = 32593; + private static final int LEOPARD = 32594; + private static final int LAWRENCE = 32595; + private static final int SOPHIA = 32596; + // Items + private static final int MYSTERIOUS_HAND_WRITTEN_TEXT = 13829; + private static final int SCULPTURE_OF_DOUBT = 14354; + // Misc + private static final int MIN_LEVEL = 79; + private boolean isBusy = false; + + public Q00197_SevenSignsTheSacredBookOfSeal(int questId, String name, String descr) + { + super(questId, name, descr); + + addStartNpc(WOOD); + addTalkId(WOOD, ORVEN, LEOPARD, LAWRENCE, SOPHIA); + addKillId(SHILENS_EVIL_THOUGHTS); + registerQuestItems(MYSTERIOUS_HAND_WRITTEN_TEXT, SCULPTURE_OF_DOUBT); + } + + @Override + public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) + { + if ((npc.getNpcId() == SHILENS_EVIL_THOUGHTS) && "despawn".equals(event)) + { + if (!npc.isDead()) + { + isBusy = false; + npc.broadcastPacket(new NpcSay(npc.getObjectId(), Say2.ALL, npc.getNpcId(), NpcStringId.NEXT_TIME_YOU_WILL_NOT_ESCAPE)); + npc.deleteMe(); + } + return super.onAdvEvent(event, npc, player); + } + + final QuestState st = player.getQuestState(getName()); + if (st == null) + { + return null; + } + + String htmltext = null; + switch (event) + { + case "32593-02.htm": + { + htmltext = event; + break; + } + case "32593-03.htm": + { + htmltext = event; + break; + } + case "32593-04.html": + { + st.startQuest(); + htmltext = event; + break; + } + case "32593-08.html": + { + if (st.isCond(6) && st.hasQuestItems(MYSTERIOUS_HAND_WRITTEN_TEXT) && st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + htmltext = event; + } + break; + } + case "32593-09.html": + { + if (st.isCond(6)) + { + if (player.getLevel() >= MIN_LEVEL) + { + st.addExpAndSp(52518015, 5817677); + st.exitQuest(false, true); + htmltext = event; + } + else + { + htmltext = "level_check.html"; + } + } + break; + } + case "30857-02.html": + { + if (st.isCond(1)) + { + htmltext = event; + } + break; + } + case "30857-03.html": + { + if (st.isCond(1)) + { + htmltext = event; + } + break; + } + case "30857-04.html": + { + if (st.isCond(1)) + { + st.setCond(2, true); + htmltext = event; + } + break; + } + case "32594-02.html": + { + if (st.isCond(2)) + { + htmltext = event; + } + break; + } + case "32594-03.html": + { + if (st.isCond(2)) + { + st.setCond(3, true); + htmltext = event; + } + break; + } + case "32595-02.html": + { + if (st.isCond(3)) + { + htmltext = event; + } + break; + } + case "32595-03.html": + { + if (st.isCond(3)) + { + htmltext = event; + } + break; + } + case "32595-04.html": + { + if (st.isCond(3)) + { + isBusy = true; + NpcSay ns = new NpcSay(npc.getObjectId(), Say2.ALL, npc.getNpcId(), NpcStringId.S1_THAT_STRANGER_MUST_BE_DEFEATED_HERE_IS_THE_ULTIMATE_HELP); + ns.addStringParameter(player.getName()); + npc.broadcastPacket(ns); + L2MonsterInstance monster = (L2MonsterInstance) addSpawn(SHILENS_EVIL_THOUGHTS, 152520, -57502, -3408, 0, false, 0, false); + monster.broadcastPacket(new NpcSay(monster.getObjectId(), Say2.ALL, monster.getNpcId(), NpcStringId.YOU_ARE_NOT_THE_OWNER_OF_THAT_ITEM)); + monster.setRunning(); + monster.addDamageHate(player, 0, 999); + monster.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, player); + startQuestTimer("despawn", 300000, monster, null); + } + break; + } + case "32595-06.html": + { + if (st.isCond(4) && st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + htmltext = event; + } + break; + } + case "32595-07.html": + { + if (st.isCond(4) && st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + htmltext = event; + } + break; + } + case "32595-08.html": + { + if (st.isCond(4) && st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + htmltext = event; + } + break; + } + case "32595-09.html": + { + if (st.isCond(4) && st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + st.setCond(5, true); + htmltext = event; + } + break; + } + case "32596-02.html": + { + if (st.isCond(5) && st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + htmltext = event; + } + break; + } + case "32596-03.html": + { + if (st.isCond(5) && st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + htmltext = event; + } + break; + } + case "32596-04.html": + { + if (st.isCond(5) && st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + st.giveItems(MYSTERIOUS_HAND_WRITTEN_TEXT, 1); + st.setCond(6, true); + htmltext = event; + } + break; + } + } + + return htmltext; + } + + @Override + public String onTalk(L2Npc npc, L2PcInstance player) + { + QuestState st = player.getQuestState(getName()); + String htmltext = getNoQuestMsg(player); + if (st == null) + { + return htmltext; + } + + switch (st.getState()) + { + case State.COMPLETED: + { + htmltext = getAlreadyCompletedMsg(player); + break; + } + case State.CREATED: + { + if (npc.getNpcId() == WOOD) + { + st = player.getQuestState("Q00196_SevenSignsSealOfTheEmperor"); + htmltext = ((player.getLevel() >= MIN_LEVEL) && (st != null) && (st.isCompleted())) ? "32593-01.htm" : "32593-05.html"; + } + break; + } + case State.STARTED: + { + if (npc.getNpcId() == WOOD) + { + if ((st.getCond() > 0) && (st.getCond() < 6)) + { + htmltext = "32593-06.html"; + } + else if (st.isCond(6)) + { + if (st.hasQuestItems(MYSTERIOUS_HAND_WRITTEN_TEXT) && st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + htmltext = "32593-07.html"; + } + } + } + else if (npc.getNpcId() == ORVEN) + { + if (st.isCond(1)) + { + htmltext = "30857-01.html"; + } + else if (st.getCond() >= 2) + { + htmltext = "30857-05.html"; + } + } + else if (npc.getNpcId() == LEOPARD) + { + if (st.isCond(2)) + { + htmltext = "32594-01.html"; + } + else if (st.getCond() >= 3) + { + htmltext = "32594-04.html"; + } + } + else if (npc.getNpcId() == LAWRENCE) + { + if (st.isCond(3)) + { + if (isBusy) + { + htmltext = "32595-05.html"; + } + else + { + htmltext = "32595-01.html"; + } + } + else if (st.isCond(4)) + { + if (st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + htmltext = "32595-06.html"; + } + } + else if (st.getCond() >= 5) + { + if (st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + htmltext = "32595-10.html"; + } + } + } + else if (npc.getNpcId() == SOPHIA) + { + if (st.isCond(5)) + { + if (st.hasQuestItems(SCULPTURE_OF_DOUBT)) + { + htmltext = "32596-01.html"; + } + } + else if (st.getCond() >= 6) + { + if (st.hasQuestItems(SCULPTURE_OF_DOUBT) && st.hasQuestItems(MYSTERIOUS_HAND_WRITTEN_TEXT)) + { + htmltext = "32596-05.html"; + } + } + } + break; + } + } + + return htmltext; + } + + @Override + public String onKill(L2Npc npc, L2PcInstance player, boolean isPet) + { + final L2PcInstance partyMember = getRandomPartyMember(player, "3"); + if (partyMember == null) + { + return null; + } + + final QuestState st = partyMember.getQuestState(getName()); + + if (npc.isInsideRadius(player, 1500, true, false)) + { + st.giveItems(SCULPTURE_OF_DOUBT, 1); + st.playSound("ItemSound.quest_finish"); + st.setCond(4); + } + + isBusy = false; + cancelQuestTimers("despawn"); + NpcSay ns = new NpcSay(npc.getObjectId(), Say2.ALL, npc.getNpcId(), NpcStringId.S1_YOU_MAY_HAVE_WON_THIS_TIME_BUT_NEXT_TIME_I_WILL_SURELY_CAPTURE_YOU); + ns.addStringParameter(player.getName()); + npc.broadcastPacket(ns); + + return super.onKill(npc, player, isPet); + } + + public static void main(String args[]) + { + new Q00197_SevenSignsTheSacredBookOfSeal(197, Q00197_SevenSignsTheSacredBookOfSeal.class.getSimpleName(), "Seven Signs, the Sacred Book of Seal"); + } +} diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/level_check.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/level_check.html new file mode 100644 index 0000000000..3960d3451f --- /dev/null +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00197_SevenSignsTheSacredBookOfSeal/level_check.html @@ -0,0 +1,2 @@ +<html><body>Characters who are <font color="LEVEL">level 79 or above</font> may redeem the <font color="LEVEL">Reward for the Current Quest</font>. +</body></html> diff --git a/L2J_DataPack_BETA/dist/sql/game/spawnlist.sql b/L2J_DataPack_BETA/dist/sql/game/spawnlist.sql index b07991b3a6..006fc914b6 100644 --- a/L2J_DataPack_BETA/dist/sql/game/spawnlist.sql +++ b/L2J_DataPack_BETA/dist/sql/game/spawnlist.sql @@ -21984,6 +21984,7 @@ INSERT INTO `spawnlist` VALUES ("dion02_2122_22", 1, 20202, 46174, 145855, -3685, 0, 0, 30333, 35, 0, 0), ("dion02_2122_22", 1, 20202, 49476, 146727, -3464, 0, 0, 31210, 35, 0, 0), -- Dire Wolf +("dion15_2022_07", 1, 20205, 39454, 133128, -3428, 0, 0, 0, 24, 0, 0), ("dion15_2022_07", 1, 20205, 39253, 133484, -3428, 0, 0, 0, 24, 0, 0), ("dion15_2022_07", 1, 20205, 33440, 138010, -3153, 0, 0, 15248, 24, 0, 0), ("dion15_2022_07", 1, 20205, 33869, 136326, -3108, 0, 0, 59437, 24, 0, 0), @@ -21992,7 +21993,6 @@ INSERT INTO `spawnlist` VALUES ("dion15_2022_07", 1, 20205, 34615, 134611, -3051, 0, 0, 0, 24, 0, 0), ("dion15_2022_07", 1, 20205, 36413, 137032, -3295, 0, 0, 8902, 24, 0, 0), ("dion15_2022_07", 1, 20205, 34716, 134789, -3071, 0, 0, 0, 24, 0, 0), -("dion15_2022_07", 1, 20205, 39454, 133128, -3428, 0, 0, 0, 24, 0, 0), -- Mandragora Sprout ("dion02_2122_18", 1, 20223, 37458, 144529, -3665, 0, 0, 7737, 35, 0, 0), ("dion02_2122_18", 1, 20223, 37600, 146225, -3676, 0, 0, 20506, 35, 0, 0), @@ -39450,6 +39450,8 @@ INSERT INTO `spawnlist` VALUES ("Goddard Pailaka NPC", 1, 32499, 143472, -58991, -3464, 0, 0, 40959, 60, 0, 0), -- Leopard ("Goddard", 1, 32594, 147558, -55157, -2728, 0, 0, 53248, 60, 0, 0), +-- Lawrence +("Goddard", 1, 32595, 152384, -57628, -3424, 0, 0, 62231, 60, 0, 0), -- Gracian Survivor ("unset", 1, 32632, 147843, -55146, -2728, 0, 0, 49152, 60, 0, 0), -- Denver @@ -40273,9 +40275,9 @@ INSERT INTO `spawnlist` VALUES ("aden27_2418_17", 1, 20664, 158136, 2768, -4288, 0, 0, 0, 23, 0, 0), ("aden27_2418_17", 1, 20664, 158640, 3302, -4408, 0, 0, 0, 23, 0, 0), ("aden27_2418_17", 1, 20664, 157633, 3302, -4376, 0, 0, 0, 23, 0, 0), -("aden27_2418_17", 1, 20664, 158842, 4014, -4504, 0, 0, 0, 23, 0, 0), -("aden27_2418_17", 1, 20664, 155335, 5867, -4432, 0, 0, 12807, 23, 0, 0); +("aden27_2418_17", 1, 20664, 158842, 4014, -4504, 0, 0, 0, 23, 0, 0); INSERT INTO `spawnlist` VALUES +("aden27_2418_17", 1, 20664, 155335, 5867, -4432, 0, 0, 12807, 23, 0, 0), ("aden27_2418_17", 1, 20664, 155406, 7165, -4432, 0, 0, 19955, 23, 0, 0), ("aden27_2418_17", 1, 20664, 156027, 9382, -4299, 0, 0, 8066, 23, 0, 0), ("aden27_2418_17", 1, 20664, 155241, 8547, -4304, 0, 0, 24543, 23, 0, 0), @@ -42507,9 +42509,9 @@ INSERT INTO `spawnlist` VALUES ("Isle_of_Prayer", 1, 22259, 150995, 190324, -3752, 0, 0, 27812, 60, 0, 0), ("Isle_of_Prayer", 1, 22259, 147597, 188553, -3760, 0, 0, 48090, 60, 0, 0), ("Isle_of_Prayer", 1, 22259, 148443, 188579, -3752, 0, 0, 33914, 60, 0, 0), -("Isle_of_Prayer", 1, 22259, 149626, 189378, -3736, 0, 0, 45498, 60, 0, 0), -("Isle_of_Prayer", 1, 22259, 151799, 188640, -3760, 0, 0, 16382, 60, 0, 0); +("Isle_of_Prayer", 1, 22259, 149626, 189378, -3736, 0, 0, 45498, 60, 0, 0); INSERT INTO `spawnlist` VALUES +("Isle_of_Prayer", 1, 22259, 151799, 188640, -3760, 0, 0, 16382, 60, 0, 0), ("Isle_of_Prayer", 1, 22259, 153278, 188392, -3720, 0, 0, 36546, 60, 0, 0), ("Isle_of_Prayer", 1, 22259, 153847, 189056, -3728, 0, 0, 42725, 60, 0, 0), ("Isle_of_Prayer", 1, 22259, 154095, 192271, -3788, 0, 0, 58326, 60, 0, 0), @@ -44646,10 +44648,10 @@ INSERT INTO `spawnlist` VALUES -- Count's Hall Gatekeeper ("4Sepulchers", 1, 31927, 186298, -85393, -7218, 0, 0, 32768, 60, 0, 0), -- Marquis' Hall Gatekeeper -("4Sepulchers", 1, 31928, 188109, -85393, -7218, 0, 0, 32768, 60, 0, 0), --- Duke's Hall Gatekeeper -("4Sepulchers", 1, 31929, 189922, -85393, -7218, 0, 0, 32768, 60, 0, 0); +("4Sepulchers", 1, 31928, 188109, -85393, -7218, 0, 0, 32768, 60, 0, 0); INSERT INTO `spawnlist` VALUES +-- Duke's Hall Gatekeeper +("4Sepulchers", 1, 31929, 189922, -85393, -7218, 0, 0, 32768, 60, 0, 0), -- Baron's Hall Gatekeeper ("4Sepulchers", 1, 31930, 180989, -88793, -7218, 0, 0, 32768, 60, 0, 0), -- Viscount's Hall Gatekeeper @@ -46801,9 +46803,9 @@ INSERT INTO `spawnlist` VALUES ("aden22_2519_11", 1, 21019, 180707, 37497, -4790, 0, 0, 2670, 27, 0, 0), ("aden22_2519_11", 1, 21019, 183925, 38418, -3837, 0, 0, 49786, 27, 0, 0), ("aden22_2519_11", 1, 21019, 182385, 35435, -4005, 0, 0, 43526, 27, 0, 0), -("aden22_2519_11", 1, 21019, 181153, 42452, -3708, 0, 0, 61479, 27, 0, 0), -("aden22_2519_11", 1, 21019, 181195, 40605, -3647, 0, 0, 36595, 27, 0, 0); +("aden22_2519_11", 1, 21019, 181153, 42452, -3708, 0, 0, 61479, 27, 0, 0); INSERT INTO `spawnlist` VALUES +("aden22_2519_11", 1, 21019, 181195, 40605, -3647, 0, 0, 36595, 27, 0, 0), ("aden22_2519_11", 1, 21019, 181293, 39492, -3884, 0, 0, 0, 27, 0, 0), ("aden22_2519_11", 1, 21019, 181795, 38958, -3884, 0, 0, 0, 27, 0, 0), -- Fallen Orc Shaman @@ -47102,18 +47104,17 @@ INSERT INTO `spawnlist` VALUES ("giants_cave", 1, 22673, 179883, 54789, -3983, 0, 0, 59264, 60, 0, 0), ("giants_cave", 1, 22673, 179526, 55162, -3969, 0, 0, 59995, 60, 0, 0), ("giants_cave", 1, 22673, 177970, 54094, -3969, 0, 0, 33975, 60, 0, 0), -("giants_cave", 1, 22673, 177815, 54683, -3969, 0, 0, 41093, 60, 0, 0), -("giants_cave", 1, 22673, 191853, 51614, -4368, 0, 0, 34582, 60, 0, 0), -("giants_cave", 1, 22673, 192298, 52746, -4368, 0, 0, 49666, 60, 0, 0), -("giants_cave", 1, 22673, 192068, 52323, -4368, 0, 0, 31978, 60, 0, 0), -("giants_cave", 1, 22673, 175040, 56268, -4346, 0, 0, 56870, 60, 0, 0), -("giants_cave", 1, 22673, 191456, 52781, -4368, 0, 0, 18775, 60, 0, 0), -("giants_cave", 1, 22673, 193865, 53100, -4368, 0, 0, 35477, 60, 0, 0), -("giants_cave", 1, 22673, 173857, 54558, -4346, 0, 0, 35048, 60, 0, 0), -("giants_cave", 1, 22673, 180477, 59216, -3992, 0, 0, 0, 60, 0, 0), -("giants_cave", 1, 22673, 191843, 51868, -4368, 0, 0, 49587, 60, 0, 0), -("giants_cave", 1, 22673, 185413, 48453, -4360, 0, 0, 1918, 60, 0, 0), -("giants_cave", 1, 22673, 190658, 50992, -4368, 0, 0, 24724, 60, 0, 0), +("giants_cave", 1, 22673, 179259, 60224, -3991, 0, 0, 60161, 60, 0, 0), +("giants_cave", 1, 22673, 181661, 62184, -3994, 0, 0, 51947, 60, 0, 0), +("giants_cave", 1, 22673, 182631, 62220, -3991, 0, 0, 40216, 60, 0, 0), +("giants_cave", 1, 22673, 182462, 62402, -3991, 0, 0, 52135, 60, 0, 0), +("giants_cave", 1, 22673, 193984, 52089, -4368, 0, 0, 46330, 60, 0, 0), +("giants_cave", 1, 22673, 192146, 52749, -4368, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22673, 182475, 59685, -3992, 0, 0, 58614, 60, 0, 0), +("giants_cave", 1, 22673, 190487, 53026, -4368, 0, 0, 49100, 60, 0, 0), +("giants_cave", 1, 22673, 186284, 47602, -4344, 0, 0, 51428, 60, 0, 0), +("giants_cave", 1, 22673, 190129, 52015, -4368, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22673, 194281, 52031, -4368, 0, 0, 47094, 60, 0, 0), ("giants_cave", 1, 22673, 191856, 50361, -4368, 0, 0, 40627, 60, 0, 0), ("giants_cave", 1, 22673, 180406, 59833, -3991, 0, 0, 33184, 60, 0, 0), ("giants_cave", 1, 22673, 178909, 59446, -3994, 0, 0, 56014, 60, 0, 0), @@ -47123,23 +47124,21 @@ INSERT INTO `spawnlist` VALUES ("giants_cave", 1, 22673, 193487, 52495, -4368, 0, 0, 31264, 60, 0, 0), ("giants_cave", 1, 22673, 190755, 52413, -4368, 0, 0, 33914, 60, 0, 0), ("giants_cave", 1, 22673, 191017, 53249, -4368, 0, 0, 4056, 60, 0, 0), +("giants_cave", 1, 22673, 190658, 50992, -4368, 0, 0, 24724, 60, 0, 0), +("giants_cave", 1, 22673, 185413, 48453, -4360, 0, 0, 1918, 60, 0, 0), +("giants_cave", 1, 22673, 191843, 51868, -4368, 0, 0, 49587, 60, 0, 0), +("giants_cave", 1, 22673, 177815, 54683, -3969, 0, 0, 41093, 60, 0, 0), +("giants_cave", 1, 22673, 191853, 51614, -4368, 0, 0, 34582, 60, 0, 0), +("giants_cave", 1, 22673, 192298, 52746, -4368, 0, 0, 49666, 60, 0, 0), +("giants_cave", 1, 22673, 192068, 52323, -4368, 0, 0, 31978, 60, 0, 0), +("giants_cave", 1, 22673, 175040, 56268, -4346, 0, 0, 56870, 60, 0, 0), +("giants_cave", 1, 22673, 191456, 52781, -4368, 0, 0, 18775, 60, 0, 0), +("giants_cave", 1, 22673, 193865, 53100, -4368, 0, 0, 35477, 60, 0, 0), +("giants_cave", 1, 22673, 173857, 54558, -4346, 0, 0, 35048, 60, 0, 0), +("giants_cave", 1, 22673, 180477, 59216, -3992, 0, 0, 0, 60, 0, 0), ("giants_cave", 1, 22673, 181863, 59256, -3992, 0, 0, 18411, 60, 0, 0), ("giants_cave", 1, 22673, 179571, 53599, -3969, 0, 0, 49764, 60, 0, 0), -("giants_cave", 1, 22673, 177422, 54465, -3969, 0, 0, 53724, 60, 0, 0), -("giants_cave", 1, 22673, 194048, 52543, -4368, 0, 0, 36299, 60, 0, 0), -("giants_cave", 1, 22673, 194210, 52643, -4368, 0, 0, 50377, 60, 0, 0), -("giants_cave", 1, 22673, 179117, 55423, -3968, 0, 0, 64101, 60, 0, 0), -("giants_cave", 1, 22673, 178917, 54764, -3992, 0, 0, 38379, 60, 0, 0), -("giants_cave", 1, 22673, 189806, 54526, -4368, 0, 0, 39139, 60, 0, 0), ("giants_cave", 1, 22673, 189868, 53976, -4368, 0, 0, 21418, 60, 0, 0), -("giants_cave", 1, 22673, 193510, 51951, -4368, 0, 0, 16938, 60, 0, 0), -("giants_cave", 1, 22673, 193494, 53080, -4368, 0, 0, 31900, 60, 0, 0), -("giants_cave", 1, 22673, 190074, 53820, -4368, 0, 0, 54437, 60, 0, 0), -("giants_cave", 1, 22673, 184917, 49101, -4344, 0, 0, 20833, 60, 0, 0), -("giants_cave", 1, 22673, 186015, 48671, -4368, 0, 0, 26371, 60, 0, 0), -("giants_cave", 1, 22673, 182020, 60087, -3992, 0, 0, 39120, 60, 0, 0), -("giants_cave", 1, 22673, 186284, 47602, -4344, 0, 0, 51428, 60, 0, 0), -("giants_cave", 1, 22673, 194281, 52031, -4368, 0, 0, 47094, 60, 0, 0), ("giants_cave", 1, 22673, 192674, 52482, -4368, 0, 0, 0, 60, 0, 0), ("giants_cave", 1, 22673, 192146, 53016, -4368, 0, 0, 0, 60, 0, 0), ("giants_cave", 1, 22673, 191552, 51948, -4368, 0, 0, 0, 60, 0, 0), @@ -47149,56 +47148,61 @@ INSERT INTO `spawnlist` VALUES ("giants_cave", 1, 22673, 193549, 52941, -4368, 0, 0, 7274, 60, 0, 0), ("giants_cave", 1, 22673, 190379, 52404, -4368, 0, 0, 6574, 60, 0, 0), ("giants_cave", 1, 22673, 189656, 53085, -4368, 0, 0, 4515, 60, 0, 0), -("giants_cave", 1, 22673, 190129, 52015, -4368, 0, 0, 0, 60, 0, 0), -("giants_cave", 1, 22673, 179259, 60224, -3991, 0, 0, 60161, 60, 0, 0), -("giants_cave", 1, 22673, 181661, 62184, -3994, 0, 0, 51947, 60, 0, 0), -("giants_cave", 1, 22673, 182631, 62220, -3991, 0, 0, 40216, 60, 0, 0), -("giants_cave", 1, 22673, 182462, 62402, -3991, 0, 0, 52135, 60, 0, 0), -("giants_cave", 1, 22673, 193984, 52089, -4368, 0, 0, 46330, 60, 0, 0), -("giants_cave", 1, 22673, 192146, 52749, -4368, 0, 0, 0, 60, 0, 0), -("giants_cave", 1, 22673, 182475, 59685, -3992, 0, 0, 58614, 60, 0, 0), -("giants_cave", 1, 22673, 190487, 53026, -4368, 0, 0, 49100, 60, 0, 0), +("giants_cave", 1, 22673, 186015, 48671, -4368, 0, 0, 26371, 60, 0, 0), +("giants_cave", 1, 22673, 184917, 49101, -4344, 0, 0, 20833, 60, 0, 0), +("giants_cave", 1, 22673, 182020, 60087, -3992, 0, 0, 39120, 60, 0, 0), +("giants_cave", 1, 22673, 177422, 54465, -3969, 0, 0, 53724, 60, 0, 0), +("giants_cave", 1, 22673, 194048, 52543, -4368, 0, 0, 36299, 60, 0, 0), +("giants_cave", 1, 22673, 194210, 52643, -4368, 0, 0, 50377, 60, 0, 0), +("giants_cave", 1, 22673, 179117, 55423, -3968, 0, 0, 64101, 60, 0, 0), +("giants_cave", 1, 22673, 178917, 54764, -3992, 0, 0, 38379, 60, 0, 0), +("giants_cave", 1, 22673, 189806, 54526, -4368, 0, 0, 39139, 60, 0, 0), +("giants_cave", 1, 22673, 193510, 51951, -4368, 0, 0, 16938, 60, 0, 0), +("giants_cave", 1, 22673, 193494, 53080, -4368, 0, 0, 31900, 60, 0, 0), +("giants_cave", 1, 22673, 190074, 53820, -4368, 0, 0, 54437, 60, 0, 0), -- Imagro -("giants_cave", 1, 22674, 185495, 50107, -4344, 0, 0, 12963, 60, 0, 0), -("giants_cave", 1, 22674, 179321, 59471, -3992, 0, 0, 24959, 60, 0, 0), -("giants_cave", 1, 22674, 180469, 59135, -3992, 0, 0, 50767, 60, 0, 0), -("giants_cave", 1, 22674, 180283, 58729, -3991, 0, 0, 64811, 60, 0, 0), -("giants_cave", 1, 22674, 178966, 59195, -3991, 0, 0, 63960, 60, 0, 0), -("giants_cave", 1, 22674, 190216, 54406, -4368, 0, 0, 15818, 60, 0, 0), -("giants_cave", 1, 22674, 185877, 49444, -4368, 0, 0, 45783, 60, 0, 0), -("giants_cave", 1, 22674, 186059, 48802, -4368, 0, 0, 44393, 60, 0, 0), -("giants_cave", 1, 22674, 173288, 55471, -4346, 0, 0, 50920, 60, 0, 0), -("giants_cave", 1, 22674, 184942, 48964, -4344, 0, 0, 8602, 60, 0, 0), -("giants_cave", 1, 22674, 185840, 50239, -4344, 0, 0, 39481, 60, 0, 0), -("giants_cave", 1, 22674, 179791, 59663, -3994, 0, 0, 51308, 60, 0, 0), +("giants_cave", 1, 22674, 181542, 62468, -3991, 0, 0, 51128, 60, 0, 0), +("giants_cave", 1, 22674, 182232, 58680, -3991, 0, 0, 16784, 60, 0, 0), +("giants_cave", 1, 22674, 178743, 54627, -3992, 0, 0, 51298, 60, 0, 0), +("giants_cave", 1, 22674, 174055, 61523, -4368, 0, 0, 57418, 60, 0, 0), +("giants_cave", 1, 22674, 178263, 55416, -3976, 0, 0, 35767, 60, 0, 0), +("giants_cave", 1, 22674, 181096, 58944, -3992, 0, 0, 6571, 60, 0, 0), +("giants_cave", 1, 22674, 179917, 55104, -3969, 0, 0, 59615, 60, 0, 0), +("giants_cave", 1, 22674, 186285, 48261, -4368, 0, 0, 7776, 60, 0, 0), +("giants_cave", 1, 22674, 175410, 61955, -4371, 0, 0, 44840, 60, 0, 0), +("giants_cave", 1, 22674, 189928, 53756, -4368, 0, 0, 37303, 60, 0, 0), +("giants_cave", 1, 22674, 189655, 54197, -4368, 0, 0, 1623, 60, 0, 0), +("giants_cave", 1, 22674, 190323, 52907, -4368, 0, 0, 8399, 60, 0, 0), +("giants_cave", 1, 22674, 181599, 58721, -3992, 0, 0, 0, 60, 0, 0), ("giants_cave", 1, 22674, 180126, 59053, -3992, 0, 0, 6520, 60, 0, 0), -("giants_cave", 1, 22674, 174321, 62809, -4368, 0, 0, 50780, 60, 0, 0), -("giants_cave", 1, 22674, 176301, 61074, -4368, 0, 0, 36358, 60, 0, 0), -("giants_cave", 1, 22674, 174804, 54595, -4346, 0, 0, 64797, 60, 0, 0), -("giants_cave", 1, 22674, 180940, 59890, -3991, 0, 0, 0, 60, 0, 0), -("giants_cave", 1, 22674, 175323, 61508, -4368, 0, 0, 9717, 60, 0, 0), -("giants_cave", 1, 22674, 177779, 54327, -3971, 0, 0, 39343, 60, 0, 0), -("giants_cave", 1, 22674, 179355, 60008, -3992, 0, 0, 0, 60, 0, 0), -("giants_cave", 1, 22674, 179916, 59216, -3992, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22674, 180604, 59124, -3992, 0, 0, 57800, 60, 0, 0), +("giants_cave", 1, 22674, 181008, 60197, -3991, 0, 0, 55863, 60, 0, 0), ("giants_cave", 1, 22674, 179749, 60244, -3992, 0, 0, 44622, 60, 0, 0), +("giants_cave", 1, 22674, 173800, 62851, -4368, 0, 0, 48981, 60, 0, 0), +("giants_cave", 1, 22674, 179916, 59216, -3992, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22674, 177779, 54327, -3971, 0, 0, 39343, 60, 0, 0), +("giants_cave", 1, 22674, 175323, 61508, -4368, 0, 0, 9717, 60, 0, 0), +("giants_cave", 1, 22674, 180940, 59890, -3991, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22674, 174804, 54595, -4346, 0, 0, 64797, 60, 0, 0), +("giants_cave", 1, 22674, 176301, 61074, -4368, 0, 0, 36358, 60, 0, 0), +("giants_cave", 1, 22674, 174321, 62809, -4368, 0, 0, 50780, 60, 0, 0), +("giants_cave", 1, 22674, 179791, 59663, -3994, 0, 0, 51308, 60, 0, 0), +("giants_cave", 1, 22674, 185840, 50239, -4344, 0, 0, 39481, 60, 0, 0), ("giants_cave", 1, 22674, 174082, 60942, -4368, 0, 0, 37852, 60, 0, 0), ("giants_cave", 1, 22674, 173933, 62108, -4371, 0, 0, 45902, 60, 0, 0), -("giants_cave", 1, 22674, 180612, 58750, -3991, 0, 0, 64234, 60, 0, 0), +("giants_cave", 1, 22674, 173196, 54550, -4344, 0, 0, 9765, 60, 0, 0), +("giants_cave", 1, 22674, 181113, 59594, -3992, 0, 0, 50551, 60, 0, 0), +("giants_cave", 1, 22674, 184753, 49327, -4344, 0, 0, 60458, 60, 0, 0), +("giants_cave", 1, 22674, 190689, 52589, -4368, 0, 0, 35337, 60, 0, 0), +("giants_cave", 1, 22674, 186579, 48114, -4352, 0, 0, 3355, 60, 0, 0), +("giants_cave", 1, 22674, 182155, 62698, -3991, 0, 0, 49991, 60, 0, 0), +("giants_cave", 1, 22674, 173200, 56058, -4346, 0, 0, 55768, 60, 0, 0), +("giants_cave", 1, 22674, 182456, 60167, -3991, 0, 0, 18749, 60, 0, 0), ("giants_cave", 1, 22674, 191925, 50118, -4368, 0, 0, 12171, 60, 0, 0), ("giants_cave", 1, 22674, 191533, 50018, -4368, 0, 0, 44783, 60, 0, 0), -("giants_cave", 1, 22674, 182456, 60167, -3991, 0, 0, 18749, 60, 0, 0), -("giants_cave", 1, 22674, 173200, 56058, -4346, 0, 0, 55768, 60, 0, 0), -("giants_cave", 1, 22674, 182155, 62698, -3991, 0, 0, 49991, 60, 0, 0), -("giants_cave", 1, 22674, 186579, 48114, -4352, 0, 0, 3355, 60, 0, 0), -("giants_cave", 1, 22674, 190689, 52589, -4368, 0, 0, 35337, 60, 0, 0), -("giants_cave", 1, 22674, 184753, 49327, -4344, 0, 0, 60458, 60, 0, 0), -("giants_cave", 1, 22674, 181113, 59594, -3992, 0, 0, 50551, 60, 0, 0), -("giants_cave", 1, 22674, 173196, 54550, -4344, 0, 0, 9765, 60, 0, 0), -("giants_cave", 1, 22674, 181008, 60197, -3991, 0, 0, 55863, 60, 0, 0), -("giants_cave", 1, 22674, 173800, 62851, -4368, 0, 0, 48981, 60, 0, 0), -("giants_cave", 1, 22674, 181903, 61920, -3991, 0, 0, 39163, 60, 0, 0), -("giants_cave", 1, 22674, 191502, 49504, -4368, 0, 0, 4820, 60, 0, 0), -("giants_cave", 1, 22674, 174939, 55588, -4368, 0, 0, 11686, 60, 0, 0), +("giants_cave", 1, 22674, 180612, 58750, -3991, 0, 0, 64234, 60, 0, 0), +("giants_cave", 1, 22674, 184942, 48964, -4344, 0, 0, 8602, 60, 0, 0), +("giants_cave", 1, 22674, 173288, 55471, -4346, 0, 0, 50920, 60, 0, 0), ("giants_cave", 1, 22674, 189972, 51776, -4368, 0, 0, 39616, 60, 0, 0), ("giants_cave", 1, 22674, 173459, 61683, -4368, 0, 0, 32412, 60, 0, 0), ("giants_cave", 1, 22674, 178742, 53996, -3968, 0, 0, 7448, 60, 0, 0), @@ -47211,33 +47215,25 @@ INSERT INTO `spawnlist` VALUES ("giants_cave", 1, 22674, 186039, 48439, -4368, 0, 0, 11444, 60, 0, 0), ("giants_cave", 1, 22674, 191768, 49954, -4368, 0, 0, 4445, 60, 0, 0), ("giants_cave", 1, 22674, 191143, 50054, -4368, 0, 0, 36565, 60, 0, 0), -("giants_cave", 1, 22674, 180604, 59124, -3992, 0, 0, 57800, 60, 0, 0), -("giants_cave", 1, 22674, 181096, 58944, -3992, 0, 0, 6571, 60, 0, 0), -("giants_cave", 1, 22674, 178263, 55416, -3976, 0, 0, 35767, 60, 0, 0), -("giants_cave", 1, 22674, 174055, 61523, -4368, 0, 0, 57418, 60, 0, 0), -("giants_cave", 1, 22674, 178743, 54627, -3992, 0, 0, 51298, 60, 0, 0), -("giants_cave", 1, 22674, 182232, 58680, -3991, 0, 0, 16784, 60, 0, 0), -("giants_cave", 1, 22674, 181542, 62468, -3991, 0, 0, 51128, 60, 0, 0), -("giants_cave", 1, 22674, 179917, 55104, -3969, 0, 0, 59615, 60, 0, 0), -("giants_cave", 1, 22674, 186285, 48261, -4368, 0, 0, 7776, 60, 0, 0), -("giants_cave", 1, 22674, 175410, 61955, -4371, 0, 0, 44840, 60, 0, 0), -("giants_cave", 1, 22674, 189928, 53756, -4368, 0, 0, 37303, 60, 0, 0), -("giants_cave", 1, 22674, 189655, 54197, -4368, 0, 0, 1623, 60, 0, 0), -("giants_cave", 1, 22674, 190323, 52907, -4368, 0, 0, 8399, 60, 0, 0), -("giants_cave", 1, 22674, 181599, 58721, -3992, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22674, 174939, 55588, -4368, 0, 0, 11686, 60, 0, 0), +("giants_cave", 1, 22674, 191502, 49504, -4368, 0, 0, 4820, 60, 0, 0), +("giants_cave", 1, 22674, 181903, 61920, -3991, 0, 0, 39163, 60, 0, 0), +("giants_cave", 1, 22674, 186059, 48802, -4368, 0, 0, 44393, 60, 0, 0), +("giants_cave", 1, 22674, 185877, 49444, -4368, 0, 0, 45783, 60, 0, 0), +("giants_cave", 1, 22674, 179355, 60008, -3992, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22674, 190216, 54406, -4368, 0, 0, 15818, 60, 0, 0), +("giants_cave", 1, 22674, 178966, 59195, -3991, 0, 0, 63960, 60, 0, 0), +("giants_cave", 1, 22674, 180283, 58729, -3991, 0, 0, 64811, 60, 0, 0), +("giants_cave", 1, 22674, 180469, 59135, -3992, 0, 0, 50767, 60, 0, 0), +("giants_cave", 1, 22674, 179321, 59471, -3992, 0, 0, 24959, 60, 0, 0), +("giants_cave", 1, 22674, 185495, 50107, -4344, 0, 0, 12963, 60, 0, 0), -- Palit -("giants_cave", 1, 22675, 175218, 54652, -4346, 0, 0, 5088, 60, 0, 0), -("giants_cave", 1, 22675, 174484, 55084, -4368, 0, 0, 15985, 60, 0, 0), -("giants_cave", 1, 22675, 174861, 54971, -4360, 0, 0, 20927, 60, 0, 0), -("giants_cave", 1, 22675, 178285, 53971, -3968, 0, 0, 2074, 60, 0, 0), -("giants_cave", 1, 22675, 178936, 53720, -3968, 0, 0, 30870, 60, 0, 0), -("giants_cave", 1, 22675, 185380, 49747, -4344, 0, 0, 10070, 60, 0, 0), -("giants_cave", 1, 22675, 174148, 54697, -4346, 0, 0, 34384, 60, 0, 0), -("giants_cave", 1, 22675, 179354, 54637, -3991, 0, 0, 41508, 60, 0, 0), -("giants_cave", 1, 22675, 179455, 54982, -3980, 0, 0, 60488, 60, 0, 0), -("giants_cave", 1, 22675, 185665, 47391, -4344, 0, 0, 0, 60, 0, 0), ("giants_cave", 1, 22675, 186997, 48351, -4344, 0, 0, 0, 60, 0, 0), -("giants_cave", 1, 22675, 175139, 60738, -4368, 0, 0, 63192, 60, 0, 0), +("giants_cave", 1, 22675, 175729, 54989, -4344, 0, 0, 32384, 60, 0, 0), +("giants_cave", 1, 22675, 174470, 61604, -4368, 0, 0, 20715, 60, 0, 0), +("giants_cave", 1, 22675, 179790, 53993, -3968, 0, 0, 61656, 60, 0, 0), +("giants_cave", 1, 22675, 174123, 61368, -4368, 0, 0, 38662, 60, 0, 0), +("giants_cave", 1, 22675, 175218, 54652, -4346, 0, 0, 5088, 60, 0, 0), ("giants_cave", 1, 22675, 175934, 62317, -4371, 0, 0, 41611, 60, 0, 0), ("giants_cave", 1, 22675, 175396, 55123, -4353, 0, 0, 53852, 60, 0, 0), ("giants_cave", 1, 22675, 178134, 55398, -3968, 0, 0, 26087, 60, 0, 0), @@ -47246,20 +47242,18 @@ INSERT INTO `spawnlist` VALUES ("giants_cave", 1, 22675, 185149, 49758, -4344, 0, 0, 16085, 60, 0, 0), ("giants_cave", 1, 22675, 174884, 56033, -4351, 0, 0, 1071, 60, 0, 0), ("giants_cave", 1, 22675, 186142, 47532, -4344, 0, 0, 50157, 60, 0, 0), +("giants_cave", 1, 22675, 175139, 60738, -4368, 0, 0, 63192, 60, 0, 0), +("giants_cave", 1, 22675, 185665, 47391, -4344, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22675, 174484, 55084, -4368, 0, 0, 15985, 60, 0, 0), +("giants_cave", 1, 22675, 174861, 54971, -4360, 0, 0, 20927, 60, 0, 0), +("giants_cave", 1, 22675, 178285, 53971, -3968, 0, 0, 2074, 60, 0, 0), +("giants_cave", 1, 22675, 178936, 53720, -3968, 0, 0, 30870, 60, 0, 0), +("giants_cave", 1, 22675, 185380, 49747, -4344, 0, 0, 10070, 60, 0, 0), +("giants_cave", 1, 22675, 174148, 54697, -4346, 0, 0, 34384, 60, 0, 0), +("giants_cave", 1, 22675, 179354, 54637, -3991, 0, 0, 41508, 60, 0, 0), +("giants_cave", 1, 22675, 179455, 54982, -3980, 0, 0, 60488, 60, 0, 0), ("giants_cave", 1, 22675, 185518, 48090, -4344, 0, 0, 14818, 60, 0, 0), ("giants_cave", 1, 22675, 173442, 55055, -4344, 0, 0, 24185, 60, 0, 0), -("giants_cave", 1, 22675, 173335, 61601, -4368, 0, 0, 320, 60, 0, 0), -("giants_cave", 1, 22675, 174470, 61604, -4368, 0, 0, 20715, 60, 0, 0), -("giants_cave", 1, 22675, 186337, 49631, -4344, 0, 0, 50177, 60, 0, 0), -("giants_cave", 1, 22675, 185676, 49183, -4368, 0, 0, 5901, 60, 0, 0), -("giants_cave", 1, 22675, 179810, 54503, -3976, 0, 0, 16391, 60, 0, 0), -("giants_cave", 1, 22675, 175445, 55678, -4344, 0, 0, 62306, 60, 0, 0), -("giants_cave", 1, 22675, 175729, 54989, -4344, 0, 0, 32384, 60, 0, 0), -("giants_cave", 1, 22675, 178211, 54175, -3972, 0, 0, 32047, 60, 0, 0), -("giants_cave", 1, 22675, 173770, 54833, -4355, 0, 0, 34538, 60, 0, 0), -("giants_cave", 1, 22675, 175403, 61466, -4368, 0, 0, 57045, 60, 0, 0), -("giants_cave", 1, 22675, 185312, 47948, -4344, 0, 0, 37023, 60, 0, 0), -("giants_cave", 1, 22675, 177663, 55022, -3969, 0, 0, 50191, 60, 0, 0), ("giants_cave", 1, 22675, 175239, 56154, -4346, 0, 0, 58985, 60, 0, 0), ("giants_cave", 1, 22675, 173896, 55321, -4368, 0, 0, 53936, 60, 0, 0), ("giants_cave", 1, 22675, 186119, 47756, -4344, 0, 0, 21857, 60, 0, 0), @@ -47268,28 +47262,34 @@ INSERT INTO `spawnlist` VALUES ("giants_cave", 1, 22675, 174360, 60732, -4371, 0, 0, 33723, 60, 0, 0), ("giants_cave", 1, 22675, 180162, 54571, -3969, 0, 0, 44399, 60, 0, 0), ("giants_cave", 1, 22675, 185774, 49909, -4352, 0, 0, 56550, 60, 0, 0), -("giants_cave", 1, 22675, 174123, 61368, -4368, 0, 0, 38662, 60, 0, 0), -("giants_cave", 1, 22675, 179790, 53993, -3968, 0, 0, 61656, 60, 0, 0), +("giants_cave", 1, 22675, 177663, 55022, -3969, 0, 0, 50191, 60, 0, 0), +("giants_cave", 1, 22675, 185312, 47948, -4344, 0, 0, 37023, 60, 0, 0), +("giants_cave", 1, 22675, 173335, 61601, -4368, 0, 0, 320, 60, 0, 0), +("giants_cave", 1, 22675, 186337, 49631, -4344, 0, 0, 50177, 60, 0, 0), +("giants_cave", 1, 22675, 185676, 49183, -4368, 0, 0, 5901, 60, 0, 0), +("giants_cave", 1, 22675, 179810, 54503, -3976, 0, 0, 16391, 60, 0, 0), +("giants_cave", 1, 22675, 175445, 55678, -4344, 0, 0, 62306, 60, 0, 0), +("giants_cave", 1, 22675, 178211, 54175, -3972, 0, 0, 32047, 60, 0, 0), +("giants_cave", 1, 22675, 173770, 54833, -4355, 0, 0, 34538, 60, 0, 0), +("giants_cave", 1, 22675, 175403, 61466, -4368, 0, 0, 57045, 60, 0, 0), -- Hamlet +("giants_cave", 1, 22676, 189614, 52890, -4368, 0, 0, 57717, 60, 0, 0), +("giants_cave", 1, 22676, 190343, 52239, -4368, 0, 0, 19024, 60, 0, 0), +("giants_cave", 1, 22676, 190167, 53018, -4368, 0, 0, 20900, 60, 0, 0), +("giants_cave", 1, 22676, 189905, 52247, -4368, 0, 0, 31693, 60, 0, 0), +("giants_cave", 1, 22676, 182016, 59398, -3992, 0, 0, 27016, 60, 0, 0), +("giants_cave", 1, 22676, 181894, 58952, -3992, 0, 0, 33884, 60, 0, 0), +("giants_cave", 1, 22676, 192316, 52040, -4368, 0, 0, 40258, 60, 0, 0), +("giants_cave", 1, 22676, 181814, 61694, -3991, 0, 0, 32767, 60, 0, 0), +("giants_cave", 1, 22676, 181932, 61459, -3992, 0, 0, 26444, 60, 0, 0), +("giants_cave", 1, 22676, 190787, 52215, -4368, 0, 0, 41451, 60, 0, 0), +("giants_cave", 1, 22676, 175950, 61803, -4371, 0, 0, 643, 60, 0, 0), +("giants_cave", 1, 22676, 192608, 53016, -4368, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22676, 190547, 53185, -4368, 0, 0, 38049, 60, 0, 0), +("giants_cave", 1, 22676, 190496, 53674, -4368, 0, 0, 52906, 60, 0, 0), +("giants_cave", 1, 22676, 181600, 60185, -3992, 0, 0, 4439, 60, 0, 0), +("giants_cave", 1, 22676, 189759, 53936, -4368, 0, 0, 28947, 60, 0, 0), ("giants_cave", 1, 22676, 182674, 62490, -3991, 0, 0, 42560, 60, 0, 0), -("giants_cave", 1, 22676, 174539, 61349, -4368, 0, 0, 44253, 60, 0, 0), -("giants_cave", 1, 22676, 175090, 61339, -4368, 0, 0, 53988, 60, 0, 0), -("giants_cave", 1, 22676, 173430, 62297, -4371, 0, 0, 53945, 60, 0, 0), -("giants_cave", 1, 22676, 193045, 52539, -4368, 0, 0, 30011, 60, 0, 0), -("giants_cave", 1, 22676, 189809, 52101, -4368, 0, 0, 0, 60, 0, 0), -("giants_cave", 1, 22676, 182364, 59380, -3991, 0, 0, 21462, 60, 0, 0), -("giants_cave", 1, 22676, 182256, 61796, -3991, 0, 0, 34211, 60, 0, 0), -("giants_cave", 1, 22676, 182790, 61563, -3991, 0, 0, 25171, 60, 0, 0), -("giants_cave", 1, 22676, 192427, 52397, -4371, 0, 0, 27603, 60, 0, 0), -("giants_cave", 1, 22676, 175732, 62826, -4368, 0, 0, 43904, 60, 0, 0), -("giants_cave", 1, 22676, 191577, 51537, -4368, 0, 0, 41128, 60, 0, 0), -("giants_cave", 1, 22676, 190463, 51860, -4368, 0, 0, 51490, 60, 0, 0), -("giants_cave", 1, 22676, 192014, 51592, -4368, 0, 0, 0, 60, 0, 0), -("giants_cave", 1, 22676, 189649, 52875, -4368, 0, 0, 0, 60, 0, 0), -("giants_cave", 1, 22676, 191647, 51915, -4368, 0, 0, 9337, 60, 0, 0), -("giants_cave", 1, 22676, 180671, 60348, -3991, 0, 0, 64504, 60, 0, 0), -("giants_cave", 1, 22676, 191210, 49282, -4368, 0, 0, 22384, 60, 0, 0), -("giants_cave", 1, 22676, 179729, 59315, -3992, 0, 0, 0, 60, 0, 0), ("giants_cave", 1, 22676, 190743, 52822, -4368, 0, 0, 40403, 60, 0, 0), ("giants_cave", 1, 22676, 190676, 52710, -4368, 0, 0, 47177, 60, 0, 0), ("giants_cave", 1, 22676, 190588, 53195, -4368, 0, 0, 24206, 60, 0, 0), @@ -47298,7 +47298,6 @@ INSERT INTO `spawnlist` VALUES ("giants_cave", 1, 22676, 190499, 52381, -4368, 0, 0, 44317, 60, 0, 0), ("giants_cave", 1, 22676, 191578, 52059, -4368, 0, 0, 41931, 60, 0, 0), ("giants_cave", 1, 22676, 191968, 52257, -4368, 0, 0, 57311, 60, 0, 0), -("giants_cave", 1, 22676, 193154, 52320, -4368, 0, 0, 34295, 60, 0, 0), ("giants_cave", 1, 22676, 192212, 52927, -4368, 0, 0, 0, 60, 0, 0), ("giants_cave", 1, 22676, 193156, 53354, -4368, 0, 0, 25685, 60, 0, 0), ("giants_cave", 1, 22676, 193896, 52756, -4368, 0, 0, 32246, 60, 0, 0), @@ -47306,6 +47305,24 @@ INSERT INTO `spawnlist` VALUES ("giants_cave", 1, 22676, 192452, 49658, -4368, 0, 0, 13794, 60, 0, 0), ("giants_cave", 1, 22676, 191387, 50992, -4368, 0, 0, 31796, 60, 0, 0), ("giants_cave", 1, 22676, 190017, 54103, -4368, 0, 0, 45954, 60, 0, 0), +("giants_cave", 1, 22676, 179729, 59315, -3992, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22676, 191210, 49282, -4368, 0, 0, 22384, 60, 0, 0), +("giants_cave", 1, 22676, 180671, 60348, -3991, 0, 0, 64504, 60, 0, 0), +("giants_cave", 1, 22676, 174539, 61349, -4368, 0, 0, 44253, 60, 0, 0), +("giants_cave", 1, 22676, 175090, 61339, -4368, 0, 0, 53988, 60, 0, 0), +("giants_cave", 1, 22676, 173430, 62297, -4371, 0, 0, 53945, 60, 0, 0), +("giants_cave", 1, 22676, 193045, 52539, -4368, 0, 0, 30011, 60, 0, 0), +("giants_cave", 1, 22676, 189809, 52101, -4368, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22676, 182364, 59380, -3991, 0, 0, 21462, 60, 0, 0), +("giants_cave", 1, 22676, 182256, 61796, -3991, 0, 0, 34211, 60, 0, 0), +("giants_cave", 1, 22676, 182790, 61563, -3991, 0, 0, 25171, 60, 0, 0), +("giants_cave", 1, 22676, 192427, 52397, -4371, 0, 0, 27603, 60, 0, 0), +("giants_cave", 1, 22676, 175732, 62826, -4368, 0, 0, 43904, 60, 0, 0), +("giants_cave", 1, 22676, 191577, 51537, -4368, 0, 0, 41128, 60, 0, 0), +("giants_cave", 1, 22676, 190463, 51860, -4368, 0, 0, 51490, 60, 0, 0), +("giants_cave", 1, 22676, 192014, 51592, -4368, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22676, 189649, 52875, -4368, 0, 0, 0, 60, 0, 0), +("giants_cave", 1, 22676, 191647, 51915, -4368, 0, 0, 9337, 60, 0, 0), ("giants_cave", 1, 22676, 194299, 51681, -4368, 0, 0, 23270, 60, 0, 0), ("giants_cave", 1, 22676, 194402, 53046, -4368, 0, 0, 25488, 60, 0, 0), ("giants_cave", 1, 22676, 193670, 52454, -4368, 0, 0, 33049, 60, 0, 0), @@ -47322,38 +47339,23 @@ INSERT INTO `spawnlist` VALUES ("giants_cave", 1, 22676, 180213, 60281, -3991, 0, 0, 55285, 60, 0, 0), ("giants_cave", 1, 22676, 181074, 58588, -3991, 0, 0, 64032, 60, 0, 0), ("giants_cave", 1, 22676, 190559, 54414, -4368, 0, 0, 16193, 60, 0, 0), -("giants_cave", 1, 22676, 190496, 53674, -4368, 0, 0, 52906, 60, 0, 0), -("giants_cave", 1, 22676, 189759, 53936, -4368, 0, 0, 28947, 60, 0, 0), -("giants_cave", 1, 22676, 181894, 58952, -3992, 0, 0, 33884, 60, 0, 0), -("giants_cave", 1, 22676, 182016, 59398, -3992, 0, 0, 27016, 60, 0, 0), -("giants_cave", 1, 22676, 189905, 52247, -4368, 0, 0, 31693, 60, 0, 0), -("giants_cave", 1, 22676, 190167, 53018, -4368, 0, 0, 20900, 60, 0, 0), -("giants_cave", 1, 22676, 190343, 52239, -4368, 0, 0, 19024, 60, 0, 0), -("giants_cave", 1, 22676, 189614, 52890, -4368, 0, 0, 57717, 60, 0, 0), -("giants_cave", 1, 22676, 192316, 52040, -4368, 0, 0, 40258, 60, 0, 0), -("giants_cave", 1, 22676, 181814, 61694, -3991, 0, 0, 32767, 60, 0, 0), -("giants_cave", 1, 22676, 181932, 61459, -3992, 0, 0, 26444, 60, 0, 0), -("giants_cave", 1, 22676, 190787, 52215, -4368, 0, 0, 41451, 60, 0, 0), -("giants_cave", 1, 22676, 181600, 60185, -3992, 0, 0, 4439, 60, 0, 0), -("giants_cave", 1, 22676, 175950, 61803, -4371, 0, 0, 643, 60, 0, 0), -("giants_cave", 1, 22676, 192608, 53016, -4368, 0, 0, 0, 60, 0, 0), -("giants_cave", 1, 22676, 190547, 53185, -4368, 0, 0, 38049, 60, 0, 0), +("giants_cave", 1, 22676, 193154, 52320, -4368, 0, 0, 34295, 60, 0, 0), -- Klennot -("giants_cave", 1, 22677, 178630, 61580, -4348, 0, 0, 24122, 60, 0, 0), -("giants_cave", 1, 22677, 178620, 61797, -4349, 0, 0, 37955, 60, 0, 0), -("giants_cave", 1, 22677, 192117, 55819, -4623, 0, 0, 14758, 60, 0, 0), -("giants_cave", 1, 22677, 191916, 55736, -4615, 0, 0, 13780, 60, 0, 0), -("giants_cave", 1, 22677, 192103, 56686, -4707, 0, 0, 25171, 60, 0, 0), -("giants_cave", 1, 22677, 191937, 57487, -4784, 0, 0, 14433, 60, 0, 0), ("giants_cave", 1, 22677, 180327, 61798, -4184, 0, 0, 34026, 60, 0, 0), -("giants_cave", 1, 22677, 179255, 61780, -4287, 0, 0, 33981, 60, 0, 0), -("giants_cave", 1, 22677, 191895, 56337, -4672, 0, 0, 62221, 60, 0, 0), -("giants_cave", 1, 22677, 180091, 61554, -4208, 0, 0, 35584, 60, 0, 0), -("giants_cave", 1, 22677, 191932, 56783, -4716, 0, 0, 14861, 60, 0, 0), -("giants_cave", 1, 22677, 179619, 61699, -4248, 0, 0, 34702, 60, 0, 0), -("giants_cave", 1, 22677, 192005, 55266, -4571, 0, 0, 48903, 60, 0, 0), -("giants_cave", 1, 22677, 192115, 57233, -4759, 0, 0, 18310, 60, 0, 0), ("giants_cave", 1, 22677, 178050, 61767, -4403, 0, 0, 40430, 60, 0, 0), +("giants_cave", 1, 22677, 192115, 57233, -4759, 0, 0, 18310, 60, 0, 0), +("giants_cave", 1, 22677, 192005, 55266, -4571, 0, 0, 48903, 60, 0, 0), +("giants_cave", 1, 22677, 179619, 61699, -4248, 0, 0, 34702, 60, 0, 0), +("giants_cave", 1, 22677, 191932, 56783, -4716, 0, 0, 14861, 60, 0, 0), +("giants_cave", 1, 22677, 180091, 61554, -4208, 0, 0, 35584, 60, 0, 0), +("giants_cave", 1, 22677, 191895, 56337, -4672, 0, 0, 62221, 60, 0, 0), +("giants_cave", 1, 22677, 191937, 57487, -4784, 0, 0, 14433, 60, 0, 0), +("giants_cave", 1, 22677, 192103, 56686, -4707, 0, 0, 25171, 60, 0, 0), +("giants_cave", 1, 22677, 179255, 61780, -4287, 0, 0, 33981, 60, 0, 0), +("giants_cave", 1, 22677, 192117, 55819, -4623, 0, 0, 14758, 60, 0, 0), +("giants_cave", 1, 22677, 178620, 61797, -4349, 0, 0, 37955, 60, 0, 0), +("giants_cave", 1, 22677, 178630, 61580, -4348, 0, 0, 24122, 60, 0, 0), +("giants_cave", 1, 22677, 191916, 55736, -4615, 0, 0, 13780, 60, 0, 0), -- Fallen Chieftain Vegus ("Forsaken Plains", 1, 27316, 171715, 44028, -4904, 0, 0, 0, 21600, 0, 0), -- Sobling @@ -47375,40 +47377,40 @@ INSERT INTO `spawnlist` VALUES ("giran03_tb2321_06", 1, 18276, 165185, 73168, -3133, 0, 0, 48122, 60, 0, 0), ("giran03_tb2321_06", 1, 18276, 165285, 74451, -3013, 0, 0, 44389, 60, 0, 0), -- Harit Lizardman -("aden10_2420_18", 1, 20640, 164467, 66487, -3723, 0, 0, 2737, 23, 0, 0), +("aden10_2420_18", 1, 20640, 165474, 72040, -3146, 0, 0, 12919, 23, 0, 0), ("aden10_2420_18", 1, 20640, 164298, 68344, -3255, 0, 0, 51389, 23, 0, 0), +("aden10_2420_18", 1, 20640, 164467, 66487, -3723, 0, 0, 2737, 23, 0, 0), ("aden10_2420_18", 1, 20640, 166008, 65819, -3723, 0, 0, 770, 23, 0, 0), -("aden10_2420_18", 1, 20640, 165474, 72040, -3146, 0, 0, 12919, 23, 0, 0), -- Harit Lizardman Grunt -("aden10_2420_18", 1, 20641, 164952, 71974, -3176, 0, 0, 45630, 23, 0, 0), -("aden10_2420_18", 1, 20641, 165573, 66445, -3722, 0, 0, 32349, 23, 0, 0), ("aden10_2420_18", 1, 20641, 167600, 66829, -3723, 0, 0, 5162, 23, 0, 0), +("aden10_2420_18", 1, 20641, 165573, 66445, -3722, 0, 0, 32349, 23, 0, 0), +("aden10_2420_18", 1, 20641, 164952, 71974, -3176, 0, 0, 45630, 23, 0, 0), -- Harit Lizardman Archer +("aden10_2420_18", 1, 20642, 164644, 65659, -3671, 0, 0, 459, 23, 0, 0), ("aden10_2420_18", 1, 20642, 165009, 70853, -3142, 0, 0, 50466, 23, 0, 0), ("aden10_2420_18", 1, 20642, 164101, 67418, -3456, 0, 0, 0, 23, 0, 0), -("aden10_2420_18", 1, 20642, 164644, 65659, -3671, 0, 0, 459, 23, 0, 0), -- Harit Lizardman Warrior -("aden10_2420_20", 1, 20643, 164290, 79580, -2370, 0, 0, 50632, 23, 0, 0), +("aden10_2420_20", 1, 20643, 166551, 84996, -2088, 0, 0, 19354, 23, 0, 0), +("aden10_2420_20", 1, 20643, 164158, 86826, -2800, 0, 0, 0, 23, 0, 0), +("aden10_2420_20", 1, 20643, 164350, 80632, -2370, 0, 0, 41790, 23, 0, 0), ("aden10_2420_20", 1, 20643, 164984, 73806, -3088, 0, 0, 11287, 23, 0, 0), +("aden10_2420_20", 1, 20643, 164290, 79580, -2370, 0, 0, 50632, 23, 0, 0), ("aden10_2420_20", 1, 20643, 163879, 84827, -2370, 0, 0, 14028, 23, 0, 0), ("aden10_2420_20", 1, 20643, 165850, 74798, -3164, 0, 0, 0, 23, 0, 0), -("aden10_2420_20", 1, 20643, 164158, 86826, -2800, 0, 0, 0, 23, 0, 0), -("aden10_2420_20", 1, 20643, 166551, 84996, -2088, 0, 0, 19354, 23, 0, 0), -("aden10_2420_20", 1, 20643, 164350, 80632, -2370, 0, 0, 41790, 23, 0, 0), -- Harit Lizardman Shaman +("aden10_2420_20", 1, 20644, 165213, 87702, -2472, 0, 0, 0, 23, 0, 0), ("aden10_2420_20", 1, 20644, 166096, 83463, -2024, 0, 0, 44723, 23, 0, 0), -("aden10_2420_20", 1, 20644, 164460, 87004, -2800, 0, 0, 0, 23, 0, 0), -("aden10_2420_20", 1, 20644, 165713, 82231, -2017, 0, 0, 2707, 23, 0, 0), ("aden10_2420_20", 1, 20644, 165029, 74953, -2872, 0, 0, 46128, 23, 0, 0), -("aden10_2420_20", 1, 20644, 165027, 75640, -2799, 0, 0, 16864, 23, 0, 0), -("aden10_2420_20", 1, 20644, 166031, 86913, -2255, 0, 0, 49253, 23, 0, 0), -("aden10_2420_20", 1, 20644, 165185, 80125, -2315, 0, 0, 5080, 23, 0, 0), ("aden10_2420_20", 1, 20644, 165671, 72947, -3072, 0, 0, 32976, 23, 0, 0), -("aden10_2420_20", 1, 20644, 165213, 87702, -2472, 0, 0, 0, 23, 0, 0), +("aden10_2420_20", 1, 20644, 165185, 80125, -2315, 0, 0, 5080, 23, 0, 0), +("aden10_2420_20", 1, 20644, 166031, 86913, -2255, 0, 0, 49253, 23, 0, 0), +("aden10_2420_20", 1, 20644, 165027, 75640, -2799, 0, 0, 16864, 23, 0, 0), +("aden10_2420_20", 1, 20644, 165713, 82231, -2017, 0, 0, 2707, 23, 0, 0), +("aden10_2420_20", 1, 20644, 164460, 87004, -2800, 0, 0, 0, 23, 0, 0), -- Harit Lizardman Matriarch -("aden10_2420_20", 1, 20645, 165993, 88314, -2370, 0, 0, 12693, 23, 0, 0), -("aden10_2420_20", 1, 20645, 165796, 81166, -2046, 0, 0, 10525, 23, 0, 0), -("aden10_2420_20", 1, 20645, 164615, 73136, -3108, 0, 0, 31985, 23, 0, 0), +("aden10_2420_20", 1, 20645, 167421, 86382, -2004, 0, 0, 56452, 23, 0, 0), ("aden10_2420_20", 1, 20645, 165342, 74219, -3016, 0, 0, 0, 23, 0, 0), -("aden10_2420_20", 1, 20645, 165376, 87033, -2370, 0, 0, 7788, 23, 0, 0), -("aden10_2420_20", 1, 20645, 167421, 86382, -2004, 0, 0, 56452, 23, 0, 0); \ No newline at end of file +("aden10_2420_20", 1, 20645, 164615, 73136, -3108, 0, 0, 31985, 23, 0, 0), +("aden10_2420_20", 1, 20645, 165796, 81166, -2046, 0, 0, 10525, 23, 0, 0), +("aden10_2420_20", 1, 20645, 165993, 88314, -2370, 0, 0, 12693, 23, 0, 0), +("aden10_2420_20", 1, 20645, 165376, 87033, -2370, 0, 0, 7788, 23, 0, 0); \ No newline at end of file -- GitLab