forked from 2009Scape/Server
Can no longer end Halgrive's dialogue too early and not be able to advance the quest.
This commit is contained in:
parent
e3761320d1
commit
4db1e8c732
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ public class HalgriveDialogue extends DialoguePlugin {
|
|||
}
|
||||
break;
|
||||
case 100:
|
||||
player.getQuestRepository().getQuest("Sheep Herder").start(player);
|
||||
npc("Y-you will??? That is excellent news! Head to the","enclosure we have set up on Farmer Brumty's land to","the north of the city; the four infected sheep should still","be somewhere in that vicinity. Before you will be allowed");
|
||||
stage++;
|
||||
break;
|
||||
|
|
@ -115,6 +114,7 @@ public class HalgriveDialogue extends DialoguePlugin {
|
|||
stage++;
|
||||
break;
|
||||
case 105:
|
||||
player.getQuestRepository().getQuest("Sheep Herder").start(player);
|
||||
player.getDialogueInterpreter().sendDialogue("The councillor gives you some poisoned sheep feed.");
|
||||
player.getInventory().add(SheepHerder.POISON);
|
||||
stage++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue