Force setting quest step to 1 when dropping blue gemstone.
This commit is contained in:
@@ -403,6 +403,7 @@ public class Q00999_T0Tutorial extends Quest
|
|||||||
{
|
{
|
||||||
((Monster) npc).dropItem(player, BLUE_GEM, 1);
|
((Monster) npc).dropItem(player, BLUE_GEM, 1);
|
||||||
playSound(player, "ItemSound.quest_tutorial");
|
playSound(player, "ItemSound.quest_tutorial");
|
||||||
|
st.set("step", "1");
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
@@ -415,6 +415,7 @@ public class Q00999_T1Tutorial extends Quest
|
|||||||
{
|
{
|
||||||
((Monster) npc).dropItem(player, BLUE_GEM, 1);
|
((Monster) npc).dropItem(player, BLUE_GEM, 1);
|
||||||
playSound(player, "ItemSound.quest_tutorial");
|
playSound(player, "ItemSound.quest_tutorial");
|
||||||
|
st.set("step", "1");
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
@@ -415,6 +415,7 @@ public class Q00999_T1Tutorial extends Quest
|
|||||||
{
|
{
|
||||||
((Monster) npc).dropItem(player, BLUE_GEM, 1);
|
((Monster) npc).dropItem(player, BLUE_GEM, 1);
|
||||||
playSound(player, "ItemSound.quest_tutorial");
|
playSound(player, "ItemSound.quest_tutorial");
|
||||||
|
st.set("step", "1");
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user