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!

1.04D Camera research

iNewLegend , Leo123
Joined
Apr 26, 2006
Messages
296
Reaction score
81
Hi i'm now working on new packet in main
who change's camera postions cool no?^^
and i find some offsets of camera and i want share...
Code:
; ReSearch By [CzF]leo123
; Thanks To Sobish for camera names ^^
; Camera Research
;Camera_RotZ DD 07AFD794H	; CONTROL LEFT/RIGHT
;Camera_RotY DD 00757A30H   ; CONTROL UP/DOWN
;Camera_PosZ DD 00756994H	; CONRTOL UP_DOWN POSTION OF CAMEREA
;Camera_ClipX DD 007578B4H  ; THE BLACK poop WAHT YOU HAVE ? I DONT KNOW HOT TO TELL
;Camera_Zoom DD 0065F410H   ; AND EASY AND COOL ZOOM :)
;Example Zoom Control With out fild etc..
;Add Byte Ptr Ds:[0065F410H], 10H
;Add Byte Ptr Ds:[0065F412H], 10H


better use in C++ beacuse in asm not funy work with floats :D fild etc..
enjoy :)
 
Junior Spellweaver
Joined
Jul 5, 2007
Messages
181
Reaction score
9
Re: [Release] 1.04D Camera research

EN : I think u can use the Microsoft Visual C++ , download it from the Microsoft WebSite!
RU : Я Думаю что ты можешь использовать Microsoft Visual C++ , качай его с офф. Мелкософт сайта.
 
iNewLegend , Leo123
Joined
Apr 26, 2006
Messages
296
Reaction score
81
Re: [Release] 1.04D Camera research

А куда его вставлять ??? а то я нуб в этом =))

T_T
make libray in asm or c++ etc..
make call from ingame to your function
check some key for example + or -
if pressed so add zoom - sub zoom :|
 
Newbie Spellweaver
Joined
Jul 3, 2004
Messages
39
Reaction score
6
Re: [Release] 1.04D Camera research

Hi i'm now working on new packet in main
who change's camera postions cool no?^^
and i find some offsets of camera and i want share...
Code:
; ReSearch By [CzF]leo123
; Thanks To Sobish for camera names ^^
; Camera Research
;Camera_RotZ DD 07AFD794H	; CONTROL LEFT/RIGHT
;Camera_RotY DD 00757A30H   ; CONTROL UP/DOWN
;Camera_PosZ DD 00756994H	; CONRTOL UP_DOWN POSTION OF CAMEREA
;Camera_ClipX DD 007578B4H  ; THE BLACK poop WAHT YOU HAVE ? I DONT KNOW HOT TO TELL
;Camera_Zoom DD 0065F410H   ; AND EASY AND COOL ZOOM :)
;Example Zoom Control With out fild etc..
;Add Byte Ptr Ds:[0065F410H], 10H
;Add Byte Ptr Ds:[0065F412H], 10H


better use in C++ beacuse in asm not funy work with floats :D fild etc..
enjoy :)

offset gS or dll?????

I Woking too in 1.04j min but don't work :eek:
 
Newbie Spellweaver
Joined
Sep 21, 2005
Messages
26
Reaction score
51
Re: [Release] 1.04D Camera research

It's for 1.04D main only, not work on other main wersion.
 
Junior Spellweaver
Joined
Jan 11, 2007
Messages
137
Reaction score
2
Re: [Release] 1.04D Camera research

use haste main and be happy=).
 
Junior Spellweaver
Joined
Jul 24, 2007
Messages
139
Reaction score
30
Re: [Release] 1.04D Camera research

offset gS or dll?????

I Woking too in 1.04j min but don't work :eek:

These offsets are for main and for the 1.04D version only, if you try to find these offsets on other main you will probably find another proc xD.

And yes its true if you don
 
Back
Top