Merge branch 'fix-whatliesbelow' into 'master'
Make "What Lies Below" completable by fixing Zaff's dialog. See merge request 2009scape/2009scape!241
This commit is contained in:
@@ -114,10 +114,11 @@ class ZaffPlugin : OptionHandler() {
|
||||
"Can I have another ring?"
|
||||
)
|
||||
stage = 1
|
||||
}
|
||||
} else {
|
||||
interpreter.sendOptions("Select an Option", "Yes, please.", "No, thank you.")
|
||||
stage = 1
|
||||
}
|
||||
}
|
||||
1 -> when (buttonId) {
|
||||
1 -> {
|
||||
interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Yes, please.")
|
||||
@@ -134,11 +135,12 @@ class ZaffPlugin : OptionHandler() {
|
||||
} else if (quest!!.getStage(player) == 80) {
|
||||
player("We did it! We beat Surok!")
|
||||
stage = 200
|
||||
}
|
||||
} else {
|
||||
interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Can I have another ring?")
|
||||
stage = 50
|
||||
}
|
||||
}
|
||||
}
|
||||
10 -> {
|
||||
if(player.achievementDiaryManager.getDiary(DiaryType.VARROCK).levelRewarded.contains(true)){
|
||||
npcl(FacialExpression.FRIENDLY, "Would you like to hear about my battlestaves?")
|
||||
|
||||
Reference in New Issue
Block a user