summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-05 15:06:57 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-05 15:06:57 -0300
commit2c3bc5ddaa553d26b0dfa8d30366ef12e148178a (patch)
tree477b07b154c7353e61e269cc14d74d15c0b5c50c
parent72599e615cfc3f4df4b9c502c8fd91fcebfe3250 (diff)
downloadserverdata-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.txt14
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) {