Looking for Addon creating tutorial
Posted:
Thu Sep 24, 2015 11:35 pm
by ikkuh
Hi, I was wondering if there are any good tutorials on creating Addons for 1.12.1 WoW.
Re: Looking for Addon creating tutorial
Posted:
Fri Sep 25, 2015 2:15 am
by zerf
If you want a book, you can use something like this:
http://www.amazon.com/World-Warcraft-Pr ... 0470229810In general, just get familiar with LUA programming language + read old wowwiki history pages on on WoW API.
Re: Looking for Addon creating tutorial
Posted:
Fri Sep 25, 2015 2:55 am
by ikkuh
Thanks for the response. The book is perfect.
Re: Looking for Addon creating tutorial
Posted:
Fri Sep 25, 2015 4:48 am
by Aunstic
WoW API for 1.12.1 on the WoW Wiki:
http://wowwiki.wikia.com/index.php?titl ... did=281620In-depth with the API (use it as a reference with WoWWiki shits on you):
http://wowprogramming.com/docsLast, but not least, the lua reference:
http://www.lua.org/manual/5.3/
Re: Looking for Addon creating tutorial
Posted:
Fri Sep 25, 2015 11:25 am
by Rhena
Learning how to program comes mainly from practice.