Jump to content
  • Sign Up

How to know which files the render service can provide?


Nyuuu.6149

Recommended Posts

Hey everyone,

I'm having some trouble to figure out how to use the render service ( https://render.guildwars2.com ).I know that I can use the items endpoint to query items by id and then look at the "icon" property to get the signature and file-id for that item.

But what about icons that do not belong to items, let's say the icon for fury.My approach would be to use the skills endpoint to get some skill that applies fury, e.g. arcing slice. This gives me the url to the icon for fury.Problem ist I would have to find a skill for every buff/condition I need. And there are even special conditions like agony. Unless the skills endpoint includes enemy skills (yeah, I have not checked that yet), my approach would not work. Even if it works, it seems somewhat complicated and time-consuming to get the render urls like this.

So the question is, if there is an easy way get an overview of all the files the render service can provide?

Link to comment
Share on other sites

As far i can see that, there is no way to tell what the render service can give u, but yes the skill endpoint even gives u enemy skills.PS: This is the agony render https://render.guildwars2.com/file/C0B3EB17FEA2B0C4481333F36AA619EB9ABD1CD6/514400.pngPS 2: I did write some python lines using requests and functools to get all buffs plus there icon link.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...