L2JMobius

C6 Quest Into The Flames Error

MinDzDev · 3 · 4573

Offline MinDzDev

  • Vassal
  • *
    • Posts: 7
Hello people, i´m testing the free source and i just got an error with Klein the Npc who gives de Valakas Quest.
When i hit the "Quest" button the server jails me.
Found in General.ini this Lines:
# The penalty for illegal character of
# 1 - Sending GM reporting the action
# 2 - Throw a player (kick)
# 3 - Throw and ban
# 4 - Jail player
DefaultPunish = 4
# Minutes to stay in jail if punishment is jail
DefaultPunishParam = 1

Why the server "thinks" that i´m on a illegal action? it´s an error with the Quest bypass?
**The console doesn´t show anything, i had to add an System.out to catch where this came from, but didnt collect  usefull info.


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16009
As the message says...

Code: [Select]
Index: dist/game/data/scripts/quests/Q618_IntoTheFlame/31271-01.htm
===================================================================
--- dist/game/data/scripts/quests/Q618_IntoTheFlame/31271-01.htm (revision 6852)
+++ dist/game/data/scripts/quests/Q618_IntoTheFlame/31271-01.htm (working copy)
@@ -1,5 +1,5 @@
 <html><body>Blacksmith Hilda:<br>
 Klein sent you here for a Vacualite, didn't he? ... I'm sorry, but I don't seem to have one at the moment.<br>
 I could make one, however. You can get the ore. <font color="LEVEL">Bring me some Vacualite ore and I'll make a Vacualite for you.</font><br>
-<a action="bypass Quest Q618_IntoTheFlame 31271-02.htm"> "Where can I find Vacualite ore?"</a>
+<a action="bypass -h Quest Q618_IntoTheFlame 31271-02.htm"> "Where can I find Vacualite ore?"</a>
 </body></html>
\ No newline at end of file
Index: dist/game/data/scripts/quests/Q618_IntoTheFlame/31271-04.htm
===================================================================
--- dist/game/data/scripts/quests/Q618_IntoTheFlame/31271-04.htm (revision 6852)
+++ dist/game/data/scripts/quests/Q618_IntoTheFlame/31271-04.htm (working copy)
@@ -1,4 +1,4 @@
 <html><body>Blacksmith Hilda:<br>
 You've brought them all? Let me see! Excellent! I can get started on your Vacualite right away! Now, let me have that Vacualite ore...<br>
-<a action="bypass Quest Q618_IntoTheFlame 31271-05.htm">"Here you go."</a>
+<a action="bypass -h Quest Q618_IntoTheFlame 31271-05.htm">"Here you go."</a>
 </body></html>
\ No newline at end of file
Index: dist/game/data/scripts/quests/Q618_IntoTheFlame/31540-02.htm
===================================================================
--- dist/game/data/scripts/quests/Q618_IntoTheFlame/31540-02.htm (revision 6852)
+++ dist/game/data/scripts/quests/Q618_IntoTheFlame/31540-02.htm (working copy)
@@ -1,4 +1,4 @@
 <html><body>Watcher of Valakas Klein:<br>
 Do you know what's behind this Hall of Flames? Not everyone can make it through. You can't get there by foot, but I can tell you how.<br>
-<a action="bypass Quest Q618_IntoTheFlame 31540-03.htm">Quest</a>
+<a action="bypass -h Quest Q618_IntoTheFlame 31540-03.htm">Quest</a>
 </body></html>
\ No newline at end of file
Index: dist/game/data/scripts/quests/Q618_IntoTheFlame/31540-04.htm
===================================================================
--- dist/game/data/scripts/quests/Q618_IntoTheFlame/31540-04.htm (revision 6852)
+++ dist/game/data/scripts/quests/Q618_IntoTheFlame/31540-04.htm (working copy)
@@ -1,4 +1,4 @@
 <html><body>Watcher of Valakas Klein:<br>
 You brought some Vacualite! Now I can make a Floating Stone. Let me see it.<br>
-<a action="bypass Quest Q618_IntoTheFlame 31540-05.htm">"Here it is."</a>
+<a action="bypass -h Quest Q618_IntoTheFlame 31540-05.htm">"Here it is."</a>
 </body></html>
\ No newline at end of file


Offline MinDzDev

  • Vassal
  • *
    • Posts: 7
Thank you very much Mobius! It´s a great project, i´m working of a few features and i´ll share them when i get them all working