Legend of Heroes Trails of Cold Steel 1

Upload your cheat tables here (No requests)
Post Reply
rapierx
Novice Cheater
Novice Cheater
Posts: 20
Joined: Sun Aug 06, 2017 12:46 pm
Reputation: 10

Re: Legend of Heroes Trails of Cold Steel 1

Post by rapierx »

I'm stuck on June 15 because of Infinite Bonding Points cheat, as mentioned in viewtopic.php?f=4&t=4467&start=45#p14674. Can somebody upload a save on that day before using all BP, or slightly before that day?

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Last edited by rapierx on Mon Aug 07, 2017 12:09 am, edited 1 time in total.

wcsc12
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Aug 06, 2017 1:28 am
Reputation: 1

Re: Legend of Heroes Trails of Cold Steel 1

Post by wcsc12 »

I went ahead and made it so that anyone can edit now. Sorry about that. I didn't check that option when I first uploaded it.

mordaki987
Expert Cheater
Expert Cheater
Posts: 150
Joined: Sun Aug 06, 2017 3:41 pm
Reputation: 2

Re: Legend of Heroes Trails of Cold Steel 1

Post by mordaki987 »

anyone have the item id for sara's swimsuit? or does nyone know where i can find if there is one a complete list of all item ids that are in the game of weapons, costumes ect. i'm hating have to play the guess the item id number game when trying to edit the character inventory

wcsc12
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Aug 06, 2017 1:28 am
Reputation: 1

Re: Legend of Heroes Trails of Cold Steel 1

Post by wcsc12 »

mordaki987 wrote:
Sun Aug 06, 2017 3:44 pm
anyone have the item id for sara's swimsuit? or does nyone know where i can find if there is one a complete list of all item ids that are in the game of weapons, costumes ect. i'm hating have to play the guess the item id number game when trying to edit the character inventory
Currently, everyone is adding the item ids in the spreadsheet link a page back. It's being filled out slowly and surely.

coldcell
Cheater
Cheater
Posts: 28
Joined: Mon May 08, 2017 12:46 pm
Reputation: 10

Re: Legend of Heroes Trails of Cold Steel 1

Post by coldcell »

Do the table work for 1.1?

DrummerIX
Expert Cheater
Expert Cheater
Posts: 2885
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 0

Re: Legend of Heroes Trails of Cold Steel 1

Post by DrummerIX »

coldcell wrote:
Sun Aug 06, 2017 8:05 pm
Do the table work for 1.1?
It's working for me on Steam. I haven't tested GOG.

TheByteSize
Expert Cheater
Expert Cheater
Posts: 293
Joined: Sat Mar 04, 2017 7:28 am
Reputation: 232

Re: Legend of Heroes Trails of Cold Steel 1

Post by TheByteSize »

Super Stats for Active Party Member.
This may conflict with one of Drummer's script. This script will automatically set high stats for all active party members. You can go into the script and add // in front of each line that you don't want to auto change.
Only HP is 4 bytes, everything else is 2 bytes so don't enter some out of bound integer if you decide to change the default numbers in the script.

WARNING: This super high stats setting will mess up the fight where you have to loose.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>4346</ID>
      <Description>"Super Stats Active Member"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(ToCS_SuperStats_ActiveMember_AOB,ed8.exe,8D B4 C6 D4 6C 12 00) // should be unique
registersymbol(ToCS_SuperStats_ActiveMember_AOB)
alloc(newmem,$1000)
label(code)
label(return)


newmem:

code:
  lea esi,[esi+eax*8+00126CD4]
  // mov [esi],#9999  //HP - Current
  // mov word [esi+8],#999  //EP - Current
  // mov word [esi+C],#200  //CP - Current
  mov word [esi+10],#999  //STR
  mov word [esi+12],#999  //DEF
  mov word [esi+14],#999  //ATS
  mov word [esi+16],#999  //ADF
  mov word [esi+1C],#999  //SPD
  mov word [esi+18],#999  //DEX
  mov word [esi+1A],#999  //AGL
  mov word [esi+2C],#100  //ACC+
  mov word [esi+2e],#100  //EVA+
  jmp return


ToCS_SuperStats_ActiveMember_AOB:
  jmp newmem
  nop
  nop
return:



[DISABLE]

ToCS_SuperStats_ActiveMember_AOB:
  db 8D B4 C6 D4 6C 12 00

unregistersymbol(ToCS_SuperStats_ActiveMember_AOB)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "ed8.exe"+1D571B

"ed8.exe"+1D56FC: E8 81 59 E3 FF        -  call ed8.exe+B082
"ed8.exe"+1D5701: 8B CB                 -  mov ecx,ebx
"ed8.exe"+1D5703: E8 7A 59 E3 FF        -  call ed8.exe+B082
"ed8.exe"+1D5708: 66 8B 45 0C           -  mov ax,[ebp+0C]
"ed8.exe"+1D570C: 66 83 F8 10           -  cmp ax,10
"ed8.exe"+1D5710: 73 1A                 -  jae ed8.exe+1D572C
"ed8.exe"+1D5712: 0F B7 C0              -  movzx eax,ax
"ed8.exe"+1D5715: 8D 04 80              -  lea eax,[eax+eax*4]
"ed8.exe"+1D5718: 57                    -  push edi
"ed8.exe"+1D5719: 03 C0                 -  add eax,eax
// ---------- INJECTING HERE ----------
"ed8.exe"+1D571B: 8D B4 C6 D4 6C 12 00  -  lea esi,[esi+eax*8+00126CD4]
// ---------- DONE INJECTING  ----------
"ed8.exe"+1D5722: B9 14 00 00 00        -  mov ecx,00000014
"ed8.exe"+1D5727: 8B FB                 -  mov edi,ebx
"ed8.exe"+1D5729: F3 A5                 - repe  movsd 
"ed8.exe"+1D572B: 5F                    -  pop edi
"ed8.exe"+1D572C: 5E                    -  pop esi
"ed8.exe"+1D572D: 8B C3                 -  mov eax,ebx
"ed8.exe"+1D572F: 5B                    -  pop ebx
"ed8.exe"+1D5730: 5D                    -  pop ebp
"ed8.exe"+1D5731: C2 08 00              -  ret 0008
"ed8.exe"+1D5734: CC                    -  int 3 
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Last edited by TheByteSize on Mon Aug 07, 2017 3:35 pm, edited 1 time in total.

ahmetmeteisikara
Novice Cheater
Novice Cheater
Posts: 21
Joined: Sat Aug 05, 2017 9:53 am
Reputation: 1

Re: Legend of Heroes Trails of Cold Steel 1

Post by ahmetmeteisikara »

rapierx wrote:
Sun Aug 06, 2017 12:50 pm
I'm stuck on June 15 because of Infinite Bonding Points cheat, as mentioned in viewtopic.php?f=4&t=4467&start=45#p14674. Can somebody upload a save on that day before using all BP, or slightly before that day?
that is because for that day, you need to finish your studying points to advance the story, not realed to april 18

be careful you need to plan that day so when the last studying event is left you need to have 1 studying point

studying points are same as bonding points

nyanmaruu182
Expert Cheater
Expert Cheater
Posts: 52
Joined: Thu Aug 03, 2017 7:42 am
Reputation: 8

Re: Legend of Heroes Trails of Cold Steel 1

Post by nyanmaruu182 »

is it Master Quartz Exp Multiplier working?
when im done fighting nothing level up, i use 99 exp afterall

DrummerIX
Expert Cheater
Expert Cheater
Posts: 2885
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 0

Re: Legend of Heroes Trails of Cold Steel 1

Post by DrummerIX »

nyanmaruu182 wrote:
Mon Aug 07, 2017 1:11 pm
is it Master Quartz Exp Multiplier working?
when im done fighting nothing level up, i use 99 exp afterall
There is an issue with using high multiplier values. The problem occurs when you go over the needed value to level up. You can try TheByteSize's option, but I'm not positive if that works better or not (I haven't tested them).

lexlim86
Cheater
Cheater
Posts: 30
Joined: Mon May 22, 2017 1:05 pm
Reputation: 6

Re: Legend of Heroes Trails of Cold Steel 1

Post by lexlim86 »

Any chance to edit or multiply link experience between other character for example alyssa with elliot ( not main character Rean with other)

TheByteSize
Expert Cheater
Expert Cheater
Posts: 293
Joined: Sat Mar 04, 2017 7:28 am
Reputation: 232

Re: Legend of Heroes Trails of Cold Steel 1

Post by TheByteSize »

lexlim86 wrote:
Mon Aug 07, 2017 1:40 pm
Any chance to edit or multiply link experience between other character for example alyssa with elliot ( not main character Rean with other)
That's already done with my script.

TheByteSize
Expert Cheater
Expert Cheater
Posts: 293
Joined: Sat Mar 04, 2017 7:28 am
Reputation: 232

Re: Legend of Heroes Trails of Cold Steel 1

Post by TheByteSize »

nyanmaruu182 wrote:
Mon Aug 07, 2017 1:11 pm
is it Master Quartz Exp Multiplier working?
when im done fighting nothing level up, i use 99 exp afterall

Use my script if you want to level once per battle. The game check the EXP value if it's too high over the needed EXP to level up, it reset the current EXP to the bottom of current level. Therefore, 99 multiplier is bad for Master Quartz.

nyanmaruu182
Expert Cheater
Expert Cheater
Posts: 52
Joined: Thu Aug 03, 2017 7:42 am
Reputation: 8

Re: Legend of Heroes Trails of Cold Steel 1

Post by nyanmaruu182 »

DrummerIX wrote:
Mon Aug 07, 2017 1:39 pm
nyanmaruu182 wrote:
Mon Aug 07, 2017 1:11 pm
is it Master Quartz Exp Multiplier working?
when im done fighting nothing level up, i use 99 exp afterall
There is an issue with using high multiplier values. The problem occurs when you go over the needed value to level up. You can try TheByteSize's option, but I'm not positive if that works better or not (I haven't tested them).
i'm already check it in your latest Edit15 "TheByteSize's option", there is no Multiplier Master Quartz
just have "fast link event, bonding remain, inf fishing attemp, fast angler point, fast exp gain (is it include master quartz?), and fast link battle exp"

TheByteSize
Expert Cheater
Expert Cheater
Posts: 293
Joined: Sat Mar 04, 2017 7:28 am
Reputation: 232

Re: Legend of Heroes Trails of Cold Steel 1

Post by TheByteSize »

viewtopic.php?f=4&t=4467&start=75#p14764

copy the code and paste into CE ;)
nyanmaruu182 wrote:
Mon Aug 07, 2017 3:46 pm
DrummerIX wrote:
Mon Aug 07, 2017 1:39 pm
nyanmaruu182 wrote:
Mon Aug 07, 2017 1:11 pm
is it Master Quartz Exp Multiplier working?
when im done fighting nothing level up, i use 99 exp afterall
There is an issue with using high multiplier values. The problem occurs when you go over the needed value to level up. You can try TheByteSize's option, but I'm not positive if that works better or not (I haven't tested them).
i'm already check it in your latest Edit15 "TheByteSize's option", there is no Multiplier Master Quartz
just have "fast link event, bonding remain, inf fishing attemp, fast angler point, fast exp gain (is it include master quartz?), and fast link battle exp"

Post Reply

Who is online

Users browsing this forum: Baidu [Spider], Cielos, dakkalazy, fkw123, Google Adsense [Bot], killva, LionZero, loci22, pooka42, Starscar, SunBeam, valgul