Guild Wars 2

1739 readers
4 users here now

Welcome to c/guildwars2 on the Lemmyverse.

SotM: Love Spooky Season (@avater)

Links

Official

Builds

Tools

Addons

Related Communities


founded 2 years ago
MODERATORS
101
 
 

Many events have a bit of a grace period once the last item is being given to the NPC, so others can get rid of their items and get participation. Many events also have a timer, so if you hand in the last item 15 seconds before the event ends and the NPC gives it another 60 seconds of grace period, the event fails.

Just joking, it doesn't fail. That would be an immensily inept way to design a game. All items being handed in has priority, the event checks for that before declaring fail or success state.

Except in current content. The beacon part of the Nayos meta, for example.

102
 
 

I'm trying to get back into GW2, in large part because it's one of the few MMOs I've liked that actually works well under Linux.

For a frame of reference, my main was a Nord Necromancer with ~33 mastery points, and the three easier-to-acquire mounts. I completed the main story and HoT, and sort of drifted out in the middle of PoF for like two years. Just bought the EoD expansion while it's on sale.

I've got one 20-slot bag and four 15-slots, and maybe 1-2 slots free at any given time. I suspect my problem is less "bag space" per se, and more a hoarding tendency-- crafting items, "turn it into some NPC for a quest" items, seasonal tonics and exchange items. Hell, I still have the Level 80 token that came with the original purchase, because I figured if I skipped to 80, I'd miss the Personal Story.

Is there a good rundown for discard/sell/keep somewhere? One thing I've seen in other games that I appreciate is when they say "these seasonal items are now obsolete and will be deleted/can be auto-sold for trifling sums".

Alternatively, should I just treat this character as a walking treasure chest, park him, and try to shared-slot things of actual value to a new character? Part of me says to fire up a revenant-- I always mean to try it, but I suspect now I'll be disappointed after spending my holiday playing too much Code Vein, where it was the term for "formally speaking not vampires, but, yeah... vampires."

103
 
 

If you do not own the deluxe upgrades for HoT and/or PoF and were thinking about getting extra character slots anyway, you can get the slot plus other bonuses for 40 gems less than just the discounted character slot alone right now.

The PoF one also has a lounge pass (Lily of the Elon, near Amnoon), which is very nice if you don't already own one. They both have a few cosmetics.

It doesn't show a time in-game when the deal will end unfortunately (instead just shows the "1 available at this price" message) and I couldn't find that info elsewhere.

104
 
 

Probably save to assume that they will keep selling half a season of Living World once a year for an almost full full box price, but I'll wait until something is actually released. Maybe it'll be more than 85% cannibalized and recycled mechanics and art assets.

105
 
 

@that_shaman@mstdn.social Amazing work!

If anything or anyone can save this expansion for me it's Peitha. Of course this would mean that she turns out to be the ultimate villain in the end, but we cannot stop trusting her nonetheless.

106
 
 

Just finished it, works now.

107
 
 

What kind of goal are you working towards? Legendary weapon or specific skin, please share! I'm kind of looking for new inspirations😅

108
109
 
 

And I'm pretty sure our Commander and his herald are fucking.

Reward: pwetty cape. -> [&AgF5igEA]

Oh, and that Single-Use Dungeon Portal Scroll is a scam. It doesn't even teleport you to Camilla, it drops you off at the entrance of Lion's Arch like the regular scroll. Shame.

110
 
 

There have been several reports of 72h bans and I'll just link to a reddit modpost.

It's most likely just a false positive, yet it'd still be annoying to get banned for half a week over nothing.

Edit: https://en-forum.guildwars2.com/topic/140918-players-are-being-given-72-hours-bans-for-unlocking-waypoints-for-another-playeraccount-with-turtle/page/4/#comment-2042375

111
 
 

Fun's over, mate.

112
 
 

Just healed 100 nm Afflicted, 0 problems, absolutely fucking retarded OP. Shit's hilarious and will get only better with the rifle.

[&DQcXKi06KB1tAW0BaQFpAWgBaAGFAYUB7RK8AQAAAAAAAAAAAAAAAAAAAAADWQBWAFcAAA==]

Switched MoC for Null Field in that specific case since Uber AoE Condi Removal of Doom ruled supreme in that specific encounter.

113
 
 

Cake is fixed, praised be the Lord.

114
 
 

Yes I stole it from Reddit.

115
 
 

You monster.

116
 
 

Hopefully one day lemmy will have actual polls, too.

117
17
submitted 2 years ago* (last edited 2 years ago) by necropola@lemmy.sdf.org to c/guildwars2@lemmy.wtf
 
 

... and this completes a Map ... and you get a Black Lion Chest Key ... and you get really lucky.

118
10
submitted 2 years ago* (last edited 2 years ago) by necropola@lemmy.sdf.org to c/guildwars2@lemmy.wtf
 
 

When I play Engineer, I usually have exactly one Engineering Kit equipped as a Utility Skill and I basically (want to) use this Kit as my 2nd Weapon Set.

This works pretty well, but has the downside that the Weapon Swap Key only swaps from kit back to weapons but not to the kit (how would it know?) and when I press it (accidentally) while not/no longer in combat it swaps to my other actual weapon set.

So I had the idea to bind the key I'm normally using for weapon swap. i. e. ^ (caret) on my QWERTZ keyboard, to the 3rd utility slot which is where I normally place the kit skill.

Perfect ... Exactly what I wanted for my Engineer:

  • The weapon swap key now alternates between current weapon set and kit
  • I can no longer accidentally swap to my other weapon set

But since GW2 does not support per-character keybindings, I would need to rebind keys again whenever I play a different (normal) profession.

Hmmm .... What if I (instead of messing with in-game key bindings) add something to my AutoHotkey script (I'm already using for Jump+Dodge) which lets me toggle Kit Mode mappings by using some special key (Numpad0 for example)?

kitMode := false

#If WinActive("ahk_exe Gw2-64.exe")
; Toggle kitMode on Numpad0/NumpadIns 
Numpad0::
NumpadIns::
	kitMode := !kitMode
	Return

#If WinActive("ahk_exe Gw2-64.exe") and kitMode 
; Assuming default mappings on a QWERTZ keyboard
; Map ^ (weapon swap) to 9 (Utility Skill 3)
^::9

When I'm now on my Engineeer, I press Numpad0 once to enable Kit Mode which makes my weapon swap key alternate between current weapon set and kit (3rd utility slot). And when I log a different profession, I press Numpad0 once again to restore the original behavior.

🛠 Mission accomplished 🛠


See https://help.guildwars2.com/hc/en-us/articles/360013762153-Policy-Macros-and-Macro-Use

You may bind dodge and jump to a single key.

119
120
121
 
 

Alliances and Team Transfers have to die so World Restructuring can live.

122
10
Patch 15.11.23 (en-forum.guildwars2.com)
submitted 2 years ago by lulztard@lemmy.wtf to c/guildwars2@lemmy.wtf
 
 

Bug Fixes:

Fixed an issue that rewarded multiple Hero's Choice chests when players completed the Road to Heitor meta-event.
Fixed an issue that prevented players from opening more than one Greater Arcane Chest in Amnytas per day.
Fixed an issue that caused opening the Greater Arcane Chest in Inner Nayos to count as opening a Greater Arcane Chest in Amnytas, and vice versa.
Fixed an issue that caused reward chests claimed from repeatable Convergence achievements to reset the respective achievement's progress.
Reduced the number of Clots of Congealed Screams needed to craft the Kryptis Wall decoration from 20 to 1.
123
 
 

It'll take cannonballs to get out here alive!
- my HMS Divnity

I like the reactive skills, fits the Mesmer theme. Do I want my sword 3 clone to stay and cripple, or shatter it? Which of my 30 shatters should I use? Or do I use the reactive skill? Do I use it for the teleport, the root, both or neither?

Having a similiar decision chain for my support and healskills will be neat, even if it's Mesmer Light. The emergency exit portal is fucking dope and will give me life. Hopefully the rest of the weapons offers actual heals so spamming clones and Mantras won't be the only source of actual heals.

124
 
 

Just wanted to do Amnytas for the weekly, but the meta simply didn't start. That's new to me.

125
 
 

So I finally finished my mastery and did a convergence.

And I had a blast.

The current NCNet design has a lot of chains you're being janked around on. Dance, monkey, go search for your loot chests! Where is your loot?! Yes where is your loot??? E.g. Archipelago, Gyala.
So much fun.

It's all disruptive. Stop what you're doing and wait for the boss to finish its invuln animation. For the sixth time. Go run after your loot chests after you killed your boss. Wanna do a Rift? Hunt down every single enemy that spawned at the arse end of the area and actively runs away from you.

Those orbs though? They remove a significant chunk of your health while providing a significant chunk to your DPS. If you get downed, you drop your balls like Sonic drops his rings, and others can pick them up to replenish their lost balls.

Those orbs add something to the encounter without interrupting it. Suddeny you're much more concerned with your own safety, and have a minigame of "loot the corpse" whenever someone else gets downed. It also gets slightly tactical because should you hang on to them or give them to Zojja?

I like this kind of design and I'm happy to see that it's not all barriers and disruptions and chain-janking.

view more: ‹ prev next ›