[1.298] Fix the monthly loyalty reset time
Hello,Monthly loyalty points are getting reset every months 1st day as you know but it's reset time on 1299 ebenezer is 6:30 and thats so annoying for players.Some of our users asked me for it. How can we fix it?
Here is offsets to change its time
00435DD0|. 837D F4 06CMP DWORD PTR SS:,6 // compare systemtime's current hour with 6
00435DD4|. 0F85 B9000000JNZ 00435E93
00435DDA|. 837D F0 1ECMP DWORD PTR SS:,1E // compare systemtime's current minute with 30So if we change it like this.00435DD0|. 837D F4 06CMP DWORD PTR SS:,0 // compare systemtime's current hour with 0
00435DD4|. 0F85 B9000000JNZ 00435E93
00435DDA|. 837D F0 1ECMP DWORD PTR SS:,0 // compare systemtime's current minute with 0Monthly loyalties reset time will 00:00 of 1st day of current month. :)
Have fun
页:
[1]