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!

[Release] 2015 Files

Newbie Spellweaver
Joined
Dec 15, 2009
Messages
36
Reaction score
22
hello celialima,

I've got all the zones to run and wanted to connect to the game purely, but then I got now the infos manipulation client ... could you tell me how I get out there or send the fixed client of you by pn .. thank you in advance
 
Joined
Sep 20, 2012
Messages
420
Reaction score
47
hello celialima,

I've got all the zones to run and wanted to connect to the game purely, but then I got now the infos manipulation client ... could you tell me how I get out there or send the fixed client of you by pn .. thank you in advance

Wouldn't it be easier to copy over the client to the server (remember to back up the ressystem folder in this step) and fix it from there (note: thats how i fixed that error)
 
Newbie Spellweaver
Joined
Mar 15, 2012
Messages
54
Reaction score
2
Hey there!

First, thank you very much for sharing this with the community.

I managed to get everything up and running except for the Login-Service...

000001 2018-11-28 12:51:25 -------------------------------------------------------
000002 2018-11-28 12:51:25 Launching the server.....
000003 2018-11-28 12:51:25 Local Time 11/28/2018 12:51:25 PM
000004 2018-11-28 12:51:25 System Time(UTC) 11/28/2018 12:51:25 PM
000005 2018-11-28 12:51:25 <SUCCESSED SCRIPTOR READ> LoginServerInfo.txt
000006 2018-11-28 12:51:25 <I AM THE PG_Login, SERVER_ID_LOGIN, WorldNo=0, ZoneNo=0>
000007 2018-11-28 12:51:25 <SERVICE START>
000008 2018-11-28 12:51:25 <IOCP WORKTHREAD #0 RUNNING>
000009 2018-11-28 12:51:25 <IOCP WORKTHREAD #1 RUNNING>
000010 2018-11-28 12:51:25 <IOCP WORKTHREAD #2 RUNNING>
000011 2018-11-28 12:51:25 <IOCP WORKTHREAD #3 RUNNING>
000012 2018-11-28 12:51:25 <IOCP WORKTHREAD #4 RUNNING>
000013 2018-11-28 12:51:25 <IOCP WORKTHREAD #5 RUNNING>
000014 2018-11-28 12:51:25 <IOCP WORKTHREAD #6 RUNNING>
000015 2018-11-28 12:51:25 <IOCP WORKTHREAD #7 RUNNING>
000016 2018-11-28 12:51:25 <SUCCESSED START ACCEPTOR>
000017 2018-11-28 12:51:25 < END OF MAIN = 0 >
000019 2018-11-28 12:51:25 <IOCP WORKTHREAD #5 FREE>
000021 2018-11-28 12:51:25 <IOCP WORKTHREAD #4 FREE>
000018 2018-11-28 12:51:25 <IOCP WORKTHREAD #6 FREE>
000024 2018-11-28 12:51:25 <IOCP WORKTHREAD #1 FREE>
000022 2018-11-28 12:51:25 <IOCP WORKTHREAD #3 FREE>
000025 2018-11-28 12:51:25 <IOCP WORKTHREAD #0 FREE>

Any advise?
 
Newbie Spellweaver
Joined
Jun 1, 2012
Messages
62
Reaction score
32
Hey there!

First, thank you very much for sharing this with the community.

I managed to get everything up and running except for the Login-Service...

000001 2018-11-28 12:51:25 -------------------------------------------------------
000002 2018-11-28 12:51:25 Launching the server.....
000003 2018-11-28 12:51:25 Local Time 11/28/2018 12:51:25 PM
000004 2018-11-28 12:51:25 System Time(UTC) 11/28/2018 12:51:25 PM
000005 2018-11-28 12:51:25 <SUCCESSED SCRIPTOR READ> LoginServerInfo.txt
000006 2018-11-28 12:51:25 <I AM THE PG_Login, SERVER_ID_LOGIN, WorldNo=0, ZoneNo=0>
000007 2018-11-28 12:51:25 <SERVICE START>
000008 2018-11-28 12:51:25 <IOCP WORKTHREAD #0 RUNNING>
000009 2018-11-28 12:51:25 <IOCP WORKTHREAD #1 RUNNING>
000010 2018-11-28 12:51:25 <IOCP WORKTHREAD #2 RUNNING>
000011 2018-11-28 12:51:25 <IOCP WORKTHREAD #3 RUNNING>
000012 2018-11-28 12:51:25 <IOCP WORKTHREAD #4 RUNNING>
000013 2018-11-28 12:51:25 <IOCP WORKTHREAD #5 RUNNING>
000014 2018-11-28 12:51:25 <IOCP WORKTHREAD #6 RUNNING>
000015 2018-11-28 12:51:25 <IOCP WORKTHREAD #7 RUNNING>
000016 2018-11-28 12:51:25 <SUCCESSED START ACCEPTOR>
000017 2018-11-28 12:51:25 < END OF MAIN = 0 >
000019 2018-11-28 12:51:25 <IOCP WORKTHREAD #5 FREE>
000021 2018-11-28 12:51:25 <IOCP WORKTHREAD #4 FREE>
000018 2018-11-28 12:51:25 <IOCP WORKTHREAD #6 FREE>
000024 2018-11-28 12:51:25 <IOCP WORKTHREAD #1 FREE>
000022 2018-11-28 12:51:25 <IOCP WORKTHREAD #3 FREE>
000025 2018-11-28 12:51:25 <IOCP WORKTHREAD #0 FREE>

Any advise?

1. Look at original IP in the ServerInfo.txt
2. Grab the MD5 hash of that IP ( will do the job)
3. Open up the Login executable in any hex editor (I personally use HxD: )
4. Search (in text) for that MD5 hash
5. Replace it with the MD5 hash of your current dedicated server's IP
6. Voila, your Login server will now be fully working (if done correctly that is)
 
Joined
Sep 20, 2012
Messages
420
Reaction score
47
If you want i can release a 127.0.0.1 Login server might prevent this issue.

View attachment 164128

I've changed the MD5 records to 127.0.0.1 just look for: f528764d624db129b32c21fbca0cb8d6 - and i have tested the server on mine.
 
Last edited:
Newbie Spellweaver
Joined
Dec 15, 2009
Messages
36
Reaction score
22
Re: [Release] 2015 Files

If you want i can release a 127.0.0.1 Login server might prevent this issue.

Attachment 164128

I've changed the MD5 records to 127.0.0.1 just look for: f528764d624db129b32c21fbca0cb8d6 - and i have tested the server on mine.

Last edited by Evildarkang; 6 Hours Ago at 02:09 PM. Reason: Adding the attachment

I can not download your attachment unfortunately :(
 
Initiate Mage
Joined
Nov 27, 2018
Messages
3
Reaction score
0
I got it to run! ^^
but client wont connect... any ideas ? or hints ?
I tried to change the client ip to localhost but no connection
Erblin - [Release] 2015 Files - RaGEZONE Forums


All founded IPs in Client changed to localhost

Erblin - [Release] 2015 Files - RaGEZONE Forums




Erblin - [Release] 2015 Files - RaGEZONE Forums




Erblin - [Release] 2015 Files - RaGEZONE Forums


zones still working
could you maybe help me?
 
Joined
Sep 20, 2012
Messages
420
Reaction score
47
I got it to run! ^^
but client wont connect... any ideas ? or hints ?
I tried to change the client ip to localhost but no connection
Erblin - [Release] 2015 Files - RaGEZONE Forums


All founded IPs in Client changed to localhost

Erblin - [Release] 2015 Files - RaGEZONE Forums





could you maybe help me?

Like i said i have got mine fixed and i've got it working with a client also :)
 
Last edited:
Master Summoner
Joined
Nov 11, 2012
Messages
573
Reaction score
137
duck me Jerry!! Lol they aren't changing the ip in the server info. Or they don't have the firewall disabled.
 
Newbie Spellweaver
Joined
Aug 20, 2016
Messages
97
Reaction score
4
just check the message.txt and add a things to zones should read!!
 
Back
Top