diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-05 15:06:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-05 15:06:57 -0300 |
commit | 2c3bc5ddaa553d26b0dfa8d30366ef12e148178a (patch) | |
tree | 477b07b154c7353e61e269cc14d74d15c0b5c50c | |
parent | 72599e615cfc3f4df4b9c502c8fd91fcebfe3250 (diff) | |
download | serverdata-2c3bc5ddaa553d26b0dfa8d30366ef12e148178a.tar.gz serverdata-2c3bc5ddaa553d26b0dfa8d30366ef12e148178a.tar.bz2 serverdata-2c3bc5ddaa553d26b0dfa8d30366ef12e148178a.tar.xz serverdata-2c3bc5ddaa553d26b0dfa8d30366ef12e148178a.zip |
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 >.>
-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) { |