Jump to content

About the Mystery Gift data-block


Recommended Posts

Posted (edited)

Then open the exported file with "winhex".(Or some other hex editor)

Don't get a headache because of the dense numbers

We only need to know a part of the content to solve everything(In fact, because I don't speak English well, I can only explain part of it to you through a translator.)

59b1f2abf1d6f1fee41584d6bb967d5.png

Edited by Dybala
Link to comment
Share on other sites

Posted (edited)

 

Using "Roy's Fuecoco" as an example (for all mystery gifts)

Under my verification, the data for each gift consists of 632 bytes

The first four hexadecimal two-digit combinations of each mystery gift "XX XX XX XX"
The time when the gift was received was recorded

 

微信图片_20240727231842.png

Edited by Dybala
Link to comment
Share on other sites

Just now, Dybala said:

 

Using "Roy's Fuecoco" as an example (for all mystery gifts)

Under my verification, the data for each gift consists of 632

The first four hexadecimal two-digit combinations of each mystery gift "XX XX XX XX"
The time when the gift was received was recorded

 

微信图片_20240727231842.png


So how do we do the conversion?
That is through UNIX timestamp conversion
However, instead of being converted directly through the input, it needs to be reversed, as in the diagram "A2 F2 A4 66". We need to convert it to "66 A4 F2 A2" and then convert it to decimal and use "UNIX timestamp conversion" to convert it to time.
 

0077d30633609ddc491b87b7058b70c.png

c3590a20c395c42e8ab3f01024050aa.png

Link to comment
Share on other sites

Posted (edited)
On 7/27/2024 at 11:23 PM, Dybala said:

 

Using "Roy's Fuecoco" as an example (for all mystery gifts)

Under my verification, the data for each gift consists of 632

The first four hexadecimal two-digit combinations of each mystery gift "XX XX XX XX"
The time when the gift was received was recorded

 

微信图片_20240727231842.png

If you want to delete a "mystery gift", you must remove the 632 bytes to avoid bugs, and you need to fill the file with the same number of "0s" in order to keep the file size the same

Edited by Dybala
Link to comment
Share on other sites

5 minutes ago, Dybala said:


So how do we do the conversion?
That is through UNIX timestamp conversion
However, instead of being converted directly through the input, it needs to be reversed, as in the diagram "A2 F2 A4 66". We need to convert it to "66 A4 F2 A2" and then convert it to decimal and use "UNIX timestamp conversion" to convert it to time.
 

0077d30633609ddc491b87b7058b70c.png

c3590a20c395c42e8ab3f01024050aa.png

The acquisition time of the "Mystery Gift" interface can be modified by reverse operations to solve some people's needs

Link to comment
Share on other sites

  • 3 weeks later...
On 7/28/2024 at 1:04 AM, Dybala said:

The acquisition time of the "Mystery Gift" interface can be modified by reverse operations to solve some people's needs

This method allow players to receive old mystery gift with correct date without using switch-time to change server time?

Link to comment
Share on other sites

1 hour ago, Andy2k said:

This method allow players to receive old mystery gift with correct date without using switch-time to change server time?

emmmm, this will help you to correct the time when you don't use ‘switch-time’ to get the ‘gift’.

And change the order of the ‘gifts’.

In general, this method can only change the ‘display’ of the interface, but not directly obtain the ‘gift’ .But it does avoid the use of the ‘switch-time’.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...