DB/Exhaustion: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Updated. Header still needs update,)
m (add full and correct info for 6.0.1.18179)
Line 16: Line 16:


Retrieved from "http://www.sourcepeek.com/wiki/Exhaustion.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/Exhaustion.dbc"
 
==6.0.1.18179==
struct ExhaustionRec {
  int m_ID;
  int m_xp;
  float m_factor;
  float m_outdoorHours;
  float m_innHours;
  stringref m_name_lang;
  float m_threshold;
  stringref m_combatLogText;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Revision as of 03:02, 11 July 2014

Header Info

Records.....................5
Fields.....................15
Record Size................60
String Block Size..........37

Structure

Column 	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	xp		Integer 	
3 	factor		Float 		Rate EXP is earned in this state 
4 	outdoorHours 	Float 	
5 	innHours 	Float 	
6-22 	sRefName 	String + Loc	Name of rested state 
23 	threshold 	Float 		Rested has a value of 12. All else 0. 

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

6.0.1.18179

struct ExhaustionRec {
  int m_ID;
  int m_xp;
  float m_factor;
  float m_outdoorHours;
  float m_innHours;
  stringref m_name_lang;
  float m_threshold;
  stringref m_combatLogText;
};