DB/SpellVisualEffectName: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 Display Name String The name of the model effects used for some editor probably  
  2 name String The name of the model effects used for some editor probably  
  3 Model Location String Location of the model  
  3 fileName String Location of the model  
  4 Type? Float         Probably flags or type of some sort but hard to tell  
  4 areaEffectSize Float         Probably flags or type of some sort but hard to tell  
                                         0.0 ~ 50.0, mostly 0.0 and 1.0
                                         0.0 ~ 50.0, mostly 0.0 and 1.0
  5 ''Sizemodifier?'' Float         ''another size modifier? only a few have not 1.0 or 0.0 "Acid Breath (45 yd)" has 45.0 ...''
  5 scale Float         ''another size modifier? only a few have not 1.0 or 0.0 "Acid Breath (45 yd)" has 45.0 ...''
                                         0.15 ~ 5.0, mostly 1.0  
                                         0.15 ~ 5.0, mostly 1.0  
  6 Scale? Float ''since 95 is "Missile: Meteor (Scale: x3) and this column is 3.0''
  6 minAllowedScale Float ''since 95 is "Missile: Meteor (Scale: x3) and this column is 3.0''
                                         0.1 and 0.01  
                                         0.1 and 0.01  
  7 Unknown Float          1.0 ~ 100.0, mostly 100.0
  7 maxAllowedScale Float          1.0 ~ 100.0, mostly 100.0
--[[User:codejie|codejie_]] 17:41, 28 April 2009
--[[User:codejie|codejie_]] 17:41, 28 April 2009


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

Revision as of 20:06, 16 April 2011

List of IDs and names for various models to be used.

Header Info

Records..................2771
Fields......................7
Record Size................28
String Block Size......120653

Structure

Column	Field 		Type 		Notes 
1 	ID		Integer 	
2 	name 	String 		The name of the model effects used for some editor probably 
3 	fileName 	String 		Location of the model 
4 	areaEffectSize 		Float 	        Probably flags or type of some sort but hard to tell 
                                       0.0 ~ 50.0, mostly 0.0 and 1.0
5 	scale 	Float 	        another size modifier? only a few have not 1.0 or 0.0 "Acid Breath (45 yd)" has 45.0 ...
                                       0.15 ~ 5.0, mostly 1.0 
6 	minAllowedScale 		Float 		since 95 is "Missile: Meteor (Scale: x3) and this column is 3.0
                                        0.1 and 0.01 
7 	maxAllowedScale 	Float           1.0 ~ 100.0, mostly 100.0

--codejie_ 17:41, 28 April 2009