Twisted 发表于 2011-10-16 18:29:56

[1.298] Fixing 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 time00435DD0|. 837D F4 06CMP DWORD PTR SS:,6 // compare systemtime's current hour with 6
00435DD4|. 0F85 B9000000JNZ ebenezer.00435E93
00435DDA|. 837D F0 1ECMP DWORD PTR SS:,1E // compare systemtime's current minute with 30
So if we change it like this.00435DD0|. 837D F4 06CMP DWORD PTR SS:,0 // compare systemtime's current hour with 0
00435DD4|. 0F85 B9000000JNZ ebenezer.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. :P
Have fun
页: [1]
查看完整版本: [1.298] Fixing monthly loyalty reset time