AddOn: Difference between revisions

333 bytes added ,  8 October 2006
→‎How do I create an AddOn?: noted that folder and file names must be the same
m (fixed typo)
(→‎How do I create an AddOn?: noted that folder and file names must be the same)
Line 27: Line 27:
Major version numbers as part of AddOn directory names might work, though.
Major version numbers as part of AddOn directory names might work, though.


Within that folder you put your lua and xml files.
'''Note''': The files must have the same name as the Addon folder, otherwise you will not see the Addon available within the game. So if your Addon is called 'testAddon', the folder would be named 'testAddon' and the files within it would be 'testAddon.lua' and 'testAddon.xml'.


</div>
</div>