49
edits
mNo edit summary |
|||
| Line 25: | Line 25: | ||
http://wowprogramming.com/FrameXML/UI.xsd"></nowiki> | http://wowprogramming.com/FrameXML/UI.xsd"></nowiki> | ||
This will pull the schema from the [http://wowprogramming.com WoWProgramming website]. If you'd rather use a local copy, you can either download [http://wowprogramming.com/FrameXML/UI.xsd that file], or extract it using [[ | This will pull the schema from the [http://wowprogramming.com WoWProgramming website]. If you'd rather use a local copy, you can either download [http://wowprogramming.com/FrameXML/UI.xsd that file], or extract it using [[Viewing Blizzard's WoW user interface code|Blizzard's UI extractor]]. Then change the location in your Ui tag from <nowiki>http://wowprogramming.com/FrameXML/UI.xsd</nowiki> to the location of the file you downloaded (e.g. "C:/Program Files/World of Warcraft/Blizzard Interface Data (enUS)/FrameXML/UI.xsd") | ||
That's all there is to it! | That's all there is to it! | ||
== See also == | |||
* [[AddOn Studio 2010]] | |||