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