Proper item count requirement for quest 10403.
Contributed by Edoo.
This commit is contained in:
parent
d6cee1439e
commit
8b6d220d55
@ -159,7 +159,7 @@ public class Q10403_TheGuardianGiant extends Quest
|
|||||||
}
|
}
|
||||||
else if (qs.isCond(1))
|
else if (qs.isCond(1))
|
||||||
{
|
{
|
||||||
if (giveItemRandomly(killer, FRAGMENT, 1, 90, 1, true))
|
if (giveItemRandomly(killer, FRAGMENT, 1, 200, 1, true))
|
||||||
{
|
{
|
||||||
qs.setCond(2, true);
|
qs.setCond(2, true);
|
||||||
final Npc akum = addSpawn(AKUM, npc);
|
final Npc akum = addSpawn(AKUM, npc);
|
||||||
|
@ -159,7 +159,7 @@ public class Q10403_TheGuardianGiant extends Quest
|
|||||||
}
|
}
|
||||||
else if (qs.isCond(1))
|
else if (qs.isCond(1))
|
||||||
{
|
{
|
||||||
if (giveItemRandomly(killer, FRAGMENT, 1, 90, 1, true))
|
if (giveItemRandomly(killer, FRAGMENT, 1, 200, 1, true))
|
||||||
{
|
{
|
||||||
qs.setCond(2, true);
|
qs.setCond(2, true);
|
||||||
final Npc akum = addSpawn(AKUM, npc);
|
final Npc akum = addSpawn(AKUM, npc);
|
||||||
|
Loading…
Reference in New Issue
Block a user