[DiscordArchive] Uhm.. ActivePlayer if got removed in update block???
[DiscordArchive] Uhm.. ActivePlayer if got removed in update block???
Archived author: MaxtorCoder • Posted: 2024-03-08T00:08:27.456000+00:00
Original source
Uhm.. ActivePlayer if got removed in update block???
Archived author: MaxtorCoder • Posted: 2024-03-08T00:08:55.162000+00:00
Original source
Doesn’t show up in IDA <:MonkaS:738015225034440724>
Archived author: MaxtorCoder • Posted: 2024-03-08T00:10:52.547000+00:00
Original source
As in JamCliObjCreate block
Archived author: Northstrider • Posted: 2024-03-08T00:20:23.007000+00:00
Original source
```
SMSG_UPDATE_REALM_HIDDEN_INFO
SMSG_UPDATE_PET_TALENT_DATA
SMSG_TALENT_GROUP_ROLE_CHANGED
SMSG_SOR_START_EXPERIENCE_INCOMPLETE
SMSG_REFER_A_FRIEND_EXPIRED
SMSG_QUERY_ARENA_TEAM_RESPONSE
SMSG_PVP_SEASON
SMSG_PVP_LOG_DATA
SMSG_PROPOSE_LEVEL_GRANT
SMSG_PLAYER_WORLD_PVP_QUEUE
SMSG_PLAYER_BATTLEFIELD_AUTO_QUEUE
SMSG_LOBBY_MATCHMAKER_LOBBY_ACQUIRED_SERVER
SMSG_LF_GUILD_RECRUITS
SMSG_LF_GUILD_POST
SMSG_LF_GUILD_COMMAND_RESULT
SMSG_LF_GUILD_BROWSE
SMSG_LF_GUILD_APPLICATIONS_LIST_CHANGED
SMSG_LF_GUILD_APPLICATIONS
SMSG_LF_GUILD_APPLICANT_LIST_CHANGED
SMSG_INSPECT_PVP
SMSG_INSPECT_HONOR_STATS
SMSG_GAME_OBJECT_UI_LINK
SMSG_DISMOUNT
SMSG_CONVERT_RUNE
SMSG_CONFIRM_BARBERS_CHOICE
SMSG_BROADCAST_LEVELUP
SMSG_AUCTION_LIST_PENDING_SALES_RESULT
SMSG_AUCTION_LIST_OWNER_ITEMS_RESULT
SMSG_AUCTION_LIST_BIDDER_ITEMS_RESULT
SMSG_ARENA_TEAM_STATS
SMSG_ARENA_TEAM_ROSTER
SMSG_ARENA_TEAM_INVITE
SMSG_ARENA_TEAM_EVENT
SMSG_ARENA_TEAM_COMMAND_RESULT
SMSG_AREA_TRIGGER_MESSAGE
```
so these are the opcodes that are new to cata
Archived author: Northstrider • Posted: 2024-03-08T00:20:43.501000+00:00
Original source
so they need new handlers
Archived author: MaxtorCoder • Posted: 2024-03-08T00:21:29.005000+00:00
Original source
Oh well, I’ll take a closer look tomorrow, cba now
Archived author: MaxtorCoder • Posted: 2024-03-08T00:22:08.971000+00:00
Original source
Not every packet is handled in master as well btw
Archived author: MaxtorCoder • Posted: 2024-03-08T00:22:36.652000+00:00
Original source
So you don’t have to handle all
Archived author: Northstrider • Posted: 2024-03-08T00:22:49.542000+00:00
Original source
yeah but we should give them at least a handler with status_unhandled
Archived author: MaxtorCoder • Posted: 2024-03-08T00:22:58.696000+00:00
Original source
SMSG_UPDATE_REALM_HIDDEN_INFO is in master as well