AddOn: Difference between revisions

349 bytes added ,  29 August 2007
→‎What is this .toc file?: Interface numbers below 2.0.0 cannot be loaded
No edit summary
(→‎What is this .toc file?: Interface numbers below 2.0.0 cannot be loaded)
Line 29: Line 29:
* Tip: Make sure you do not have any extra spaces at the end of the line with the filename specified. If you do, the extra space is taken as part of the filename and will cause your Addon to silently fail to load.  
* Tip: Make sure you do not have any extra spaces at the end of the line with the filename specified. If you do, the extra space is taken as part of the filename and will cause your Addon to silently fail to load.  


The interface number can be seen in the WoW login screen, at the lower left. The number in the .toc file must match the current build or the add on will not be loaded/active. (Unless the user has explicitly told WoW to load out-of-date Addons.)
* Tip: The .toc file is not reloaded when you reload the user interface; if you make chages to it, you will need to quit all the way to the desktop before they take effect.
 
The interface number can be seen in the WoW login screen, at the lower left. The number in the .toc file must match the current build or the add on will not be loaded/active, unless the user has explicitly told WoW to load out-of-date Addons. If the .toc file declares an interface number prior to 2.0.0 (i.e. pre-[[The Burning Crusade]]), the addon can not be loaded, regardless of the load out of date addons setting.


===Special case : [[Bindings.xml]]===
===Special case : [[Bindings.xml]]===
Anonymous user