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!

[TUT] Old School Server + Addons

Joined
Mar 22, 2008
Messages
830
Reaction score
158
The following guide will show you how to create a 2.0 Server, with addons.

Downloads:
Navicat:
Client:
Files: (Includes MySQL, Website, and Server Files)

Guide/s:
Code:
-Starting the server-

1~ Start SQL Server
2~ Start Login Server
3~ Start Game Server
4~ Install Launcher and Play
(Launcher is compressed inside dlq.exe. Right click and extract with WinRAR.)

-----------------------

-Installing Navicat for MySQL-

1~ Download Navicat
2~ Install Navicat
3~ Click on conection and select MySQL
4~ Name connection 'Server'
5~ set password to 'root'
6~ Open advanced tab
7~ Select Setting Save Path to your 'data' folder located inside 'MySQL' - Example: 'C:\Files\MySQL\data'
8~ Click OK and you are done.

-----------------------

-Making your account GM-

1~ Open the file 'GmList.txt' and change 'klwz' to your account login
2~ To add more GM accounts, add a line with the above number increased by one and the acount login to be GM
Example:


3    Name          //  Change the first value to the ammount of GM accounts listed
0    account1      //  Account Number ONE
1    account2      //  Account Number TWO
2    account3      //  Account Number THREE


-----------------------

-GM Commands-

!copy <item number>                               //  Make item into inventory
!goto <map number> <X coord> <Y coord> 15         //  Move to specific coords and map
!miss <player name>                               //  Go to player
!summon <player name>                             //  Summon Player
!stop <player name>                               //  Mute player
!open <player name>                               //  Un-Mute player
!kick <player name>                               //  Kick player
!gong <message>                                   //  Send message to whole server
!get                                              //  UNKNOWN
!yin                                              //  UNKNOWN
!wudi                                             //  UNKNOWN

-----------------------

-Automatic Message System-

1~ Open 'GameServerInfo.txt' and edit the same way as 'GMList.txt' file

Features:

1. NPCs can walk around.
2. Can create items with 99999 properties.
3. Can edit every attribute of character.
4. Max level 254.
5. Can run with 32MB Memory.
These are among others...
 
Last edited:
Joined
Jul 22, 2010
Messages
4
Reaction score
0
Re: Old School Server + Addons

This reminds me of the good old days of gm commands, remember realms of fate alan xD
 
Joined
Mar 25, 2010
Messages
4
Reaction score
0
Re: Old School Server + Addons

Can u help me with this error ?

Phant0m - [TUT] Old School Server + Addons - RaGEZONE Forums


it happens when i try to run the Launcher and i have wins 7 64 bit
 
Joined
Mar 25, 2010
Messages
4
Reaction score
0
Re: Old School Server + Addons

i run the shortcut file on the desktop and i did paste whatever inside that dlq folder over the existing client . and it still shows me the same error
 
Joined
Mar 25, 2010
Messages
4
Reaction score
0
Re: Old School Server + Addons

It's OK . Did u make this server bro? If u did can u make ver 3.9 cuz this is the easiest way to play Scion of Fate. i try the other way where u have to set up Microsoft SQL and it didn't work for me
 
Back
Top