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!

[Development] Tron 2.0 glow for MuOnline

Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
Can someone post offsets for 1.04D GMO main? I have researched only WinWidth and WinHeight.. Other offsets i cant find =\
 
selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
542
Reaction score
131
hdmIJSG - [Development] Tron 2.0 glow for MuOnline - RaGEZONE Forums

how to find these offsets?
I found all the others, but go into the game and where to enter username and password does not appear mouse. think the point is that I have not found these offsets.

Main 1.03P
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 3, 2009
Messages
33
Reaction score
25
1.04D GMO
Code:
#define pInitGraphics		((void(__cdecl*)()) 0x00777440)
#define oInitGraphics_Call		0x00776D5E
#define pSelectDraw	((int(__cdecl*)(DWORD)) 0x0041FE10)
#define oSelectDraw_Call		0x00405A32
#define pWinWidth				*(GLsizei*)0x0E61E58
#define pWinHeight				*(GLsizei*)0x0E61E5C

DWORD gSelectEnter = 0x0040AB4A;
DWORD gGraphicsEnter = 0x00777B3B;
DWORD gSelectASMJmp00 = gSelectEnter+6;
DWORD gGraphicsASM00Jmp00 = gGraphicsEnter+5;
 
Last edited:
selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
542
Reaction score
131
1.04D GMO
Code:
#define pWinWidth                *(GLsizei*)0x0E61E58
#define pWinHeight                *(GLsizei*)0x0E61E5C
DWORD gSelectEnter = 0x0040AB4A;
DWORD gGraphicsEnter = 0x00777B3B;
DWORD gSelectASMJmp00 = gSelectEnter+6;
DWORD gGraphicsASM00Jmp00 = gGraphicsEnter+5;

Thanks
Спасибо, но это не все)



how to fix this?
cyEaEfM - [Development] Tron 2.0 glow for MuOnline - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
1.04D GMO
Code:
#define pInitGraphics        ((void(__cdecl*)()) 0x00777440)
#define oInitGraphics_Call        0x00776D5E
#define pSelectDraw    ((int(__cdecl*)(DWORD)) 0x0041FE10)
#define oSelectDraw_Call        0x00405A32
#define pWinWidth                *(GLsizei*)0x0E61E58
#define pWinHeight                *(GLsizei*)0x0E61E5C

DWORD gSelectEnter = 0x0040AB4A;
DWORD gGraphicsEnter = 0x00777B3B;
DWORD gSelectASMJmp00 = gSelectEnter+6;
DWORD gGraphicsASM00Jmp00 = gGraphicsEnter+5;

Thanks, good work)
 
Last edited:
Experienced Elementalist
Joined
Nov 26, 2008
Messages
253
Reaction score
67
Anyone managed to get this to work for zTeam's S6E3? I've managed to compile it and run it, but it crashes the game when I enable the glow.
 
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
79
Reaction score
7
Eng:
I also can not find the header:
1>Glow.cpp(5): fatal error C1083: Не удается открыть файл включение: cg/cg.h: No such file or directory

Although cg-redist-3.1 installed!

RUS:
У меня тоже не находит хидер:
1>Glow.cpp(5): fatal error C1083: Не удается открыть файл включение: cg/cg.h: No such file or directory

Хотя cg-redist-3.1 установлен!
 
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
Зайди по пути установленного пакета, найди там папку "CG", и скопируй ее в папку студии. Обычно "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include"
 
Experienced Elementalist
Joined
May 16, 2009
Messages
205
Reaction score
101
I Compile, and no have errors but main closed when select server :/
I used offsets for main 1.04D
 
Newbie Spellweaver
Joined
Jun 18, 2012
Messages
31
Reaction score
2
I've always had problems when Hook dll.
So use PEExplore. Can anyone tell me these dll API?
 
Newbie Spellweaver
Joined
May 1, 2014
Messages
28
Reaction score
2
Thanks :D



How search offset for main 1.03P ? pliss



Alguien me ayuda me gustaría agregar esto a mi main :c
solo tengo estos 2 offset
#define WinWidth *(GLsizei*)0x8DA8FC
#define WinHeight *(GLsizei*)0x8DA900

Plis Help me T_T I am noob :c
 
Back
Top