Korean protocol source to GS 1.00.18 is incomplete. When i try kill mob of Flame skill (DW) i get DC. Error in gs:
[code]error-L2 : account:Dudi name:Dudi HEAD:10 (D:\Works\Mu-Studio\GameServer_Backup\1.00.18_
Printable View
Korean protocol source to GS 1.00.18 is incomplete. When i try kill mob of Flame skill (DW) i get DC. Error in gs:
[code]error-L2 : account:Dudi name:Dudi HEAD:10 (D:\Works\Mu-Studio\GameServer_Backup\1.00.18_
You should continue to translate the guide. I made everything up now, but with few errors:
*character teleports every 1 second o new maps
*/drop crashes GS
*/post simply don't show(I will recheck spelling)
Dudi2,
The skills dont work yet. We need change the protocols.
BluStudio,
/drop and / post work 100%. Review your codes, please...
So I'm the only one who can't warp normally with GM?
Why aren't the updates translated anymore...please...someone...Hymen, chris :(
Re7ro,
The guide will be translated...
thanks for the guild, very useful
I love your guides, thanks!
Please where i can change lvl create on MG and DL?? (offset)
For what is it?, i download and i get Instaling Waiting or something like that, and stop there.
What should i do?
Could someone please explain to me what is sdProtocol[x]
I found while viewing packets from client to server
if(pProtocol[0] == 0xC1 && pProtocol[2] == 0xF3 && pProtocol[3] == 0x11)
This was similar to a packet of mine for using skills
C1 0B F3 11 FE 00 07 00 0A 00 00 C1 0B F3 11 FE
I believe this is the packet and above is what we write in C++ however what is sdProtocol[x] and how can I finish writing a protocol fix with the correct packets found?
I think I understand pProtocol[x]
Thanks for all help
Erm...You are trying to code Episode 2, right? You see, some of the protocols were changed starting the 1.04K main. So you identify the packet and make another one (sdProtocol) and send it to main so the protocols can match.
thanks for the guide