Custom addons for WoW
Description
Found these few old videos from the classic wow launch when I was testing the WoW LUA API.
Idea was to create a Purge addon
similar to Steal&Purge
from later expansions.
At some point I realized that in classic, you can't see the enemy faction's buffs
so it became relatively pointless idea and I stopped working on it.
The second addon was more of a general framework for rendering addon UIs. Or at least that's how it ended up as.
Testing
Code
- World of Warcraft API
- First addon
- This was the first test of the API, code is messy and unorganized. Also my first time writing LUA.
- https://github.com/protoni/dispel-addon
- Second addon
- Here I tried to organize the code a bit better. For example to have some sort of interface for the window rendering stuff, separate from the addon functionality. Also resizable windows etc.
- https://github.com/protoni/aasi-addon
- I don't have pictures/videos of this addon