WoW:Getting started with writing AddOns (source)
Revision as of 23:16, 26 March 2011
, 26 March 2011→First Steps
m (→First Steps) |
|||
| Line 13: | Line 13: | ||
Getting information from WoW is critical to making your addon function. The [[World of Warcraft API]] has a list of functions that will give you that information. These are your building blocks, and if you don't have a block you need (or thought you needed) then you'll have to find another way to get information for your addon. Don't be discouraged, as with any programming language there are many different ways to accomplish your goal, so keep looking until you find a way. | Getting information from WoW is critical to making your addon function. The [[World of Warcraft API]] has a list of functions that will give you that information. These are your building blocks, and if you don't have a block you need (or thought you needed) then you'll have to find another way to get information for your addon. Don't be discouraged, as with any programming language there are many different ways to accomplish your goal, so keep looking until you find a way. | ||
You need to | You need to obtain the Blizzard interface files. This will allow you to view all of the XML and Lua files that make the game's default UI work, as well as provide you with two introductory tutorials. Blizzard has added the UI files to their support section to download with the [http://us.blizzard.com/support/article.xml?locale=en_US&articleId=21466 Interface Addon Kit]. | ||
You will need to extract the .zip files to a folder of your choosing. | |||
== Editing Tools == | == Editing Tools == | ||