ekimarcher

ekimarcher



07 Sep

Comment

Originally posted by AlexandrTheGreat

Interesting! Thanks for the response.

Also just to clarify, the Sword shows a higher DPS compared to the Mace, so even with the overvalued Poison chance, the Mace is still shown as subpar.

Yea, I'm not sure why those specific items are different. I'm not sure which skill you're looking at and what the other stats on the sword are.

Comment

It is vastly overestimating the value of ailments. While poison chance might seem irrelevant, that's probably what is causing the numbers to spike. We have adjusted the formula and will continue to do so. It's a tricky thing to get right as each skill works so differently based on what nodes you have.

Comment

Not sure if you mean specifically not the official discord but you can swing by discord.gg/lastepoch

Comment

Originally posted by TehWhale

I love that the dev team responds to a bug report like this. It just makes me laugh in such a good way that it means not only you acknowledged it, but throw some humor in there too to help the player (probably) feel better about a rough bug.

Just wanted to say thanks for making a great game. I’m excited to continue seeing where it goes. I’m about to hit my first level 100 character (third over all) and here’s to many more!

It's always such a fine line. I am definitely more professional when I've got an EHG tag, on an official platform and my real name on the account though.


06 Sep

Comment

Wow, weirdly playable?

Comment

Here is the missing piece of information that will be the "ohhhh" moment.

XP gains are capped at +5 levels. A level 86 character in a level 100 zone gains XP as though it was a level 91 zone.

For fastest leveling, pick the highest level zone that you can clear quickly up to 5 levels above your character level.

Comment

I can help with question 1 that seems to be stumping people.

Regardless of where you buy, website or Steam, you get the exact same stuff. If you buy it on Steam, you get all the extras that come in the website pack (and if you really want our inferior launcher, you can use that too). If you buy it on the website, you are prompted to connect a Steam account and when you do Last Epoch gets added to your inventory on Steam.

The only difference that I'm aware of pertains to reviews. If you buy it on our website, a Steam review doesn't count towards the positive/negative rating on Steam.

Also, I think that there is a bug with GFN at the moment where steam won't sync loot filters so that's a little annoying.

Comment

Hi there, we take this very seriously. I can't discuss chat moderation action publically but we have addressed the incident you are talking about.

Easier in game reporting is something that gets requested fairly regularly and is on our radar. No word on progress for that feature request yet though.


03 Sep

Comment

Originally posted by ButcherInTheRYE

It's simple. Abom Necro, what I play every patch.

The same thing we do every patch Pinky, build an abomination to take over the world muahahhahahah.

Comment

It is intentionally a little vague and the main story isn't quite complete yet. You'll get answers to some of those questions as you go on.

I do a Friday dev stream and a few weeks back had the loremaster on as a guest to answer questions. Once you've made it through the campaign and are still interested, I'd recommend giving it a watch on YouTube to see more lore tid bits.


02 Sep

Comment

Originally posted by CapitalOrange

When I saw ailment changes, I was really hoping for a change for the tick rate on ailments/DoTs in general, they feel kinda clunky and slow to me, but otherwise looking good, happy to see updates to the SFX, that's big.

The tick rate is likely significantly faster than you think. The numbers of a dot tick are actually several added together.

Comment

Originally posted by jokomul

The change to the visual ailment stack counter on enemies is pretty awesome. I thought I read a dev comment once saying it wasn't practical to go above 15 so this is a pleasant surprise. I love DoTs in this game and I'm really excited to actually see how many poison stacks I can squeeze out of my build in-game.

It wasn't at the time. Someone had a breakthrough a couple months ago and got it working which is awesome! It's surprising how impactful knowing what stacks actually get up to is. Turns into a little minigame of how high a number of stacks you can get.

Comment

Originally posted by Zamirot

humm mana strike for exemple scale from flat melee damage meleedamage% but the spark charge node scale from spell flat and spell damage% right ?

Since mana strike is a melee attack that proc a spell (spark charge).

Yup. I was talking about attribute scaling. Like 4% increased damage per intelligence that you see at the bottom of the skill tooltips.

Comment

Originally posted by Zamirot

not true for a lot of melee attacks that proc spells.

Exemple : mana strike, tempest strike etc

All non-specializable sub skills inherit attribute scaling from the parent ability.

Comment

Originally posted by kresh4n

Sadly both skills do not share same subskills and therefor will scale differently. Indeed both will scale off of spell and lightning spell damage but maelstrom one will also benefit from attunement (4% per point IIRC).

You can check them here: https://www.lastepochtools.com/skills/

Non-specializable triggered abilities which were created by another skill, use that skill's attribute scaling. Usually we try to put the same scaling on the tooltip for the sub-skill as an indicator that it is the same but really it is just passed along.

Comment

Originally posted by onikzin

Interesting, so you made instances differently from the other game. Wait, does that mean that if a full party finds an idol shrine in a map, each player gets to use it?

Well no but kinda? Only one person gets to "use" it but it will spew out items individually for everyone at the same time.

So everyone gets their own idol shrine that triggers when any one person in the party uses it.

And, if someone uses one before you get into the zone, the items will be waiting on the ground for you. Not sure if this is intended or a bug but it's really nice. It actually happened to me today and I was very grateful.


01 Sep

Comment

Originally posted by onikzin

Trading between party members? Isn't that just opening an echo and dropping items on the ground?

While they are similar as a player facing end result, functionally they are very different and require different systems to be synced cross clients. Drops are instanced so the server only shows you what drops for you. If you drop an item on the ground, other people in the zone don't see it too.

Comment

Originally posted by Aelforth

Out of curiosity, what are plans, if any, to handle player and difficulty scaling in multi?

(E.g., when a couple friends that progress at different speeds & have level and gear disparities party?)

We aren't currently planning to do much in this regards. You might be in situations where one person is over or under levelled for a situation.


31 Aug

Comment

Originally posted by Depnids

(TM)?

Great show!

Edit: since I've gotten 3 DMs asking what show, Taskmaster. It is a panel show where people compete for pointless prizes over useless tasks for no reason other than it's fun. If you are interested in having a laugh, start at the beginning with "The Watermelon Task".

Comment

Originally posted by Crayz92

Or sample nearest point on your navigation mesh upon the monster's death, drop the item at the sampled point. If using Unity's navigation, there should be a built-in function for that.

This is a surprisingly (computationally) expensive operation to run and doesn't quite solve the problem because some spots are on the navmesh but are inaccessible to the player. You also get extra edge cases in multiplayer. This was the initial idea for it but it caused other problems that we were unable to solve. It's still something to work on.

We do some special versions of this when casting some abilities. For example, if you have the multi thorn totem node and cast it near a ledge or wall, you'll notice that you either get strange placement or not all of them will be created. This is less bad because we know that we aren't going to have (in extreme cases) hundreds of simultaneous instances of the operation being run if you were to kill a couple dozen leaping enemies with 1 hit and have them all drop multiple things.

Ideally we will get it working efficiently so that you can damage leaping enemies in the air.