View Single Post
12-10-22, 03:28 PM   #3
AeroMaxxD
An Aku'mai Servant
Join Date: Dec 2022
Posts: 33
Originally Posted by Rilgamon View Post
There is not much you can buy.
I expected this answer, obviously not the answer I was wanting to hear, but meh.

Just out of interest, what would your thoughts be on these books, I appreciate they are old and likely out of date now, but I thought it might help as maybe some stuff is still relevant?

https://wowprogramming.com/store.html

Originally Posted by Rilgamon View Post
It's mainly looking at other ppl code and trying to understand what they're doing.
This I have tried, and I can't seem to get my head around what it is they are doing mostly. It seems a lot of addon author's have yet to discover meaning comments, other addon authors don't comment at all.

I have programming experience, but there seems to be a distinct lack of documentation from the horses mouth so to speak, all the documentation is from third party sources that have somehow figured stuff out for themselves.

I tried to figure out how to add a simple button to the world map, AtlasLoot does this how I would like to, and it seems to use this Krowi_WorldMapButtons library, but there appears to be a slight variation in the code that does that, from the example code on the link posted, also the example code on the link doesn't actually work it gives me errors that aren't very descriptive.

On a more positive note, I have a new found respect for the efforts of the addons I do use that are still working and actively being updated.

Originally Posted by Rilgamon View Post
A good source to find examples for certain things is:
https://wowpedia.fandom.com/wiki/World_of_Warcraft_API

Another good way is to look at the blizzard code of the element you want to work with:
https://github.com/Gethe/wow-ui-source/
Thanks, I have seen those and have bookmarked them, but thanks for the heads up.

Originally Posted by Rilgamon View Post
So, get a small addon, see how it works and change it a little bit
Any recommendations for small addons?

Originally Posted by Rilgamon View Post
For Ace3 there are some examples available, too:
https://www.wowace.com/projects/ace3...options-tables
Thanks, I will bookmark this and have a read of it also.
  Reply With Quote