[Request] Lost Eidolons

Ask about cheats/tables for single player games here
illusionbreaker
Expert Cheater
Expert Cheater
Posts: 77
Joined: Fri Mar 03, 2017 3:24 am
Reputation: 9

Re: [Request] Lost Eidolons

Post by illusionbreaker »

gvargas wrote:
Tue Oct 25, 2022 11:33 pm
I tried to edit the job class (Changed a Squire to Knight) in the save file but the game froze... :(
Wisnumurti wrote:
Wed Oct 26, 2022 3:30 pm
The same for me, I tried to edit the save file but that make my game froze too.
The solution I've found is simple & reliable, but doesn't bypass chapter requirements.

Step 1: Go to the desired character, look at job tree, look at requirements for desired Class. For example, Hunter needs Bow + Leather Armor -OR- Bow + Plate Armor.

Step 2: Alt-Tab to your text editor (I use NPP) with save open. Find the character, find the skill masteries, change those.

Voila, my character now has level 15 Bow skill and level 15 Leather Armor skill. If it's chapter 10+ I can freely reclass to Hunter, or sharpshooter after 17.

If you found this post useful, give me a thumbs up/+1 Reputation.
Last edited by illusionbreaker on Wed Oct 26, 2022 8:41 pm, edited 1 time in total.

User avatar
alienrex
Cheater
Cheater
Posts: 41
Joined: Fri Mar 03, 2017 2:20 pm
Reputation: 5

Re: [Request] Lost Eidolons

Post by alienrex »

illusionbreaker wrote:
Wed Oct 26, 2022 6:39 pm
gvargas wrote:
Tue Oct 25, 2022 11:33 pm
I tried to edit the job class (Changed a Squire to Knight) in the save file but the game froze... :(
Wisnumurti wrote:
Wed Oct 26, 2022 3:30 pm
The same for me, I tried to edit the save file but that make my game froze too.
The solution I've found is pretty simple/reliable but doesn't bypass chapter requirements.

Step 1: Go to the desired character, look at job tree, look at requirements for desired Class. For example, Hunter needs Bow + Leather Armor -OR- Bow + Plate Armor.

Step 2: Alt-Tab to your text editor (I use NPP) with save open. Find the character, find the skill masteries, change those.

Voila, my character now has level 15 Bow skill and level 15 Leather Armor skill. If it's chapter 10+ I can freely reclass to Hunter.

If you found this post useful, give me a thumbs up/+1 Reputation.
max exp for skill lvl 15 is 8960

User avatar
gvargas
Expert Cheater
Expert Cheater
Posts: 122
Joined: Wed Mar 08, 2017 3:24 pm
Reputation: 22

Re: [Request] Lost Eidolons

Post by gvargas »

illusionbreaker wrote:
Wed Oct 26, 2022 6:39 pm
gvargas wrote:
Tue Oct 25, 2022 11:33 pm
I tried to edit the job class (Changed a Squire to Knight) in the save file but the game froze... :(
Wisnumurti wrote:
Wed Oct 26, 2022 3:30 pm
The same for me, I tried to edit the save file but that make my game froze too.
The solution I've found is simple & reliable, but doesn't bypass chapter requirements.

Step 1: Go to the desired character, look at job tree, look at requirements for desired Class. For example, Hunter needs Bow + Leather Armor -OR- Bow + Plate Armor.

Step 2: Alt-Tab to your text editor (I use NPP) with save open. Find the character, find the skill masteries, change those.

Voila, my character now has level 15 Bow skill and level 15 Leather Armor skill. If it's chapter 10+ I can freely reclass to Hunter, or sharpshooter after 17.

If you found this post useful, give me a thumbs up/+1 Reputation.
Thanks for the tip, here is an example of what you should be looking for:

Code: Select all

},
            "_unitSide": 0,
            "_isPlayer": false,
            "_name2Masteries": {
              "$id": "728",
              "Mastery_Axe": {
                "$id": "729",
                "_pdMastery": {
                  "GUID": "c08549ed70fc33f439bf567770a4520e"
                },
                "_exp": 0,
                "_level": 1 (Change this to 15)
              },

CannonFodder
Table Makers
Table Makers
Posts: 188
Joined: Mon May 08, 2017 3:34 pm
Reputation: 108

Re: [Request] Lost Eidolons

Post by CannonFodder »

spell count in battle field is stored as
used count, max count
address for next spell count is +0x60h

in 1.0.0.06 R293
the code reading it when open unit info panel is as below

GameAssembly.dll+BD89D0 - 48 8B 0D D9406402 - mov rcx,[GameAssembly.dll+321CAB0]
GameAssembly.dll+BD89D7 - 8B 7F 10 - mov edi,[rdi+10] //this code
GameAssembly.dll+BD89DA - F6 81 33010000 02 - test byte ptr [rcx+00000133],02

CannonFodder
Table Makers
Table Makers
Posts: 188
Joined: Mon May 08, 2017 3:34 pm
Reputation: 108

Re: [Request] Lost Eidolons

Post by CannonFodder »

withus wrote:
Thu Oct 20, 2022 2:53 am
I synthesized it and added the full proficiency function, which will maximize your proficiency when you attack with weapons.
Here are the new function codes.

Code: Select all

[ENABLE]

aobscanmodule(shulian,GameAssembly.dll,89 43 18 48 85 C9 74 69) // should be unique
alloc(newmem,$1000,shulian)

label(code)
label(return)

newmem:
cmp r8,2300
jne code
cmp r11,1
jne code

mov eax,#31120

code:
  mov [rbx+18],eax
  test rcx,rcx
  jmp return

shulian:
  jmp newmem
  nop
return:
registersymbol(shulian)

[DISABLE]
shulian:
  db 89 43 18 48 85 C9

unregistersymbol(shulian)
dealloc(newmem)
full proficiency option will crash the game as soon as my unit attacks an enemy
Exp 1000 option will crash the game when my second unit attacks an enemy
I can confirm both aob scan result is unique
game version 1.0.0.06 R293
Could you please fix this?

Wisnumurti
Novice Cheater
Novice Cheater
Posts: 15
Joined: Wed Apr 11, 2018 3:05 am
Reputation: 3

Re: [Request] Lost Eidolons

Post by Wisnumurti »

Does anyone know GUID of Marco's Fury (Axe)?

Terrhor
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Mar 04, 2021 4:11 pm
Reputation: 0

Re: [Request] Lost Eidolons

Post by Terrhor »

Is there a way to reset the training counter in camp? Screwed up on a quest and need to train, but ive already done it in the chapter.

Sabs1982
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Oct 30, 2022 11:55 pm
Reputation: 0

Re: [Request] Lost Eidolons

Post by Sabs1982 »

can optional battles be rest?

Sabs1982
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Oct 30, 2022 11:55 pm
Reputation: 0

Re: [Request] Lost Eidolons

Post by Sabs1982 »

Terrhor wrote:
Sun Oct 30, 2022 4:37 pm
Is there a way to reset the training counter in camp? Screwed up on a quest and need to train, but ive already done it in the chapter.
ValkyrieFury wrote:
Tue Oct 18, 2022 8:45 pm
bletz wrote:
Tue Oct 18, 2022 5:23 pm
If you want to replenish shop stockpile (in my case gifts cause I do not want to cheat friendship "all in" using trainer) you can do this by editing save file (location C:\Users\*USER_NAME*\AppData\LocalLow\Ocean Drive Studio\Lost Eidolons\Saves\Steam)
Following example is for Salma shop during episode 8, didn't tested it but I assume other shops/episodes will have similar syntax
Search for: Shop_EP_ET_008_Special
Then scroll down and search for : _index2BuyItemCount
If you delete all of following items they will be available again (I leaved "$id": "2058" just in case, only deleting 1,2,3,4.. etc.)

Money can be easily cheated with CT or edited (look for "_count": -your gold value -basically this is only instance when count is not "1")

As always with similar manual alteration backup is recommended

Adding new items will probably be way trickier, at least for me. I could not figure out what is actual item id.
Below is a RARE AXE from Salma shop. ID "1" is id inside her shop, other ID's and GUID I do not know

"1": {
"$id": "2719",
"Id": 1,
"Item": {
"$id": "2720",
"$type": "US.DataStructure.ItemEquipment, Shared",
"_ownerUnitId": null,
"_equipmentPart": 0,
"_jewelSlot2JewelItem": {
"$id": "2721"
},
"_userRecordedSlotToPDSkills": {
"$id": "2722"
},
"_id": 1,
"_count": 1,
"_pdItemId": {
"GUID": "08f564ece1226a84f993df0c0a69789a"
},
"_isNew": false
},
"ReadPDDialogueInteraction": [],
"NotReadPDDialogueInteraction": []
},
Thanks for the tips to reset item shop ,I found out how work gift:
Gifts item are "US.DataStructure.ItemGift" if you edit "count" like 1 to 10 at the time of purchase salma give you 10 gift item instead 1 :D
if anyone need examples, just ask :-P

p.s wit CT u can edit prestige points too , search with 2bytes ,at first it doesn't seem to work but at the moment you spend points it works :mrgreen:

p.s.s i also found out how to reset spar with someone,I did not check if the stat remain, I only needed it for the quest of francisco , for reset search:"UserTrainingInfo" then scroll down to "_finished": true, and change true to false

youmissmetoday
Noobzor
Noobzor
Posts: 5
Joined: Sun Oct 16, 2022 12:13 am
Reputation: 0

Re: [Request] Lost Eidolons

Post by youmissmetoday »

Wisnumurti wrote:
Sun Oct 30, 2022 12:40 pm
Does anyone know GUID of Marco's Fury (Axe)?
Also very interested in this GUID of Marco's Fury (Axe)

Wisnumurti
Novice Cheater
Novice Cheater
Posts: 15
Joined: Wed Apr 11, 2018 3:05 am
Reputation: 3

Re: [Request] Lost Eidolons

Post by Wisnumurti »

This GUID for Items I found so far

c07c15949e868a94785c0d810b5eecd1 --> Unyielding Blade
a413b4bbb2b4c9f4597d43c4bd4c0f98 --> Tempered Plate Armor
df5b4008629e26d4b83083fd5e66338f --> Heavey Axe
1dea04bdbf4330d4badf6f190a1fd8af --> fORGOTTEN gLORY
da9dc721df8d20f49874a24aa4bd90cb --> adamand shield
e7442d00b2f1d4049b50f8068c5a0f45 --> legend light grimore
fd8ebaee138d26e42a9d956055257840 --> cruel spear
1a535a343112ad14cbc1403ef480cce4 --> relic of the first Dawn
8648ae774daa5ea46b58ab87ce9c7db1 --> heavy bow
1a947478eefb3ef469ea79981bab6774 --> Dazzling light Grimore
eb4c6ae8f136e0e4490a444831712e92 --> Durable Shield
0f3b56600da4ac342849ec25f0c70961 --> Tempered Cloth Armor
cd50ae9edbce95745932f8f1e859d043 --> Tempered leather armor
39d5daa91eac34b4b91df3b0c838987c --> Legendary Dark Grimore

f74b72eb37aa7a84db175bb578358e33 --> Marco Fury --> Need Verification

7e6501f51337425419195e43db59de26 --> Momento Box



ad6d3768819ea8b4f95fa6cef4cc6f0a --> statue of old heroes
cf8d89daa33e9c04b88b5d1aaaf110f7 --> bloodstain bracelet
0dbc6e1b0c2c1794286792f126af6e42 --> Alpine Fruit
a10791e56539f5c4ab8c73f931e57804 --> Refine Soulstone
15c1d16a739d86a448c4c2bd546a30fd --> Monster Encylopedia
51b8eb3a308b99c4ba79c12f0868a77b --> Four Eidolan statue Legendary
daf3023da94006e4285c9a4345601288 --> Legendary Ancient Text
ff9993ba861696346913adac215e33eb --> Arming Sword
86910b030e758af4aa81abcbd93c9d55 --> Gilded Goblet
a8e2f70976e64a24f9a96840105702c5 --> Fishing Rod
bc307bca50a9c1f4cab91b91d18e1af0 --> legend aged pomeldan liqor

illusionbreaker
Expert Cheater
Expert Cheater
Posts: 77
Joined: Fri Mar 03, 2017 3:24 am
Reputation: 9

Re: [Request] Lost Eidolons

Post by illusionbreaker »

Since the new patch, the game's saves seem to be obfuscated. Any solutions?

User avatar
mightyelite
Noobzor
Noobzor
Posts: 13
Joined: Wed Apr 19, 2017 3:33 pm
Reputation: 2

Re: [Request] Lost Eidolons

Post by mightyelite »

illusionbreaker wrote:
Sun Nov 13, 2022 5:00 am
Since the new patch, the game's saves seem to be obfuscated. Any solutions?
If you are using Notepad++ you need to click on “View” in the top bar, then click on “Word wrap”

illusionbreaker
Expert Cheater
Expert Cheater
Posts: 77
Joined: Fri Mar 03, 2017 3:24 am
Reputation: 9

Re: [Request] Lost Eidolons

Post by illusionbreaker »

mightyelite wrote:
Mon Nov 14, 2022 4:17 pm
If you are using Notepad++ you need to click on “View” in the top bar, then click on “Word wrap”
I'm using NPP and word wrap. This (new patch save format):
Image

Is alot less readable than this (original save format):
Image

CannonFodder
Table Makers
Table Makers
Posts: 188
Joined: Mon May 08, 2017 3:34 pm
Reputation: 108

Re: [Request] Lost Eidolons

Post by CannonFodder »

Wisnumurti wrote:
Sun Nov 06, 2022 1:40 am
This GUID for Items I found so far

c07c15949e868a94785c0d810b5eecd1 --> Unyielding Blade
a413b4bbb2b4c9f4597d43c4bd4c0f98 --> Tempered Plate Armor
df5b4008629e26d4b83083fd5e66338f --> Heavey Axe
1dea04bdbf4330d4badf6f190a1fd8af --> fORGOTTEN gLORY
da9dc721df8d20f49874a24aa4bd90cb --> adamand shield
e7442d00b2f1d4049b50f8068c5a0f45 --> legend light grimore
fd8ebaee138d26e42a9d956055257840 --> cruel spear
1a535a343112ad14cbc1403ef480cce4 --> relic of the first Dawn
8648ae774daa5ea46b58ab87ce9c7db1 --> heavy bow
1a947478eefb3ef469ea79981bab6774 --> Dazzling light Grimore
eb4c6ae8f136e0e4490a444831712e92 --> Durable Shield
0f3b56600da4ac342849ec25f0c70961 --> Tempered Cloth Armor
cd50ae9edbce95745932f8f1e859d043 --> Tempered leather armor
39d5daa91eac34b4b91df3b0c838987c --> Legendary Dark Grimore

f74b72eb37aa7a84db175bb578358e33 --> Marco Fury --> Need Verification

7e6501f51337425419195e43db59de26 --> Momento Box



ad6d3768819ea8b4f95fa6cef4cc6f0a --> statue of old heroes
cf8d89daa33e9c04b88b5d1aaaf110f7 --> bloodstain bracelet
0dbc6e1b0c2c1794286792f126af6e42 --> Alpine Fruit
a10791e56539f5c4ab8c73f931e57804 --> Refine Soulstone
15c1d16a739d86a448c4c2bd546a30fd --> Monster Encylopedia
51b8eb3a308b99c4ba79c12f0868a77b --> Four Eidolan statue Legendary
daf3023da94006e4285c9a4345601288 --> Legendary Ancient Text
ff9993ba861696346913adac215e33eb --> Arming Sword
86910b030e758af4aa81abcbd93c9d55 --> Gilded Goblet
a8e2f70976e64a24f9a96840105702c5 --> Fishing Rod
bc307bca50a9c1f4cab91b91d18e1af0 --> legend aged pomeldan liqor
Marco's Fury verified, it's correct guid

Post Reply

Who is online

Users browsing this forum: Revhard, SemrushBot