View Single Post
07-29-16, 09:51 PM   #3
VincentSDSH
Non-Canadian Luzer!
 
VincentSDSH's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 350
Originally Posted by Eos View Post
Is it that simple for someone like me with no lua knowledge? Is it easy to keep addons updated yourself unless it's a bigger dog as long as long as you don't want new features?
It really depends on the changes and why the addon breaks.

Use BugSack and take a look at the line something dies on, look for API changes (usually it'll show up on the forums here) and you can fix problems easily like that with fairly little knowledge (like parameter order changes, name changes, etc). Also looking at similar addons and the comments / notes on the big 3 (wowinterface, wowace, curse), even the bug-tickets sometimes contain correcting code.

Beyond that, you have to have at least a basic knowledge of programming concepts to be able to affect a repair.
__________________
AddonsExecutive Assistant User Configurable To-Do ListLegible Mail Choose the Font for Your Mail
  Reply With Quote