View Single Post
07-27-12, 12:52 AM   #7
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Folji View Post
Is there anything in particular that one should be aware of when learning general Lua and then using that knowledge for WoW? As for actually learning it, I already know my way around ActionScript 3.0 for what good that might or might not do me.
Well, I wouldn't recognize an ActionScript, erm, script if it came up and bit me, so I can't help much there, but if you're familiar with any programming language, you shouldn't have much trouble learning the basics of Lua.

Pick the simplest addon you use (if you're not sure what constitutes "simple", look for the one with the smallest file size) and think of one way you could change how it works. Then, start looking at its code and trying to figure out how to change that one thing.

Once you've done a few of those and feel like you have a good grasp on what Lua code looks like, and how to identify functions and such, pick something that annoys you about a bigger, more complicated addon you use, and try to change it.

There's a good list of resources in this thread:
http://www.wowinterface.com/forums/s...ad.php?t=43699
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote