Jump to content

How to make a C3 server in 5 minutes !!


Recommended Posts

Updated to 10/21/06:

 

 

 

1. Download server pack:

 

21/10: http://rapidshare.de/files/11362430/l2jc3server2110.exe.html Latest

 

21/01: http://greenhope.vn-host.net/l2j/l2jc3server2101.exe dead

 

12/19: http://greenhope.vn-host.net/l2j/l2jc3server1219.exe dead

 

12/08: http://greenhope.vn-host.net/l2j/l2jc3server1208.exe dead

 

11/29: http://greenhope.vn-host.net/l2j/l2jc3server1129b.exe dead

 

 

 

What's on the server pack (only 10MB):

 

- L2J SVN Server rev. 2101

 

- L2J DP Datapack rev. 1058

 

- Statistik 0.09 + ACM build 9/6

 

- Apache 2.0.55 + PHP 5.0.5 + MySQL 5.0.16 + PhpMySQLAdmin 2.6.4-pl3

 

 

 

 

- GameGuard crack for all C3 client protocol:

 

http://greenhope.vn-host.net/l2ggbps.rar (optional)

 

 

 

2. Download client patch (70MB) C4 Armors/Weapon texture + C4 login+loading screen.

 

Mirror 1

 

 

 

NOTICE: You must uninstall all Apache/PHP/MySQL or WAMP pack like EasyPHP before run my server pack because i'm included all of them in one pack

 

 

 

3. Requiments:

 

- Install Java runtime:

 

http://jdl.sun.com/webapps/download/AutoDL?BundleId=9992

 

- Download server pack (link in top page).

 

- Unpack to C:\server\ (other path will not work)

 

 

 

4. Configure and start server:

 

- If your connection behind router/firewall, you must open both TCP and UDP ports: 80,2106,7777 for external players connect to your server.

 

- Now open the server.properties in the c:\server\l2j\config\ and edit:

 

ExternalHostname=127.0.0.1 => Your Internet or WAN IP (www.whatismyip.com)

 

InternalHostname=127.0.0.1 => Your LAN IP or don't change it

 

- Start apache/mysql server by run C:\server\start.bat (make sure disk w: is freely)

 

- Insert database (if you run server for first time) by run C:\server\l2j\tools\full_install.bat

 

- Start L2J server by run C:\server\l2j\startserver.bat

 

 

 

5.Configure client:

 

- Download C3 client:

 

ftp://l2clientdownload.lineage2.com/Chronicle03/L2_C3_Installer.zip

 

- Update to newest revision by run lineageii.exe (in root folder) and click full check.

 

- Go to "C:\windows\system32\drivers\etc\" and edit the "hosts" file, add 2 lines in the end of file:

 

127.0.0.1 localhost

 

127.0.0.1 (or your server IP) L2authd.lineage2.com

 

127.0.0.1 (or your server IP) L2testauthd.lineage2.com

 

127.0.0.1 (or your server IP) nprotect.lineage2.com (for GG check if you don't have Internet)

 

 

 

6. Manage your server:

 

- In server type http://localhost/ for open ACM (in client type http://IP_of_server/ ), default admin account is: acc/pass = admin/admin

 

- You can edit your database with PHPmySQLAdmin by type http://localhost/a/ in server

 

- In game type //admin for open admin menu.

 

- Make server run smoothly by open Task manager and set priority java.exe to High.

 

- Don't forget to set: EverybodyHasAdminRights=false (in c:\server\l2j\config\server.properties) if you want to go online.

 

- If u want more connections to MySQL database, MaximumDbConnections=10 -> 100

Link to comment
Share on other sites

*** Frequently Asked Questions ***

 

 

 

Q : How to add a item to a vendor/shop

 

A :Using navicat.

 

 

 

Open merchant_buylists table

 

 

 

In the first field you put the items ID number.

 

In the second field you put the price you want the vendor to sell it for.

 

In the third field you put the shop ID number. This is found by looking in the merchant_shopids.

 

In the fourth field you put the position of the item. If the shop has 54 items already and you want it at the end of the list, you give it item 55. This field is unique to just that vendors list. So you can not have 2 of the same item positions for one list.

 

 

 

Ok, to put it all together.

 

 

 

I want to sell dual SLS at Trader Jackson fighter shop in TI for 150a and I want it listed last.

 

 

 

I need to look up Trader Jackson shop Id number in the merchant_shopids table. Her npc ID is 7002, so I look that up and she has 2 shop IDs. 11 and 12

 

Which one is which? Look in her html file. (7002.htm in the data/html/merchants folder)

 

11 is for fighter and 12 is for mystic.

 

Dual SLS are item ID 2626 (find in weapons table)

 

Trader Jackson has 54 items currently in the merchant_buylist.

 

So my data to input into the merchant_buylists is

 

2626 150 11 55

 

 

 

Click the check mark at the bottom and exit navicat. Restart server to reload the list.

 

 

 

Q : Hi man , i have a problem , after the new server pack people lose their equipment even thu they are not pk when they die

 

A :In official server, players will drop items when they die even don't get any karma. You can set that option in server.properties:

 

# Player Drop Rate control, values are the percent values

PlayerRateDrop = 20 

PlayerRateDropItem = 70 

PlayerRateDropEquip = 25

PlayerRateDropEquipWeapon = 5

 

Explain: 20% chance drop items when player die. When they drop items, 70% will drop items in Inventory (not equip), 25% items is equip (armor/ring) and 5% is weapon.

 

 

 

Q : Why the mobs is so strong, they have HP stats is HP *2 / *3... ???

 

A :Default datapack already edited for Dungeon mobs, special mobs... which have HP x2/ x3 like official, If you don't like that setting, just open altsettings.properties and change

 

EnableRateHp = False

 

 

 

 

 

Source: http://www.forum.ragezone.com/lineage2-emu/how-make-c3-server-5-minutes-101855.html

Link to comment
Share on other sites

Good work.8)

 

 

 

Mia parathrhsh mono....gia na mou doulepsei emena ayto to setup eprepe na treksw manually kai to startLoginServer.bat sto fakelo login prin treksw to StartGameServer.bat

 

Alliws den ekane login.

Link to comment
Share on other sites

hmm how do you make a loader for the server.... so you can let other people download loader and place in system of l2 and then go onto the private server instead ?

 

 

 

your answer is at step 5... read it

Link to comment
Share on other sites

hi guys!

 

i got this when trying to start the server:

 

"Connecting to login on 127.0.0.1:9014

 

Discinnected from login Trying to reconnect"

 

it repeats many times and the server doesant star.

 

Can someone help :)

 

Tks and good work anyway!

Link to comment
Share on other sites

What is good with your version is that the loggin and gameserver are split and so you can make in many computer ^_^ and decrease a little the load,I like this datapack realy thx anyways .

 

But I have a question How to create A NPC plix.

Link to comment
Share on other sites

MAXTOR - If you want' date=' i give you OFF C3 server with fix overbuff and more others.

 

 

 

FAQ on english. :wink:[/quote']

 

 

 

i have 5 different version , from different sites. And chinese latest version :P with official geodata

Link to comment
Share on other sites

Post 1: Pws bazo nees perioxes stin GK?

 

 

 

Post 2: pws bazo Puss The Cat stin giran?

 

 

 

Post 3: need SubClass ID

 

 

 

Post 4:a se enan server eida oti 8es 0 sp gia skills pws to kanw kai ego?

 

 

 

Post 5: a se enan server eida oti 8es 0 sp gia skills pws to kanw kai ego?

 

 

 

Post 6: kai ena teleuteo den anaferetai pou8ena pws kanw update ston server pws mpoo na ton kanw update???

 

 

 

 

 

Post 7: kai ena pragmatika megalo erotima PWS ALLAZO TO GA-_-O ONOMA TOU SERVER????????(apo bartz se nikos paradeigma)

 

 

 

 

 

Warnings: 1 sta 5 exeis fugei

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock