Little Wing quest should not reward two flutes.

This commit is contained in:
MobiusDevelopment
2019-11-21 01:13:48 +00:00
parent 94eb4314dd
commit 3c6964d12d
9 changed files with 18 additions and 18 deletions

View File

@@ -106,7 +106,7 @@ public class Q00420_LittleWing extends Quest
private static final int HATCHLING_FOOD = 4038;
private static final List<Integer> EGGS = Arrays.asList(EXARION_EGG, SUZET_EGG, KALIBRAN_EGG, SHAMHAI_EGG, ZWOV_EGG);
// Drake Drops
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
static
{
EGG_DROPS.put(LESSER_BASILISK, SHAMHAI_EGG);
@@ -866,7 +866,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -103,7 +103,7 @@ public class Q00420_LittleWing extends Quest
private static final int HATCHLING_FOOD = 4038;
private static final List<Integer> EGGS = Arrays.asList(EXARION_EGG, SUZET_EGG, KALIBRAN_EGG, SHAMHAI_EGG, ZWOV_EGG);
// Drake Drops
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
static
{
EGG_DROPS.put(LESSER_BASILISK, SHAMHAI_EGG);
@@ -863,7 +863,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -103,7 +103,7 @@ public class Q00420_LittleWing extends Quest
private static final int HATCHLING_FOOD = 4038;
private static final List<Integer> EGGS = Arrays.asList(EXARION_EGG, SUZET_EGG, KALIBRAN_EGG, SHAMHAI_EGG, ZWOV_EGG);
// Drake Drops
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
static
{
EGG_DROPS.put(LESSER_BASILISK, SHAMHAI_EGG);
@@ -863,7 +863,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -102,7 +102,7 @@ public class Q00420_LittleWing extends Quest
private static final int HATCHLING_FOOD = 4038;
private static final List<Integer> EGGS = Arrays.asList(EXARION_EGG, SUZET_EGG, KALIBRAN_EGG, SHAMHAI_EGG, ZWOV_EGG);
// Drake Drops
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
static
{
EGG_DROPS.put(LESSER_BASILISK, SHAMHAI_EGG);
@@ -861,7 +861,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -102,7 +102,7 @@ public class Q00420_LittleWing extends Quest
private static final int HATCHLING_FOOD = 4038;
private static final List<Integer> EGGS = Arrays.asList(EXARION_EGG, SUZET_EGG, KALIBRAN_EGG, SHAMHAI_EGG, ZWOV_EGG);
// Drake Drops
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
static
{
EGG_DROPS.put(LESSER_BASILISK, SHAMHAI_EGG);
@@ -861,7 +861,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -102,7 +102,7 @@ public class Q00420_LittleWing extends Quest
private static final int HATCHLING_FOOD = 4038;
private static final List<Integer> EGGS = Arrays.asList(EXARION_EGG, SUZET_EGG, KALIBRAN_EGG, SHAMHAI_EGG, ZWOV_EGG);
// Drake Drops
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
static
{
EGG_DROPS.put(LESSER_BASILISK, SHAMHAI_EGG);
@@ -861,7 +861,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -100,7 +100,7 @@ public class Q00420_LittleWing extends Quest
private static final int HATCHLING_FOOD = 4038;
private static final List<Integer> EGGS = Arrays.asList(EXARION_EGG, SUZET_EGG, KALIBRAN_EGG, SHAMHAI_EGG, ZWOV_EGG);
// Drake Drops
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
static
{
EGG_DROPS.put(LESSER_BASILISK, SHAMHAI_EGG);
@@ -859,7 +859,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -106,7 +106,7 @@ public class Q00420_LittleWing extends Quest
private static final int HATCHLING_FOOD = 4038;
private static final List<Integer> EGGS = Arrays.asList(EXARION_EGG, SUZET_EGG, KALIBRAN_EGG, SHAMHAI_EGG, ZWOV_EGG);
// Drake Drops
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
static
{
EGG_DROPS.put(DEAD_SEEKER, SHAMHAI_EGG);
@@ -865,7 +865,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -106,7 +106,7 @@ public class Q00420_LittleWing extends Quest
private static final int HATCHLING_FOOD = 4038;
private static final List<Integer> EGGS = Arrays.asList(EXARION_EGG, SUZET_EGG, KALIBRAN_EGG, SHAMHAI_EGG, ZWOV_EGG);
// Drake Drops
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>();
static
{
EGG_DROPS.put(DEAD_SEEKER, SHAMHAI_EGG);
@@ -865,7 +865,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}