DB/Weather: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 9: Line 9:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 Unknown Integer
  2 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer the sound played when the weather is active
  3 Type Integer 1 = Rain, 2 = Snow, 3 = Sandstorm
  3 Type Integer 1 = Rain, 2 = Snow, 3 = Sandstorm
  4 Cyan/Blue Float adds blue
  4 Magenta/Red Float ''whenever i changed this field it actually faded whatever color i had to white..setting the value of this to 100 and the other two to 1.0 gave me very transclucent pale blue rain...i tried it several times, same each time...maybe i did it'' --watcher, 00:08, 13 August 2007
  5 Magenta/Red Float adds red
  5 Cyan/Blue Float
  6 Yellow Float  adds yellow
  6 Yellow Float 
  ''7 Unknown None''
  ''7 Unknown None''


--[[User:Schlumpf|Schlumpf]] 23:47, 12 August 2007 (CEST) & "http://www.madx.dk/wowdev/forum/viewtopic.php?f=17&t=61&view=unread#p1230"
--[[User:Schlumpf|Schlumpf]] 00:25, 13 August 2007 (CEST) & --watcher, 00:08, 13 August 2007 & "http://www.madx.dk/wowdev/forum/viewtopic.php?f=17&t=61&view=unread#p1230"


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

Revision as of 00:25, 13 August 2007

Header Info

Records....................19
Fields......................7
Record Size.................?
String Block Size...........?

Structure

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	iRefID_SoundEntries 		Integer 	the sound played when the weather is active
3 	Type 			Integer 	1 = Rain, 2 = Snow, 3 = Sandstorm
4 	Magenta/Red		Float 		whenever i changed this field it actually faded whatever color i had to white..setting the value of this to 100 and the other two to 1.0 gave me very transclucent pale blue rain...i tried it several times, same each time...maybe i did it --watcher, 00:08, 13 August 2007
5 	Cyan/Blue		Float 		
6 	Yellow 			Float  		
7	Unknown			None

--Schlumpf 00:25, 13 August 2007 (CEST) & --watcher, 00:08, 13 August 2007 & "http://www.madx.dk/wowdev/forum/viewtopic.php?f=17&t=61&view=unread#p1230"