Nyuuu.6149 Posted December 16, 2020 Posted December 16, 2020 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?
Orih.5210 Posted December 17, 2020 Posted December 17, 2020 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.
Nyuuu.6149 Posted December 18, 2020 Author Posted December 18, 2020 Hey Orih, thanks for your help. Writing a script to do the tedious work seems to be a good solution.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now