Jump to content
  • Sign Up

Terter.4125

Members
  • Posts

    318
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Terter.4125's Achievements

  1. By default, the Legendary Relic is identified with ID 101582 (https://api.guildwars2.com/v2/items?ids=101582). However, when choosing which relic to "become" or which characteristic to acquire, it obtains a different ID that does not exist in the GW2 API. For example, 101539 (https://api.guildwars2.com/v2/items?ids=101539) should represent a Legendary Relic of the Aristocracy. Additionally, you still cannot view the other relics in the equipment tabs besides your active equipment relic because, at the moment, the relic behaves as if there are no other equipment tabs. This behavior is similar to gathering tools, the fishing rod, the jade bot core, etc. There are no relics in /equipmenttabs/.
  2. While you are at it can you add Cyrillic as well pretty please 😄❤️
  3. What I read from the v2/characters/:id/equipment is this { equipment: [ { id: 64114, slot: "Sickle", binding: "Account" }, { id: 64101, slot: "Axe", binding: "Account" }, { id: 64115, slot: "Pick", binding: "Account" }, { id: 97730, slot: "FishingRod", binding: "Account" }, { id: 96613, slot: "PowerCore" }, { id: 96654, slot: "ServiceChip", binding: "Account" }, { id: 100432, slot: "Relic", binding: "Character", bound_to: "Some Random Character Here" } ] } fasfasfasfasf The problem here is that the Relic doesn't say on which equipmenttab is. It acts as the gather tools or the jade bot parts and the fishing rod, which are character specific no matter which equipmenttab you are on. The relics have to have a tab. Also can't find the relic in v2/characters/:id/equipmenttabs/:tab which would show the relic for the current tab and would solve that problem.
  4. Still waiting for the API of the v2/account to be updated. There should be .pvp_rank, not only .wvw_rank. Also the .access must include "SecretsOfTheObscure", currently it have GW2, HoT, PoF, EoD only.
  5. Thank you for adding Relic & Jade Bot PowerCore, SensoryArray, ServiceChip to the API! ❤️ Can you add the attributes that are shown on the hero panel as well? Thank you!
  6. Thank you for adding Relic & Jade Bot PowerCore, SensoryArray, ServiceChip to the API! ❤️
  7. Need the characters relic and jade bot core information for my website project. Also characters atributes would be a great addition for the api because currently you need to do the math all by yourself.
  8. Jade bot core is missing from character info. Need the information because at this point the core can be count as a piece of equipment, it have attribute.
  9. Hey, just letting you know that now there is a website for inspecting character's equipment and build. Kinda like WoW Armory. It's called gw2geary.com
  10. Hey there, after few months of developing and playing around with the GW2 API system, I've created a website for players to share their characters and their equipment and builds. Introducing gw2geary.com . A fast way for users to share their characters or inspect others. The website is made as user friendly as possible. By creating a username, you'll have the option to submit your API keys, then make them public/private or delete them, thus making your account and characters associated with the API key public/private. The purpose of this website is to be an everyday tool for characters equipment and build sharing. Another feature is our love for Fashion Wars, so the option for the skins is there as well. Here you can inspect my account and his characters: https://gw2geary.com/a/Terter.4125 This is my main character: https://gw2geary.com/c/Terter Give it a try and tell me what you think! 🙂
  11. In /account you can access .wvw_rank but you can't access .pvp_rank which is a basic account information. If you want to access .pvp_rank now, you need to ask the user for the whole API PVP permisions which makes it quite inconvenient.
  12. I'm making a project using the GW2 API. I'm at this point where I want to set the attributes for the character but the math is a bit tricky. I managed to calculate the attributes for the equipment 100% correctly (item stats, infusions, runes, sigils) but now I need to also add attributes from the active traits and skills. This would be fine if the information for each skill and trait was consistant. Here is one example of inconsistancy, there are many more: Stalwart Defender Gain toughness when wielding a shield, and shield skills gain reduced recharge. Toughness: +240 Recharge Reduced: 20% and Zaelous Blade Your power is increased. Gain additional power while wielding a greatsword. Your greatsword skills have reduced recharge. Power: +120 Power While Wielding Greatsword: +120 Recharge Reduced: 20% in this example the first trait gives +240 Toughness but from the description of the trait is "only when wielding a shield". In the second example we have +120 Power and +120 Power wielding a greatsword but the way it's put below now it is explained that "Power While Wielding Greatsword: +120". Why the first example it's not written "Toughness While Wielding Shield: +240", I cannot say. As I said there are many of this examples and hardcoding each of the traits or skill is not an option because the balance patches will throw that work away. A simple solution is if the API team could add the attributes seen on the hero panel inside v2/characters/:id that would be lovely!
  13. Good job to the one who fixed the v2/account/mastery/points !!! { { totals: [ { region: "Central Tyria", spent: 49, earned: 81 }, { region: "Heart of Thorns", spent: 144, earned: 199 }, { region: "Path of Fire", spent: 110, earned: 130 }, { region: "Icebrood Saga", spent: 63, earned: 76 }, { region: "End of Dragons", spent: 89, earned: 115 } ], unlocked: [] }
  14. It would be cool if jade bot info is added to the api. Trying to make hero attributes in my project but I need power core info from the jade bot. Also it will be cool to be able to get all the attributes somehow from the api because currently I need to do the math for each item, skill, trait.
  15. https://api.guildwars2.com/v2/legends is missing Legend7. There is no https://api.guildwars2.com/v2/legends/Legend7 [ "Legend1", "Legend2", "Legend3", "Legend4", "Legend5", "Legend6" ] When you go on a revenant character you get those legends legends: [ null, "Water" ], aquatic_legends: [ "Air", "Water" ]
×
×
  • Create New...