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!

Ultimate Loong Server Tutorial

Status
Not open for further replies.
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
[Step 0: Download]
  • Navicat =
  • MySQL =
  • Nginx =
  • Server Files =
  • Client =

[Step 1: Port Forwarding]
  • 80 (TCP) - Web Port
  • 4200 (TCP) - Login Port
  • ...

[Step 2: Setting Up The Web Server For Patchs\Server Info]
  • Download Nginx From The URL Above (Stable Release).
  • Create A Folder In "C:" Named "nginx" And Extract The Contents To It.
  • Copy The Contents Of The "Web" Folder Provided Into The "html" Folder Within The "nginx" Folder (C:\nginx\html\).
  • Run "nginx.exe".
(I Have Took The Honors Of Including Patchs For Gamigo Client From 1.3.3.4 To 1.3.3.14 They Are Already Setup To Update From Your Web Host)

[Step 3: Setting Up MySQL]
  • Run Setup And Click "Next".
  • Tick In "I Accept The Terms" And Click "Next".
  • Click "Typical" Option And Click "Install".
  • You Will Recive A Pop-Up Window About MySQL Enterprise Just [X] Close Out Of It.
  • Main Setup Window Will Be On Complete.
  • Tick The "Lauch The MySQL Instance Config Wizard" And Click "Finish".
Config Wizard
  • Click "Next".
  • Tick In "Standard Configuration" And Click "Next".
  • Tick In "Install As Windows Service" With MySQL As The Service Name.
  • Tick In "Launch The MySQL Server Automatically".
  • Click "Next".
  • Tick In "Modify Security Settings" And Enter Your Root Password.
  • Click "Next".
  • Click "Execute".
  • Then Click "Finish".

[Step 4: Restore]
  • Open Up Navicat.
  • Create A New Connection To MySQL Enter A Name Up Top And Enter Root,Root As The Login Info.
  • Hit Ok.
  • Double Click MySQL In The List Under The Connection Button.
  • You Are Now Connected To MySQL.
  • Right Click And Select "New Database.."
  • Name It "loong_base" Without The Quotes.
  • Do This Again For "loong_gmdb", "loong_log", and "loong_login".
  • Double Click On Loong_Base Database It Will Open And The Icon Will Turn Green.
  • Now Right Click On It And Select "Execute SQL File..."
  • Click "..." And Navigate To Your SQL File Backups.
  • Select The Corresponding File That Corresponds To The Database Name.
  • Do This For All 4 Databases.

[Step 5: Configuring Files]
  • Open Up Your Server Files "server_config" Folder.
  • In This Folder Resides All The Server File Configuration Settings.
  • Edit Them To Correspond To Your Setup.

[Step 6: Starting The Server]
Start The Server In This Order.
  • LoginServer
  • LoongBillServer
  • LoongDB
  • LoongWorld

[Step 7: Setting Up Client]
  • Open Up Your Client Folder "c:\gamigoo\" Rename Client Folder To "Client_Original" Or Something Of That Matter.
  • Copy Over The Included Client Folder Into Your Client Directory.
  • Now Navigate To Your Clients "launcher" Folder.
  • Open Up "launcher.ini" And Edit Two Lines Like Below.

Code:
PatchInfo = http://YOURIP/patchinfo.txt
ServerInfo = http://YOURIP/serverinfo.xml

Ill Finish This Guide Later.
 
Last edited:
Joined
Aug 19, 2010
Messages
2,738
Reaction score
2,603
Hi War,

Thanks very much for your tutorial so far.
I've managed to get my server up and running, but not able to get into the game.
I still need help with configuring my client.
One question. Your download link "Client Replacement Folder = Download"
does not link to anything. Is this supposed to be like this, or will it become clear with the rest of the tutorial? Maybe I just misunderstood, or maybe all will be revealed once you complete the tutorial.

Anyway, thanks again and can't wait for the rest of your great work.
 
Last edited:
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
Hi War,

Thanks very much for your tutorial so far.
I've managed to get my server up and running, but not able to get into the game.
I still need help with configuring my client.
One question. Your download link "Client Replacement Folder = Download"
does not link to anything. Is this supposed to be like this, or will it become clear with the rest of the tutorial? Maybe I just misunderstood, or maybe all will be revealed once you complete the tutorial.

Anyway, thanks again and can't wait for the rest of your great work.

I will repack the files with client folder inside, guide updated you should be able to get ingame shortly.
 
Last edited:
Joined
Aug 19, 2010
Messages
2,738
Reaction score
2,603
Great thanks! I managed to get into the game. Your new server files fixed the character death bug as well. I'm stuck in the starting area now cause the quest where you choose Internal/External is bugged and can't be completed. I'll struggle with it for a while and post back here if I find anything useful.

Thanks again War!
 
Newbie Spellweaver
Joined
Dec 8, 2010
Messages
36
Reaction score
1
[*]Server Files =
.
"The file you are trying to access is temporarily unavailable. Please try again later."
Put again please
 
Last edited:
Joined
Aug 19, 2010
Messages
2,738
Reaction score
2,603
I think Warmonger may be offline for a while. I'm busy uploading the server files I got from his link. It worked for me earlier, so I'm not sure what happened to his link now. I will post here as soon as it is done uploading.

EDIT : here's the link for server files -

2nd EDIT : I think there is a problem with megaupload site. I just uploaded the files and still there is a problem. I will keep trying.
 
Last edited:
Newbie Spellweaver
Joined
Dec 8, 2010
Messages
36
Reaction score
1
the same, if not hard to please: Put on
 
Joined
Aug 19, 2010
Messages
2,738
Reaction score
2,603
Okay, I had to split the file into smaller ones because of the way MediaFire works.
Just extract them all to your Server folder.

Here they are :





Hope it works now. Let me know if it doesn't. :thumbup1:
 
Newbie Spellweaver
Joined
Dec 8, 2010
Messages
36
Reaction score
1
loads everything fine, but there are not errors at startup LoongWorld?
 
Joined
Aug 19, 2010
Messages
2,738
Reaction score
2,603
Good to see the download is working. LoongWorld is not giving any problems for me. Just start the files up in the following order :

LoginServer.exe
LoongBillServer.exe
LoongDB.exe
LoongWorld.exe

LoongWorld takes a few seconds to start up so just be patient with it.
Sometimes it will say "Not responding", but just leave it for a while, it will start up.

Also, I used to get a message in the DOS window for LoongWorld sometimes that said "This server may have some problems". Just ignore that message and try to login anyway.

I struggled for about 6 hours today, but finally got it working.

I'm sure the rest of Warmonger's guide will make things a lot easier as well once he completes it.

In the meantime, good luck and come back with any questions you may have.
 
Last edited:
Newbie Spellweaver
Joined
Dec 8, 2010
Messages
36
Reaction score
1
And what can Truce mistake - I run LoongBillServer, it opens and then closes?

---------- Post added at 10:20 PM ---------- Previous post was at 10:14 PM ----------

I put LoongBillServer from another assembly and he has earned, just wrote: "world db init failed? id=100101
bill server init ok!"

---------- Post added at 10:26 PM ---------- Previous post was at 10:20 PM ----------

LoongWorld produces a series of errors, then do not start ...
Errors:
Couldn't find <area CA_info> in var_container
<black_list CA_info>
systemCode:87
and similar ... I understand that something is wrong with the database
 
Newbie Spellweaver
Joined
Feb 1, 2011
Messages
23
Reaction score
2
Check your IP config by typing ipconfig in cmd.
If you have more than one IP then that's the problem.
Common programs that configure with IP's are Virtual Box and Hamachi.
 
Newbie Spellweaver
Joined
May 7, 2006
Messages
13
Reaction score
1
Why I can not do this quest.
 

Attachments

You must be registered for see attachments list
Joined
Aug 19, 2010
Messages
2,738
Reaction score
2,603
@skastafew... wow, sorry to hear you are having so many problems. I can assure you though the server files as well as the database is working fine.
Do like TheSickness suggests and check your IP or any third party software that may affect your IP. Check this thread http://forum.ragezone.com/f669/help-couldnt-find-area-ca_info-731436/ for the "area_CA_info" error as well.

@junggo... I have the same problem as you. I'm trying to find that NPC in the quest.xml but have not been able to. Let me know if you find anything out please.

Good luck to everyone!
 
Newbie Spellweaver
Joined
Dec 8, 2010
Messages
36
Reaction score
1
had experience - put the server on a clean windows in VMware, it worked ...

---------- Post added at 11:06 AM ---------- Previous post was at 10:52 AM ----------

due to VMware, and probably does not work ...

---------- Post added at 11:39 AM ---------- Previous post was at 11:06 AM ----------

Thank you very much for your help, uninstalled VMware and hamachi and everything was fine!
 
Last edited:
&#12368;&#12435;&#12387;l&#12354;&#12391; &#12431;
Joined
May 17, 2007
Messages
302
Reaction score
9
check you logs

@ TS starter

incomplete database
 
Last edited:
Status
Not open for further replies.
Back
Top