gonna sleep on it but definitely open to suggestions. problem is mostly that the responses (which are cached wholly) are too large and sucking up too much space.
Eearslya Sleiarion
@Eearslya
Good lord.
Also @BryghtShadow you definitely should! You seemed to be a good editor from the changes you suggested to me, and API editorship isn't hard to get.
Ryan Mast
@nightlark
@BryghtShadow you might need to ping a sysop if they don't respond within a few days to the request
Eearslya Sleiarion
@Eearslya
I can always give one a poke on the IRC
Shii Kayano
@BryghtShadow
While playing other games, I realised just how wonderful the patching/maintenance system of GW2 is.
smiley
@codemasher
there's quite a few things to fanboy about in gw2 but i'm almost sure it's not the auto-updater... :D
Nabrok
@Nabrok
There's zero downtime ...
I don't think anybody else does that
smiley
@codemasher
does it matter?
thats what i wonder when i read all those qq threads when a server comes down for maintenance
but indeed, the very low downtime is noteworthy about gw/gw2
Nabrok
@Nabrok
It matters if you want to play on a patch day :)
smiley
@codemasher
only if patch day is friday and the current time is short after wvw reset
but that has been changed fortunately
Ryan Mast
@nightlark
@lye what is the difference between the new fractal_level added to account.js, and the fractal_level shown when a player has the progression scope?
_
lye
@lye
where's the second one shown?
I thought it was only on /v2/account
I may have mis-merged something
Ryan Mast
@nightlark
the second one is listed in account.js as well, under the heading for things shown if progression scope is set
lye
@lye
whistles innocently
just updated the file
Ryan Mast
@nightlark
awesome
and just to clarify, "commander" will be true if they have purchased a tag?
(not if they are tagged up)
Nabrok
@Nabrok
Well, mine says true right now, and I'm not even in game.
lye
@lye
yeah it just checks to see if you've got the unlock bit set
could (eventually) expose party/squad status but not sure if worth
Nabrok
@Nabrok
You mean who is in your party?
lye
@lye
and whether or not your party is a squad
(and how the squad is organized)
Nabrok
@Nabrok
Hmm, well, one of my apps was a composition planner for WvW raids, but it was basically made redundant by the squad UI, so I'm not working on it anymore. However, if I go back to it, it could use something like that.
Okay, another thing. For recipes, one of the possible types is "GuildDecoration". Does anyone know what other guild-related types are possible (if any)?
lye
@lye
uhh lemmie copy-paste the enumeration values from the source
updated the docs -- not sure if all of those are currently returned, there may be recipe types that are unused in-game
Ryan Mast
@nightlark
Great :smile:
smiley
@codemasher
@lye are squads enumerated in a way, so that it's possible to put something like the squad-id into the mumble thingy? (asking for a friend)
lye
@lye
not sure, actually, haven't looked at the party/squad code so I'm not sure how it's structured
I can say that I really, really don't want to make any more changes to the mumble link data format
smiley
@codemasher
i know right :D
however, it'd be cool to have enumerated squads on a map and assigned to their leader in a overwolf squad thingy