From 2c3bc5ddaa553d26b0dfa8d30366ef12e148178a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 5 Jan 2022 15:06:57 -0300 Subject: Some missing code because I may have pressed "Ctrl+D" instead of "Ctrl+S"... ...Leading to a chunk of code missing in repo and one line missing locally >.> --- npc/024-1/john.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'npc/024-1/john.txt') diff --git a/npc/024-1/john.txt b/npc/024-1/john.txt index 8fa2559e8..ef5da5333 100644 --- a/npc/024-1/john.txt +++ b/npc/024-1/john.txt @@ -176,6 +176,20 @@ setq3 FrostiaQuest_JhonH, .@q3 + 1; } break; + case 9: + if (.@q2 >= 75) { + inventoryplace AncientBlueprint, 1; + getitem AncientBlueprint, 1; + setq3 FrostiaQuest_JhonH, .@q3 + 1; + } + break; + case 10: + if (.@q2 >= 100) { + inventoryplace AlchemyBlueprintE, 1; + getitem AlchemyBlueprintE, 1; + setq3 FrostiaQuest_JhonH, .@q3 + 1; + } + break; } // Item acquired? if (getq3(FrostiaQuest_JhonH) != .@q3) { -- cgit v1.2.3-60-g2f50