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!

add time on any item.

Newbie Spellweaver
Joined
Nov 3, 2010
Messages
66
Reaction score
18
I'll show you how to add time on any item.
Open your game.exe in olly and search for:
ADD ECX, 69780 using the cntrl + s
Just above you will see something like this:
0047C37E |. 3D 00130503 CMP EAX,Cópia_de.03051300
0047C383 |. 74 51 JE SHORT Cópia_de.0047C3D6
0047C385 |. 3D 00140503 CMP EAX,Cópia_de.03051400
0047C38A |. 74 4A JE SHORT Cópia_de.0047C3D6
0047C38C |. 3D 00150503 CMP EAX,Cópia_de.03051500
0047C391 |. 74 43 JE SHORT Cópia_de.0047C3D6
0047C393 |. 3D 00160503 CMP EAX,Cópia_de.03051600
0047C398 |. 74 3C JE SHORT Cópia_de.0047C3D6
0047C39A |. 3D 00170503 CMP EAX,Cópia_de.03051700
0047C39F |. 74 35 JE SHORT Cópia_de.0047C3D6
0047C3A1 |. 3D 00180503 CMP EAX,Cópia_de.03051800
0047C3A6 |. 74 2E JE SHORT Cópia_de.0047C3D6
0047C3A8 |. 3D 00190503 CMP EAX,Cópia_de.03051900
0047C3AD |. 74 27 JE SHORT Cópia_de.0047C3D6
0047C3AF |. 3D 003B0503 CMP EAX,Cópia_de.03053B00
0047C3B4 |. 74 20 JE SHORT Cópia_de.0047C3D6
0047C3B6 |. 3D 003C0503 CMP EAX,Cópia_de.03053C00
0047C3BB |. 74 19 JE SHORT Cópia_de.0047C3D6
0047C3BD |. 3D 003D0503 CMP EAX,Cópia_de.03053D00
0047C3C2 |. 74 12 JE SHORT Cópia_de.0047C3D6
0047C3C4 |. 3D 003E0503 CMP EAX,Cópia_de.03053E00
0047C3C9 |. 74 0B JE SHORT Cópia_de.0047C3D6
0047C3CB |. 3D 003F0503 CMP EAX,Cópia_de.03053F00
0047C3D0 |. 0F85 B4000000 JNZ Cópia_de.0047C48A
These CMP EAX, are nothing more than a "check" on which item we are dealing with.
After the CMP have the conditional jump to the routine time of ADD ECX, 69780.
To add more items, just replace some of the list, or add a new means of jmp.

ADD ECX, 69780
69780 - decimal = 432000/24 = 18000/60 = 300/60 = 5Days =]
You need to add the id of the item in routine Duration: also.
For the item to display the time remaining.
 
Last edited:
Experienced Elementalist
Joined
Jan 1, 2009
Messages
217
Reaction score
61
who is exellsior? did he say that the timer for preium is written by him? all the codes is written by my fiend in China..you can talk about its theory, i am very glad to see that pt becomes more and more developed..but don't tell us this patent is yours,exellsior!
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
Exellsior used other screen-names on other forums and last told us he had no more time for developing PT, IMS.

He was not mentioned (or credited) in this thread. Wrong thread, or...

If you know the original source of this code, credit is always welcome. :D:

--- EDIT ---
Though, I should warn that arguments over a similar (same?) code fragments attribution caused MentaL to delete a massive flame block in the main section. :/:
 
Last edited:
Newbie Spellweaver
Joined
Nov 3, 2010
Messages
66
Reaction score
18
What is happening with this guy there, nobody spoke of exellsior here, this code is in game.exe
wtf!?
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
I think it's a mistakenly cross-threaded post wolganens. If I'm right I'm gladly move it and delete these, but I'm holding off in case I'm wrong and rxaicy wants to add something which explains why this is the intended thread.
 
Newbie Spellweaver
Joined
May 4, 2011
Messages
27
Reaction score
7
who is exellsior? did he say that the timer for preium is written by him? all the codes is written by my fiend in China..you can talk about its theory, i am very glad to see that pt becomes more and more developed..but don't tell us this patent is yours,exellsior!

I remember that before he wrote the code for MagicPT, and also share a lot of experience on 4rum, but now at least see his post :(:
 
Back
Top