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!

uniq flame

Status
Not open for further replies.
Banned
Banned
Joined
Jun 22, 2012
Messages
64
Reaction score
5
I want to change my uniq weapon flame from red to sm other colour ..can ne 1 temme which file to edit ??? Or a3client.exe???
Untitled - uniq flame - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Jun 22, 2012
Messages
64
Reaction score
5
ok thxx for the info.. was getting confused... that its in client or data file...
got it now..
and 1 more help... that color code is in the modules??? like a3 client,or any other??
 
Banned
Banned
Joined
Jun 22, 2012
Messages
64
Reaction score
5
guys i hav searched a lot i cant find ne color code in "a3client.exe "......plzz can ne 1 help me out wit it ..plzzz
 
Newbie Spellweaver
Joined
Jan 26, 2012
Messages
75
Reaction score
73
You can find the lower part of it when I open the client in OllyDbg.


Address | Command
----------------------------------------------------
007DC4F7 | CALL 0044DC47 ;Function it is determined to be a unique item. For unique items, it will return EAX = 1.
007DC4FC | ADD ESP,4
007DC4FF | AND EAX,000000FF
007DC504 | TEST EAX,EAX ;Compare the value of EAX.
007DC506 | JZ 007DCCB0 ;Value of EAX to jump to 007DCCB0 case of 0. Portion to be skipped without express flame
007DC50C | MOV ECX,DWORD PTR SS:[EBP-5FC] ;It is the part that displays flame on unique items from here
 
Banned
Banned
Joined
Jun 22, 2012
Messages
64
Reaction score
5
k.. guys.. i have found something..
it contain in memory address..
it contain in RGB values..
Untitled - uniq flame - RaGEZONE Forums
but i am not understanding this FLAGS = 0FF value
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Jun 22, 2012
Messages
64
Reaction score
5
@ prologos... is it in 562 client or 219 client???
because in 562 client ... the addresses u given is different..
in 562 :-
Code:
007DC4F5  |. E8 7DFAFFFF         |CALL A3Client.007DBF77                  ; \A3Client.007DBF77
007DC4FA  |> 8B85 08FFFFFF       |MOV EAX,DWORD PTR SS:[EBP-F8]
007DC500  |. 8B48 2C             |MOV ECX,DWORD PTR DS:[EAX+2C]
007DC503  |. 898D 10FFFFFF       |MOV DWORD PTR SS:[EBP-F0],ECX
007DC509  |. 8D55 E8             |LEA EDX,DWORD PTR SS:[EBP-18]
007DC50C  |. 52                  |PUSH EDX                                ; /Arg1
007DC50D  |. 8B45 E4             |MOV EAX,DWORD PTR SS:[EBP-1C]           ; |
007DC510  |. 69C0 8C000000       |IMUL EAX,EAX,8C                         ; |
007DC516  |. 8B8D 10FFFFFF       |MOV ECX,DWORD PTR SS:[EBP-F0]           ; |
007DC51C  |. 03C8                |ADD ECX,EAX                             ; |
007DC51E  |. E8 74ECFFFF         |CALL A3Client.007DB197                  ; \A3Client.007DB197
 
Last edited:
Status
Not open for further replies.
Back
Top