1.00.18 GS and 1.00.19 GS-CS - update 4

Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

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_
 
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

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)
 
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

Dudi2,

The skills dont work yet. We need change the protocols.

BluStudio,

/drop and / post work 100%. Review your codes, please...
What about the teleport bug? I found the problem with /drop. The teleport bug is becose i don't have Eibeland Map(terrain52.att)
 
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

For what is it?, i download and i get Instaling Waiting or something like that, and stop there.
What should i do?
 
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

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
 
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

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.
 
Last edited:
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

Hi, I've tried this guide and i've read through it before i started anything. And i must say, by far the most helpful guide.

My problem is this, i've edited all files according until the Update 1:Running of server part where my GameServer Crashes just as it started. At first, I thought i must've did something wrong so i redid it. It still crashes.

Now, I tried Running the gameserver alone without anything else, it showed a couple of errors at first saying a couple of files are missing but then it crashes after that.

If anyone has an answer, do reply.

F.Y.I im on Windows XP Pro SP3. not sure if it makes any difference. Btw other GameServers works except Endi's.
 
Last edited:
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

File 'maestro://eBook/estructura/datasercer.html' does not exist!
Please contact the autor of 'Server_10018_EN' regarding this problem

Ihope you cna fix it
 
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

i think the developement stopped on this one, we got almost everything we need nowto build episode 2, we can look at fix sources on here and we can look at how to make the new characters work and can code them. Its just a matter of fixing protocols?
 
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

to obtain full season3 ep2 you need to code in gs the gameplay of summoner,support for his class,the quests and so on and this project is at 42 or 43 update(i dont remember) but only for PT-BR
 
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

File 'maestro://eBook/estructura/datasercer.html' does not exist!
Please contact the autor of 'Server_10018_EN' regarding this problem

Ihope you cna fix it

So who can help me at Update 1 - Structure at the end of that page the file of the link is missign if someone know what i should to please post or pm thx you guys
 
Back