View Single Post
12-28-14, 02:58 PM   #15
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
They can't be, the original AIDtoID table was built during zone initialization by taking the zoneID from zones.lua and matching it to a worldinfo id based on the name of the zone alone.

So if they are calling AIDtoID[mapID] and had it working before the revamp, then changing it to mid = mapid after the revamp would be doing the exact same thing (and what I used many many times getting rid of the AIDtoID call in the current code).

I will admit I'm not overly focused or concerned about this, I only took a brief look to see why it wasn't working now. Any other addons I would try to fix incompatabilities if needed, but myself personally (and I know it is just me and my feelings on it) I don't care for the rule skirting the guide addons do, so I'm not very interested in putting code workarounds in place just to fix their addon. They want to sell an addon against ToS, they can pay their programmers to fix the problem.
  Reply With Quote