Open
Conversation
* A db file to adjust Quest DB by set the flags * `1 : Sets the quest state to Q_COMPLETE if all objectives are completed` * `2 : Does not give quest drop if objectives are completed` * `4 : Gives quest drop only for the killer` * `8 : Makes the killer as center for distance checking` * Also add range for updeting objective counter * More detailed doc, see db/[pre-]re/quest_misc.txt Signed-off-by: Cydh Ramdh <cydh@pservero.com>
cydh
pushed a commit
that referenced
this pull request
Dec 23, 2020
* item_db and item_combo_db update. Thanks to - Jumbo # 8053 (Discord) - 🅺🅸🅽🅶🅰🆁🆃🅴🆁 # 4210 (Discord) - Edward Luciano # 1568 (Discord) Co-Authored-By: crazyarashi <meganekiho@gmail.com>
cydh
pushed a commit
that referenced
this pull request
Nov 29, 2022
* Fixed item IDs 19669 Costume Reginleif Hairband * Fixed items locations IDs 28310 and 28311
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1 : Sets the quest state to Q_COMPLETE if all objectives are completed2 : Does not give quest drop if objectives are completed4 : Gives quest drop only for the killer8 : Makes the killer as center for distance checkingSigned-off-by: Cydh Ramdh cydh@pservero.com