Page 1 of 2

The Legend of Heroes: Trails from Zero [STEAM]

Posted: Mon Oct 03, 2022 7:33 pm
by Tuuuup!


So here is a basic table for this game.

In battle scripts:
max HP (9999)
max EP
max CP
High attack damage
inf item use in battle

Normal:
Set items to 99 (Tools & Ingredients)
Mira + Sepith and Detective points pointers

v2: Added damage multiplier, inf HP script and changed the inf item script and fix for the sepith and DP pointers script..that's it I think

Enjoy

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Tue Oct 04, 2022 4:27 am
by Budihanggie
awesome ! thx u, any chance to add item editor n character editor?

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Tue Oct 04, 2022 1:48 pm
by PlayerGmon
Thank you so much :wub: I'll be annoying and ask if its possible to have "Bond Points" editor

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Tue Oct 04, 2022 4:52 pm
by Martijn1234
Possible to add inf fishing bait aswell? thx

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Wed Oct 05, 2022 6:54 am
by MasterPanda
Martijn1234 wrote:
Tue Oct 04, 2022 4:52 pm
Possible to add inf fishing bait aswell? thx
Have you tried activating "inf items in battle" while fishing? If you have at least 2 bait, it shouldn't go down... I think (I know it works for Quarz, Accessories and Weapons... not sure if it works for fish though)

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Fri Oct 07, 2022 6:17 pm
by porkbob
I have a humble request to add the ability to change the current difficulty of the game. The save files are compressed in some way, so it won't be straightforward to hex edit a value in them. There's gonna be a demand for a way to change it, I reckon.

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Sun Oct 09, 2022 1:22 pm
by univ3
get all equip,item,material,magic,etc will be nice

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Mon Oct 10, 2022 11:29 am
by zanipeo272
Are there instructions on how to edit DP, Mira and Sepith values?

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Mon Oct 10, 2022 11:31 am
by Noire Blackheart
zanipeo272 wrote:
Mon Oct 10, 2022 11:29 am
Are there instructions on how to edit DP, Mira and Sepith values?
That part of the table broke with the last update of the game.

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Mon Oct 10, 2022 1:21 pm
by kloze
Noire Blackheart wrote:
Mon Oct 10, 2022 11:31 am
zanipeo272 wrote:
Mon Oct 10, 2022 11:29 am
Are there instructions on how to edit DP, Mira and Sepith values?
That part of the table broke with the last update of the game.
-Before
aobscanmodule(mira,zero.exe,44 8B 80 D4 44 00 00 E8 C2)
-After
aobscanmodule(mira,zero.exe,44 8B 80 D4 44 00 00 E8 42)

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Fri Oct 14, 2022 2:45 pm
by MasterPanda
For anybody who needs it, those are the additions you can put in the "Set items to 99" script
I just screwed a bit around with the values in the script, to see what's what (so I wouldn't know how to separate Guns from Event/Key Items or the Tonfas from the Fishing Items)
CODE

cmp r8,15 // Books
je ingr
cmp r8,12 // Quarz
je ingr
cmp r8,16 // tools attak food
je ingr
cmp r8,A // Equipment Armor
je ingr
cmp r8,B // Equipment Shoes
je ingr
cmp r8,C // Equipment Accessories
je ingr
cmp r8,1 // Equipment Guns (Ellie) + Event!? +Fish
je ingr
cmp r8,2 // Equipment Staffs (Tio)
je ingr
cmp r8,3 // Equipment Axes (Randy)
je ingr
cmp r8,0 // Equipment Tonfas (Lloyd) + Fishing Tools&Bait
je ingr

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Sat Oct 15, 2022 9:38 pm
by Jarkes
Honestly I'd like pointers for things like U-Materials, Divine Cloths, and Zemurian Ores as well. Or just inventory editor pointers in general.

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Sun Oct 16, 2022 6:00 am
by MasterPanda
Jarkes wrote:
Sat Oct 15, 2022 9:38 pm
Honestly I'd like pointers for things like U-Materials, Divine Cloths, and Zemurian Ores as well. Or just inventory editor pointers in general.
This isn't the exact thing you wanted but it's the best I can do ...
A version of Tuuuup!' s script that sets all event items, books, guns and fish you have in your inventory to 65 (after opening the inventory and looking at the tab)
Having too many Quest-Items COULD softlock your game, so be careful with that and have backup saves ready.

I hope that helps
zero_event.CT
(6.96 KiB) Downloaded 502 times

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Mon Oct 17, 2022 3:27 pm
by CUBES
Possible to add something to increase bond points?

Re: The Legend of Heroes: Trails from Zero [STEAM]

Posted: Tue Oct 18, 2022 8:42 am
by lsssk11331
it seems the same in old zero no kiseki table, you can try to copy the mira address, and in pointer edit the value:
elie = 44d4+1bf5
tio = 44d4+1bf6
randy = 44d4+1bf7
then change the type to byte.