Quest 183 improvements.

This commit is contained in:
MobiusDev
2015-09-25 10:28:34 +00:00
parent 66d943a95f
commit bf0ba02b9e

View File

@@ -80,10 +80,10 @@ public final class Q00183_RelicExploration extends Quest
if (player.getLevel() < MAX_LEVEL_FOR_EXP_SP)
{
qs.addExpAndSp(60000, 3000);
}
qs.exitQuest(false, true);
htmltext = event;
}
}
break;
}
case "30673-02.html":
@@ -189,12 +189,9 @@ public final class Q00183_RelicExploration extends Quest
}
}
if (qs.isCompleted())
{
if (npc.getId() == HEAD_BLACKSMITH_KUSTO)
{
htmltext = getAlreadyCompletedMsg(player);
}
}
return htmltext;
}
}