DB/SpellRadius: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
Line 10: Line 10:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 Range Float same as field 4
  2 radiusHostile Float same as field 4
  ''3 Unknown None''
  ''3 Unknown None''
  4 Range Float same as field 2
  4 radiusFriend Float same as field 2
 
--[[User:Schlumpf|Schlumpf]] 13:16, 25 July 2007 (CEST)


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

Revision as of 22:23, 14 June 2009

Used to determine the size of the AoE Targetting Cursor? (Interface\SpellShadow\Spell-Shadow-Acceptable)

Header Info

Records....................36
Fields......................4
Record Size.................?
String Block Size...........?

Structure

Column	Field 		Type 		Notes 
1	ID		Integer
2	radiusHostile		Float		same as field 4
3	Unknown		None
4	radiusFriend		Float		same as field 2