Anyone know a good resource for editing addons?
I have an older one that isn’t updated anymore, I’d like to see if I can get past the errors if I can.
I’m probably biting off more than I can chew here, but I’d still like to give it a look and see what I can do.
Anyone out there lend a hand?
World of Warcraft > Interface > AddOns
You can find all the LUA files for each addon in its respective folder.
As for learning how to code in LUA there’s resources like lua(.)org to learn about the language
There’s also an addon coding guide on wowhead called “Comprehensive Beginner’s Guide for WoW Addon Coding in LUA”
I’ve never coded anything in LUA but I hope you find what you need.
1 Like
You’ve misunderstood me.
I know where the LUA files are.
I’m asking about programs that let you edit them. I know there are a few out there, but I’m asking about what people use and where I can find it.
Once I have the program, I can find the resources to do the editing. I just need to know what people are using to do it.
They’re openable in any code editor. Heck you can open and edit them in notepad.
Akusai:
You’ve misunderstood me.
I know where the LUA files are.
I’m asking about programs that let you edit them. I know there are a few out there, but I’m asking about what people use and where I can find it.
Once I have the program, I can find the resources to do the editing. I just need to know what people are using to do it.
I use atom (I think that’s what it’s called) with a lua plug-in.
1 Like