Page 37 of 51

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 11:41 am
by Messy6666
teyhox wrote:
Tue Mar 14, 2023 8:54 pm
... Didn't test with other summons. Maybe it's because of today's patch ? (0.9.c)
PiKâNTo wrote:
Wed Mar 15, 2023 7:00 am
Yes they have changed a lot, prolly since 0.9 but i have overlooked that.
currently reworking/rewriting the summons ...
Laedane wrote:
Tue Mar 14, 2023 9:21 pm
Hi, for some reason after picking a mastery the max passive points script just remove all of the points. What could possibly cause this?
i have no idea...
trevlf wrote:
Wed Mar 15, 2023 2:32 am
I am not gonna burn my fingers on that one
also it's MP so no support from me on that anyways
My discord is in my sig
TheBoorsh wrote:
Wed Mar 15, 2023 9:50 am
... those two options doesnt work:

Infinite mana
Max passive points (stopped working after the last update)
I fixed Max passive points, will pr it after i am finished with the player summons
( or earlier if i don't get that one fixed )

Inf Mana is just working here...

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 11:45 am
by andrewwts
Can update to 0.9d

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 11:49 am
by TheBoorsh
Messy6666 wrote:
Wed Mar 15, 2023 11:41 am
teyhox wrote:
Tue Mar 14, 2023 8:54 pm
... Didn't test with other summons. Maybe it's because of today's patch ? (0.9.c)
PiKâNTo wrote:
Wed Mar 15, 2023 7:00 am
Yes they have changed a lot, prolly since 0.9 but i have overlooked that.
currently reworking/rewriting the summons ...
Laedane wrote:
Tue Mar 14, 2023 9:21 pm
Hi, for some reason after picking a mastery the max passive points script just remove all of the points. What could possibly cause this?
i have no idea...
trevlf wrote:
Wed Mar 15, 2023 2:32 am
I am not gonna burn my fingers on that one
also it's MP so no support from me on that anyways
My discord is in my sig
TheBoorsh wrote:
Wed Mar 15, 2023 9:50 am
... those two options doesnt work:

Infinite mana
Max passive points (stopped working after the last update)
I fixed Max passive points, will pr it after i am finished with the player summons
( or earlier if i don't get that one fixed )

Inf Mana is just working here...
Thank you for a quick response!
For inf mana you just have to click the box as usual, right?
I am not sure what is the problem here, the function didn't work for me since the first iteration of this table.
Anyway, thank you again for your work.

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 11:56 am
by Messy6666
^ yes
just enable no cooldown also
and go mad on pressing some spells/attacks
you should see the mana pool unchanged

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 11:59 am
by TheBoorsh
Messy6666 wrote:
Wed Mar 15, 2023 11:56 am
^ yes
just enable no cooldown also
and go mad on pressing some spells/attacks
you should see the mana pool unchanged
Thats exactly what I want to do :)
Still I can't manage to make it work for some unknown reason.
No cooldown works fine though.

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 12:12 pm
by Toga
^ try to re-download the table...
dunno
look at the mana here
Image

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 12:17 pm
by TheBoorsh
Toga wrote:
Wed Mar 15, 2023 12:12 pm
^ try to re-download the table...
dunno
look at the mana here
Image
Well, this is only me problem then.
As I said earlier I've tried almost every iteration of this table and never have managed to use this function.
Might be a permission problem or smth?
Also are you guys using newest 7.5 version of CE?

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 12:20 pm
by Toga
yes 7.5
we always use the latest public one

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 12:23 pm
by Toga
^ also funny fact
the mana code has not changed since
Image

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 12:25 pm
by TheBoorsh
Toga wrote:
Wed Mar 15, 2023 12:20 pm
yes 7.5
we always use the latest public one
I am doing that as well.
Hmm, I am really out of possible solutions then. :?

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 2:25 pm
by Messy6666
failing to find a solution for the summons atm
so i will give up for now and will retry after the D beta.

in the meantime you can fix the Max Passive hack by
replacing the dw with dd in the Enable script

Code: Select all

align 10 CC
optMaxPassivePoints:
  dd    #20
or wait for next pr

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Wed Mar 15, 2023 11:37 pm
by VDay
Hey, just wanted to mention since I didn't see anyone else bring this up, but the script for max implicit modifiers doesn't seem to be working anymore as of the latest round of hotfixes for 0.9 (c and d I think?). The one for affixes is still fine though.

Not a huge deal and there are probably going to be a bunch more hotfixes/patches coming out for the game soon but just wanted to put it on your radar. Thanks for updating the table 👍

Re: Last Epoch beta 0.9+ (Steam)...

Posted: Thu Mar 16, 2023 5:58 am
by BBK
Toga wrote:
Tue Mar 14, 2023 8:54 am
change this

Code: Select all

    mov cl, [optForgePotential]
    mov byte ptr [rdi+018], cl
    mov cl, [optLegendaryPotential]
    mov byte ptr [rdi+019], cL
into

Code: Select all

    mov cl, [optForgePotential]
    mov byte ptr [rdi+018], cl
//   mov cl, [optLegendaryPotential]
//   mov byte ptr [rdi+019], cL
Hey I changed this script back to the original in order to get 255 legendary potential again, but it no longer works now. Not sure if its because I'm on 0.9c or because I modified the script. Any suggestions on getting it to work?

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Thu Mar 16, 2023 8:51 am
by Messy6666
^^ thanks for sharing but Max Unique, Sets and Implicit Rolls still working here ??
Image

^ gonna check that next
in the meantime you can re-download the table
it has an option now to skip or to not skip it

-edit- should work,, structure isn't modified

Re: Last Epoch EA 0.9+ (Steam)...

Posted: Thu Mar 16, 2023 11:09 am
by doomnezau
Can confirm about the legendary power issue. Isn't working anymore.