Merged various L2jServer changes from 31-08-2020 to 27-07-2022.

This commit is contained in:
MobiusDevelopment
2022-12-26 23:06:05 +00:00
parent d59171586a
commit 473164e739
27 changed files with 169 additions and 79 deletions

View File

@@ -77,7 +77,7 @@ public class Q00382_KailsMagicCoin extends Quest
switch (event)
{
case "30386-03.htm":
case "30687-03.htm":
{
if (qs.isCreated())
{
@@ -86,8 +86,8 @@ public class Q00382_KailsMagicCoin extends Quest
}
break;
}
case "30386-05.htm":
case "30386-06.htm":
case "30687-05.htm":
case "30687-06.htm":
{
if (qs.isStarted())
{

View File

@@ -348,7 +348,7 @@ public class Q00648_AnIceMerchantsDream extends Quest
if (hasQuestItems(player, SILVER_ICE_CRYSTAL))
{
final int val = qs.getInt("ex") % 10;
if (val == 0)
if (!qs.isSet("ex") || (val == 0))
{
htmltext = "32023-03.html";
qs.set("ex", 0);