Have you told Blizzard about the targeting requirement and incombat requirement for querying threat? Maybe it could get fixed?
I wrote a longer answer but the forum ate it so the shorter version is that blizzard knows the limitations of the api and there are reasons to not send you all information about all players and mobs in your area of interest.
If you need to know when the tank has like 5000 threat with his target or something like that then it's very easy to write an addon that announces that.
It's what I said in the other thread .. it might be a memory problem with a php setting. (Since you are Super Moderator the scripts do probably more then on other users)
In my eyes it was an error to not build that api for other updaters for premium users. There are many talented developers in this community that could develop some simple updaters that are suitable for power users or casuals.
Did you have a pet tanking? Or were you really really "solo"? :) (Worth checking out either circumstance.)
I'm curious about whether or not Blizzard are giving us pet threat. I doubt many hunters will be pulling from their tank pets, but this is something I've always had to watch carefully as a warlock.
i tried the internal threat api with my felpuppy without any problems.
but this will prevent developing a different branch for e.g. the next addon breaking patch or, if an author tags a beta version for the next addon breaking patch this will be used for packaging.
I know it requires a bit more work but only for the library author, and libraries shouldn't update that often.
Additionally it also allows using external branches that are not hosted on wowace/curseforge
0
I wrote a longer answer but the forum ate it so the shorter version is that blizzard knows the limitations of the api and there are reasons to not send you all information about all players and mobs in your area of interest.
If you need to know when the tank has like 5000 threat with his target or something like that then it's very easy to write an addon that announces that.
0
0
0
when i look at the version history it might be able to update with new curse
on the other side after a small test it still got files from files.wowace.com
0
http://www.vbulletin.com/forum/archive/index.php/t-226663.html
I think I mentioned it in three threads now but newer got a reaction on it ... maybe you ask someone directly .9
0
white pages could occure when php scripts run over their memory limit set in php.ini
0
0
0
if you want read only or print something you could also use the archive http://forums.wowace.com/archive/index.php
0
0
i tried the internal threat api with my felpuppy without any problems.
0
this won't work if the authentication plugin redirects you away from your current action .9
0
if you remove an addon with the updater it will only delete files and leave lots of empty folders and subfolders.
0
I know it requires a bit more work but only for the library author, and libraries shouldn't update that often.
Additionally it also allows using external branches that are not hosted on wowace/curseforge
0
I think a better solution would be a stable branch.. many projects in the open source world do it that way :9
You could also have a wotlk branch, an unstable branch or a branch with the next major revision without the need to create a new project for that.