Macros: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: MacroIndex -> Macro1 Macro1 + 0x10 -> Macro2 Macro1 + 0x20 = MacroName // Name Given by User Macro1 + 0x60 = MacroIcon // Filepath for the icon used in this macro Macro1 + 0...)
 
mNo edit summary
Line 5: Line 5:
  Macro1 + 0x60 = MacroIcon // Filepath for the icon used in this macro
  Macro1 + 0x60 = MacroIcon // Filepath for the icon used in this macro
  Macro1 + 0x160 = MacroBody (Seperated by 0x0A / byte(10) // The macro itself
  Macro1 + 0x160 = MacroBody (Seperated by 0x0A / byte(10) // The macro itself
[[Category:Client]]

Revision as of 13:13, 20 May 2014

MacroIndex 		-> Macro1

Macro1 + 0x10 		-> Macro2
Macro1 + 0x20 		= MacroName // Name Given by User
Macro1 + 0x60 		= MacroIcon // Filepath for the icon used in this macro
Macro1 + 0x160 	= MacroBody (Seperated by 0x0A / byte(10) // The macro itself