Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[SHARE] Genie's time

Newbie Spellweaver
Joined
Dec 26, 2012
Messages
6
Reaction score
11
Hi all,

For changing Genie's time you have to edit file gs with the Hex Editor.

I found necessary offsets in 1.4.4 and 1.4.5 gs, they are:

1.4.4 - 1BFCE7
1.4.5 (v. 63) - 1CB469
1.4.5 (v. 69) - 1DCFE1

You'll find default value 604800 (week in seconds). Change it as you wish in Hex Editor and save file.
 
Last edited:
Robb
Loyal Member
Joined
Jan 22, 2009
Messages
1,224
Reaction score
466
Re: [SHARE] Jin's time

What do you mean by Jin's time?
 
Joined
Feb 8, 2010
Messages
711
Reaction score
361
Re: [SHARE] Jin's time

Maybe the Genius time trade

Yepp this sounds like a good guess.

Edit : it's actually 0x001BFCE8 on 1.4.4 (gs md5 F7292590506458AA851AB7AD5D5DCFD3).

Edit2 : In case anybody else is interested to see this in IDA, here you go:
.text:08207CD4
.text:08207CD4 loc_8207CD4: ; CODE XREF: elf_item::ChangeElfSecureStatus(int,bool)+40j
.text:08207CD4 mov ebx, [ebp+arg_0]
.text:08207CD7 sub esp, 0Ch
.text:08207CDA push offset g_timer
.text:08207CDF call _ZN5abase5timer11get_systimeEv ; abase::timer::get_systime(void)
.text:08207CE4 add esp, 10h
.text:08207CE7 add eax, 93A80h ;here we go
.text:08207CEC mov [ebx+2Bh], eax
.text:08207CEF mov eax, [ebp+arg_0]
.text:08207CF2 mov dword ptr [eax+78h], 1
.text:08207CF9 sub esp, 0Ch
.text:08207CFC push [ebp+arg_0]

Interesting idea to change this, thanks Roymike.
 
Last edited:
Newbie Spellweaver
Joined
Dec 26, 2012
Messages
6
Reaction score
11
Re: [SHARE] Jin's time

oh god. You can't sell your jin for a week after creating it. I gave offsets to change week to another time. It's very comfortable for players and + to server economy.
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Re: [SHARE] Jin's time

ok im respect your work and your idea but dafuq is Jin?
 
Back
Top