Dev Tracker

PvP Sclerite karka shell?

in PvP

Posted by: Tyler Bearce

Previous

Tyler Bearce

Game Designer

Next

Fused Gauntlets are still in chests for now, the new back pieces are not.

Are we Having Server Issues?

in Guild Wars 2 Discussion

Posted by: Regina Buenaobra

Previous

Regina Buenaobra

Content Marketing Lead

Next

If you have a technical problem to report, please do so in the Tech Support sub-forum.

Thanks.

Content Marketing Lead
Twitter: @ArenaNet, @GuildWars2
In-Game Name: Cm Regina Buenaobra

Game Update Notes - May 14, 2013

in Game Release Notes

Posted by: Stephane Lo Presti

Previous

Stephane Lo Presti

Content Marketing Manager, French

Next

Balance, bug-fixing and polish:

  • Fused weapon tickets are no longer available in Black Lion Chests.
  • Citizens! The Shark Boss crier will no longer be a bother. Please excuse his bad behavior.
  • Prevented Levvi from getting killed and temporarily blocking the scavenger hunt on Southsun Cove.
  • Fixed an issue with crab toss where players would get stuck on a team reserved for those carrying the crab.
  • This subsequently fixes an issue where more than one player wins, but the winner does not get a winner’s prize.
  • This also fixes an issue with the achievement for winning Crab Toss.
  • Closed an exploit that allowed some players to still access the final molten dungeon instance.

Crab Toss polishing up.

in Last Stand at Southsun

Posted by: AnthonyOrdon

Previous

AnthonyOrdon

Game Designer

Next

Once you’re downed you can’t be hit anything until a few seconds after you get back up or until you take an action (use a skill, pick up an item, etc).

Also, there’s currently a bug where the karka are targeting players who do not have the crab. This will be fixed very soon.

Lost Gold From Inventory

in Account & Technical Support

Posted by: Gaile Gray

Previous

Gaile Gray

ArenaNet Communications Manager

Next

Thanks for the information. My brother lived in Turkey for a while, but not in Istanbul and I was not aware that Kadikoy was a district inside the larger city.

I wanted to ask about possible account sharing because it is a common way in which things disappear from accounts. As much as we would like to trust our friends or family members to do the right thing, sometimes we learn about one family member spending the account’s wealth without telling the person with whom he shares the account. I understand that this does not apply to you.

I fully sympathize with your situation. And I truly appreciate that you have supported our game through its purchase and through the additional purchase of gems. All of which makes me extra sorry that you lost gold. However, as the team explained, they have not been able to see details related to the loss. We have a lot of logs, but not everything is visible. When you ask for reassurance that it will not happen again, I just want to say that what you experienced is extremely unusual and I believe it would be nearly impossible to have happen again.

Update: I am not deleting your comments, but a moderator has found them to be inflammatory and argumentative, and that is why the latest comment was deleted. At this point, having given the best answer I can give, I will close this thread.

Gaile Gray
Communications Manager
Guild & Fansite Relations; In-Game Events
ArenaNet

(edited by Gaile Gray.6029)

Karka Hatchlings in crab toss

in Last Stand at Southsun

Posted by: AnthonyOrdon

Previous

AnthonyOrdon

Game Designer

Next

Only the person carrying the crab should be targeted. There’s currently an issue where if you ever held the crab you will forever be a target. This should be fixed soon and it will make the game a lot easier to play.

Flame and Frost: A Rallying Flame (Bonfire) [Merged]

in Living World

Posted by: Regina Buenaobra

Previous

Regina Buenaobra

Content Marketing Lead

Next

Hi everyone,

We understand the frustration about not having enough notice to claim the achievement. The original date given for the Epilogue was incorrect, and while we corrected date in forum posts and on the website, some did not see the updated information or have the time to collect that achievement.

We will put the bonfires back in the game tomorrow, sometime during ArenaNet office hours, so players who missed out can get the Rallying Flame achievement. The bonfires will not give any buffs, however.

Sorry for the inconvenience.

Thank you for rectifying it. I can care less about the buffs just wanted the achievement. However do we know how long these bonfires will be up? Less than 24 hours, the rest of the week?

Until May 28. I have edited the post to reflect that info.

Content Marketing Lead
Twitter: @ArenaNet, @GuildWars2
In-Game Name: Cm Regina Buenaobra

Early Removal of Bonfires

in Guild Wars 2 Discussion

Posted by: Regina Buenaobra

Previous

Regina Buenaobra

Content Marketing Lead

Next

We understand your frustration, and we’re sorry about the errors in the originally published dates. This issue has been addressed in this post, where you can find more details.

Content Marketing Lead
Twitter: @ArenaNet, @GuildWars2
In-Game Name: Cm Regina Buenaobra

Flame and Frost: A Rallying Flame (Bonfire) [Merged]

in Living World

Posted by: Regina Buenaobra

Previous

Regina Buenaobra

Content Marketing Lead

Next

Hi everyone,

We understand the frustration about not having enough notice to claim the achievement. The original date given for the Epilogue was incorrect, and while we corrected date in forum posts and on the website, some did not see the updated information or have the time to collect that achievement.

We will put the bonfires back in the game tomorrow, sometime during ArenaNet office hours, so players who missed out can get the Rallying Flame achievement. The bonfires will not give any buffs, however.

Sorry for the inconvenience.

EDIT: The bonfires will remain in-game until May 28.

Content Marketing Lead
Twitter: @ArenaNet, @GuildWars2
In-Game Name: Cm Regina Buenaobra

(edited by Regina Buenaobra.6193)

API Documentation

in API Development

Posted by: Cliff Spradlin.3512

Previous

Cliff Spradlin.3512

Lead Programmer

Next

Hi,

Welcome to the API Development forum!

We’re really excited to share these APIs with you. There are already some amazing community apps and websites out there, and we hope that these APIs enhance them and enable new ones to be created.

This thread documents the currently available APIs for use. These APIs are in beta, so don’t be surprised if the interfaces change, but we will try to warn you if we have to make any breaking changes.

All currently available APIs are accessed using simple REST-style HTTP URLs.


API Terms:

These API’s are wholly owned by ArenaNet, LLC (“ArenaNet”). Any use of the API’s must comply with the Website Terms of Use and Content Terms of Use , however you may use the API’s to make commercial products so long as they are otherwise compliant and do not compete with ArenaNet. ArenaNet may revoke your right to use the API’s at any time. In addition, ArenaNet may create and/or amend any terms or conditions applicable to the API’s or their use at any time and from time to time. You understand and agree that ArenaNet is in the process of developing a full license agreement for these API’s and ArenaNet will publish it when it is complete. Your continued use of the API’s constitutes acceptance of the full license agreement and any related terms or conditions when they are posted.


Dynamic Events API – BETA


https://api.guildwars2.com/v1/events.json?world_id=1001

Optional parameters: world_id, map_id, event_id

This API returns an object with an “events” array. Each element contains the world_id, map_id, event_id, and state of an event. The ids can be translated to strings using the APIs listed below. The optional parameters can be used to filter the results to a desired scope of events.

The possible event states are:

  • Active – The event is running now
  • Inactive – The event is not running now
  • Success – The event has succeeded
  • Fail – The event has failed
  • Warmup – The event is waiting for certain criteria to be met before activating
  • Preparation – The criteria for the event to start have been met, but certain activities (such as an NPC dialogue) have not completed yet. After the activites have been completed, the event will become Active.

https://api.guildwars2.com/v1/event_names.json
https://api.guildwars2.com/v1/map_names.json
https://api.guildwars2.com/v1/world_names.json

Optional parameters: lang

Each of these APIs takes an optional querystring parameter “lang”. So for example, if you go to /v1/world_names.json?lang=de the results will be returned in german.

Currently supported languages: en, fr, de, es

These APIs return a JSON array of ids to strings. The ids correspond to ids returned in the events.json API.

The region a world is in can be determined by its world_id:
1xxx – North America
2xxx – Europe


https://api.guildwars2.com/v1/event_details.json

Optional parameters: event_id, lang

Returns detailed information about events. This includes their static starting location in the world. This location is not updated dynamically, so it’s only accurate for events that don’t move.



WvW API – BETA


https://api.guildwars2.com/v1/wvw/matches.json

Returns the currently running WvW matches, and the world ids in each match. The match_id can be used with match_details.json API documented below.


https://api.guildwars2.com/v1/wvw/match_details.json

Required parameter: match_id

Returns details about a match. This information includes the scores on each of the maps, and which team owns each objective. If an objective is held by a guild, the guild_id is also provided.


https://api.guildwars2.com/v1/wvw/objective_names.json

Optional parameter: lang

These APIs return a JSON array of ids to strings. The ids correspond to ids returned in the events.json API.



Item and Recipe Database API – BETA


https://api.guildwars2.com/v1/items.json

Returns a list of all items discovered by players in the game.


https://api.guildwars2.com/v1/item_details.json

Required parameter: item_id
Optional parameter: lang

This API takes an item_id and returns details about the item it represents. The format of the item details returned depends on the type of item represented. Some aspects of the item details will be present for all types of items, and some will be specific to specific item types.


https://api.guildwars2.com/v1/recipes.json

Returns a list of all recipes discovered by players in the game.


https://api.guildwars2.com/v1/recipe_details.json

Required parameter: recipe_id

This API takes an recipe_id and returns details about the recipe it represents.



Guild API – BETA


https://api.guildwars2.com/v1/guild_details.json

Required parameter: guild_id or guild_name

This API takes a guild_name or guild_id. It returns public data about a guild, including its name, tag, and emblem.

The emblem data is currently only the text metadata that can be used to compose the emblem. In the future, we may be able to provide the emblem as an image through this API, but that’s not currently possible.

The colors in emblem data are color IDs that represent an color value. The color IDs can be translated using the color API detailed below. Emblems use the ‘cloth’ material value in the color. We do not currently have an API to resolve foreground_id or background_id to more useful information about the images they represent.



Map API – BETA


https://api.guildwars2.com/v1/continents.json

Optional parameter: lang

Returns a list of continents, and information about each continent. This information is meant to be used in conjunction with the world map tile service, and with the map floor API.


https://api.guildwars2.com/v1/maps.json

Optional parameters: lang, map_id

Returns summary about one or all maps in the game. The summary contains information like the floors that a map is on, and translation data that can be used to translate world coordinates to map coordinates.


https://api.guildwars2.com/v1/map_floor.json

Required parameters: continent_id, floor
Optional parameter: lang

Returns detailed information about a map floor. This data can be used to populate a world map. Any coordinates provided have already been translated to map coordinates, which can be used in conjunction with the world map tile service.

The data provided currently only contains static content. Dynamic content, such as vendors, is not currently available.



Miscellaneous APIs – BETA


https://api.guildwars2.com/v1/build.json

No parameters.

Returns the current build ID. This can be useful for a number of purposes, such as resetting event timers due to server restarts.


https://api.guildwars2.com/v1/colors.json

Optional parameter: lang

Returns all of the colors / dyes in the game, and their color component information.

Colors are represented in their original color shifting form (HSL + contrast/brightness) as well as in RGB form. An example of how to interpret the original form is here: http://jsfiddle.net/cliff/jQ8ga/

The exact color applied to an item depends on its material. The different color/material combinations are enumerated in the API for each color.


https://api.guildwars2.com/v1/files.json

No parameters.

Returns a set of commonly requested in-game assets. These assets can be used to enhance API-derived applications. The results returned this API can be used to fetch assets from the Render service.

(edited by Cliff Spradlin.3512)

Lost Gold From Inventory

in Account & Technical Support

Posted by: Gaile Gray

Previous

Gaile Gray

ArenaNet Communications Manager

Next

1-why do you delete players posts here??
2-Incident: 130512-002261 this is enough to prove my ticket ha??

(1) Posts that contribute nothing, that take a thread off topic, or that say just “Yeah” are considered valueless and are deleted. Posts that make untrue allegations, such as “They will close your account for no reason!” or “They will come to your house and eat your refrigerator!” are also deleted.

(2) I am looking at your account. I see access from Istanbul and from Kadikoy. Are you perhaps sharing the account with someone else?

(3) There are more than 3,000,000 accounts. Let’s be clear: There are not “hundreds” of such reports and of those who write, most are found to be compromised accounts. Sure there are occasional forum posts about these issues and usually we can see what happened, but as the agent explained in your case there are no details available to use to show a “trail” for the gold. So while I appreciate you are not happy that we won’t give you gold, there is nothing that points to a game issue and nothing that justifies our doing that.

Gaile Gray
Communications Manager
Guild & Fansite Relations; In-Game Events
ArenaNet

(edited by Gaile Gray.6029)

Suspension Reversed.. but not really

in Account & Technical Support

Posted by: Gaile Gray

Previous

Gaile Gray

ArenaNet Communications Manager

Next

I don’t know what ticket you’re quoting, but your most recent suspension (09 May) was for an offensive name, and the suspension would not have been lifted, particularly since you were shown special consideration last time, and your suspension was lifted then.

Either the agent sent you the wrong response or you have multiple tickets confused. But in any case, you’re back in the game so I believe this matter is moot.

Gaile Gray
Communications Manager
Guild & Fansite Relations; In-Game Events
ArenaNet

e-Mail from "ArenaNet?" Please read! [merged]

in Account & Technical Support

Posted by: Gaile Gray

Previous

Gaile Gray

ArenaNet Communications Manager

Next

ArenaNet will never contact you about your account, unless you have contacted them first. Never click on links in emails, without first ascertaining where it is they actually lead. Please remove those links from your post, to prevent others from visiting potentially harmful sites. I hope you have changed your passwords and email address associated with your game account to keep your account safe from being compromised again. Best of luck to you in the future. =)

Sorry I did not see the message when I wrote the earlier message. I already changed the password ,but not email. I will take note about the “ArenaNet will never contact you about your account, unless you have contacted them first.” as a life lesson. Thx both of you for answering my problem.

The only exception I can think of will be emails along the lines of “We’ve detected your account doing X, we’ve suspended/banned your account. Please submit a ticket at support.guildwars2.com to appeal”

The email you see as the origin can be spoofed, so no need to block the noreply@guildwars2.com address, just only go to their site (or your banks, etc) by typing in the website URL.

We do not send emails when we suspend or terminate an account, so an email of that type would not be legitimate.

Gaile Gray
Communications Manager
Guild & Fansite Relations; In-Game Events
ArenaNet

Lost Gold From Inventory

in Account & Technical Support

Posted by: Gaile Gray

Previous

Gaile Gray

ArenaNet Communications Manager

Next

We have decidedly not had multiple reports about this sort of issue. Claims of “disappearing gold” come and go, but we’ve not been able to establish that somehow, for some mysterious reason, someone’s wealth suddenly went “poof!”

You do not provide your ticket number, so I cannot look into this matter more deeply, but I don’t have confidence that you were told to take this complaint to the forums. If it was a legitimate complaint, and one we could help with, we would do so!

Gaile Gray
Communications Manager
Guild & Fansite Relations; In-Game Events
ArenaNet

Take responsibility for your errors.

in Account & Technical Support

Posted by: Gaile Gray

Previous

Gaile Gray

ArenaNet Communications Manager

Next

With regret, I am not able to offer any additional help with this ticket. The team responded accurately: We are not able to offer item roll-backs or replacements and we do not offer account restorations — which involve the full account — to replace a lost item or items.

When there are server-side issues — such as you suggested — we are aware of it through server logs and we also gain confirmation through multiple reports. When such issues occur, they never involve a single player, but a number of players. We have no logs or other reports; your report was the only one we received, and obviously was connected to your individual account and activities on it, such as vendoring, destroying, or salvaging items — any of which can happen accidentally.

Since your account shows no record of compromise, it is ineligible for restoration.

So while I understand you’d prefer a different than the one you received, what you were told, and the outcome of your request, were accurate. With respect, there is no error for which we need to take responsibility.

Gaile Gray
Communications Manager
Guild & Fansite Relations; In-Game Events
ArenaNet

Gemshop - Did not get my item

in Bugs: Game, Forum, Website

Posted by: Jeffrey Vaughn

Previous

Jeffrey Vaughn

Content Designer

Next

Clear out your inbox. If it has too many messages, incoming mail will be held in a queue.

Card approval failed we appreciate your continued purchases.

in Account & Technical Support

Posted by: Ashley Segovia.8276

Previous

Ashley Segovia.8276

Technical Support

Next

Hi there – While this isn’t a tech issue this is definitely something you’ll want to contact customer support about. If you click the link below you’ll want to click the “My Stuff” tab to get started on creating a support ticket.
https://en.support.guildwars2.com/

I don't have an arenanet.log

in Account & Technical Support

Posted by: Ashley Segovia.8276

Previous

Ashley Segovia.8276

Technical Support

Next

Hey there! Thanks for the Game Advisor report. Well the first thing that stands out to me here is that it looks like you don’t have any video card drivers installed:
———————-
Display Devices
———————-
Card name: NVIDIA GeForce GTX 650 Ti
Manufacturer:
Chip type:
DAC type:
Device Key: Enum\PCI\VEN_10DE&DEV_11C6&SUBSYS_101610DE&REV_A1
Display Memory:
Dedicated Memory: n/a
Shared Memory: n/a
Current Mode: 1680 × 1050 (32 bit) (60Hz)
Monitor: SyncMaster T200/T200G,SyncMaster Magic T200/T200G
Driver Name:
Driver Version: ()
DDI Version:
BGRA Supported: No
Driver Attributes: Final Retail
Driver Date/Size: , 0 bytes
WHQL Logo’d: n/a
WHQL Date Stamp: n/a
Device Identifier:
Vendor ID:
Device ID:
SubSys ID:
Revision ID:
Revision ID:
Video Accel:
Deinterlace Caps: n/a
DDraw Status: Disabled
D3D Status: Not Available
AGP Status: Not Available

The link below should allow you to install the latest drivers:
http://www.geforce.com/drivers/results/59640

Hope this helps!

Link to Flame and Frost Forum

in Living World

Posted by: Regina Buenaobra

Previous

Regina Buenaobra

Content Marketing Lead

Next

As we have done for all previous installments of Living World or holiday events, we have archived the sub-forum. You can view the other archived sub-forums at the bottom of the page here.

As we have messaged before, if you wish to discuss past Living World content, you can do so in the Living World Discussion sub-forum.

Content Marketing Lead
Twitter: @ArenaNet, @GuildWars2
In-Game Name: Cm Regina Buenaobra

Excuse me! Do you have a moment?

in Last Stand at Southsun

Posted by: Robert Hrouda.1327

Previous

Robert Hrouda.1327

Content Designer

Next

we’re aware of it and working on a solution.

Bad Blood minor update

in Personal Story

Posted by: Jeffrey Vaughn

Previous

Jeffrey Vaughn

Content Designer

Next

I didn’t want to necro the old thread, but I did want to let folks know that I (literally) sat down with the audio designer on this, and we made some minor changes to make the puzzle friendlier.

There’s now a small rampup where the flags and wind kick in, which gives you a couple of seconds before the wind will knock you off the wall—if you’re in the middle of the run when the wind kicks in, you now have a small window to activate stability or get to cover. The sound then dies off as the flags die down (and the knockback effect ends.)

Hopefully this will make the ledge portion a bit easier, so you don’t have to die and use the checkpoint. I don’t have an exact ETA on when it will go Live—the audio folks want to do a little more work on the wind audio, then it will go into the next available content update.

Credit card approval failed

in Account & Technical Support

Posted by: Gaile Gray

Previous

Gaile Gray

ArenaNet Communications Manager

Next

Both myself and my brother-in-law have had this problem. The fix we found was simple but odd. First, choose a different amount of gems than the one you actually want. For example, say you want to buy 800 gems, then first put in the order for 1600. As before, the “Confirm” button will be greyed out and you won’t be able to use it. Go “Back” and change the amount of gems to what you wanted in the first place. This time the “Confirm” button will be available. I know it sounds strange but I know of more than 3 separate instances where this worked.

Thank you for providing this helpful advice, Jacki. It is odd that it would work, and even more odd that it would be necessary. I am going to alert the BLTC Team about this, in case this is something they could review.

Gaile Gray
Communications Manager
Guild & Fansite Relations; In-Game Events
ArenaNet

Complaint

in Account & Technical Support

Posted by: Gaile Gray

Previous

Gaile Gray

ArenaNet Communications Manager

Next

We take harassment and offensive behavior seriously, and we will take action on those who engage in that sort of thing. Aside from that, it’s neither realistic nor fair to give someone a free world transfer for issues that are at least partially of his own making.

I think the answers that other players have given in this thread have merit, and you need to separate from the problematic family member and go about your business, so that you don’t continue to get further embroiled in unpleasantness.

Gaile Gray
Communications Manager
Guild & Fansite Relations; In-Game Events
ArenaNet

New Backpiece is from your nightmares

in Last Stand at Southsun

Posted by: Robert Hrouda.1327

Previous

Robert Hrouda.1327

Content Designer

Next

Ah crap well I’m never going to get 25/25 achievements:(

Just keep at it, I’m sure you can. There are more than 25 total achievements, so you have options on what you plan on doing. Every achievement counts towards it, so go do a few of them and you’ll be there before you know it.

Is Stealth New Marketing Campaign?

in Guild Wars 2 Discussion

Posted by: Martin Kerstein.3071

Previous

Martin Kerstein.3071

Head of Global Community

Next

This is not actually a question, but a statement that the OP does not approve of “Stealth”. Therefore I will close it.

Account Issue Follow-ups – Updated Regularly

in Account & Technical Support

Posted by: Gaile Gray

Previous

Gaile Gray

ArenaNet Communications Manager

Next

Update: 14 May 2014

130423-000225 Resolved
130422-001593 Resolved
130425-000409 Resolved
130428-002247  Resolved
130428-001597 Resolved
130503-000810 Resolved
130422-002287 Resolved — this was responded to in <24 hours. Please review your Support Account for the response, or check your Spam or Junk Mail folders.
130429-000143 Resolved in <3 hours. Please use this thread only for issues 3+ days old.
130428-001608 Resolved in <24 hours. Please use this thread only for issues 3+ days old.
130429-001218 Resolved in <24 hours. Please use this thread only for issues 3+ days old.
130501-001624  Resolved in <24 hours. Please use this thread only for issues 3+ days old.
130420-002476 I updated your ticket today. Again, never encourage players to submit false reports; you put your account, and theirs, in jeopardy of suspension for doing so.
130502-001992 Responded in individual forum thread.
130428-001424 You need to answer questions sent to you 4/28 to verify you are the account owner
130419-001954 You need to answer questions sent to you 5/07 to verify you are the account owner
130427-000805 Final response given 5/02. The account will not be reinstated.
130421-002737 Final response given 5/03. The account will not be reinstated.

Notes:

  • Reviews of issues related to botting, RMT/gold selling, and fraud can take time. Please be patient.
  • ONE post per ticket will be accepted. Follow-ups, if necessary, should come from the same person and should allow at least another 48 hours before being posted.
  • No petitions, no testimonials.
  • Don’t file duplicate tickets — they slow down your resolution. Submit ONE ticket and update it if necessary. Thank you.

If your ticket is at least three days old, and if you still need assistance, please post in the Tickets for Review – 3 days and older [merged] thread, which is here at the top of this forum. Please note that posts for issues that are not at least 3 days old will be ignored.

Always include your 12-digit incident number in every post.

Gaile Gray
Communications Manager
Guild & Fansite Relations; In-Game Events
ArenaNet

(edited by Gaile Gray.6029)

Tickets for Review (3 days and older) [merged]

in Account & Technical Support

Posted by: Gaile Gray

Previous

Gaile Gray

ArenaNet Communications Manager

Next

Update: 14 May 2014

130423-000225 Resolved
130422-001593 Resolved
130425-000409 Resolved
130428-002247  Resolved
130428-001597 Resolved
130503-000810 Resolved
130422-002287 Resolved — this was responded to in <24 hours. Please review your Support Account for the response, or check your Spam or Junk Mail folders.
130429-000143 Resolved in <3 hours. Please use this thread only for issues 3+ days old.
130428-001608 Resolved in <24 hours. Please use this thread only for issues 3+ days old.
130429-001218 Resolved in <24 hours. Please use this thread only for issues 3+ days old.
130501-001624  Resolved in <24 hours. Please use this thread only for issues 3+ days old.
130420-002476 I updated your ticket today. Again, never encourage players to submit false reports; you put your account, and theirs, in jeopardy of suspension for doing so.
130502-001992 Responded in individual forum thread.
130428-001424 You need to answer questions sent to you 4/28 to verify you are the account owner
130419-001954 You need to answer questions sent to you 5/07 to verify you are the account owner
130427-000805 Final response given 5/02. The account will not be reinstated.
130421-002737 Final response given 5/03. The account will not be reinstated.

Gaile Gray
Communications Manager
Guild & Fansite Relations; In-Game Events
ArenaNet

Things to do on Southsun Cove (May 14th - May 28th)

in Last Stand at Southsun

Posted by: Regina Buenaobra

Previous

Regina Buenaobra

Content Marketing Lead

Next

  • Enjoy some story snippets in the newly renovated resort located on Pearl Islet (complete with Asura Gate straight to Lion’s Arch).
  • Explore the six renovated camps scattered across the island, including the brand new camp near Driftglass Springs.
  • Help keep the peace between the Consortium and their new settler employees.
  • Speak with one of the Settler Negotiators for a special map-wide magic find buff or with one of the Consortium Negotiators for a map-wide gold find buff.
  • Escort lost settlers back to the relative safety of their camps.
  • Stave off enraged wildlife encroaching on the settlers’ new homes.
  • Talk to Researcher Levvi at her research camp and help her discover who’s behind the increase in animal attacks by participating in a brand new scavenger hunt.
  • Blow off some steam with the new Crab Toss free-for-all PvP activity located near Sawtooth Bay.
  • Earn a new set of achievements themed around helping out and having fun on Southsun. Dedicated players will have an opportunity to earn unique backpacks and titles.
Content Marketing Lead
Twitter: @ArenaNet, @GuildWars2
In-Game Name: Cm Regina Buenaobra

(edited by Regina Buenaobra.6193)

linking guildwars = Terminated my gw1 account

in Account & Technical Support

Posted by: Gaile Gray

Previous

Gaile Gray

ArenaNet Communications Manager

Next

I think the problem is that the account your friend gave you was essentially used. It doesn’t matter that it had no characters (characters can be deleted), or that it was sent to you the day it was created. The fact is, the owner is the person who purchases and registers the account, and that was not you. You have been given a final answer on this and I ask that you please do NOT submit additional tickets

Here is the key point: The account didn’t get into the “ownership dispute” category randomly. The team did not close the account without reason. More than one person claimed that he/she owned the account, and because we cannot verify who is the real owner, the account — by policy — was closed.

I believe that is what you’re dealing with, and that is why the Guild Wars account will remain closed.

Gaile Gray
Communications Manager
Guild & Fansite Relations; In-Game Events
ArenaNet

Cragstead and the Hatchery

in Flame and Frost

Posted by: Paul Belz.7351

Previous

Paul Belz.7351

Next

yeah thats a bug >< will be fixed before the end of the day hopefully sorry

Black Lion Trading bug

in Bugs: Game, Forum, Website

Posted by: Janson Smalling.1850

Previous

Janson Smalling.1850

Next

Hey ColdBlade!

Unfortunately, there are quite a few circumstances that can affect the performance of the BLTC window. Sometimes, it is necessary for us to have you submit a ticket with all of your system’s specs and firewall info.

However, a lot of issues can be fixed by clearing your cache. I realize that you said you’ve deleted your cache. However, I’d like you to try again following the below steps. To do this, simply exit out of Guild Wars 2 and follow these steps:

1. Click the Windows start button.
2. Search for temp
3. Find any gw2cache folders and delete them.
Relaunch the game.

I hope this fixes it for you, but if it doesn’t, please submit a ticket with the info I mentioned. Again, sorry that you’re having issues.

How to Dance, Volume 1

in Black Lion Trading Co

Posted by: Curtis Johnson

Previous

Curtis Johnson

Next

We’ve actually talked about an emote panel a lot, however we don’t have one now ,or enough content to fill it yet, and so this is the best solution to start meeting the demand for more dances sooner rather than later (or maybe never).

Like we said in the beginning the strength of a micro-transaction model is it gives players the power to say what is worth their dollar. If it’s popular enough, we’ll continue to expand and improve the whole system.

[March] Issues with character art, weapons, or armor?

in Bugs: Game, Forum, Website

Posted by: Rob Thody.1539

Previous

Rob Thody.1539

Live Response Coordinator

Next

We are going to unsticky this thread due to the frequency of these posts. Many of these issues are so different that it would greatly benefit us if they could be individual specific threads instead of one giant sticky post.

Thank you.

Issues with getting in dungeon instances

in Bugs: Game, Forum, Website

Posted by: Rob Thody.1539

Previous

Rob Thody.1539

Live Response Coordinator

Next

We are going to unsticky this thread due to the frequency of these posts. Many of these issues are so different that it would greatly benefit us if they could be individual specific threads instead of one giant sticky post.

Thank you.

Issues with the Guild System? Post here!

in Bugs: Game, Forum, Website

Posted by: Rob Thody.1539

Previous

Rob Thody.1539

Live Response Coordinator

Next

We are going to unsticky this thread due to the frequency of these posts. Many of these issues are so different that it would greatly benefit us if they could be individual specific threads instead of one giant sticky post.

Thank you.

Issues with 'Join In' and playing with party members

in Bugs: Game, Forum, Website

Posted by: Rob Thody.1539

Previous

Rob Thody.1539

Live Response Coordinator

Next

We are going to unsticky this thread due to the frequency of these posts. Please feel free to continue updating this thread if these issues persist.
Thank you.

[March] Getting stuck in the map/seeing map art issues?

in Bugs: Game, Forum, Website

Posted by: Rob Thody.1539

Previous

Rob Thody.1539

Live Response Coordinator

Next

We are going to unsticky this thread due to the frequency of these posts. Please feel free to continue updating this thread if these issues persist.
Thank you.

[EU] Masters of the Mists by Guru/Curse

in PvP

Posted by: Allie Murdock

Previous

Allie Murdock

Community Coordinator

Next

Looking forward to it! Thanks for putting this together Frozire and Guru/Curse!

Story Skipped or Changed? Potential Group Story Bugs.

in Bugs: Game, Forum, Website

Posted by: Rob Thody.1539

Previous

Rob Thody.1539

Live Response Coordinator

Next

We are going to unsticky this thread due to the frequency of these posts. Please feel free to continue updating this thread if these issues persist.

Thank you.

Game Update Notes - May 14, 2013

in Game Release Notes

Posted by: Mark Katzbach

Previous

Mark Katzbach

Content Marketing Manager

Next

Optimizations

  • We’re rolling out our first set of optimizations. This is the first in many steps involved in helping resolve issues with “skill lag.” Some players will experience a slight improvement in skill lag issues with large groups of players, while some players may also experience a slight raise in their FPS.

Profession Skills
Engineer

  • Fixed a bug which disabled certain traits from functioning correctly. This includes Rifled Turret Barrels, Metal Plating, and Autotool Installation.

World vs. World

  • Arrow Cart: Arrow cart damage vs. other siege weapons has been reduced to 50% of its current damage.

(edited by Moderator)

Game Update Notes - May 14, 2013

in Game Release Notes

Posted by: Mark Katzbach

Previous

Mark Katzbach

Content Marketing Manager

Next

LIVING WORLD
The Secret of Southsun
The refugees from Flame & Frost who were resettled at Southsun Cove are up in arms over the restrictive residency contracts that prevent them from leaving. Tensions are high, and settlers are brawling with Consortium guards. What’s worse, the island’s local wildlife has been agitated and is even more aggressive and territorial than usual.
The Lionguard’s Inspector Kiel has been charged with quelling the violence so it doesn’t interfere with the upcoming Dragon Bash festival in Lion’s Arch. Kiel takes her job seriously, so she’ll need help from players and Researcher Levvi to keep everyone on the island safe from the local wildlife and each other.

Southsun Cove

  • The Consortium has created a new exotic resort for those looking to get away for a while. Lord Faren and Lady Kasmeer are currently there on vacation.
  • New settlements have been created for refugees coming in from Lion’s Arch.
  • Animals on Southsun Cove are becoming increasingly aggressive.
  • Settlers and tourists have wandered too far from the camps and need assistance getting back to safety.
  • Researcher Levvi is looking for brave adventurers to help survey the island and recover samples to determine the cause of the native creatures’ increased aggression.
  • Tensions between settlers and Consortium members have led to confrontation that may require mediation.
  • The new Crab Toss activity is now available at Sawtooth Bay in Southsun Cove. Players can win karka shells, passiflora, tonics, and more.
  • Southsun Supply Crates will drop rarely from creatures during the Secret of Southsun event. These crates contain Southsun crafting materials and a chance at a wide variety of items, such as shoulder skins, new boosts and convenience items, and a rare chance at new weapon skins and minis. Southsun Supply Crates can also be purchased from the Black Lion Trading Company (see below for more info).
  • Blooming Passiflora are now growing on the island.
  • The larger veteran and champion karka now have a guaranteed drop chance for karka shells upon defeat.
  • All players who enter the island for the duration of the event are scaled up to level 80. This content is available from May 14 to June 4.

Guild Content

  • Six Guild Trek locations have been added to Southsun Cove.

Achievements

  • Added new living world achievements to Southsun Cove: “Consortium Rewards Club Member,” “Southsun Settler Supporter,” “Southsun Sightseer,” “Southsun Volunteer Fieldwork,” “Southsun VIP Meet and Greet,” and more.
  • Added new achievements for Crab Toss activity: “Crab Toss Participant,” “Crab-Carrying Competitor,” “Crabtacular!,” “Crabgrabber,” and “Crab Toss Champion.”
  • Players who complete 25 of the Secret of Southsun achievements will earn the “Southsun Stalwart” meta-achievement. This achievement awards players with a Sclerite Karka Shell back item and the title of “Southsun Stalwart.” The Southsun Stalwart meta-achievement covers the entire event’s content, some of which is not accessible until the next release.
  • A new title, “Crab Toss Champion,” has been added for players who win a game of Crab Toss.
  • A new title, “Crabgrabber,” has been added for players who steal 100 crabs during games of Crab Toss.

NEW FEATURES AND CONTENT
World vs. World

  • Obsidian Sanctum, the jumping puzzle in the Eternal Battlegrounds, has been moved to its own WvW map.
    • Entering the puzzle will take players out of the Eternal Battlegrounds.
    • Leaving will take players back to Lion’s Arch.
  • Added a new vendor: “Traps and Tricks Outfitter.”
  • Traps have been added as a new purchasable consumable utility item. Two unique variants are available.
    • When placed, traps last for one hour.
    • Players may only have one of a given trap type deployed at a time.
    • Traps will disappear when a player leaves the map.
    • Traps are sold by the vendor for 15 badges and 525 karma; they will stack to 250 and are account-bound.
    • It takes a 4-second channel to place at feet.
    • Placing a trap uses very short-range ground targeting to assist in orientation.
    • Placed traps have a 600×90 rectangular trigger area; only enemies can trigger them.
    • Once triggered, traps affect up to 20 enemies within a range of 1200.
    • Traps cost 10 supply to place.
  • Supply Removal Trap
    • Removes 5 supply from enemies affected by the trap.
  • Stealth Disruptor Trap
    • Removes stealth from enemies and reveals them for 30 seconds, preventing stealth.

BALANCE, BUG-FIXING, POLISH
General

  • A Commander’s map pings and strokes are now visible to members of their squad.
  • Fixed several shadowstep bugs that let players teleport through WvW gates and exploit various dungeons.
  • Fixed a bug that caused some items to lose their functionality after a player has gone into a downed state.

Events

  • Malchor’s Leap:
    • Pact cannons near the Shelter Docks are now fully operational.
    • The Inquest Ornithologist has been upgraded to a champion, as befits her Group Event status.
  • Metrica Province:
    • Minor UI changes were made to the Mark II golem event.
  • Mount Maelstrom:
    • The Branded ogre in the Infinity Coil complex is now properly imprisoned in his cage.
  • Sparkfly Fen:
    • Added a skill to the seaweed-mine bundle.
  • Timberline Falls:
    • Fixed a stalling bug in the event “Protect krewe leader Dobbs as the krewe clears the excavation site.”
  • Wayfarer Foothills:
    • Dredge soldiers outside Molensk are no longer rooted in place.

Personal Story

  • “Down the Hatch”:
    • Fixed a rare stalling bug at the end of the story step.
  • “The Ghost Rite”:
    • Fixed the player’s camera position while transformed.

Structured PvP

  • Reverted a change to PvP dailies that increased their difficulty.
  • Reworded some custom arena tooltips to be less confusing.

Profession Skills
Warrior

  • Leg Specialist:
    • This trait will no longer function with the Burning Oil siege weapon in WvW.
  • Healing Signet:
    • Updated skill facts to show the passive effect and accurately display the healing value for the active effect.

Elementalist

  • Dragon’s Claw:
    • Fixed an exploit that caused this skill to fire at increased rates.

Engineer

  • Kit Refinement:
    • The cooldown icon will now display correctly when this trait is used with Flamethrower.

Elementalist

  • Shocking Aura:
    • This skill’s icon on the buff bar now displays the same icon as the skill itself.

Ranger

  • Fixed a bug that caused the projectile speed of the following axe skills to be 75% of their intended speed:
    • Ricochet
    • Splitblade
    • Winter’s Bite
    • Path of Scars
  • Juvenile Rainbow Jellyfish now uses a unique model.

BLACK LION TRADING COMPANY GEM STORE
New Items and Promotions

  • You can now purchase the Southsun Supply Crate in the Consumable category of the Gem Store for 1 for 150 gems or 10 for 1200 gems. These special crates contain Southsun crafting materials and a chance at items such as shoulder skins, new boosts and convenience items, and a rare chance at new weapon skins and minis. The Southsun Supply Crates will only be available until June 10. The Southsun Supply Crates will also be a limited-time rare drop off the creatures on the island during this time.
  • The Consortium Swim Speed Boost is now available in the Boost category of the Gem Store for 1 for 50 gems or 5 for 200 gems. This boost will increase your swim speed by 15% for 1 hour. This boost is not useable in PvP.
  • To celebrate spring, the Gem Store is making one miniature baby animal available each week for the month of May. This week’s adorable addition is the Mini Moa Chick, which is now available in the Minis category of the Gem Store for 400 gems each.
  • How to Dance, Volume 1 is now available in the Services category of the Gem Store for 400 gems. This book can be used to gain access to three different dance moves and a skill that will allow you to invite others to participate in your dance party.

(edited by Mark Katzbach.9084)

Please remove/change Champion Risen Wraith

in Suggestions

Posted by: ColinJohanson.2394

Previous

ColinJohanson.2394

Game Director

Next

I think it didn’t make it into today’s release notes since the fix got in so last minute, but a bug causing some of the newer bosses to scale their damage out of reasonable bounds has been fixed and will be included in today’s patch.

These bosses will now use the same damage scaling system consistent with champions in the game that scale normally.

GW2 expansion - 1Q Ncsoft Conference Call [merged]

in Guild Wars 2 Discussion

Posted by: Regina Buenaobra

Previous

Regina Buenaobra

Content Marketing Lead

Next

The information that Martin provided after the last quarterly earnings call about this topic hasn’t changed.

Our primary focus as a company is making the core game experience as amazing as possible, through new features, content, and the exciting changes and additions to the world through our Living World releases.

Content Marketing Lead
Twitter: @ArenaNet, @GuildWars2
In-Game Name: Cm Regina Buenaobra

[Feedback] Custom Arenas and Observer Mode

in PvP

Posted by: Evan Lesh

Previous

Evan Lesh

PvP Gameplay Programmer

Next

If you get nauseous from the follow cam, try using free-cam. This allows you to disconnect the camera from your targets facing direction by using left-mouse.

Bluxgore (80 Warr), Xilz (80 Necro), Ivo (80 Eng)
Bra (80 Guard), Fixie Bow (80 Ranger), Wcharr (80 Ele)
Xdragonshadowninjax (80 Thief)

Input lag, need some help decreasing it

in Account & Technical Support

Posted by: Ashley Segovia.8276

Previous

Ashley Segovia.8276

Technical Support

Next

Hey again Frostedblaze – To avoid any confusion, skill delay is a known issue which is a server side issue if this is what you mean by input lag. We don’t have an ETA for a fix or any status updates on this, though in the mean time it wouldn’t hurt to contact your ISP if this is the only problem you’re having. Additionally, a wired connection will give you a much more stable connection than a wireless connection would, though it wouldn’t hurt to give it a go as a troubleshooting step.

Update on Arrow Carts in WvW

in WvW

Posted by: DevonCarver.5370

Previous

DevonCarver.5370

WvW Coordinator

Next

They do less damage to all siege weapons, siege golems included.

Cragstead and the Hatchery

in Flame and Frost

Posted by: Paul Belz.7351

Previous

Paul Belz.7351

Next

I guess the only way to be sure is to go check the areas out after the release today ;p

Be thorough

Remove Dodge Queue Now - Still Bugged!

in PvP

Posted by: JonPeters.5630

Previous

JonPeters.5630

Game Design Lead

Next

Not going out in today’s build. At the very latest it will be out before the end of the month, but I am expecting it to be sooner. Just fyi.

Update on Arrow Carts in WvW

in WvW

Posted by: DevonCarver.5370

Previous

DevonCarver.5370

WvW Coordinator

Next

Greetings WvW players!

We are aware that there has been a great deal of controversy about the recent changes to arrow carts. One change that is happening in today’s build will be a reduction in the amount of damage arrow carts do to siege weapons. While we believe the damage to players is in line with what we want it to be, we do think that we overshot a bit on the range of the arrow carts once they have been upgraded. We intend to change the arrow cart upgrade line to bring the numbers more in tune with what we intended the whole of siege weapons to be, but we felt that it would be unfair to make that change until we were able to provide all players with a reset of their spent World Ability Points, allowing people to reallocate them however they choose. To that end, we will not be making the adjustment to the range of the upgraded skills until we are able to implement a one-time reset of said points. This will make it so that everyone who upgraded arrow carts can decide if they still wish to put their hard earned points into that spot, or spend them elsewhere after the change. This reset is a special event because we feel it is unfair to make changes to lines once people have put points in them. Hopefully this explains the method behind the madness and we hope you continue to fight the good fight on behalf of your realm!
Cheers!

Devon Carver

Remove Dodge Queue Now - Still Bugged!

in PvP

Posted by: JonPeters.5630

Previous

JonPeters.5630

Game Design Lead

Next

We have a fix for this incoming.

Let me also add the game does not work without some sort of minimal queing. We will continue to improve the queue to make it unobtrusive as possible as we believe the game should feel more like an action game, but due to its online nature and infrastructure some amount of queing is necessary.

Jon

(edited by JonPeters.5630)