DB/Faction: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 14: Line 14:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 Unknown Integer Unique Faction Gain ID? Each faction that has gainable rep has a unique number. All factions that you can not gain rep with has -1 (or MaxInt)  
  2 uGainID Integer Unique Faction Gain ID? Each faction that has gainable rep has a unique number. All factions that you can not gain rep with has -1 (or MaxInt)  
  3 AtWar BitMask <.. Points to another Allied / AtWar ID
  3 AtWar BitMask <.. Points to another Allied / AtWar ID
  4 Allied BitMask .. Honor Hold has 1101,690 & Thrallmar 690,1101 for example. ..>
  4 Allied BitMask .. Honor Hold has 1101,690 & Thrallmar 690,1101 for example. ..>
Line 27: Line 27:
  13 Modifier 2 Signed Integer Modifies the reputation of selected factions based on a condition (eg. Orc, Troll or Tauren)  
  13 Modifier 2 Signed Integer Modifies the reputation of selected factions based on a condition (eg. Orc, Troll or Tauren)  
  14 Modifier 3 Signed Integer Modifies the reputation of selected factions based on a condition (eg. Blood Elf or Undead)  
  14 Modifier 3 Signed Integer Modifies the reputation of selected factions based on a condition (eg. Blood Elf or Undead)  
  15 Unknown Integer Relationship to field 11. Possible Relationship to 3 (2 = Key rep factions; 4 = Proffesions,  Caer Darrow & "Friendly, Hidden"; 6 = Wintersabre Trainers; 8 = Outland & Steamwheedle Cartel; 9 = Alliance & Horde; 12 = Shattrath City; 16 = PvP Factions & Randoms; 17 = Capital Cities; 20 = Wildhammer Clan; 24 = Alliance & Horde Forces; 80 = Shattrath City Factions;)  
  15 Condition 1 Integer Relationship to field 11. Possible Relationship to 3 (2 = Key rep factions; 4 = Proffesions,  Caer Darrow & "Friendly, Hidden"; 6 = Wintersabre Trainers; 8 = Outland & Steamwheedle Cartel; 9 = Alliance & Horde; 12 = Shattrath City; 16 = PvP Factions & Randoms; 17 = Capital Cities; 20 = Wildhammer Clan; 24 = Alliance & Horde Forces; 80 = Shattrath City Factions;)  
  16 Unknown Integer Relationship to field 12. Possible Relationship to 4 (2 = AB and AV Factions; 6 = Tranquillien, WSG Factions, The Mag'har & Alliance and Horde Factions; 17 = Alliance & Horde Forces, Alliance, Horde; 80 = Shattrath City Factions;)  
  16 Condition 2 Integer Relationship to field 12. Possible Relationship to 4 (2 = AB and AV Factions; 6 = Tranquillien, WSG Factions, The Mag'har & Alliance and Horde Factions; 17 = Alliance & Horde Forces, Alliance, Horde; 80 = Shattrath City Factions;)  
  17 Unknown Integer Relationship to field 13. Possible Relationship to 5 (4 = Wildhammer Clan; 17 = Alliance and Horde Factions; 80 = Shattrath City Factions;)  
  17 Condition 3 Integer Relationship to field 13. Possible Relationship to 5 (4 = Wildhammer Clan; 17 = Alliance and Horde Factions; 80 = Shattrath City Factions;)  
  18 Unknown Integer Relationship to field 14. Possible Relationship to 6 (17 = Horde Factions;)  
  18 Condition 4 Integer Relationship to field 14. Possible Relationship to 6 (17 = Horde Factions;)  
  19 iRefID_[[Faction.dbc|Faction]] Integer Recursive. Parent Faction -- References to [[Faction.dbc]] ID (i.e. Undercity lists ID 67, which is Horde)  
  19 iRefID_[[Faction.dbc|Faction]] Integer Recursive. Parent Faction -- References to [[Faction.dbc]] ID (i.e. Undercity lists ID 67, which is Horde)  
  20-36 iRefName String + [[Loc]] Display name of the faction  
  20 iRefName String + [[Loc]] Display name of the faction  
36 Unknown Integer Always 16712190 ..
  37-53 description String + [[Loc]]
  37-53 description String + [[Loc]]



Revision as of 06:41, 30 November 2008

Factions

Rev 2.4.3.8606

Tharo 05:15, 30 November 2008 (CET)

Columns: 53

Column 	Field 			Type 		Notes

-- atm im checking for diferences with the 3.* rev

Rev 3.0.1.8334

by Schlumpf_

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	uGainID 		Integer 	Unique Faction Gain ID? Each faction that has gainable rep has a unique number. All factions that you can not gain rep with has -1 (or MaxInt) 
3 	AtWar 			BitMask 	<.. Points to another Allied / AtWar ID
4 	Allied 			BitMask 	 .. Honor Hold has 1101,690 & Thrallmar 690,1101 for example. ..>
5 	Unknown 		Binary? 	Only city factions have a value. Possible relationship to Modifiers and 17 (1 = Stormwind; 2 = Orgrimmar; 4 = Wildhammer Clan & Iron Forge; 8 = Dranassus; 16 = Undercity; 64 = Gnomeregan Exiles; 512 = Shattrath City Factions & Silvermoon City; 528 = Thunder Bluff & Darkspear Trolls; 1024 = Exodar) 
6 	Unknown 		Binary? 	Only Horde cities have a value. Possible relationship to Modifiers and 18 (16 = Silvermoon City; 32 = Thunder Bluff; 128 = Darkspear Trolls; 512 = Undercity; 528 = Orgrimmar) 
7 	Unknown 		Binary? 	(479 = Cenerion Circle; 1503 = Lower City, "Friendly, Hidden", Netherwing; Shatari Skyguards) 
8 	Unknown 		Binary? 	(1024 = Cenerion Circle;) 
9 	Unknown 		None 		NULL 
10 	Unknown 		None 		NULL 
11 	Reputation 		Signed Integer 	Base repuation (Based on 0 = Neutral) 
12 	Modifier 1 		Signed Integer 	Modifies the reputation of selected factions based on a condition (eg. Aliance or Horde) 
13 	Modifier 2 		Signed Integer 	Modifies the reputation of selected factions based on a condition (eg. Orc, Troll or Tauren) 
14 	Modifier 3 		Signed Integer 	Modifies the reputation of selected factions based on a condition (eg. Blood Elf or Undead) 
15 	Condition 1 		Integer 	Relationship to field 11. Possible Relationship to 3 (2 = Key rep factions; 4 = Proffesions,  Caer Darrow & "Friendly, Hidden"; 6 = Wintersabre Trainers; 8 = Outland & Steamwheedle Cartel; 9 = Alliance & Horde; 12 = Shattrath City; 16 = PvP Factions & Randoms; 17 = Capital Cities; 20 = Wildhammer Clan; 24 = Alliance & Horde Forces; 80 = Shattrath City Factions;) 
16 	Condition 2 		Integer 	Relationship to field 12. Possible Relationship to 4 (2 = AB and AV Factions; 6 = Tranquillien, WSG Factions, The Mag'har & Alliance and Horde Factions; 17 = Alliance & Horde Forces, Alliance, Horde; 80 = Shattrath City Factions;) 
17 	Condition 3		Integer 	Relationship to field 13. Possible Relationship to 5 (4 = Wildhammer Clan; 17 = Alliance and Horde Factions; 80 = Shattrath City Factions;) 
18 	Condition 4		Integer 	Relationship to field 14. Possible Relationship to 6 (17 = Horde Factions;) 
19 	iRefID_Faction 		Integer 	Recursive. Parent Faction -- References to Faction.dbc ID (i.e. Undercity lists ID 67, which is Horde) 
20 	iRefName 		String + Loc	Display name of the faction 
36 	Unknown 		Integer			Always 16712190 ..
37-53 	description 		String + Loc 	

Original retrieved from "http://www.sourcepeek.com/wiki/Faction.dbc"