World boss crit spots

World boss crit spots

in Guild Wars 2 Discussion

Posted by: Lil Puppy.5216

Lil Puppy.5216

Only bosses on the schedule are included, but you can infer critability from the following information about the others. Humanoid types have always been critable.

Cleave: melee weapons that attack more than one target at a time in an aoe fashion.
Non-trigger aoe(area of effect): wells, firestorm, other pulsing ground targeted aoe types, etc.
Trigger aoe: traps, marks, other ground targeted aoe types that require something to be in it to fire it off.

There are 3 types of world bosses:
1. Humanoid + KQ: Maw, Ulgoth, Taidha, Karka Queen
2. BASE: Wurms, Fire Elemental, Shadow Behemoth
3. Dragon: Claw of Jormag, Shatterer, Tequatl, etc.

1. Frozen Maw: Humanoid, it crits normally from all sources.
2. Modnir Ulgoth: Humanoid, it crits normally from all sources.
3. Fire Elemental: BASE, west side, outside of the fire zone on ground, melee and non-trigger AOE only.
4. Golem Mark II: BASE, melee and non-trigger aoe only.
5. Jungle Wurm and Triple Trouble: BASE, melee and non-trigger aoe only.
6. DRAGONS: Every dragon has the same crit spot and it is melee and non-trigger AOE critable. The crit spot for Dragon types is between its legs under the base of its neck slightly to the right, look for people saying “DD/TD HERE”. (double damage, triple damage – for cleave weapons only) On Claw of Jormag there is also a pulsing light hovering above the ground at the crit spot (been there for a while) it’s at the center of the forehead of the dragon icon on the mini-map. Claw of Jormag phase 2 doesn’t have a crit spot as far as I could find.
7. Shadow Behemoth: BASE, (purple area) and only non-trigger AOE critable. Beware, this location is also near instant death.
8. Karka Queen: Humanoid, she crits normally from all sources.
9. Taidha Covington: Humanoid, it crits normally from all sources.
10. Megadestroyer: Humanoid, it crits normally from all sources.

Please list any discrepancies on the crit spots if you notice anything off.

(edited by Lil Puppy.5216)

World boss crit spots

in Guild Wars 2 Discussion

Posted by: Rynier.3629

Rynier.3629

im in agreement with you on all but one ? I think shatterer has his crits spot slightly to the left of his head . basically in line with the toe on his roight foot that points towards his head. I have done this event a few times now and I am one of those that screams for the crit spot and do get me crits every time. I have not tried the other side of his head though but 100% got crits on the left side of his head.

World boss crit spots

in Guild Wars 2 Discussion

Posted by: Lil Puppy.5216

Lil Puppy.5216

Yes, you’re right on Shatterer, it’s closer to his right foot (left side facing him). It seems they inverted him horizontally because it is in the same spot just opposite.

(edited by Lil Puppy.5216)

World boss crit spots

in Guild Wars 2 Discussion

Posted by: ikereid.4637

ikereid.4637

Bosses Damage spots are going to be critable on the next patch. The Teq thread has a reply from a dev saying ‘I made sure of it’ So this will be a non-issue moving forward.

Desktop: 4790k@4.6ghz-1.25v, AMD 295×2, 32GB 1866CL10 RAM, 850Evo 500GB SSD
Laptop: M6600 – 2720QM, AMD HD6970M, 32GB 1600CL9 RAM, Arc100 480GB SSD

World boss crit spots

in Guild Wars 2 Discussion

Posted by: Knighthonor.4061

Knighthonor.4061

Bosses Damage spots are going to be critable on the next patch. The Teq thread has a reply from a dev saying ‘I made sure of it’ So this will be a non-issue moving forward.

Wait i am confused. I thought those spots were already critiable.
thought that was the whole point of standing in those locations.

can somebody clear this up for me?

World boss crit spots

in Guild Wars 2 Discussion

Posted by: Ausfer.1853

Ausfer.1853

Does anyone else think it is ridiculous that bosses should have such small and specific crit spots? Especially when the crit spots don’t actually correspond to any kind of logical weak spot?

Personally, I find it dumb that people stack below the base of a dragon’s neck and hack at the empty space under there to magically gain critical hits.

World boss crit spots

in Guild Wars 2 Discussion

Posted by: BunjiKugashira.9754

BunjiKugashira.9754

Well, it makes sense if you imagine everyone hacking and slashing at the dragon’s neck. Thousands of mosquito-bites on your neck would hurt you much more, than if they were on your left hand.

Shana Flamewielder
Sylvari Elementalist of [SFF]
Abaddons Maul

World boss crit spots

in Guild Wars 2 Discussion

Posted by: Breaking Bad.6241

Breaking Bad.6241

Bosses Damage spots are going to be critable on the next patch. The Teq thread has a reply from a dev saying ‘I made sure of it’ So this will be a non-issue moving forward.

Wait i am confused. I thought those spots were already critiable.
thought that was the whole point of standing in those locations.

can somebody clear this up for me?

Nope, lots of spots are bugged and cannot be crit. Instead, you have to find weird spots that the OP posted. With the next update supposedly ALL spots will be crittable.

World boss crit spots

in Guild Wars 2 Discussion

Posted by: starlinvf.1358

starlinvf.1358

Does anyone else think it is ridiculous that bosses should have such small and specific crit spots? Especially when the crit spots don’t actually correspond to any kind of logical weak spot?

Personally, I find it dumb that people stack below the base of a dragon’s neck and hack at the empty space under there to magically gain critical hits.

Its due to the how the game tracks objects. Actors (which is basically any interactable object) all have what I’ve commonly seen referred to as an “Anchor Point”. The anchor is a 2D coordinate along the terrain surface (separate from the hitbox), and is used by the game to do under the hood path finding for both AI and attacks. No matter where an object is in space, its anchor point is used for all non-projectile hit detection and path finding validation. AOE attacks also use anchors for their point of origin, and radiate outward to find targets.

Projectiles on the other hand use a traditional hitbox, which does accurately follow the model in 3D space, and does proper collision detection against terrain. Generally the flight vector aims for the “chest” of the model, which is scaled by model height (with flying mobs having artificially tall height settings). Cone or Fan AOE attacks, despite being projectiles in some cases, will utilize the anchor point for hit detection; as they follow terrain.

This is the same methodology used in GW1, and was largely done that way to increase the reliability of cleave hit detection (simple 2D radius searching). Path finding wasn’t an issue back then either, as players couldn’t jump, meaning their anchors were always on accessible terrain. A big difference with boss fights, however, was Large boss models were always outside valid terrain with the vulnerable “anchor” somewhere within reach of players. You’ll notice similar collision box and model clipping issues in both games for drake-like monsters, as the collision system only looks at the size of the anchor point, which is often smaller then model is long.

For GW2, big bosses with multiple actor components actually have multiple anchor points associated with it. One main anchor for model location (which may or may not be vulnerable), and one for each of its intractable points. Dragon Champions (Teq, Shatterer and Claw) have 4 in total (Hands, Head and model anchor), Wurms have 2 (base and head), SB has 3 or 4 (the hands aren’t targetable, but they do interact), Karka has only 1, MKII has 3 (base and arms), and pretty much every other monster in the game has only 1. Mobile monsters (ones that can move around) are all single anchors from what I’ve seen.

Regardless of dumb it is, its deeply rooted in the mechanical design (for pretty much every ground based MMO), and is one of the primary performance optimizations due to its low calculation cost. While not impossible to switch to a physics/physical based object simulation setup, the calculation cost is prohibitively high for large population concurrence. Planetside 1 and 2 are the only games I know off hand that have been able to do this effectively with large populations, and the server side requirements alone are enough to make most developers throw in the towel.