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

Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
DSTeam Dev has united with RZ-BR Developing Team to develop a server using the 1.00.18 GS and 1.00.19 GS-CS.

The main aim is NOT to give away any file already done but to teach how to develop a version, from the files organisation (structure) to the creation of DLLs capable of including many options and especially Season 3.

If you want the files already done, this thread and tutorial will be USELESS. But. if you want to learn, I'm sure that with time you'll be capable of creating your own server. And, when I say create, I'm not referring to all those "creators", who post their files with their credits, just because they know how to configure correctly the txt and ini files. That's not developing a server but knowing how to config them.

When I say "create", "developing" a server, I refer to the ability of getting a "pure" GS (which will happen in our case) and being capable of developing, to the point of including commands, functions, events, etc...

Always follow this thread, as the tutorial will be often updated. In this tutorial, you'll be provided all the files and programs that we'll be using to develop this version. Using a different file or program might give you different results.

Code:
[02/08/2008] - Update 
News:
[LIST]
[*]How add news functions, like Transform Rings, Orb of Summon and Prices Jewel
[*]How add news fixes, etc.
[/LIST]

[02/19/2008] Update
News:
[LIST]
[*]Downloads
[*]Function: Number od players in Chaos Castle
[*]Other functions
[*]New Fixes
[*]Fix Skills/Spells
[/LIST]

[02/26/2008] Update 2
News
[LIST]
[*]ConnectServer
[*]GameServer_CS
[*]Creating DLL-CS
[*]Organising GS-CS
[*]Hook in GS-CS
[/LIST]

[03/12/2008] Update 3
News
[LIST]
[*] GS normal - add /drop command
[*] GS normal - add /post command
[*] GS normal - add points command
[*] GS CS - add /drop command
[*] GS CS - add functions
[/LIST]

[03/14/2008] Update 4
News
[LIST]
[*] GS normal - Tip for /drop command
[*] GS normal - Tip for /post command
[*] GS CS - Tip for /drop command
[*] GS normal - /reload command
[*] GS normal - Itens Drop
[/LIST]

[05/064/2008] Update 5
News - In this update were included:
[LIST]
[*]Info - Important information about the translation of that part of the tutorial
[*]Command / info - Adding the command / info on a server
[*]Fix / post and add point - set the charge for the use of controls / post and add point
[*]Fix GS-CS
[*]PK Bug Fix[/LIST]
Client and Server
[LIST]
[*]Info
[*]Main crack
[*]Monsters and NPCs
[*]Slide.bmd
[*]Quest.bmd
[*]Item Files
[*]Skill Files
[*]Gate and Movereq Files
[*]Text.bmd
[*]Others Files
[*]Capture of packages
[*]Client Tip
[/LIST]
[06/17/2008] Updates 6, 7 and 8
News - In this update were included:
Update 6
  • Server's Files
  • Commonloc
  • Blood Castle
  • CastleDeepEvent
  • Chaos Castle
  • Commonserver
  • Crywolf
  • Devil Square
  • EventItemBags
  • EventManagement
  • ItemAddOption
  • JewelOfHarmnyOption
  • Kanturu
  • KanturuSetBase
  • MapServerInfo
  • Message.wtf
  • MonsterSetBase
  • MoveLevel
  • MuCastleData
  • Shops
  • SkillAdditionInfo
  • Other files

Update 7
  • Add new sets
  • DS1, DS2 and Exdb
  • New Protocols
  • Add new maps
  • Client - Patch 1.04I
  • Information
  • Crack main
  • Add new files
  • Add new weapons and sets

Update 8
  • Add Wings
  • Prices of Jewelry on Main
  • Customize the client
  • Creating MG and DL


Note: The update 4 has the update 1 until 4 files.


credits for the tutorial's content: DSTeam Dev and RZ-BR Developing Team
credits for the creation and development of the tutorial: chris05 - DSTeam Dev
translate: Hymen (aka shadown_mu) and alucard (RZ-BR) and chris 05 - DSTeam Dev.
===============
Guide:
  • We'll be building the server's structure. The steps from this tutorial have been tested 3 times
  • We'll be learning how to find offsets in the 1.00.18 GS which will be used to create our DLL.
  • We'll be learning how to create a DLL to change the jpn protocol to kor protocol in the 1.00.18 GS.
 
Last edited:
Newbie Spellweaver
Joined
Jan 20, 2005
Messages
57
Reaction score
23
Re: [Dev] 1.00.18 GS and 1.00.19 GS-CS

Good guide chris =]
 
Newbie Spellweaver
Joined
Aug 24, 2007
Messages
87
Reaction score
0
Re: [Dev] 1.00.18 GS and 1.00.19 GS-CS

better if you will upload file :D But no, i will learn something, ty chris
 
is lovin' it
Loyal Member
Joined
Nov 26, 2005
Messages
1,154
Reaction score
2
Re: [Dev] 1.00.18 GS and 1.00.19 GS-CS

It was my pleasure helping to translate this guide :) you and the others deserve it chris. Thanks again and if anyone sees any typos or anything report here.

Hope people will now try and learn instead of only being leechers, they've got more than enough guides for that.
 
Newbie Spellweaver
Joined
Aug 24, 2007
Messages
87
Reaction score
0
Re: [Dev] 1.00.18 GS and 1.00.19 GS-CS

It was my pleasure helping to translate this guide :) you and the others deserve it chris. Thanks again and if anyone sees any typos or anything report here.

Hope people will now try and learn instead of only being leechers, they've got more than enough guides for that.

Thanks to you too bro :D
 
Newbie Spellweaver
Joined
Oct 18, 2007
Messages
67
Reaction score
0
Re: [Dev] 1.00.18 GS and 1.00.19 GS-CS

this is one big leap on mu online tutorial i hope u guys ([DSTeam] chris05, [RZ-BR] alucard , shadown_mu) will continue this to the end because this will help rebuild mu community which is now lost due to flames and greed.

my respect to all u guys and to those who in one way or another contributed.

i will definitely be watching this thread from here on. =]
 
Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
Re: [Dev] 1.00.18 GS and 1.00.19 GS-CS

1 - I would like to thanks the compliments and explain that our idea is to continue with this tutorial to the end. Unfortunately, the updates will not be released every day because everything always tried to have certain that everything is working.

2 - I just wanted to explain that this project began to be developed by rodrigobmd (diguinho) and me. But we hope that this is a project for all interested in taking part. Whenever someone present a solution to a problem, we are including in the tutorial and giving the credit to that person.

Finally, for those who still do not know me, I am woman .... And, please, sorry my bad English...
 
is lovin' it
Loyal Member
Joined
Nov 26, 2005
Messages
1,154
Reaction score
2
Re: [Dev] 1.00.18 GS and 1.00.19 GS-CS

Bump...
 
Junior Spellweaver
Joined
Jul 6, 2004
Messages
107
Reaction score
9
Re: [Dev] 1.00.18 GS and 1.00.19 GS-CS

is there a way to change the commands.

like /广告 to /post
 
Right behind you
Joined
Apr 9, 2004
Messages
68
Reaction score
0
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS

well i really hope this thread wont die like alot of things seem to do.this is eacly what i need
 
Junior Spellweaver
Joined
Dec 24, 2004
Messages
195
Reaction score
13
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS

Hi, Recently donwloaded anmd when i tried to read it, gave me this error:
File maestro://eBook/down.html does no exit
by the way, awesome project.
 
Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS

elche27,

Please, try again.
 
Newbie Spellweaver
Joined
Nov 4, 2006
Messages
32
Reaction score
1
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS

Structure
Offset
Protocol
and half of Introduction

all these sections doesnt exist
can you fix this?
 
Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS

Sorry my mistake. I fixed it and upload again.
 
Last edited:
Junior Spellweaver
Joined
Dec 24, 2004
Messages
195
Reaction score
13
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS

OMG This is pure gold bro :D
Multo Obrigado Chris
PS: If would nice to other if you put on english too :p
 
Newbie Spellweaver
Joined
Nov 19, 2006
Messages
80
Reaction score
1
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS

Thank you very much, your guides really helped me to understand more and more, thank you again and keep up the good work :good:
 
Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS

DarkFuture,

We changed the GS. Please, use the new GS.
 
Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
Re: [Guide] 1.00.18 GS and 1.00.19 GS-CS

Please, sorry again... Please, download the files again.
 
Back
Top