Search found 2 matches

by rdtsc
Sun May 09, 2021 2:54 am
Forum: Tables
Topic: Last Epoch EA 0.9+ (Steam)...
Replies: 764
Views: 315258

Re: Last Epoch beta 0.8+ (Steam)

Found how to set skill nodes to any level. GameAssembly.dll+43C041 movzx eax,byte ptr [rsi+11] <-- find what address this instruction accesses, click on the node in window GameAssembly.dll+43C045 cmp al,[rdi+19] GameAssembly.dll+43C048 jae GameAssembly.dll+43C0C4 <-- change to nop to allow going pas...
by rdtsc
Sun May 09, 2021 2:24 am
Forum: Tables
Topic: Last Epoch EA 0.9+ (Steam)...
Replies: 764
Views: 315258

Re: Last Epoch beta 0.8+ (Steam)

Does anyone know how to bypass skill specialization node max points? For example, I want to put 100 points into a 5 point node to get super big AoE. I found the address for points in node in the skill screen, but it's display only. The actual value comes from GameAssembly.dll+66FFFC movzx edx,byte p...