Quest 183 improvements.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user