Hi, I have a personal problem with the market for game server 1.00.18.
I tried to fix it several ways but neither helped me.
first method
The second wayPHP Code://Serial 0 Personal Shop
SetByte(0x4404B5, 0xe9);
SetByte(0x4404B5+1, 0x9c);
SetByte(0x4404B5+2, 0x00);
SetNop(0x4404B5+5, 1);
//Serial 0 Buy Personal Shop
SetByte(0x44213E, 0xe9);
SetByte(0x44213E+1, 0xa2);
SetByte(0x44213E+2, 0x00);
SetNop(0x44213E+5, 1);
Is there anybody here who would be able to help me?PHP Code:SetByte(0x004404B5,0xE9); // Serial 0 Personal Shop Fix #1
SetByte(0x004404B5+1,0x9C); // Serial 0 Personal Shop Fix #2
SetByte(0x004404B5+2,0x00); // Serial 0 Personal Shop Fix #3
SetNop(0x004404BA,1); // Serial 0 Personal Shop Fix #4
SetByte(0x0044213E,0xE9); // Serial 0 Personal Shop Sell Fix #1
SetByte(0x0044213E+1,0xA2); // Serial 0 Personal Shop Sell Fix #2
SetByte(0x0044213E+2,0x00); // Serial 0 Personal Shop Sell Fix #3
SetNop(0x00442143,1); // Serial 0 Personal Shop Sell Fix #4
I'll try anything, thank you.




