From ce1003e813cb9ed1aee681788fb0ca27f25865a5 Mon Sep 17 00:00:00 2001 From: Yuuki <6851027-yukiz@users.noreply.gitlab.com> Date: Thu, 10 Oct 2024 13:37:19 +0800 Subject: [PATCH] update quest key --- README.md | 6 +-- Resources/Server/QuestEncryptionKeys.json | 45 ++++++++++++++++++++++- 2 files changed, 47 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3dc73d4c0..c818cdce1 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Grasscutter Resources > Resource Anime Game v5.0
-## PS: Ability might not work because I haven't updated, because this might take 2 days to complete manually. if you have an automated tool it would be useful to help me. +## PS: Some Abilities are working again, but some still need to be adjusted on the server side. if you have an automated tool it would be useful to help me. - ExcelBinOutput - 5.0 Dimbreath - BinOutput - 5.0 Dimbreath - Scripts - 3.6 GIO & (3.7-?) manual by community (like hiro) ***for natural spawn and many other things*** -- TextMap - 4.6 Dimbreath ***for language translations items,etc are used for gm-books*** -- QuestEncryptionKeys - 4.6 GI-cutscenes ***Used for cutscenes that require a key*** +- TextMap - 5.0 Dimbreath ***for language translations items,etc are used for gm-books*** +- QuestEncryptionKeys - 5.0 GI-cutscenes ***Used for cutscenes that require a key*** - [Patch Quest 3.2 GIO?](https://github.com/wander-in-wind/TsvParser/tree/main/src/main/resources/json) (in tool/Quest) (acceptCond,finishCond,guide) ## What is difference between GIO and GC? diff --git a/Resources/Server/QuestEncryptionKeys.json b/Resources/Server/QuestEncryptionKeys.json index ccd9cf0d1..6fc8998a9 100644 --- a/Resources/Server/QuestEncryptionKeys.json +++ b/Resources/Server/QuestEncryptionKeys.json @@ -1,5 +1,5 @@ [ - // maybe miss 2.0-2.6 ? + // maybe miss 2.0-2.6 or no need key? // 2.7 by 1582421598 { "mainQuestId": 1031, @@ -213,5 +213,48 @@ { "mainQuestId": 14026, "encryptionKey": 4714295614938178 + }, + // 4.7 + { + "mainQuestId": 14034, + "encryptionKey": 9824816325372856 + }, + { + "mainQuestId": 14027, + "encryptionKey": 1893134203499976 + }, + { + "mainQuestId": 14030, + "encryptionKey": 9401046478399355 + }, + // 4.8 + { + "mainQuestId": 40162, + "encryptionKey": 9311532710940438 + }, + { + "mainQuestId": 14039, + "encryptionKey": 2855945556355921 + }, + // 5.0 + { + "mainQuestId": 5001, + "encryptionKey": 6659452093751363 + }, + { + "mainQuestId": 5006, + "encryptionKey": 9957859833869437 + }, + { + "mainQuestId": 15004, + "encryptionKey": 2176081463662665 + }, + { + "mainQuestId": 5003, + "encryptionKey": 6626516507698299 + }, + { + "mainQuestId": 15010, + "encryptionKey": 7203629296638087 } ]