-
Notifications
You must be signed in to change notification settings - Fork 14
/
README.txt
295 lines (225 loc) · 9.72 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
NOTE: This short guide is for a L2J Server. http://l2jserver.com
If you received this file as a part of a packaged or bundled build:
L2J only supports L2J software obtained directly from L2J sources.
What this means is, if you obtained L2J from a source other than our SVN or nightly distribution,
you need to get support from where you got the files.
We are unable to provide any technical assistance for unsupported software packages.
The software may have virii, cause security problems,
or even send your personal information to remote servers without your express consent.
We cannot recommend the use of any of these packages on a server.
WARNING: L2J Server is not a plug and play type of server.
To setup the server and to run it successfully you need to do a lot of reading.
If reading and learning are not something you like to do,
Stop now.
====================
L2J Server
====================
$Date: 2006/12/06 19:14:22 $
TOC:
I. OVERVIEW
II. LEGAL
III. REQUIREMENTS
IV. FIRST STARTUP
V. ADMIN/GM's GUIDE
VI. PLAYER's GUIDE
VII. UPDATING
VIII. TROUBLESHOOTING
IX. CONTACT
X. CONTRIBUTING
XI. BUG REPORTING
XII. CREDITS
====================
I. OVERVIEW
====================
L2J is an Alternative Lineage 2 Game Server written in pure Java for
best compatibility. L2J gives you the possibility to legally host a game
server for this popular Korean MMO created by NCSoft. It is still
unfinished and many features are missing, but L2J Dev team is working
hard on implementing them. L2J Server is distributed under the terms
of GNU/GPL in a hope that open source model is the best for
developing quality software giving everyone a possibility to
participate on development by submitting the code.
====================
II. LEGAL
====================
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
Full GNU/GPL License is included in LICENSE.TXT file.
Whereas L2J is distributed under the terms of GNU/GPL, we require you to:
a) Preserve logon notice. This gives us, L2J Developers, appropriate
credit for our hard work done during our free time without any
revenues.
b) Do not distribute any extended data files with the server files in
the same archive. NO world content should be incorporated in L2J
distribution.
Server and Datapack may not be not be bundled or packaged.
====================
III. REQUIREMENTS
====================
OS:
Any OS having Java JDK 1.5 installed and properly configured!
We recommend using SUN JDK available at java.sun.com
Hardware:
Decent CPU & RAM
Software:
Java JDK 1.5
MySql
Datapack
We recommend:
That you do not play and host the server from the same computer.
Have a good Internet connection - dial up just won't cut it.
Many low cost hosting options are available.
====================
IV. FIRST STARTUP
====================
Before you can start up the server it is extremely important to read
and get to know the wiki sites.
They contain all the info you need to setup and run a L2J Server.
L2J Server wiki: Server Guides, How-to's, bugtracker:
https://l2jserver.com/trac/wiki
L2J-Datapack wiki: Datapack Guides, How-to's, bugtracker:
http://www.l2jdp.com/trac/wiki
L2J Community wiki: Guides, How-to's:
http://l2j.jot.com
This Server distribution does not contain any spawn/drop data or any world
content. (Datapack)
L2J Server has also a possibility to change xp/sp/drop rates relative
to data in spawnlist/droplist files. To do that, just change the rates
you need in server.properties file found in config folder.
You should also configure your IP address in server.properties.
Server uses ports 2106 (LoginServer) and 7777 (GameServer) by
default. If your server runs behind NAT or firewall you will need to
open and/or forward these ports.
====================
V. ADMIN/GM's GUIDE
====================
To make someone an admin you need to edit, in the l2jdb database, the desired character in the
characters table, while server is SHUT DOWN! Change the field, accesslevel from 0 to 100 or more.
You may start server after that and the person will have admin privileges.
Note that you must create the account and character before editing.
Possible access levels:
-100 = banned
0 = normal account/character
51 or more = exempt from maximum connections limit (accounts table only)
100 or more = admin
More info can be found in the community wiki.
Admin commands implemented:
(Please see https://l2jserver.com/trac/wiki/GmCommands for more complete list.)
//admin = main GM interface
//gmchat = will send a message to all online GMs
//invul = makes your character untouchable
====================
VI. PLAYER's GUIDE
====================
CLIENT COMPATIBILITY
Our server is dependant on the official release of the North American lineage2 live client.
http://www.lineage2.com
All help and support will only be for the official client.
Any clients obtained elsewhere, must obtain support from where it was obtained.
====================
VI. UPDATING
====================
It may arrive that you want to update your server to new version while
keeping old accounts. There are few steps you HAVE TO do in order to
keep the data accurate.
- You should ALWAYS look at timelines before updating, sometimes a file
format may change, so you will need to edit data manually to fit with
new format.
- You should ALWAYS Backup all MySql data.
- You should ALWAYS Backup all Server and Datapack files.
- back up all .properties files (don't forget to check if new server use same
format for those files)
- download & unzip new server code to the Server directory
- download & unzip new datapack code to the Server directory
- edit and run update in the tools folder
- run newly installed server & enjoy ;)
====================
VIII. TROUBLESHOOTING
====================
PROBLEM
- Client outputs bunch of messages about missing templates.
SOLUTION
- Check that the datapack has been properly installed.
PROBLEM
- Message similar to "java is not recognized as internal command",
"java not found" or "unknown command: java" appears.
SOLUTION
- Install java, or, if java is already installed just add your java
binary directory to system PATH setting. If you don't know how to do
that, than DO NOT bother running your own server please.
PROBLEM
- I can log in but ping is 9999s and I can't get past Server Select.
SOLUTION
- Set up your IP's properly, forward/open good ports if accessing from
outside. (or find server with admin that knows how to do it)
PROBLEM
- Skills/quests/whatever don't work.
SOLUTION
- Patience brings it's fruits :p
PROBLEM
- I found a bug.
SOLUTION
- Please refer to BUG REPORTING section of this readme.
Further help available at the wiki sites and the forums.
====================
IX. CONTACT
====================
Web: http://l2jserver.com
IRC: #l2j @ Freenode (irc.freenode.net)
Please note that L2J Devs can't help players with connecting issues or
anything related to playing on private servers. If you can't connect,
you should contact your server GM's. We can solve only L2J server
~software~ related issues. We don't have any backdoors or anything
that would enable us GM accounts on every server using L2J, so there's
no point in coming to our channel if you need items/adena/whatever
ingame.
====================
X. CONTRIBUTING
====================
Anyone who wants to contribute to the project is encouraged to do so. Java
programming skills are not always required as L2J needs much more than
java code.
If you created any source code that may be helpful please use the User Contributions
section on our forums. If you contributed good stuff that will be
accepted, you might be invited to join L2J Dev Team.
People willing to hang on chat and respond to user questions are also
ALWAYS welcome ;)
====================
XI. BUG REPORTING
====================
Bugs can be reported on our wiki site.
http://l2jserver.com/trac/newticket
Basic rules for reporting are:
Please report only one bug/issue per ticket!!
You must include the revision (changeset) number when reporting a bug!
"The latest" does not mean anything when 5 more updates have been done since you set up the server.
If you are not sure if it should be reported here, make a post about it in the L2J forum.
Players should ALWAYS consult bugs with their Admin/GM's and have them report it
on our wiki site. Some bugs may be caused by bad datapack, server
installation or modifications server owner has made. We can't help you
in that case.
Please use the datapacks bugtracker for reporting datapack bugs.
Please do NOT report bugs related to unofficial add-ons to L2J. L2J
bugtracker is NOT a place to fix that. Contact the person who made
modification instead.
====================
XII. CREDITS
====================
Dev team:
http://forum.l2jserver.com/team.php
Have fun playing L2J ;)
Dev Team
L2J Server, Copyright (C) 2006
L2J Server comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.