Most visitors online was 2783 , on 8 Sep 2023
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!michael_admin, I do not understand, can you explain?
michael_admin, to know which file to change at the source?
Thanks you,
Thanks you,
now I have another problem but this I can not understand since the client.dll is an aggregate or generated only the source of the client_Ex401, how i do solve it?
https://imgur.com/p7Pi56z
how do I solve it?how do I solve it?now I have another problem but this I can not understand since the client.dll is an aggregate or generated only the source of the client
Nobody knows how to display the model of items in custom windows Season 6?
I need it too. I found what function do it, but don't know how use it.
#define pDrawModel ((int(__cdecl*)(float PosX, float PosY, float Width, float Height, int ItemID, int a6, int a7, float a8, char a9)) 0x5CF310)
void Interface::DrawItemToolTip ( void * item, int x, int y ) {
static DWORD mem = 0;
_asm {
PUSH 0
PUSH 0
PUSH 0
PUSH item
PUSH y
PUSH x
MOV mem,0x00861110 //1.04D-> 0x00860FC0
CALL mem
MOV ECX, EAX
MOV mem,0x00861AA0 //1.04D-> 0x00861950
CALL mem
MOV ECX, EAX
MOV mem,0x007E3E30 //1.04D-> 0x007E3CE0
CALL mem
}
}
Code:void Interface::DrawItemToolTip ( void * item, int x, int y ) { static DWORD mem = 0; static DWORD ItemToolTipAdress1 = 0x00861110; //1.04D-> 0x00860FC0 static DWORD ItemToolTipAdress2 = 0x00861AA0; //1.04D-> 0x00861950 static DWORD ItemToolTipAdress3 = 0x007E3E30; //1.04D-> 0x007E3CE0 _asm { PUSH 0 PUSH 0 PUSH 0 PUSH item PUSH y PUSH x MOV mem,ItemToolTipAdress1 CALL mem MOV ECX, EAX MOV mem,ItemToolTipAdress2 CALL mem MOV ECX, EAX MOV mem,ItemToolTipAdress3 CALL mem } }
Anyone have idea how to fix dark horse skill? stomp/earthshake it wont push monsters/character but it damage it. anyone know how to fix this issue? @michael_admin