we need this addon for 1.02R+ client
Nobody in this forum can make good work for users when wey need help ...
I think I'am not one ho need this addon for 1.02R+ main.exe
Printable View
we need this addon for 1.02R+ client
Nobody in this forum can make good work for users when wey need help ...
I think I'am not one ho need this addon for 1.02R+ main.exe
Links Updated! see the first post
Simple method to find offsets of main_state, check_map and add_effect :
1) To find main_state offset : In olly search string - "Loading ok" and first MOV DWORD after this ASCI is offset of main_state
Example for 1.02R+ (Shatter's files) :
2) To find check_map and add_effect just search a string : "Terrain" and above this func first MOV DWORD with offset is it...Code:
MOV DWORD PTR DS:[708760],2
MAIN_STATE = (int*)0x00708760;
Example for 1.02R+ (Shatter's files) :
This method works on all mains ( What i tested ) :)Code:Ā
MOV EAX,DWORD PTR DS:[6FB604]
MAP_CHECK = (int*)0x006FB604;
MAP_ADD_EFFECT = (int*)0x006FB604;
If anyone need offsets for 3D Camera of 1.02R+ (Shatter's files) : just PM to me.
(c) Zmei.
WebZen. Atm i can't use PM. I send to you offsets after some time)
Alcohol40 send to me offsets plz (1.02R+)
All offsets are sended) Good Luck)
Stifi > I can't send to you PM, because you don't have free space in PM. Delete old messages and repeat your request.
I need 1.07p+ main
who have 1.07p+ main ?
reupload please
Hello ..
I main 1.02 (season3 ep1) added a DLL.
I have the source code with 3D features.
It's possible I add only the FOG in my source code?
Can anyone help me?
Thank you.
Using google translator.
Anybody have the offsets for main 1.03h ?
Can you send me the same offsets for 1.03h(1.03.08), please?
In a few more hours, I update the entire theme, changing a few things, and adding a lot of information on some methods of research's, simple, so that everyone can find by itself the offsets needed for functions that wish to add to your: main.exe
So stay tuned...