when i try merge this codes have this error cant fix :rtfm:
03/23/2021 22:28LordCraft#2
I changed it to 0x2E18 its compiling but i get an error on reading item data after this ����
Error :
Exception thrown at location 0x008BA440 in sro_client.exe: 0xC0000005: Access violation while reading at location 0x00000034.
03/26/2021 19:46kanka5252#3
why anyone not help in this FORUM?
05/11/2021 00:59Andrej1992#4
Advance Settings -> USE DEP, add your client to DEP and it will work
05/11/2021 23:20kanka5252#5
Quote:
Originally Posted by Andrej1992
Advance Settings -> USE DEP, add your client to DEP and it will work
What does your answer have to do with our topic?
05/12/2021 02:07omar125#6
remove the ```char_pad_0000 [464]; //0x0000```
and add this ```char pad_0000[52]; //0x0000```
and in the end of SOitem add this ```pad_0134[0x1d0-0x134];```
05/16/2021 20:13kanka5252#7
Quote:
Originally Posted by omar125
remove the ```char_pad_0000 [464]; //0x0000```
and add this ```char pad_0000[52]; //0x0000```
and in the end of SOitem add this ```pad_0134[0x1d0-0x134];```