MaxCheaters.com
September 03, 2010, 07:50:31 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
Advanced search

MaxCheaters.com Staff + Info Inside
Join Now!
Pages: [1] 2 3 ... 27
Print
Author Topic:  [Guide]How to setup your own L2Server! + Images!  (Read 30433 times)
0 Members and 1 Guest are viewing this topic.
uNiQue1337
Premier Cheater
***

Karma: 0
Offline Offline

Posts: 377
Adenas: 0.00

View Inventory
Send Money to uNiQue1337

CU @ RaGEZONE


WWW
« on: March 08, 2009, 04:38:02 PM »

[Hidden post: You need login to forum to see it.]
« Last Edit: April 05, 2010, 03:52:52 PM by Coyote™ » Logged
WebM0nst3r
Give Up ! WebM0nst3r is HeRe!
Gold Member
The Craziest Cheater!
*****

Karma: 3
Offline Offline

Greece Greece

Awards:
iMaxCheaters
Posts: 1.948
Adenas: 111.00

View Inventory
Send Money to WebM0nst3r


WWW
« Reply #1 on: March 08, 2009, 04:45:01 PM »

as i promised you +1 karma for it Wink great job
Logged

Join Now!
Th3On3
Professional Cheater
***

Karma: 0
Offline Offline

Posts: 412
Adenas: 0.00

View Inventory
Send Money to Th3On3


« Reply #2 on: March 08, 2009, 04:46:42 PM »

great guide!

Should help alof of nubs learn the ways of l2j.
Logged

CriticalError
Legendary Member
The GrandPa!
*****

Karma: 22
Offline Offline

Argentina Argentina

Posts: 3.526
Adenas: 9511.00

View Inventory
Send Money to CriticalError

what are you talking Wilis!!!


WWW
« Reply #3 on: March 08, 2009, 04:49:30 PM »

antother great guide man keep ur post is usefull for players beggining good start again man!!!!!!!!!!!!!!!!!
Logged

WebM0nst3r
Give Up ! WebM0nst3r is HeRe!
Gold Member
The Craziest Cheater!
*****

Karma: 3
Offline Offline

Greece Greece

Awards:
iMaxCheaters
Posts: 1.948
Adenas: 111.00

View Inventory
Send Money to WebM0nst3r


WWW
« Reply #4 on: March 08, 2009, 04:50:24 PM »

hmm

i don't know why buy i got this error from MySQL

Logged

Join Now!
uNiQue1337
Premier Cheater
***

Karma: 0
Offline Offline

Posts: 377
Adenas: 0.00

View Inventory
Send Money to uNiQue1337

CU @ RaGEZONE


WWW
« Reply #5 on: March 08, 2009, 04:52:25 PM »

hmm

i don't know why buy i got this error from MySQL

Because MySQL its already installed on your system and it is running Grin

- What i suggest you to do?Grin
uninstall MySQL, restart your pc, install again MySQL 5.1 and you are done  Tongue
« Last Edit: March 08, 2009, 04:55:39 PM by uNiQue1337 » Logged
WebM0nst3r
Give Up ! WebM0nst3r is HeRe!
Gold Member
The Craziest Cheater!
*****

Karma: 3
Offline Offline

Greece Greece

Awards:
iMaxCheaters
Posts: 1.948
Adenas: 111.00

View Inventory
Send Money to WebM0nst3r


WWW
« Reply #6 on: March 08, 2009, 05:46:18 PM »

<<TopiC StickieD>>

just awsome guide
Logged

CriticalError
Legendary Member
The GrandPa!
*****

Karma: 22
Offline Offline

Argentina Argentina

Posts: 3.526
Adenas: 9511.00

View Inventory
Send Money to CriticalError

what are you talking Wilis!!!


WWW
« Reply #7 on: March 08, 2009, 06:08:05 PM »

hmm

i don't know why buy i got this error from MySQL


try this man http://bugs.mysql.com/bug.php?id=20381
http://bugs.mysql.com/bug.php?id=27796
Logged

d0ds™
Senior Cheater
**

Karma: 1
Offline Offline

Philippines Philippines

Posts: 297
Adenas: 3471.00

View Inventory
Send Money to d0ds™

幸運是我


WWW
« Reply #8 on: March 10, 2009, 11:31:41 PM »

Hello again  Grin.
In this guide i will show you how to setup your own L2 Server. {Pictures Included}
So lets start...
You will need to download the following programms:


MySQL Server {Select your OS and download the right installer for it.}
Java Developer Kit {At Platform selection: Select your OS}
Navicat for MySQL

Also, download the L2J Pack
L2JMatrix Compiled Pack

Lets start installing! xD

Now its time to configure the pack!
Extract L2J_DataPack & L2J-Server to one folder
Lets start...
Open Login folder->Config and then open loginserver.properties
And find this:

Code:
Login=root
Password=
Change it like that:
Code:
Login=root
Password=root
Save it and close it.

Now, go back
Open GameServer folder->Config and then open server.properties
If you want your server to be on INTERNET find this: GameserverHostname=* and replace * with your ip
If you want your server to be on LOCAL find this: GameserverHostname=* and replace * with your 127.0.0.1


Also find this:
Code:
Login=root
Password=
Change it like that:
Code:
Login=root
Password=root
Also find this: AcceptAlternateID = True
And replace it with this: AcceptAlternateID = false

Save it and close it.

Go back, and open folder TOOLS find database_installer.bat make a right click on it and edit

Find these:
Code:
REM LOGINSERVER
set lsuser=root
set lspass=
set lsdb=l2jdb
set lshost=localhost

REM GAMESERVER
set gsuser=root
set gspass=
set gsdb=l2jdb
set gshost=localhost
And replace them with these:
Code:
REM LOGINSERVER
set lsuser=root
set lspass=root
set lsdb=l2jdb
set lshost=localhost

REM GAMESERVER
set gsuser=root
set gspass=root
set gsdb=l2jdb
set gshost=localhost
Save and close the file Grin

Now, open navicat and watch carefully the pictures...


Ok now go to Pack Folder and then Tools run database_installer.bat
It should say something like that:

Code:
WARNING: A full install (f) will destroy data in your
         `accounts` and `gameserver` tables.
         Choose upgrade (u) if you already have an `accounts` table but no
         `gameserver` table (ie. your server is a pre LS/GS split version.)
         Choose skip (s) to skip loginserver DB installation and go to
         gameserver DB installation/upgrade.
LOGINSERVER DB install type: (f) full or (s) skip or (q) quit?
Type F
And to this one:

Code:
WARNING: A full install (f) will destroy all existing character data.
GAMESERVER DB install type: (f) full install or (u) upgrade or (q) quit?
F again, and wait the install to be done.
To this one:

Code:
Do you want to update your database with files in update folder, which are alrea
dy included in the main files? (RECOMMENDED: NO)
UPDATE your database: (y) yes or (n) no?
Type N

Now go back, and open Login folder, and then run RegisterGameServer.bat
It should say something like that: Your choice: type 1 and press enter.
Now in login folder these should be a file named hexid(server 1).txt rename it to hexid.txt and Cut or Copy to folder gameserver/config.
{Note: If you want to create your account go to Login folder and then run startSQLAccountManager.bat type 1 and then type your username & password and at access level type 100}

--- If you want to set GM Access to your character go to Navicat->Open l2jdb->characters->and find the field access and set it to your char to 1 ---
[If you want to run the server go to Login folder and open loginserver.bat and then go to gameserver folder and run gameserver.bat]

Note: This guide is CREATED by me.





hi i have already set up a server... but its obsolete one... its Lineage 2 Chronicles Rise of Darkness Server.. and its work properly... should I use the same server and over-write some system file in my existing server? or ill make new system.? and is possible to use the latest Java Environment or this version?  tnks!
Logged


Thanks: Maxtor, Chandy, Ventic, SoFaki, LauQ, CriticalError, sτrίkε-


ђ๏†ωђээℓž
Donator Member
Supreme Cheater
*****

Karma: -4
Offline Offline

Posts: 507
Adenas: 0.00

View Inventory
Send Money to ђ๏†ωђээℓž

MxC Drama's Buster!


WWW
« Reply #9 on: March 13, 2009, 11:05:21 AM »

hmm

i don't know why buy i got this error from MySQL


Have sure that Java DEV is right installed?
Logged

w00t! I Flame for fun! Don't Like? //cry

Join Now!
uNiQue1337
Premier Cheater
***

Karma: 0
Offline Offline

Posts: 377
Adenas: 0.00

View Inventory
Send Money to uNiQue1337

CU @ RaGEZONE


WWW
« Reply #10 on: March 13, 2009, 06:37:43 PM »

Quote
Have sure that Java DEV is right installed?
He fixed it.
Logged
RєVєnGeR^
Γυάλισμα GODPOWER , ΤΟ ΕΝΑ ΚΑΙ ΜΟΝΑΔΙΚΟ ΓΙΑ ΤΙΣ ΜΠΑΛΕΣ ΤΟΝ MOD
VIP Member
Da Fuckin Cheata!
*****

Karma: 20
Offline Offline

Netherlands Netherlands

Posts: 2.576
Adenas: 431.00

View Inventory
Send Money to RєVєnGeR^

Ιωνικάρα παίξε σόλο !


« Reply #11 on: March 23, 2009, 10:16:05 AM »

He fixed it.
Re-post java link plz?Smiley
Logged

nahh my ass will go down virgin Cheesy
Quote
ΑΠ'ΤΗ ΖΩΗ ΜΟΥ ΕΙΣΑΙ ΑΠΩΝ Ε ΚΑΙ YOUPORN !
uNiQue1337
Premier Cheater
***

Karma: 0
Offline Offline

Posts: 377
Adenas: 0.00

View Inventory
Send Money to uNiQue1337

CU @ RaGEZONE


WWW
« Reply #12 on: March 23, 2009, 10:50:30 AM »

It was the re-direct link and it was wrong
@First post updated
Logged
RєVєnGeR^
Γυάλισμα GODPOWER , ΤΟ ΕΝΑ ΚΑΙ ΜΟΝΑΔΙΚΟ ΓΙΑ ΤΙΣ ΜΠΑΛΕΣ ΤΟΝ MOD
VIP Member
Da Fuckin Cheata!
*****

Karma: 20
Offline Offline

Netherlands Netherlands

Posts: 2.576
Adenas: 431.00

View Inventory
Send Money to RєVєnGeR^

Ιωνικάρα παίξε σόλο !


« Reply #13 on: March 23, 2009, 10:51:33 AM »

It was the re-direct link and it was wrong
@First post updated

and btw..ur guide ruLLez Cheesy
Logged

nahh my ass will go down virgin Cheesy
Quote
ΑΠ'ΤΗ ΖΩΗ ΜΟΥ ΕΙΣΑΙ ΑΠΩΝ Ε ΚΑΙ YOUPORN !
TheVoice
Apprentice Cheater
**

Karma: 0
Offline Offline

Posts: 151
Adenas: 18.00

View Inventory
Send Money to TheVoice

www.WebMusicRadio.tk


WWW
« Reply #14 on: March 23, 2009, 12:22:44 PM »

Have sure that Java DEV is right installed?


You doing somthing false
Logged


Pages: [1] 2 3 ... 27
Print
Jump to:  


Become a V.I.P. or Donator Member Here

Become V.I.P. with Paysafecard


SullenV2 by Maxtor Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC XHTML | CSS

Page created in 0.097 seconds with 54 queries.