Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: eoblaed
Forum: General Authoring Discussion 07-20-18, 06:52 PM
Replies: 1
Views: 2,148
Posted By eoblaed
WorldMapFrame.UIElementsFrame ... nil?

I'm generally unfamiliar with the global structs/assets that are available. Attempting to do a local fix of PetTracker just to get it working again. I've fixed the map related API things, but I'm...
Forum: General Authoring Discussion 07-19-18, 03:37 PM
Replies: 3
Views: 2,104
Posted By eoblaed
Thanks for the responses! I've got things...

Thanks for the responses!

I've got things working now with the 'make an addon with the functions I'd like to be global' approach. I wasn't aware the scoping was that permissive. It's working now,...
Forum: General Authoring Discussion 07-19-18, 02:02 PM
Replies: 3
Views: 2,104
Posted By eoblaed
Add New Code in New File to Existing Addon

I have several addons that still use the old GetMapNameByID() API call. This is now a 'nil'.

I wrote a thin wrapper function that looks up the old worldID, converts it to the new style UiMapID, and...
Forum: General Authoring Discussion 07-17-18, 11:05 PM
Replies: 6
Views: 4,133
Posted By eoblaed
I'm unclear as well. This is not code I wrote,...

I'm unclear as well. This is not code I wrote, it's part of an addon library that multiple addons use. I'm just trying to fix it in the face of the new API changes.

It would help if I knew what...
Forum: General Authoring Discussion 07-17-18, 09:26 PM
Replies: 6
Views: 4,133
Posted By eoblaed
Yeah, that's what led me down the path of finding...

Yeah, that's what led me down the path of finding the .lua file with the new API calls.

Unfortunately, I'm not finding a proper replacement for GetWorldMapTransforms(). This function resides in...
Forum: General Authoring Discussion 07-17-18, 06:22 PM
Replies: 6
Views: 4,133
Posted By eoblaed
Ok, so, after finding information at this git...

Ok, so, after finding information at this git repo (https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/AddOns/Blizzard_APIDocumentation/MapDocumentation.lua) detailing what seems...
Forum: General Authoring Discussion 07-17-18, 05:26 PM
Replies: 6
Views: 4,133
Posted By eoblaed
GetMapNameByID a nil value?

Fixing up some of the addons I use in the face of today's pre-patch release. So far, I'm batting a thousand, but coming across this error:

attempt to call global 'GetMapNameByID' (a nil value)

is...
Showing results 1 to 7 of 7