mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-09 08:58:04 +00:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user