Created
July 21, 2011 04:45
-
-
Save LordJZ/1096506 to your computer and use it in GitHub Desktop.
Guild recruitment opcodes as of 4.2
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
| // guild recruiting | |
| [OpcodeDescription("EVENT_LF_GUILD_POST_UPDATED")] | |
| [OpcodeDescription("uint8 flags, if (0x80) { uint32s, string, uint32s }")] | |
| [OpcodeDescription("Script_GetGuildRecruitmentSettings")] | |
| [OpcodeDescription("You are in a guild, and your guild is recruiting.")] | |
| SMSG_LF_GUILD_POST = 6947, | |
| [OpcodeDescription("Script_SetGuildRecruitmentSettings")] | |
| [OpcodeDescription("You are in a guild, and your guild is recruiting.")] | |
| CMSG_LF_GUILD_POST = 16648, | |
| [OpcodeDescription("Script_RequestGuildRecruitmentSettings")] | |
| [OpcodeDescription("You are in a guild, and your guild is recruiting.")] | |
| CMSG_LG_REQUEST_GUILD_POST = 34017, | |
| [OpcodeDescription("Script_RequestGuildApplicantsList")] | |
| [OpcodeDescription("uint32 recruitUpdateTime")] | |
| [OpcodeDescription("You are in a guild, and your guild is recruiting.")] | |
| CMSG_LF_GUILD_GET_RECRUITS = 33792, | |
| [OpcodeDescription("EVENT_LF_GUILD_RECRUITS_UPDATED")] | |
| [OpcodeDescription("You are in a guild, and your guild is recruiting.")] | |
| SMSG_LF_GUILD_RECRUITS = 2887, | |
| [OpcodeDescription("Script_RequestGuildMembership")] | |
| [OpcodeDescription("You are not in a guild, and you are willing to join one.")] | |
| CMSG_LF_GUILD_REQUEST_MEMBERSHIP = 264, | |
| [OpcodeDescription("Script_CancelGuildMembershipRequest")] | |
| [OpcodeDescription("You are not in a guild, and you are willing to join one.")] | |
| CMSG_LF_GUILD_CANCEL_MEMBERSHIP_REQUEST = 1249, | |
| [OpcodeDescription("Script_SetLookingForGuildSettings, Script_RequestRecruitingGuildsList")] | |
| [OpcodeDescription("You are not in a guild, and you are willing to join one.")] | |
| CMSG_LF_GUILD_BROWSE = 268, | |
| [OpcodeDescription("EVENT_LF_GUILD_BROWSE_UPDATED")] | |
| [OpcodeDescription("You are not in a guild, and you are willing to join one.")] | |
| SMSG_LF_GUILD_BROWSE_UPDATE = 53025, | |
| [OpcodeDescription("EVENT_LF_GUILD_MEMBERSHIP_LIST_CHANGED sends CMSG_LF_GUILD_GET_REQUEST_MEMBERSHIP_LIST")] | |
| [OpcodeDescription("You are not in a guild, and you are willing to join one.")] | |
| SMSG_LF_GUILD_REQUEST_MEMBERSHIP_CHANGED = 17153, | |
| [OpcodeDescription("Script_RequestGuildMembershipList")] | |
| [OpcodeDescription("You are not in a guild, and you are willing to join one.")] | |
| CMSG_LF_GUILD_GET_REQUEST_MEMBERSHIP_LIST = 41985, | |
| [OpcodeDescription("EVENT_LF_GUILD_MEMBERSHIP_LIST_UPDATED")] | |
| [OpcodeDescription("You are not in a guild, and you are willing to join one.")] | |
| SMSG_LF_GUILD_REQUEST_MEMBERSHIP_LIST_UPDATE = 55077, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment