Auto mission module#577
Merged
Merged
Conversation
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.
Description
Adds a new
automissionmodule that provides a dynamic, telemetry-driven mission board system for rooms.Players visit rooms tagged with mission board tags to browse, accept, and complete missions. Missions are generated automatically from server telemetry and restocked on a configurable timer.
Changes
modules/automissionmodule with full plugin registration, admin pages, and user commandkill_mob,find_item,explore, andescort, each enabled independently via room tags (missionboard kill_mob,missionboard find_item,missionboard explore,missionboard escort)KillMobEasyRewards,FindItemHardRewards, etc.) with gold, experience, and item reward types; item rewards fall back to gold if no item IDs are configuredOnRoomLookwhen entering a board roommission listshows[ACCEPTED],[READY], and[COMPLETED]status per mission; shows accept hint at board roomshelp missiontemplate registered;missionadded to keywords for the help menumodules/all-modules.goimport added