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!

Released JD 17-18 factions

Junior Spellweaver
Joined
Apr 7, 2011
Messages
173
Reaction score
20
This is all I can find... Sorry!?
A Windows JD 17-18 classes version.
In any cases you have the Linux bins, mind share them please?
I have not tested.
Need client version 4.5.0

DL Links:



7zip Pass:
Code:
RageZone






Brought to you by: Sh1mmy :fanny:
 
Last edited:
Elite Diviner
Joined
Jan 5, 2017
Messages
475
Reaction score
345
A Windows compile...? Never seen that from PWE games before...
 
Joined
Jun 10, 2012
Messages
556
Reaction score
131
@Sh1mmy sir these files were long ago released and were removed, because they were infected RAMNIT virus as I see they are the same files from the old release.
Just have to warn the people who downloads the files to be careful.
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
confirmed.

4RbIQY0 - Released JD 17-18 factions - RaGEZONE Forums

toWiiGN - Released JD 17-18 factions - RaGEZONE Forums

ODUPYk - Released JD 17-18 factions - RaGEZONE Forums

XzO5iy - Released JD 17-18 factions - RaGEZONE Forums

4RbIQY0 - Released JD 17-18 factions - RaGEZONE Forums

LLwRa4A - Released JD 17-18 factions - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
here is short tutorial

this files using mssql

install mssql 2012 r2 or better as single cluster (dont ask how to, since you are in ragezone, you have to know that)
use SQL authentication!

when its done, login to sql server with your favorite management tool (i use SQL server management studio what comes with SQL server installation package)
login with SQL authentication
right click on databases and select Attach
br0nwxA - Released JD 17-18 factions - RaGEZONE Forums


Click Add
VPxfhZb - Released JD 17-18 factions - RaGEZONE Forums


Browse for ./yourJDroot/gmssqld/data/ and select zx.mdf and finish it
Nxb9rwn - Released JD 17-18 factions - RaGEZONE Forums


in next step i just rewrited the ID 1024 password with this case
go to zx database / Programmability / Stored Procedures, right click on dbo.changePasswd and select Execute Stored Procedure then a window pop up
to name value write: qwqw
to passwd value write your password
then press OK
with that you change the account ID 1024 password to your password when username is qwqw
bVjQi9N - Released JD 17-18 factions - RaGEZONE Forums


other case if you wanna create new user you can use the dbo.addUser stored procedure, execute, write values and run it

if you done go to your JD root / gauthd / gamesys.conf and open it copy paste the code below and change CHANGE ME values to your datas

Code:
[GAuthServer]
type            =   tcp
port            =   29200
address         =   0.0.0.0
so_sndbuf       =   65535
so_rcvbuf       =   65535
accumulate      =   16777216
listen_backlog	=   128

[GAuthStorage]
;type = mssql Microsoft SQL Server
;type = mysql MySQL
type		= mssql
address		= 127.0.0.1
port		= 1433
db			= zx
user		= sa
pass		= CHANGE ME

;character = GBK,UTF8,LATIN1
;MSSQL默认用GBK字符集
;MYSQL默认用LATIN1字符集
character	= GBK

[GAuthStorage_MY]
;type = mssql Microsoft SQL Server
;type = mysql MySQL
type		= mssql
address		= 127.0.0.1
port		= 1433
db			= zx
user		= sa
pass		= CHANGE ME

;character = GBK,UTF8,LATIN1
;MSSQL默认用GBK字符集
;MYSQL默认用LATIN1字符集
character	= GBK

[ThreadPool]
threads				=	(1,9)(100,1)(101,1)(0,1)
max_queuesize		=	1048576
prior_strict		=	0

download JD reborn client, unpack it and go to element / userdata / server
edit serverlist.txt from game.rebornblablalbla to 127.0.0.1
go to element / userdata / server / newserver (i dont know its needed or not, i did it just in case)
edit serverlist.txt from game.rebornblablalbla to 127.0.0.1

create a bat file contains this
Code:
start elementclient.exe startbypatcher game:cpw console:1 arc:1 nocheck

save it to element folder of the client

go back to server, make a backup from
gamed / config /
-elements.data
-gshop1.data
-gshop2.data
-gshop3.data
-tasks.data* (<- means all tasks.data file)

go to client / element / data
and copy
-elements.data
-gshop1.data
-gshop2.data
-gshop3.data
-tasks.data* (<- means all tasks.data file)
to server / gamed / config/ folder

optionaly you can change the Realm name in
gamed / gsalias1.conf file

start the server (ignore gmssql error), wait till load
start the client

profit


PS about virus detection, nod32 didnt throw me any warning on the binaries. that not means its clean, use it on own risk as always

PS2: the authd probably can be configured to MySQL too, i didnt tried that coz i hadnt mysql backup for JD
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Jun 10, 2012
Messages
556
Reaction score
131
here is short tutorial

this files using mssql

install mssql 2012 r2 or better as single cluster (dont ask how to, since you are in ragezone, you have to know that)
use SQL authentication!

when its done, login to sql server with your favorite management tool (i use SQL server management studio what comes with SQL server installation package)
login with SQL authentication
right click on databases and select Attach
br0nwxA - Released JD 17-18 factions - RaGEZONE Forums


Click Add
VPxfhZb - Released JD 17-18 factions - RaGEZONE Forums


Browse for ./yourJDroot/gmssqld/data/ and select zx.mdf and finish it
Nxb9rwn - Released JD 17-18 factions - RaGEZONE Forums


in next step i just rewrited the ID 1024 password with this case
go to zx database / Programmability / Stored Procedures, right click on dbo.changePasswd and select Execute Stored Procedure then a window pop up
to name value write: qwqw
to passwd value write your password
then press OK
with that you change the account ID 1024 password to your password when username is qwqw
bVjQi9N - Released JD 17-18 factions - RaGEZONE Forums


other case if you wanna create new user you can use the dbo.addUser stored procedure, execute, write values and run it

if you done go to your JD root / gauthd / gamesys.conf and open it copy paste the code below and change CHANGE ME values to your datas

Code:
[GAuthServer]
type            =   tcp
port            =   29200
address         =   0.0.0.0
so_sndbuf       =   65535
so_rcvbuf       =   65535
accumulate      =   16777216
listen_backlog	=   128

[GAuthStorage]
;type = mssql Microsoft SQL Server
;type = mysql MySQL
type		= mssql
address		= 127.0.0.1
port		= 1433
db			= zx
user		= sa
pass		= CHANGE ME

;character = GBK,UTF8,LATIN1
;MSSQL默认用GBK字符集
;MYSQL默认用LATIN1字符集
character	= GBK

[GAuthStorage_MY]
;type = mssql Microsoft SQL Server
;type = mysql MySQL
type		= mssql
address		= 127.0.0.1
port		= 1433
db			= zx
user		= sa
pass		= CHANGE ME

;character = GBK,UTF8,LATIN1
;MSSQL默认用GBK字符集
;MYSQL默认用LATIN1字符集
character	= GBK

[ThreadPool]
threads				=	(1,9)(100,1)(101,1)(0,1)
max_queuesize		=	1048576
prior_strict		=	0

download JD reborn client, unpack it and go to element / userdata / server
edit serverlist.txt from game.rebornblablalbla to 127.0.0.1
go to element / userdata / server / newserver (i dont know its needed or not, i did it just in case)
edit serverlist.txt from game.rebornblablalbla to 127.0.0.1

create a bat file contains this
Code:
start elementclient.exe startbypatcher game:cpw console:1 arc:1 nocheck

save it to element folder of the client

go back to server, make a backup from
gamed / config /
-elements.data
-gshop1.data
-gshop2.data
-gshop3.data
-tasks.data* (<- means all tasks.data file)

go to client / element / data
and copy
-elements.data
-gshop1.data
-gshop2.data
-gshop3.data
-tasks.data* (<- means all tasks.data file)
to server / gamed / config/ folder

optionaly you can change the Realm name in
gamed / gsalias1.conf file

start the server (ignore gmssql error), wait till load
start the client

profit


PS about virus detection, nod32 didnt throw me any warning on the binaries. that not means its clean, use it on own risk as always

PS2: the authd probably can be configured to MySQL too, i didnt tried that coz i hadnt mysql backup for JD

Last time I worked around with those files there was a mismatch in elements.data like it should be using ver 162 and the one in gamed/config is ver 160 also any kind of changes made in eleme ts.data sisnt existed in-game have you tried that?
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Apr 8, 2011
Messages
376
Reaction score
114
v1660? cmon thats boring..

V1871 for y'all, enjoy and try to build something with it.

 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
I just logged in, thats all. All of rest things is not my business, Im not a big fan of JD

edit: LMAO Scena

edit2: Scena, thats the latest version was on PWI? or there is no english client for that version? there is no way to me to find a client, who understand hieroglyphs lol
 
Last edited:
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Well couldn't be so hard to mix Chinese client with latest English one. I'll wait till someone can link a matching client for your released version

 
Joined
Jun 10, 2012
Messages
556
Reaction score
131
v1660? cmon thats boring..

V1871 for y'all, enjoy and try to build something with it.


Good release sir, but these files were released earlier on some chinese sites still same issues like the older one rammnit virus incomplete files and for no reason remotely loading files such as maps and lua scripts from somewhere else.
 
Initiate Mage
Joined
Mar 30, 2015
Messages
48
Reaction score
3
Hello! Who can make a fully working server on Linux v1660 and create an image on VMware and put it here? I have version 4.5.0 client.
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Hello! Who can make a fully working server on Linux v1660 and create an image on VMware and put it here? I have version 4.5.0 client.
This server files are windows binaries. Nothing to do with Linux unless want database and probably other version of authd running in it. However it's pointless

 
Initiate Mage
Joined
Mar 30, 2015
Messages
48
Reaction score
3
In this assembly there is no main file, where is the kernel itself gs? It must be in the folder gamed and its size is more than 750 MB.
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
In this assembly there is no main file, where is the kernel itself gs? It must be in the folder gamed and its size is more than 750 MB.
Why you posting stupid questions? Download the stuff and try yourself. I repeat myself, it's Windows binaries not Linux

 
Initiate Mage
Joined
Mar 30, 2015
Messages
48
Reaction score
3
Understood thanks. Only at first I will find where to download the necessary MS sql 2012 and try.
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Understood thanks. Only at first I will find where to download the necessary MS sql 2012 and try.
You can use mysql aswell with the files, Wrechid tested it, and works like a charm. So the best combo is
Windows 7 or better
Mysql

 
Skilled Illusionist
Joined
Apr 8, 2011
Messages
376
Reaction score
114
Windows server 2012 is your best choice for these files, or W7
 
Back
Top