DB/ItemRandomSuffix: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
(2 intermediate revisions by one other user not shown)
Line 8: Line 8:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2-10 Name String + [[Loc]] of the _____ (Monkey.. Owl.. etc)
  2-18 Name String + [[Loc]] of the _____ (Monkey.. Owl.. etc) or 18 == unkown? would be starnge since there should be nothing between name and internal name.
  11 Internal_Name String Monkey.. Owl.. etc.. (no 'of the')  
  19 Internal_Name String Monkey.. Owl.. etc.. (no 'of the')  
  12 iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_1 Integer
  20 iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_1 Integer
  13 iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_2 Integer
  21 iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_2 Integer
  14 iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_3 Integer
  22 iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_3 Integer
  15 Unknown Integer Theory: Somehow determines value of iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_1  
  23 Unknown Integer Theory: Somehow determines value of iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_1  
  16 Unknown Integer Theory: Somehow determines value of iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_2  
  24 Unknown Integer Theory: Somehow determines value of iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_2  
  17 Unknown Integer Theory: Somehow determines value of iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_3  
  25 Unknown Integer Theory: Somehow determines value of iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]]_3  


Retrieved from "http://www.sourcepeek.com/wiki/ItemRandomSuffix.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/ItemRandomSuffix.dbc"


[[Category:DBC]]
[[Category:DBC]]

Revision as of 21:22, 11 November 2007

Header Info

Records....................56
Fields.....................17
Record Size................68
String Block Size........1303

Structure

Column	Field 				Type 		Notes 
1 	ID 				Integer 	
2-18 	Name 				String + Loc	of the _____ (Monkey.. Owl.. etc) or 18 == unkown? would be starnge since there should be nothing between name and internal name.
19 	Internal_Name 			String 		Monkey.. Owl.. etc.. (no 'of the') 
20 	iRefID_SpellItemEnchantment_1 	Integer 	
21 	iRefID_SpellItemEnchantment_2 	Integer 	
22 	iRefID_SpellItemEnchantment_3 	Integer 	
23 	Unknown 			Integer 	Theory: Somehow determines value of iRefID_SpellItemEnchantment_1 
24 	Unknown 			Integer 	Theory: Somehow determines value of iRefID_SpellItemEnchantment_2 
25 	Unknown 			Integer 	Theory: Somehow determines value of iRefID_SpellItemEnchantment_3 

Retrieved from "http://www.sourcepeek.com/wiki/ItemRandomSuffix.dbc"