jamaldoc
.
Thank you very much for sharing. It's very helpful for coding beginners like myself. One question, can the Old Mainpop Wnd be fixed in one place?
I see this piece of code in your share but it's noped out:
//__declspec(naked) void ASM_CharacterPosFix()
//{
// __asm
//{
// mov eax, dword ptr ds : [edx + 0x98] ;
// push PosW;
//jmp Old_MainpopPosFixJumpBack;
// }
//}
If I turn it on then:
Severity Code Description Project File Line Suppression State
Error C2094 label 'PosW' was undefined SRO_ClientLib C:\Users\vSRO\Desktop\SRO_ClientLib-main\SRO_ClientLib\OldMainPopWnd.cpp 49
Also tried to replace it with: push Globals::WindowStartPos; but no luck, doesn't work
How could we define PosW?
Please help mate! <3
I see this piece of code in your share but it's noped out:
//__declspec(naked) void ASM_CharacterPosFix()
//{
// __asm
//{
// mov eax, dword ptr ds : [edx + 0x98] ;
// push PosW;
//jmp Old_MainpopPosFixJumpBack;
// }
//}
If I turn it on then:
Severity Code Description Project File Line Suppression State
Error C2094 label 'PosW' was undefined SRO_ClientLib C:\Users\vSRO\Desktop\SRO_ClientLib-main\SRO_ClientLib\OldMainPopWnd.cpp 49
Also tried to replace it with: push Globals::WindowStartPos; but no luck, doesn't work
How could we define PosW?
Please help mate! <3