Showing Posts For Abominable Snowman.2036:

upgrade list on website

in API Development

Posted by: Abominable Snowman.2036

Abominable Snowman.2036

It automatically gets the upgrades your guild has, the items it requires and the items your guild has. You have to manually tell the app what you’re currently working towards.

The list displays all of the items your guild has in the treasury and in your guild bank, but yeah, it could make sense to filter that to only the items needed for the upgrades you’re currently working on.

The page you see in the screenshot is from my personal bank guild. You can log in as a member with the password fe2CMM42OQ. As a member you can see the upgrades and materials, but you can’t make any changes.

Let me know if you’ve got any other questions.

upgrade list on website

in API Development

Posted by: Abominable Snowman.2036

Abominable Snowman.2036

I’ve built something very similar to what you want for my own guild, which you could use for your guild as well. Just PM me your guild’s name and an API key (has to be created by the guild leader) if you want to try it out.

Attachments:

Best way to get current sPvP season?

in API Development

Posted by: Abominable Snowman.2036

Abominable Snowman.2036

Why not use seasons?ids=all ?

guild api issues

in API Development

Posted by: Abominable Snowman.2036

Abominable Snowman.2036

You can use v1/guild_details if you know the name.

Whitelist SAB daily achievements?

in API Development

Posted by: Abominable Snowman.2036

Abominable Snowman.2036

Is this just going to keep happening every day?


299 api.guildwars2.com "Unknown id 2842" "Sun, 03 Apr 2016 20:49:06 GMT",
299 api.guildwars2.com "Unknown id 2844" "Sun, 03 Apr 2016 20:49:06 GMT",
299 api.guildwars2.com "Unknown id 2849" "Sun, 03 Apr 2016 20:49:06 GMT",
299 api.guildwars2.com "Unknown id 2853" "Sun, 03 Apr 2016 20:49:06 GMT",
299 api.guildwars2.com "Unknown id 2855" "Sun, 03 Apr 2016 20:49:06 GMT",
299 api.guildwars2.com "Unknown id 2871" "Sun, 03 Apr 2016 20:49:06 GMT",
299 api.guildwars2.com "Unknown id 2872" "Sun, 03 Apr 2016 20:49:06 GMT",
299 api.guildwars2.com "Unknown id 2876" "Sun, 03 Apr 2016 20:49:06 GMT",
299 api.guildwars2.com "Unknown id 2877" "Sun, 03 Apr 2016 20:49:06 GMT",
299 api.guildwars2.com "Unknown id 2882" "Sun, 03 Apr 2016 20:49:06 GMT",
299 api.guildwars2.com "Unknown id 2883" "Sun, 03 Apr 2016 20:49:06 GMT",
299 api.guildwars2.com "Unknown id 2887" "Sun, 03 Apr 2016 20:49:06 GMT"

Underwater Fractal Map : gear stats to 0

in Bugs: Game, Forum, Website

Posted by: Abominable Snowman.2036

Abominable Snowman.2036

We just had the same problem, took us a while to figure out why we kept dying too…

API errors & bugs

in API Development

Posted by: Abominable Snowman.2036

Abominable Snowman.2036

Does anybody know what’s up with this Legendary Rifle named ‘Quip’ with id 45017?

How feasible would this be?

in API Development

Posted by: Abominable Snowman.2036

Abominable Snowman.2036

I have a page (screenshot) that does most of that, but (because of the missing API) you have to manually keep track of the skins you have and which you still need.

However, it does remember them for you, allows you to search by name, and can show you the items it knows that have that particular skin.

I also looked into something that would allow me to more easily work towards completion (“show me the cheapest sword skins I don’t have yet”), but it turns out that for a lot of the skins there aren’t any items in the API with that skin.

Website Authentication

in API Development

Posted by: Abominable Snowman.2036

Abominable Snowman.2036

Well, first, your content-type is off (it should be application/x-www-form-urlencoded), but second, the login page seems to check the Referer. Simply adding

"Referer": url,

to your headers2 dict would do the trick.