Jump to content
  • Sign Up

Healix.5819

Members
  • Posts

    2,416
  • Joined

5 Followers

Recent Profile Visitors

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

Healix.5819's Achievements

  1. It'll hit if you're lower than the barrel.
  2. They should've implemented the ability to link a preview of your outfit. That would have made it easier for those actually engaging in Fashion Wars who currently write everything out, vs inspecting being the opposite. If they're going to implement inspecting, they should track it and display statues of the most inspected characters each season. The whole point of this is advertising, right? Maybe they'll finally implement the suggestion of having custom outfits, then have a store item to copy someone's look without needing the skins/dyes.
  3. Volunteering doesn't care how many people are in the map, it means the map can be merged with the other. If you cause a map to overflow and get everyone to join the overflow, it's going to volunteer back into the first.
  4. /age shows the character and account age. A character created in early 2016 would be around 3000 days old. Use the API if you want to get the actual timestamp: Account: api.guildwars2.com/v2/account?access_token=api key Character: api.guildwars2.com/v2/characters/character name?access_token=api key
  5. The original daily API is dead. You have to use categories now, which has tomorrow's dailies hidden under a newer version: https://api.guildwars2.com/v2/achievements/categories/88?v=latest If you want to minimize API usage, note fractals are on a fixed rotation, so you can simply calculate the daily for any given day, but doing it this way will break whenever they add new fractals. You can assume if new fractals were added by checking for changes to the fractal group.
  6. Yes, an account without S2 can complete the achievement for playing S2 by joining someone else.
  7. I tested this with the daily a few weeks ago. If you leave the chest unclaimed, it will automatically claim the current chest when you load a character after it resets. If you were already on a character when it resets, the previous chest is simply lost without affecting the current one. When I tested this back when it originally came out, it properly claimed the previous rewards at reset if you were on a character, or after loading a character, without affecting the current rewards.
  8. Everyone has the same weeklies now. Each objective that requires an expansion has an alternative way to complete it. You can't do bounties for example so you have to do 5 group events instead.
  9. The leaderboards are cached, so if you just added them, they're not going to appear. They also won't appear if their account hasn't gained any achievement points within the last few years. If they changed their display name, they're probably broken.
  10. Yes. You don't even need to use the skills now, simply having it equipped will give credit. You can just stand there and give people boons for example.
  11. It's an option, but they didn't enable it. If you want formatting, you can simply paste already formatted text, or just edit it directly (F12).
  12. This is what they use to check if there's a patch (the first number is the build): http://assetcdn.101.arenanetworks.com/latest64/101 The current build is 159951. I'm assuming you're seeing something different, so either you or your ISP is caching websites, or the server failed to update. First, simply reset your DNS. Press WindowsKey+R, open: ipconfig /flushdns Try launching. If it still fails, you can try changing DNS providers: https://developers.google.com/speed/public-dns/docs/using If it still fails, you'll need to manually select a different server. Search the start menu for cmd, right click it and run as administrator. The title of the command prompt window should begin with Administrator, showing it's being run as an admin (required). Copy the following line and right click the command window to paste it, then press enter: echo.99.86.37.92 assetcdn.101.arenanetworks.com>%windir%\system32\drivers\etc\hosts Now you should be able to patch. Eventually the IP will change and the launcher will fail to connect, so run this command to undo the previous: echo.>%windir%\system32\drivers\etc\hosts
  13. For those unaware, objectives that are completed but left unclaimed are automatically claimed when it resets, except for the daily login and special objectives. I tested this back when it came out and leaving the daily unclaimed wasn't a problem, except you lost the 10 AP from the achievement. Now it's bugged. If you leave the daily unclaimed and are online (on a character) at reset, you simply lose the rewards. If you leave the daily unclaimed and aren't online at reset, the rewards are automatically claimed when you load a character, but it claims the chest for the current day (you don't get the achievement) and is confirmed by the API.
×
×
  • Create New...