ArenaTeamCache.wdb: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'The ArenaTeamCache.wdb holds basic information for arena teams you have seen playing the game. *Signature: [Unknown] for 3.3.3 client version. ==Structure== '''Column Field …')
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The ArenaTeamCache.wdb holds basic information for arena teams you have seen playing the game.
The ArenaTeamCache.wdb holds basic information for arena teams you have seen playing the game.


*Signature: [Unknown]
It is unknown if this file even exists apart from the client's own memory space. It doesn't seem to ever be saved. -Apoc
 
*Signature: WATM


for 3.3.3 client version.
for 3.3.3 client version.
Line 12: Line 14:
  5 TeamSize int 2, 3, or 5. The size of the team.
  5 TeamSize int 2, 3, or 5. The size of the team.
  6 BackgroundColor uint32
  6 BackgroundColor uint32
  7 EmblemId int The ID (or index) of the emblem for the team
  7 EmblemId int The emblem # as used in Interface\\PVPFrame\\Icons\\PVP-Banner-Emblem-##
  8 EmblemColor uint32
  8 EmblemColor uint32
  9 BorderId int    The ID (or index) of the border for the team
  9 BorderId int    The border # as used in Interface\\PVPFrame\\PVP-Banner-<TEAM SIZE>-Border-<BORDER NUMBER>
  10 BorderColor uint32
  10 BorderColor uint32
[[Category:WDB]]

Latest revision as of 19:52, 30 September 2017

The ArenaTeamCache.wdb holds basic information for arena teams you have seen playing the game.

It is unknown if this file even exists apart from the client's own memory space. It doesn't seem to ever be saved. -Apoc

  • Signature: WATM

for 3.3.3 client version.

Structure

Column	Field 		Type 		Notes 
1 	ID		int 	
2 	EntryLength 	int 	
3 	DuplicateId 	int 			
4 	TeamName 	char[96] 	
5 	TeamSize 	int		2, 3, or 5. The size of the team.
6 	BackgroundColor uint32 	
7 	EmblemId 	int 		The emblem # as used in Interface\\PVPFrame\\Icons\\PVP-Banner-Emblem-##
8 	EmblemColor	uint32		
9 	BorderId 	int     	The border # as used in Interface\\PVPFrame\\PVP-Banner-<TEAM SIZE>-Border-<BORDER NUMBER> 
10 	BorderColor	uint32