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!

1.00.18 GS and 1.00.19 GS-CS - update 4

Junior Spellweaver
Joined
Dec 23, 2006
Messages
140
Reaction score
153
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_
 
Newbie Spellweaver
Joined
Jun 6, 2008
Messages
71
Reaction score
8
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)
 
Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
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...
 
Newbie Spellweaver
Joined
Jun 6, 2008
Messages
71
Reaction score
8
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)
 
Newbie Spellweaver
Joined
Jun 19, 2007
Messages
88
Reaction score
1
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

Why aren't the updates translated anymore...please...someone...Hymen, chris :(
 
Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

Re7ro,

The guide will be translated...
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
15
Reaction score
0
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

thanks for the guild, very useful
 
Newbie Spellweaver
Joined
Jun 19, 2007
Messages
88
Reaction score
1
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

Re7ro,

The guide will be translated...
Nice to know^^I thought you've forgotten it.
Thank you chris:sq_yellow
 
Junior Spellweaver
Joined
Aug 19, 2008
Messages
121
Reaction score
0
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

I love your guides, thanks!
 
Newbie Spellweaver
Joined
May 5, 2007
Messages
40
Reaction score
0
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS - update 4

Please where i can change lvl create on MG and DL?? (offset)
 
Newbie Spellweaver
Joined
Jun 16, 2008
Messages
77
Reaction score
0
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?
 
Skilled Illusionist
Joined
May 19, 2007
Messages
346
Reaction score
99
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
 
Experienced Elementalist
Joined
Aug 25, 2005
Messages
253
Reaction score
20
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:
Initiate Mage
Joined
Sep 12, 2008
Messages
3
Reaction score
0
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:
Initiate Mage
Joined
Dec 24, 2005
Messages
2
Reaction score
0
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
 
Experienced Elementalist
Joined
Aug 22, 2008
Messages
231
Reaction score
3
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?
 
Kingdom of Shadows
Loyal Member
Joined
Jul 13, 2007
Messages
923
Reaction score
320
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
 
Initiate Mage
Joined
Dec 24, 2005
Messages
2
Reaction score
0
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
Top