Fear1337 wrote: ↑Wed Feb 07, 2024 10:33 pm
Anyone have the time to make a quick recording on editing Wrightstones?
I know of a way, not necessarily the fastest or most efficient way but I know of one. This works best when you have very little stones on you, I have like 2k+ stones so it's harder for me.
First, you pick a stone, 3 traits preferably. Then, you need to get the trait code for one or more of them, the more codes you know, the easier (or just have only 3-5 stones on you).
For example, you got a stone with crit rate for main stat, the ID for crit rate is 9B A1 78 8D. You don't know the ID for the other two traits, but it's a 7/4/3 stone.
Now, you search an array of bytes
9B A1 78 8D 07 00 00 00 XX XX XX XX 04 00 00 00 XX XX XX XX 03
This should search every crit stone with 7 levels of crit rate, 4 levels and 3 levels of two other traits. If you got only 1 result, then it's your stone, then you can view the address and change as required. If it shows more than one result, then you have multiple stones that fits the criteria.
The first 4 pairs are the ID of the trait, the first pair in the next 4 is for the level, and so forth for the next 2 sets.
Again, you'll want the IDs of the traits you want to edit into it. You can check what they are using the sigil edit function and preview a sigil to get the code. I hope this gives you a start.