Ce crash for me if I enable the flag in populate items.
this is what im doing:
1 getnamestuff
2 getdatamanager---->datamanager
3 inventory status
4 populate items
Sometimes it crashes and sometimes nothing happen and I can't activate the flag
in data manager -> inventory status -> invMount change ive000205 to ive000204
in data manager -> flag status -> global bit flags change aoc_recieve_05 to 0
claim the pegasus again
Do you happen to know what the the flag for having the Turboglider is so that I can remove and craft it again as a higher rarity? That should be possible right?
Thanks for all you've done for this game so far.
Edit: For anyone with the same issue, you can simply adjust the quality up in the same area referenced for the pegasus/unicorn method above.
Last edited by Mushdoom on Fri Jun 27, 2025 5:14 am, edited 1 time in total.
I found where the game calculates exp bonus if you wear Flutter charm.
This applies to only Rock, Trees, Fish, and Farm. The left branch calculates exp bonus if you wear Flutter charm. The right branch calculates exp without Flutter charm.
Here's the array of bytes to get there: 47 8D 24 01 45 85 E4
You can using the item editor table from page 2. Follow what the people have said recently about the pegasus and unicorn mounts and just find the code for the Turboglider and adjust its quality up.
One Hit on Resources (Fish/Ore/Tree)
--------------------------------------------------
Hi there, I have found out a way to somewhat one hit on resources tested on (mining/fishing/chopping).
But I am not too sure how the code works with using XOR. atleast im not able to get the logic behind, Im just trying my luck and it just works.
1. After approaching an Ore, u should see the health bar above the ore.
2. do a First Scan on CheatEngine with "Unknown Initial value" as Scan Type and "4 Bytes" as Value Type.
3. Repeat doing the Decreased Value and Increased Value by hitting the ore and wait the ore to regenerate the HP back.
4. until sometime, u will eventually find a hundreds or thousands of results.
5. For me, I had only 1 result where the address starts with "NFL1-Win64-Shipping.exe" and thousands of other address and the value from this address is 33554432 which i dont know why is it that big of number ? that entity(tree/fish/ore) is definately does not having that much of health.
6. So then after i get the value from the result panel. right click on it and inspect for "What writes to this address".
7. then easily i can find what code where it access the address.
xor [rdi+0C],edx
movzx edx,r8b
8. by looking at it as it is a XOR (xor [rdi+0C],edx). and not a MOV or something else. i cannot understand how the logic works behind.
9. I then try injecting my own code before this XOR command, MOV edx, 0
10. the result i get is that the ore/fish/tree is all invulnerable.
11. So, then i revert back, and changed the line to these.
mov edx,[rdi+0C]
xor [rdi+0C],edx
movzx edx,r8b
12. the results worked as expected where 1 hit on tree, ores, or fishing is all with 1 hit.
But, Im testing this only in single player, so far it works without crash after playing for few hrs. I'm trying to understand how it works as im still new to assembly language and first approach to do my own scripts on CE. Appreciate if anyone could explain to me more on it.
the code can be found on this address. hopefully this address can help you to navigate in memory viewer ? im not too sure if it helps.
"NFL1-Win64-Shipping.exe"+6D99EA0
Hello, nope. I did not tried yours yet. but i will definately do and checkout and see on ur scripts to learn more.
But yeah. the thing here is i just want to understand how thing works hahaha
Breh, is there anything to add redux crystals. literally all i need now lol. No idea how to use the second table with item editor. T.T
It's understandable if you don't know how to use the Item Editor, but editing Quantity is very easy to do.
First, use DrummerIX's table Free Crafting to get some equipment. Then trade the equipment in for a single Redux stone. Then you can edit the quantity using Niedzielan's table. Move your mouse over any item in your Material bag, then hit the windows key, then edit Quantity in the table.