Welcome!

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!

GS 1.00.18 Skill Error

Joined
Nov 30, 2013
Messages
17
Reaction score
0
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
 
Skilled Illusionist
Joined
Jun 22, 2017
Messages
363
Reaction score
561
You can pass me the protocol
For customer 1.02 C
Or the list of KOR, JPN, ENG and etc

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
 
Upvote 0
Joined
Nov 30, 2013
Messages
17
Reaction score
0
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


Even changing the protocol, and customer
The skill doesn't hurt, and it jumps me in the GS: [malocam][Deilan] Dark Knight Attack Speed Is Wrong MagicSkill (4221)(720) Penalty 0
 
Upvote 0
Back
Top