Results: 7Comments by: sintacks
File: Wykkyd War Tools05/14/14
Patched version uploaded
Posted By: sintacks
I've uploaded a version of Wykkyd's addon with my patch applied to the optional files section. Hopefully others will find this useful until Wykkyd has time to update his official version of the addon. All of his original files are in my zip, including the donations file. I take no credit for the work, and the patch I applied can...
File: Wykkyd War Tools05/10/14
how does this addon work? does the...
Posted By: sintacks
how does this addon work? does the window update in real time? because it doesnt seem to update for me when people are attacking a point also when i click an icon, it shows yellow coordinates in chat but it does not set a waypoint or anything like that kinda confused what this does or how to use it I believe it's bugged, and...
File: Wykkyd War Tools05/06/14
Feature Request: Add indication for UnderSiege transition events
Posted By: sintacks
I'd like to request a feature to add some type of indication when Keeps and Resources transition to/from the UnderSiege status. I experimented with this locally, and found it is very helpful. Here's an example of what I'm thinking... diff -r 6fa4c9cdecdf code/UI.lua --- a/code/UI.lua Tue May 06 22:57:07 2014 -0600 +++...
File: Wykkyd War Tools05/06/14
Update bug
Posted By: sintacks
I found another bug, at least that's affecting me. It seems there are a number of functions that register themselves for a callback, but it's done from within these local functions that are declared and defined on the same line - which appears to prevent using the function's own name within the function's definition to register the...
File: Wykkyd War Tools04/26/14
Another possible bug?
Posted By: sintacks
I also noticed I had a problem with the command line options for hide/show. Here's a patch that fixes that problem on my client: diff -r f6efc9e9a716 Lib/CommandLine.lua --- a/Lib/CommandLine.lua Sat Apr 26 23:19:59 2014 -0600 +++ b/Lib/CommandLine.lua Sat Apr 26 23:20:12 2014 -0600 @@ -10,11 +10,11 @@...
File: Wykkyd War Tools04/26/14
UnderdogLeader
Posted By: sintacks
I'm not much of a lua guy, but here's a quick patch I threw together that works around the issue I described in my previous post: diff -r 060413cbad23 Lib/UserInterface/StrategyFrame/StrategyUI.lua --- a/Lib/UserInterface/StrategyFrame/StrategyUI.lua Sat Apr 26 22:41:15 2014 -0600 +++ b/Lib/UserInterface/StrategyFrame/Strat...
File: Wykkyd War Tools04/26/14
UI not updating (solved?)
Posted By: sintacks
I installed your addon a few days ago, but have been puzzled why the UI never updated with current status. I debugged it today, and it appears to be due to this line in StrategyUI.lua, shouldParse(): if GetCampaignUnderdogLeaderAlliance(GetAssignedCampaignId()) == 0 then return false; end From what I googled on the API, the...