|
here's some really basic starting help:
WOW addons are created in the language LUA
http://www.lua.org/ is where you can find the basic language syntax and such.
http://www.wowwiki.com/Portal:Interface_customization has a LOT of really good info on the basics of interface mods
http://wowui.worldofwar.net/?p=mod&m=2876 BellebloomGD has created this blank example addon to show you how to get started
I'm a software engineer by trade, and I keep getting really close to sitting down and writing my own addons, but I keep running into the "I spent 8 or more hours coding at work today.. do I want to write an addon or just play wow?" issue. (so far, playing is winning the battle)
|