Hello very bunas, I have a little problem with the GS 1.00.18 compiled
I can not use any skill, to kill mobs, or PJ, I skip the GS AntiSpeedhack
Some solution
I was well in the source of GS and I could not solve
Printable View
Hello very bunas, I have a little problem with the GS 1.00.18 compiled
I can not use any skill, to kill mobs, or PJ, I skip the GS AntiSpeedhack
Some solution
I was well in the source of GS and I could not solve
protocol incorrect Client <-> server
main 1.02c is Eng protocol. and i think your server using jpn protocol
Code:;Korean
;#define PROTOCOL_WALK 0xD3
;#define PROTOCOL_ATTACK 0xD7
;#define PROTOCOL_POSITION 0xDF
;#define PROTOCOL_BEATTACK 0x10
;English
;#define PROTOCOL_WALK 0xD4
;#define PROTOCOL_ATTACK 0x11
;#define PROTOCOL_POSITION 0x15
;#define PROTOCOL_BEATTACK 0xDB
;Japan
;#define PROTOCOL_WALK 0x1D
;#define PROTOCOL_ATTACK 0xDC
;#define PROTOCOL_POSITION 0xD6
;#define PROTOCOL_BEATTACK 0xD7
;China
;#define PROTOCOL_WALK 0xD9
;#define PROTOCOL_ATTACK 0xD7
;#define PROTOCOL_POSITION 0xD0
;#define PROTOCOL_BEATTACK 0x1D
;Taiwan
;#define PROTOCOL_WALK 0xD7
;#define PROTOCOL_ATTACK 0xD9
;#define PROTOCOL_POSITION 0xD2
;#define PROTOCOL_BEATTACK 0x1D
;Phillipine
;#define PROTOCOL_WALK 0xDD
;#define PROTOCOL_ATTACK 0xD6
;#define PROTOCOL_POSITION 0xDF
;#define PROTOCOL_BEATTACK 0x11
;VietNam
;#define PROTOCOL_WALK 0xD9
;#define PROTOCOL_ATTACK 0x15
;#define PROTOCOL_POSITION 0xDC
;#define PROTOCOL_BEATTACK 0x1D
@Leandro Taboada
what files are u using?