diff options
Diffstat (limited to 'npc/024-1/john.txt')
-rw-r--r-- | npc/024-1/john.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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) { |