Page 1 of 1

Looking for Addon creating tutorial

PostPosted: 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

PostPosted: 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 ... 0470229810

In general, just get familiar with LUA programming language + read old wowwiki history pages on on WoW API.

Re: Looking for Addon creating tutorial

PostPosted: Fri Sep 25, 2015 2:55 am
by ikkuh
Thanks for the response. The book is perfect.

Re: Looking for Addon creating tutorial

PostPosted: 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=281620

In-depth with the API (use it as a reference with WoWWiki shits on you): http://wowprogramming.com/docs

Last, but not least, the lua reference: http://www.lua.org/manual/5.3/

Re: Looking for Addon creating tutorial

PostPosted: Fri Sep 25, 2015 11:25 am
by Rhena
Image

Learning how to program comes mainly from practice.