WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
WoWWiki
Advertisement

WoW AddOn

Important Note: The Interface AddOn Kit is no longer updated by Blizzard and has been replaced by Extracting WoW user interface files locally from the game.

The Blizzard WoW Interface Kit or UI ToolKit is used for assisting AddOn development, or for those who are curious and want to learn more about WoW internals. See also Viewing Blizzard's WoW user interface code.

Download Page[]

Note: the last and current downloadable toolkit is for interface version '40000', or Lua error in package.lua at line 80: module 'Module:Inlinegfx/img_link_data.json' not found.Patch 4.0 and compatible.

Summary[]

The Blizzard AddOn Interface ToolKit provides extra files and resources relevant to WoW AddOn development. These files are taken from the retail WoW MPQ files found in the WoW install and are bundled seperately so that WoW AddOn developers can look at and reference FrameXML files, Lua files, and other art and resources found in the game itself.

Most files used by WoW and the Blizzard WoW UI components are found inside MPQ files, which are sort of like .zip files and not easily accessible for reference. Blizzard provides these files as a convenience for AddOn developers and the community in general.

Just as there is no official Blizzard support for WoW AddOn development, there is no official support for the AddOn Toolkit either. However Blizzard had maintained a new Interface AddOn Kit and support page for every major version of WoW up until and including the release of the base Patch 4.0 for Lua error in package.lua at line 80: module 'Module:Inlinegfx/img_link_data.json' not found. Cataclysm.

Blizzard's UI AddOn Kit Downloads[]

Art Work (350+ MB): http://us.media.blizzard.com/wow/interface/WoW_Interface_art.zip
US - English (< 2 MB): http://us.media.blizzard.com/wow/interface/WoW_Interface_enUS.zip
US - Spanish: http://us.media.blizzard.com/wow/interface/WoW_Interface_esMX.zip
EU - English: http://us.media.blizzard.com/wow/interface/WoW_Interface_enGB.zip
EU - Spanish: http://us.media.blizzard.com/wow/interface/WoW_Interface_esES.zip
EU - French: http://us.media.blizzard.com/wow/interface/WoW_Interface_frFR.zip
EU - Russian: http://us.media.blizzard.com/wow/interface/WoW_Interface_ruRU.zip
Korean: http://us.media.blizzard.com/wow/interface/WoW_Interface_koKR.zip
Taiwanese: http://us.media.blizzard.com/wow/interface/WoW_Interface_zhTW.zip
  • Make sure you have a Blizzard Interface Data/ folder in your World of Warcraft/ folder (Blizzard Interface Data (enGB)/ for EU English client). You may have to create it.
  • Unzip WoW_Interface_art.zip and move/copy Interface/ to Blizzard Interface Data/
    • If you've also extracted the graphics, you'll want to know that textures are .blp files. Google for 'blp warcraft' to get an idea of what this means
  • Unzip WoW_Interface_code.zip and move/copy AddOns/ and FrameXML/ to Blizzard Interface Data/

See also[]

External links[]

Advertisement