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】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included)

Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
Hello RageZONERs!

This tutorial will teach you how to host your own personal Jade Dynasty(16 Class) server!

This server packages included features:
1. Premade server & test game client, fully configured and ready for use.
2. Iweb, fully functional. - edit and manage server settings, functions, and character data. - iweb can be found through these preconfigured links while the iweb is running(Read below on how to start iweb).
3. Cpw patching service( to patch updates )
4. Preset httpd, w/ basic website & admin backend management, reconstructed from Perfect Worlds - pwAdmin(PHP), webshop, mailing system, GM control, Jaden control, character list, sign in and registration.
5.Phpmyadmin access ( )


Cons:
1. This premade server is not preconfigured for public server hosting use, it is meant for testing & with friends.
2. Test client was put together from several different sources to have a functional game client (All credits go to the respected developers )
3. The Patcher/Launcher comes from the game Perfect World, However it is 100% functional with the server and will patch the game client without an issue.

------------------------------------------------------
To begin, download VMware player, VMware Player is free, and is used to host virtual Operating Systems(OS). VMware Player can be found here:

Once installed, download the preconfigured server here:

The server is Ubuntu, which was used for the 11 class released by Valkyrie.
(All instances work without issue).
Game Client Download:

Finally!
Time to start the server!
Begin by opening VMware Player, and select: “Open a Virtual Machine”
d6KZhLN - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

4cqFKhc - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums


Click on the newly listed OS that is now listed “StarfallUbuntu”, and edit the virtual machine settings.
WZdjbxv - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Let’s adjust some settings!
e7WtXKb - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

CyEmj60 - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums


Now let’s start the server! - Start it by clicking “Play Virtual Machine”
Y2hohdT - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums
You should see the login screen, if by chance it takes longer than a minute to get to this screen, either your VMware Player network settings are incorrect, or your local area IP network is not 192.168.1.* In which case, wait a few minutes and the login will load.(follow guide below to fix the issue)
Once loaded, sign in with username: root - Password: ragezone

If you’re positive that the VMware Player is properly set up, follow this guide to change the network settings.(Note: The server is preconfigured for I.P 192.168.1.15, server and client )
HOWTO change Network settings:

type in the command box: vi /etc/network/interfaces
Use the arrow keys go to the I.Ps, press a to insert and “del” to remove.
5CnCtZz - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Example:
Code:
If your I.P is 192.168.0.*, than change the settings to this:
address 192.168.0.15
netmask  255.255.255.0
network 192.168.0.0
broadcast  192.168.0.255
gateway 192.168.0.1
Not all local I.P addresses are the same, depending on which router or modem you use. To get a basic idea of your local network address, go to your wifi settings then click on properties. Scroll down to view your local I.P setup.
oUmyXMe - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums


Now that you’ve changed the information. Type :wq to save. To exit without saving, type :q! Then enter.
Reboot the server, by typing reboot in the console and see if the console boots quickly this time.
Too change the server connection I.P for the game client follow the image guide below.
kZ4cnDT - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

YuhhP3f - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Time to run commands!
The server has a few files, which you can run fun by the cmd.
./iwebon - Cuts the server management server on.
./iweboff - Cuts the server management server off.
-
./server cmds
./server start , ./server stop , ./server restart , ./server top(Hall of excellence ranking) , ./server coro (Start coronation service)
./newpatch - makes a new patch.(Read below on how to make patches)
Make sure that when running commands, you always use ./ first!

Now the server says it’s fully started! Let’s connect!
You can start the game through the patcher/launcher folder or inside of the element folder.
Inside the element folder, you can click “elementcliet.exe”, or if you want to go into debug mode, click the “start.bat”, Once in-game, press Shift + ~ buttons to pull up the debug console. You can find the debug commands here: Debugger Commands
(Warning: Crashing the server is possible in debug mode. )

For testing purposes I have included a test account, with GM, this account is also the test account admin for the website/website functions.
Account: testaccount , password: ragezone
pSqEv58 - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

sRgyRJX - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums
To access the GM console, press CTRL + G.


To set up the website, and admin account go to
VH657qy - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

DUn3cte - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

4jfrgll - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Making Patches.
Making patches is fairly easy, use your sftp program(Like winscp) to sign into your server side. Go to ‘ /var/www/cpw/files/new ‘, and add the files to the proper directory.
LdDg84 - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Zpb7E8l - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Helpful Information:
You can search items at , or
The item ID is in the URL.
1XvyCJu - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

All login information for the server editing is: Username: root , password: ragezone
When making updates, the game clients data folder contents (gshop 1 - 2 - 3, vipaward, and elements.data) must match with the server sides ’ /root/gamed/config ‘ identical files, or the server won’t start or properly update when you’re making patches.

Helpful Links & Tools





Mirror Links



If you have any questions, feel free to ask in this thread!
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
can you tell if the vip system is working in this version? Thanks for the release !!!

The VIP isn't working in this release, the VIP works mostly through the authd / mysqldb, And I haven't had time yet to look into making it work. if I have the time, I'll look into it, and release the updated vm.
 
Junior Spellweaver
Joined
Sep 12, 2008
Messages
100
Reaction score
35
I believe that this function would be the main difference of this version, many users are looking for a VIP system for the 16 class, together with iweb, it would be great. We look forward to positive news!
 
Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
I believe that this function would be the main difference of this version, many users are looking for a VIP system for the 16 class, together with iweb, it would be great. We look forward to positive news!

With the current releases, there have been allot of dead links, so I figured releasing this would help a bit with the development community. The iweb is helpful, it does work, though very clunky, and can lag out in my honest opinion, you can do most of the edit changes through the debug console and commands. For live servers, the debug console can't be used for sure, though when it comes to the V.I.P system, I may have a few answers that may solve the issue, I'll just have to look into it more first :)
 
Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
Newbie Spellweaver
Joined
Mar 30, 2015
Messages
48
Reaction score
3
For some reason, the server does not see me. I did not change anything in the server and client settings, I just checked all the IP address settings are correct. Why is that?
Henmoro - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Nov 21, 2013
Messages
28
Reaction score
3
Can anyone help me for the setup?
I do all
i stuck connecting. ./server start is okey but i cant connect
and i cant connect on launcher

my wmare ip adress 192.168.1.15: its true but i still cant connect
 
Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
Can anyone help me for the setup?
I do all
i stuck connecting. ./server start is okey but i cant connect
and i cant connect on launcher

my wmare ip adress 192.168.1.15: its true but i still cant connect
Read this portion of the original post.
b9CE78X - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 21, 2013
Messages
28
Reaction score
3
Hello RageZONERs!

This tutorial will teach you how to host your own personal Jade Dynasty(16 Class) server!

This server packages included features:
1. Premade server & test game client, fully configured and ready for use.
2. Iweb, fully functional. - edit and manage server settings, functions, and character data. - iweb can be found through these preconfigured links while the iweb is running(Read below on how to start iweb).
3. Cpw patching service( to patch updates )
4. Preset httpd, w/ basic website & admin backend management, reconstructed from Perfect Worlds - pwAdmin(PHP), webshop, mailing system, GM control, Jaden control, character list, sign in and registration.
5.Phpmyadmin access ( )


Cons:
1. This premade server is not preconfigured for public server hosting use, it is meant for testing & with friends.
2. Test client was put together from several different sources to have a functional game client (All credits go to the respected developers )
3. The Patcher/Launcher comes from the game Perfect World, However it is 100% functional with the server and will patch the game client without an issue.

------------------------------------------------------
To begin, download VMware player, VMware Player is free, and is used to host virtual Operating Systems(OS). VMware Player can be found here:

Once installed, download the preconfigured server here:

The server is Ubuntu, which was used for the 11 class released by Valkyrie.
(All instances work without issue).
Game Client Download:

Finally!
Time to start the server!
Begin by opening VMware Player, and select: “Open a Virtual Machine”
d6KZhLN - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

4cqFKhc - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums


Click on the newly listed OS that is now listed “StarfallUbuntu”, and edit the virtual machine settings.
WZdjbxv - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Let’s adjust some settings!
e7WtXKb - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

CyEmj60 - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums


Now let’s start the server! - Start it by clicking “Play Virtual Machine”
Y2hohdT - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums
You should see the login screen, if by chance it takes longer than a minute to get to this screen, either your VMware Player network settings are incorrect, or your local area IP network is not 192.168.1.* In which case, wait a few minutes and the login will load.(follow guide below to fix the issue)
Once loaded, sign in with username: root - Password: ragezone

If you’re positive that the VMware Player is properly set up, follow this guide to change the network settings.(Note: The server is preconfigured for I.P 192.168.1.15, server and client )
HOWTO change Network settings:

type in the command box: vi /etc/network/interfaces
Use the arrow keys go to the I.Ps, press a to insert and “del” to remove.
5CnCtZz - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Example:
Code:
If your I.P is 192.168.0.*, than change the settings to this:
address 192.168.0.15
netmask  255.255.255.0
network 192.168.0.0
broadcast  192.168.0.255
gateway 192.168.0.1
Not all local I.P addresses are the same, depending on which router or modem you use. To get a basic idea of your local network address, go to your wifi settings then click on properties. Scroll down to view your local I.P setup.
oUmyXMe - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums


Now that you’ve changed the information. Type :wq to save. To exit without saving, type :q! Then enter.
Reboot the server, by typing reboot in the console and see if the console boots quickly this time.
Too change the server connection I.P for the game client follow the image guide below.
kZ4cnDT - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

YuhhP3f - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Time to run commands!
The server has a few files, which you can run fun by the cmd.
./iwebon - Cuts the server management server on.
./iweboff - Cuts the server management server off.
-
./server cmds
./server start , ./server stop , ./server restart , ./server top(Hall of excellence ranking) , ./server coro (Start coronation service)
./newpatch - makes a new patch.(Read below on how to make patches)
Make sure that when running commands, you always use ./ first!

Now the server says it’s fully started! Let’s connect!
You can start the game through the patcher/launcher folder or inside of the element folder.
Inside the element folder, you can click “elementcliet.exe”, or if you want to go into debug mode, click the “start.bat”, Once in-game, press Shift + ~ buttons to pull up the debug console. You can find the debug commands here: Debugger Commands
(Warning: Crashing the server is possible in debug mode. )

For testing purposes I have included a test account, with GM, this account is also the test account admin for the website/website functions.
Account: testaccount , password: ragezone
pSqEv58 - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

sRgyRJX - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums
To access the GM console, press CTRL + G.


To set up the website, and admin account go to
VH657qy - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

DUn3cte - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

4jfrgll - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Making Patches.
Making patches is fairly easy, use your sftp program(Like winscp) to sign into your server side. Go to ‘ /var/www/cpw/files/new ‘, and add the files to the proper directory.
LdDg84 - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Zpb7E8l - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

Helpful Information:
You can search items at , or
The item ID is in the URL.
1XvyCJu - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums

All login information for the server editing is: Username: root , password: ragezone
When making updates, the game clients data folder contents (gshop 1 - 2 - 3, vipaward, and elements.data) must match with the server sides ’ /root/gamed/config ‘ identical files, or the server won’t start or properly update when you’re making patches.

Helpful Links & Tools





Mirror Links



If you have any questions, feel free to ask in this thread!





Henmoro - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums




Web server and registarions all okey but launcher problem

I cant connect launcher gives "Enter Game Fails" Problem



Henmoro - 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top