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] Setting Up Loong Server

Status
Not open for further replies.
Joined
Sep 30, 2006
Messages
735
Reaction score
207
Files Needed
Server Files


Can use IIS if you like also but my guide will use Apache


Server​
1.Setup MySQL
2.Setup Navicat and Create New databases named apexdb, gmdb, login, loong_base and loong_log
3.Restore database With the SQL Scripts located in the SQL folder(will be DBname.sql where DBname is replace with the database you're restoring)
4.Edit rtservice.ini
PHP:
[service]
port = 4221 ;与GMServer通讯端口

[server]
path = Path\To\Server\Files ;服务端可执行文件路径
world_name = LoongWorld.exe ;世界服务器文件名
login_name = LoginServer.exe ;登陆服务器文件名
db_name = LoongDB.exe ;DB服务器文件名
5.Run rtservice-install.bat
6.Start Server LoginServer.exe > LoongBillServer.exe > LoongDB.exe > LoongWorld.exe(all located in the folder named server in the server files RAR)
7.Create an account in Navicat in the login database go to table account and add a user psd is the password(123456 = 520517AB8842B69535D10E4B3DA8188B).


Client(Launcher)​
[Server Side]
1.Install Apache
2.Copy pathinfo.txt and serverinfo.xml from the folder 127.0.0.1(in the Loong Server RAR) to your apache httpdocs folder(default is I think C:\program files\Apachee Software Foundation\Apache(versonnumber)\httpdocs)
4.Edit the IP in Serverinfo.xml to your loongserver IP(127.0.0.1 for local).
[Client Side]
1.Edit launcher.ini in the Client(in the launcher folder)
PHP:
[Launcher]
LocalLauncher =1.0.5
LocalGame =1.2.2.0
PatchInfo = http://your webserver ip/patchinfo.txt
ServerInfo = http://your webserver ip/serverinfo.xml
2.Save it,and start launcher to start game.
 
Last edited:
Newbie Spellweaver
Joined
Jan 17, 2006
Messages
15
Reaction score
0
Hello everyone nice tuto ;)
but it lacks his client could be the up plz thx
 
Newbie Spellweaver
Joined
Dec 26, 2010
Messages
36
Reaction score
5
Nice gonna make one that's public
 
Newbie Spellweaver
Joined
Jan 17, 2006
Messages
15
Reaction score
0
Here is a link for the client "http://www.45uu.net/soft/html/344.html"
to avoid problems of syntax to open with 7zip
 
Newbie Spellweaver
Joined
Jan 17, 2006
Messages
15
Reaction score
0
I have a little problem with your tutorial at a time when you edit the file called serverinfo.xml in "loongserver" unfortunately there did not I find a folder and 127.0.0.1 are already set up and I put the folder in the httpdocs patchinfo. Are you talking about the same or are there would be another has changed.
whether or find it and put it above or?

i'm sorry for my english i did my best :p
 
Joined
Sep 30, 2006
Messages
735
Reaction score
207
I have a little problem with your tutorial at a time when you edit the file called serverinfo.xml in "loongserver" unfortunately there did not I find a folder and 127.0.0.1 are already set up and I put the folder in the httpdocs patchinfo. Are you talking about the same or are there would be another has changed.
whether or find it and put it above or?

i'm sorry for my english i did my best :p

4.Edit the IP in Serverinfo.xml to your loongserver IP(127.0.0.1 for local).?

This is all I can think you could be asking about >_< and you need to edit the IP for the server in the file named Serverinfo.xml... its with patchinfo.ini in the same folder
 
Newbie Spellweaver
Joined
Jan 17, 2006
Messages
15
Reaction score
0
Ok sorry it's me who are so misunderstood as much for me :)
 
Newbie Spellweaver
Joined
Jan 17, 2006
Messages
15
Reaction score
0
Ok and sorry again for my English

In fact my problem is that I not join my server
I enter my login and password
but nothing happens yet I have everything set up well
I followed your tutorial properly and visit every comment on this server
My server starts fine without any error
the only difference is the password of the database that I change
anyway I do not know what to do :(
 
Joined
Sep 30, 2006
Messages
735
Reaction score
207
Tbh early on I was able to log in but now my own copy fails server verification xD Idk what I fucked up to do it lmao but I'm guessing you did the same...

Probably not something with the guide though since I have only edited files since this xD haven't changed the db setup at all that i can remember xD
 
Newbie Spellweaver
Joined
Feb 1, 2011
Messages
23
Reaction score
2
Yes I've tried this with your files and can't seem to log into the server no matter what. Hopefully you can figure this out though, I enjoy the cleaned up ones much better.
 
Joined
Sep 30, 2006
Messages
735
Reaction score
207
It's possible I included the wrong database with my files >_<" I have every released database and i'm not 100% sure I checked these before I put them in my release

I'll check my files again and if there wrong I'll re upload them + a patch with the correct SQL files
 
Newbie Spellweaver
Joined
Jan 17, 2006
Messages
15
Reaction score
0
Ok ok no worries and thank you again for help us let us be patient :)
 
Skilled Illusionist
Joined
Nov 5, 2004
Messages
306
Reaction score
73
i actually tried your cleaned files last night and could login with them no problem, the issue i had with them is that the loongworld you provided closes after a few minutes on me so im using the loongworld.exe who doesnt allow you to relogin. other than that the files seem to work fine for me.
 
Newbie Spellweaver
Joined
Jan 17, 2006
Messages
15
Reaction score
0
if you want to avoid the crash loongworld uses loongworld_1 and you'll have more care ;)
 
Joined
Sep 30, 2006
Messages
735
Reaction score
207
Hmm yeh I tried all the older released files and had issues with logging in no matter what I tried... possible i'm using the wrong client now.. I had multiple clients

can you link me to the client you are using to log in
 
Newbie Spellweaver
Joined
Jan 17, 2006
Messages
15
Reaction score
0
ok ok yes it is quite possible that the client I personally use the one I made a few comments before
 
Joined
Sep 30, 2006
Messages
735
Reaction score
207
The one you are using logs in fine?

I THINK the one that I used that worked was but i cant be sure since i renamed all the installers and deleted a couple lol

>_> for a few more days i'll be using my campus internet still but after that i'll be able to do alot more deving
 
Last edited:
Status
Not open for further replies.
Back
Top