Updated quest The Alphabet of the Giants (10399).
Contributed by gamelike85.
This commit is contained in:
parent
7f47b9b7c9
commit
cb06c1e3a7
@ -89,7 +89,7 @@ public final class Q10399_TheAlphabetOfTheGiants extends Quest
|
||||
giveStoryQuestReward(player, 37);
|
||||
if (player.getLevel() >= MIN_LEVEL)
|
||||
{
|
||||
addExpAndSp(player, 3_811_500, 914);
|
||||
addExpAndSp(player, 8779765, 914);
|
||||
}
|
||||
htmltext = event;
|
||||
}
|
||||
@ -140,7 +140,7 @@ public final class Q10399_TheAlphabetOfTheGiants extends Quest
|
||||
|
||||
if ((st != null) && st.isStarted() && st.isCond(1))
|
||||
{
|
||||
if (giveItemRandomly(killer, npc, TABLET, 1, 20, 1, true))
|
||||
if (giveItemRandomly(killer, npc, TABLET, 1, 50, 1, true))
|
||||
{
|
||||
st.setCond(2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user