Jump to content
  • Sign Up

Terter.4125

Members
  • Posts

    318
  • Joined

  • Last visited

Everything posted by Terter.4125

  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" ]
  16. So what I see from the things below is that after some changes the "Tyria" mastery points are not accessible anymore. You've added "Tundra" masteries which are the IBS masteries. Also the EoD masteries are missing. When using the https://api.guildwars2.com/v2/account/mastery/points?access_token=<API KEY> I get the API info totals: [{ region: "Maguuma", spent: 144, earned: 199 }, { region: "Desert", spent: 110, earned: 130 }, { region: "Tundra", spent: 63, earned: 76 } ], unlocked: [...]
  17. So what I see from the things below is that after some changes the "Tyria" mastery points are not accessible anymore. They've added "Tundra" masteries which are the IBS masteries. Also the EoD masteries are missing. When using the https://api.guildwars2.com/v2/account/mastery/points?access_token=<API KEY> I get the API info https://i.imgur.com/NZqdMeh.png and in the gw2 wiki I see that you access https://i.imgur.com/6dJhdUp.png
  18. I assume you'll return Southsun Cove with the upcoming largos and tengus race reveal. ❤️
  19. Still stuck on Lyssa. Grinding the tech chests on all maps, changing the instance. If my counts are correct I'm around 300-400 opened chests by now.
  20. I feel like Bobby Stein is in charge of the returning of Season 1. Yo, Bobby, gives us some spoilers please.
  21. I really would like to see this little fellow next to us. Few things come up in mind for this to happen. 1. Make it visible only for the owner. No need for flying Jade Bots all around, but not having it next to you reduced its uniqueness. 2. Make an option to hide it. Something like... show/hide outfit, head piece, shoulders, gloves, legendary trinkets, so if someone doesn't enjoy having it out, he'll have the option to hide it. 3. Make it static/attached to the player. This way the Jade Bot won't be a pet-like/mini-like entity that follows you around. We already have those entities floating around us, like The Binding of Ipos, Xiuquatl, the legendary trinkets. The Jade Bot can hide when gliding, being on mount, skiff, when downed, etc. so we won't actually have moments when we visually have two Jade Bots. If nothing of this works... just having a real-size flying Jade Bot mini will do the job I guess.
  22. Hi there! My problem with this achievement comes from the point before the last. The "Meet Aurene at the top of the Harvest Temple." inside the "Jade Sea Warfare" achievement. I made the meta 6 or 7 times, I think. I defeated the dragon and every time I used the Zip Line to get up on the Harvest Temple. Am I doing something wrong or is it bugged? Is it just me or are there also players having this bug?
  23. The idea is coming from a friend of mine who is a new player. He left the game a couple of times because of a single reason... he is afraid of all the "wall of text" as he calls it (the information on the skills). The suggestion is to hide all that and make it more sanitized to the new players. Once the players get more familiar to the game and need this information, eventually they'll switch the option to see all the "wall of text" coming from the skills. I must say, the new players are bombarded with lots of information at the beginning and get frustrated from all the minor things and this could remove some of the frustration to lots of them, figuring out the game faster.
  24. Still waiting for this issue to be fixed so me and my girlfriend can buy the expac via the game... https://help.guildwars2.com/hc/en-us/articles/360060566914-Credit-Card-Purchase-Issue-Affecting-Some-European-Countries-White-Screen-After-Clicking-Confirm
×
×
  • Create New...