Initial NPC script and gating

- TEMP: Adds guilds gating.
- FV Guild Master script added which will toggle the guild UI.
This commit is contained in:
Neal Spellman
2022-12-19 17:51:49 -05:00
parent 2fdcf62ec6
commit 192948a87f
6 changed files with 35 additions and 3 deletions

View File

@@ -472,6 +472,13 @@ enum eGameActivities : uint32_t {
ACTIVITY_PET_TAMING
};
enum eGuildCreationResponses {
CREATED = 0,
REJECTED_BAD_NAME,
REJECTED_EXISTS,
UNKNOWN_ERROR
};
enum ePlayerFlags {
BTARR_TESTING = 0,
PLAYER_HAS_ENTERED_PET_RANCH = 1,