Minor quest improvements.
This commit is contained in:
@@ -123,6 +123,7 @@ public class Q10331_StartOfFate extends Quest
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
switch (player.getRace())
|
||||
{
|
||||
case HUMAN:
|
||||
@@ -162,6 +163,7 @@ public class Q10331_StartOfFate extends Quest
|
||||
break;
|
||||
}
|
||||
}
|
||||
takeItems(player, SARIL_NECKLACE, -1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@@ -37,21 +37,17 @@ public class Q10745_TheSecretIngredients extends Quest
|
||||
private static final int DOLKIN = 33954;
|
||||
private static final int DOLKIN_INSTANCE = 34002;
|
||||
private static final int KARLA = 33933;
|
||||
|
||||
// Monsters
|
||||
private static final int KARAPHON = 23459;
|
||||
private static final int KEEN_HONEYBEE = 23460;
|
||||
private static final int KEEN_GROWLER = 23461;
|
||||
|
||||
// Locations
|
||||
private static final Location DOLKIN_INSTANCE_SPAWN = new Location(-82407, 246018, -14158);
|
||||
|
||||
// Items
|
||||
private static final ItemHolder SECRET_INGREDIENTS = new ItemHolder(39533, 1);
|
||||
private static final ItemHolder DOLKIN_REPORT = new ItemHolder(39534, 1);
|
||||
private static final ItemHolder FAERON_SUPPORT_BOX = new ItemHolder(40262, 1);
|
||||
private static final ItemHolder FAERON_SUPPORT_BOX_MAGE = new ItemHolder(40263, 1);
|
||||
|
||||
// Level Condition
|
||||
private static final int MIN_LEVEL = 17;
|
||||
private static final int MAX_LEVEL = 25;
|
||||
@@ -85,7 +81,6 @@ public class Q10745_TheSecretIngredients extends Quest
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
|
||||
case "33954-04.html":
|
||||
{
|
||||
if (qs.isCond(2))
|
||||
@@ -97,7 +92,6 @@ public class Q10745_TheSecretIngredients extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case "33933-02.html":
|
||||
{
|
||||
if (qs.isCond(3))
|
||||
@@ -118,7 +112,6 @@ public class Q10745_TheSecretIngredients extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case "spawn_dolkin":
|
||||
{
|
||||
showOnScreenMsg(player, NpcStringId.TALK_TO_DOLKIN_AND_LEAVE_THE_KARAPHON_HABITAT, ExShowScreenMessage.TOP_CENTER, 4500);
|
||||
|
@@ -38,11 +38,9 @@ public class Q10746_SeeTheWorld extends Quest
|
||||
private static final int KARLA = 33933;
|
||||
private static final int ASTIEL = 33948;
|
||||
private static final int LEVIAN = 30037;
|
||||
|
||||
// Items
|
||||
private static final ItemHolder EMISSARY_SUPPORT_BOX_WARRIOR = new ItemHolder(40264, 1);
|
||||
private static final ItemHolder EMISSARY_SUPPORT_BOX_MAGE = new ItemHolder(40265, 1);
|
||||
|
||||
// Level Condition
|
||||
private static final int MIN_LEVEL = 19;
|
||||
private static final int MAX_LEVEL = 25;
|
||||
@@ -75,7 +73,6 @@ public class Q10746_SeeTheWorld extends Quest
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
|
||||
case "33948-02.htm":
|
||||
{
|
||||
if (qs.isCond(1))
|
||||
@@ -115,7 +112,6 @@ public class Q10746_SeeTheWorld extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case ASTIEL:
|
||||
{
|
||||
switch (qs.getCond())
|
||||
@@ -128,7 +124,6 @@ public class Q10746_SeeTheWorld extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case LEVIAN:
|
||||
{
|
||||
switch (qs.getCond())
|
||||
|
Reference in New Issue
Block a user