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!

L2J [Guide] Making a C5 server on WinOS by Nargen

Status
Not open for further replies.
Elite Diviner
Joined
Aug 19, 2006
Messages
458
Reaction score
3
PART I - To Start a server

Files that ull need

-JavaJDK (Search on Net)
-MySQL 5.0 SERVER (Search on Net)
-NAVICAT (look in my Shared folder )
-SERVER PACK (ill suggest Hero's1711 pack SEARCH OVER THE FORUM)

1o- Install JavaJDK

2o- Install MySQL 5.0 Server

Installing MySQL 5.0 Server
-Run The executable file (DUH)
-Press next buttom and create a new instance
-Select detailed Configuration

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


-Server Machine

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


-Next , Next

-Choose the first option for 20 Players or if u want, choose the manual setting and in concurrent connection , put how many ppl do u want to join in ur server

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


- NEXT , NEXT , NEXT

-Security Options ... dont check any !

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


-EXECUTE

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


->Now u hve configurated ur MySQL server with Login: root , NO PASSWORD , Port 3306.

3o- Install NAVICAT !

4o- In NAVICAT click on connection and insert in Host name/IP address "localhost" , port "3306" , Username "root" and leave blank the password field than click OK

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


-Will appear in the connections field one new connection called "localhost". RIGHT CLICK on it > New Database , than give the name of l2jdb for ur new database than click ok.

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


4o- Extract all the files of hero's pack in a folder of ur choice

5o- Install SQL files from hero's Pack (folder SQL)
- U can made it manually or automatically , in this case , ill teach how
to use the automatic installation
- Search for the file Database_installer.bat in the folder TOOLS of ur server folder
- Right Click on it and choose EDIT
-Change the adress for ur MySQL BIN FOLDER in the line "set mysqlBinPath="
-Than execute the edited file pressing F to Full installation and installing the Addons pressing y

- Now u hve ur Database installed xD !

6o- In the folder gameserver/config/ open with notepad the file server.proprierties and change the lines

ExternalHostname=UR EXTERNAL IP HERE
InternalHostname=UR INTERNAL IP HERE (possibily 127.0.0.1)
MinProtocolRevision = 1
MaxProtocolRevision = 999

7o- Go in ur login/config and open the file loginserver.proprierties with notepad than edit the lines

ExternalHostname=UR EXTERNAL IP
InternalHostname=UR INTERNAL IP (possibily 127.0.0.1)

8o- Run The file RegisterGameServer.bat in ur login folder then choose the Id number 0 (zero) . the program will close and a file hexid(server 0 or anything like it).txt will be appear in ur login folder.
Rename it to hexid.txt than copy and paste in ur gameserver/config folder.

9o- Run the program startSQLAccountManager.bat to create ur accounts (if u dont hve a webserver with registration)(LOL ?? Probably u wont hve it at this momment xD)

In Access lvl , put 100 for admins , 0 for players or -100 for banned accounts ^^ .

Open Startloginserver.bat (login folder) and Startgameserver.bat (gameserverfolder).

PS: If ur usinga router , ull need to open the ports : 7777 (Gameserver) ; 2106 (loginserver) ; 3306 (MySQL)
Thats all , i think xD

If i forgot anything , pls tell me !

PART II - WEBSERVER (Server Homepage)

Now ull try to explain how to create ur webserver WITHOUT DISKW !!
Ill use L2Jz System because it is a LOT better and usefull with a complete database included !!

Files that ull need :

(It will install the PHP and APACHE protocol in ur system simple and fast)
L2Jz (try to use the search button above)

How to install :

1o -> First install WAMP5.0 , a little icon may appear at ur clock side, if not, go to the folder that u has installed the wamp and run the executable.)

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


2o- Extract the files of L2Jz system in a folder than follow the steps bellow :
-With the SQL FILES :
-Open NAVICAT than right click in ur database l2jdb and choose EXECUTE BATH FILE than search for the L2jz SQL files and do it with ALL the SQL FILES !!

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


-After that , 9 new tables will appear in ur database

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


3o-Now move all the remaining files of L2Jz for ur WWW\ folder (ull find where u installed ur WAMP5.0. In my case c:\wamp\www\)

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


4o-Left Click on ur WAMP icon APACHE>START/RESUME SERVICE , and after that click on PUT ONLINE

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


-After that , wamp icon will become yellow and the lock will disapear

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


-U can edit ur L2Jz Main page editing the file welcome.php (www\pages\)

5o-Edit ur option.php file (www\) inserting ur server rates and another thing that u like or need
-Bellow the lines of ur server rates

$servers[$i]['info']['rateXp'] = 10;//Exp rate.
$servers[$i]['info']['rateSp'] = 10;//Sp rate.
$servers[$i]['info']['rateDropAdena'] = 30;//Adena rate.
$servers[$i]['info']['rateDropItems'] = 15;//Drop rate.
$servers[$i]['info']['rateDropSpoil'] = 35;//Spoil rate.

-ull need to change that numbers puting ur server rates

6o- Go to ur gameserver\config folder than edit the file telnet.properties in the following lines

EnableTelnet = True

and remove the # in the beggining of the line

#StatusPW = somePass

7o- Go to ur Login\config folder than edit the file telnet.properties in the line

EnableTelnet = True

PS: IF UR USING A ROUTER , ULL NEED TO OPEN THE PORT 80 (Webserver/Apache) !!

Thats it ! A FULL C5 server with ONLINE L2INFORMER and fully editable !

If i forget something , ill insert here later , or pls MESSAGE ME !

If u cannot login in ur server , its a problem in the gameguard, ill share here the guide to bypass it ! (thats the reason to i hve a nprotect folder in my www\ folder xD).



SRRY FOR MY ENGLISH ! If anyone wants to fix my grammar , send a me a pm having the correction ^^.

BTW , Its the SAME METHOD to make a C4 Server.

PART III - The Client Side

Beucause many questions about what to do in the client , i will make a little guide to what make in the client PC to run ur server !

1o- Ull need to donwload the SYSTEM folder of your server pack ! (Ull find it on ur server pack Thread)

2o- Change the original system folder of ur L2 for the server system folder

3o- Ull need to edit the L2.ini (at ur system folder) to insert ur server IP. U can edit it
using the program L2_Fileedit.exe (u can find it on my shares tool folder ).

Nargen - [Guide] Making a C5 server on WinOS by Nargen - RaGEZONE Forums


4o- If ur using the gameguard bypass , ull need to insert the line at ur client hosts file
(windows/system32/drivers/etc)
"xxx.xxx.xxx nprotect.lineage2.com" (where xxx.xxx.xxx is ur server IP)
-Delete ur gameguard folder in ur new system folder to force the client to download the new gameguard from ur server.

That's all ! Ur server may be working now ! Enjoy ! If i forgot anything , pls tell me and SRRY FOR MY ENGLISH !
 
Last edited:
Initiate Mage
Joined
May 6, 2007
Messages
3
Reaction score
0
I have a bug in my server: when doing PvP and trying to atack not with skill the character stops and can move just when do /unstuck or rr. What i hve to do??? Sry my bad english
 
Upvote 0
Newbie Spellweaver
Joined
May 22, 2007
Messages
14
Reaction score
0
hi...i have problem with the l2.ini ...the program of the nargen when i'm going to open the file from the system file in my l2 game say that this file is not encrypted end the only tha i can see is one L...what i must doing
sorry for my english
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Dec 21, 2006
Messages
79
Reaction score
0
hi...i have problem with the l2.ini ...the program of the nargen when i'm going to open the file from the system file in my l2 game say that this file is not encrypted end the only tha i can see is one L...what i must doing
sorry for my english
Is very easy to make a server if u use your search buton and looking for other post . Why dont u use Nargen preconfigurated server....is at your choice C5 or Interlude. And dont need to edit your sistem or other think. Just download what you need from Nargen shared and then ask if you have problem, but remember, before post, look for other post in this thread, and use search buton ;)
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Initiate Mage
Joined
May 6, 2007
Messages
3
Reaction score
0
hi...i have problem with the l2.ini ...the program of the nargen when i'm going to open the file from the system file in my l2 game say that this file is not encrypted end the only tha i can see is one L...what i must doing
sorry for my english

I was saying that u can do it with any other server system!!! Just install any server and then change Ip to yours in l2.ini file
 
Upvote 0
Initiate Mage
Joined
Apr 18, 2007
Messages
1
Reaction score
0
Hi . I have a question . In the file RegisterGameServer i press the number 0 (zero) . The program is say to me : No name for id 0 ...
Can anywone help me ? Plz .
 
Upvote 0
Newbie Spellweaver
Joined
Dec 21, 2006
Messages
79
Reaction score
0
Hi . I have a question . In the file RegisterGameServer i press the number 0 (zero) . The program is say to me : No name for id 0 ...
Can anywone help me ? Plz .
I think Interlude start ID from 1. Try with ID 1 and see what is happend. Normaly it must be Bartz
 
Upvote 0
Newbie Spellweaver
Joined
Dec 21, 2006
Messages
79
Reaction score
0
SweetKiss man dami u instalul pls
bagal aici pe forum
PLS
Look in Nargen's shared folder and you will find all what you need.
RO. Cauta in folderul pe care il are Nargen la "share" si o sa gasesti tot ce itzi trebuie...nu prea am inteles ce inseamna "instalul"
 
Upvote 0
Newbie Spellweaver
Joined
Dec 21, 2006
Messages
79
Reaction score
0
SweetKiss you got server????????
RO:u teai facut server?
Yes i have a server made from "NargenSharedFolder" . I need to tell you this is not a chat room, is a forum. Ask what you have to ask, we try to help you, but first you need to know very good what you want to do. You cant make your own server if you dont know what is Navicat, MySQL, or if you dont know to execute a .bat file. This is in first page of this thread. If you fumble (scotocesti) to NargenShared you will find there a preconfigurated serverpack, and a read me file.Folow that guide and you will have your own server UP. Have luck.
 
Upvote 0
Initiate Mage
Joined
Jun 2, 2007
Messages
4
Reaction score
0
When i run "gameserver and loginserver" is telling me that the server is terminated abnormanly.What i have to do?
 
Upvote 0
Initiate Mage
Joined
Jun 2, 2007
Messages
4
Reaction score
0
Thanks man.I will make a server and i will update it to the internet!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :juggle:
 
Upvote 0
Newbie Spellweaver
Joined
Nov 25, 2005
Messages
13
Reaction score
0
guide is very good thnx but i have big problem..

login server say : client is not lastest authentication .....

i change min =0
mx=999

or

min=520
max=640 etc...

and client say : the keyboard security......

--------------------------------

i have lineage2_interlude_client + system.7z ( )

pls share your correct file links or my msn adress h4pp3@h4pp3.com
 
Upvote 0
Newbie Spellweaver
Joined
Jul 11, 2006
Messages
56
Reaction score
1
Guys, it was very, very hard to find the correct files.. most of links were broken.. the Server pack is easy.. go for RAFAELA Folder (Nargen 4Share).. Java it
 
Upvote 0
Status
Not open for further replies.
Back
Top