L2full Lineage 2 Interlude Install Disc Iso Mount

  1. L2full Lineage 2 Interlude Install Disc Iso Mount Mac
  2. L2full Lineage 2 Interlude Install Disc Iso Mount Windows 7
Disc

If we had to pick the most influential Asian massive multiplayer online game of the past decade, without a doubt we'd pick the Lineage saga.The game, initially launched in Korea way back in 2003, has seen its user base go back to the way it was after the monthly subscription model was abandoned in 2011 for the free-to-play model. NCsoft's business model involves buying up objects and resources of that nature in order to sell them in their online store.Lineage 2 set the bar for western MMORPGs with a 3D gaming system that's controlled in third person. It allows you to improve your character through six different available races, and choose from a variety of professions that can improve your skill level. You can specialize in one of them as you level up and achieve different goals that will allow you to branch off into sub-classes.The game includes practically every element that has since become genre-standard, such as crafting, creating alliances, pets, monsters, and housing systems.

Although it's been active for more than a decade, its developers keep releasing expansions with more content, making Lineage 2 more up to date than ever. It's definitely one of the most played games worldwide.

By Erika Okumura.

In this tutorial I'll be explaining how to build a Lineage 2 private server. This applies to C4, C5 and Interlude 'official' servers, afterall all the C5 and Interlude servers are mere C4 PTS servers with extenders, given the fact C5 and Interlude official files were never leaked.That being said, let's begin.1. The basics:The first thing you have to understand is that Lineage 2 OFF servers consume a shitload of resources and if you are opening a serious server, it sure will cost you an average amount of money. So from own experience, I can suggest these pre-requisites for required and recommended specs:Required:Athlon 64 4200+ Processor4GB RAM200GB HDD10mbit dedicated connectionWindows 2003 x64 Server OSRecommended:Dual Intel Xeon 2.8ghz8GB or 16GB RAM2x or 3x 200GB 10k+ RPM HDDs.100mbit dedicated connectionWindows 2003 x64 Server OSMake sure the operating system is a 64-bits system, since L2Server won't work in a 32-bits system.With the 'Required' specs you'll be able to get about 300 500 players with no lag.

Anything above that will cause unwanted lag.With the 'Recommended' specs you'll be able to get about 1000 1500 players with 8GB RAM and with 16GB RAM it should take on 2000 3000 players without major problems.2. Understanding the server:Before I start explaining furthermore, first you'll need to understand how the server works.Lineage 2 OFF servers database system is SQL.

All kinds of information about characters, accounts etc. Are stored in the SQL database. Therefore, you'll need MSSQL, which can be downloaded below.There's something else you also need to know. Lineage 2 OFF servers basically consist of the following:AuthD (Login Server)CacheD (Acts like a bridge between L2Server.exe and SQL)L2Server.exe (Game Server)L2NPC.exe (Loads all NPCs in the Game Server)Besides that, there are several folders with all several types of files.The most important folders, that means. Those you will be dealing with all the time to edit items, NPCs, skills, terrain issues, quests and so on are the following:ScriptHTMLGeodata3. Server files:Alright, so you already got your server?That's great. Now we need to get some files.You'll need to download the following files:1.

Server Files2. MSSQL server/URL 3. CacheD Serial Generator4.1. Configuring the Database:1. Install MSSQL server to any folder of your choice. It's a very basic installation, you'll mainly just choose 'Yes' all the time. When it asks you for what kind of installation, choose 'Complete'.

This should avoid any problems in the future. When it asks for what user to choose, leave it as 'sa' and choose whatever password you wish.2.

Once it's finished installing, go on start menu and look for the SQL Server Management Studio. It should prompt a connection window. If the connection name isn't 'localhost', type it down there and click on 'Connect'3.

L2full Lineage 2 Interlude Install Disc Iso Mount Mac

Click on 'New Query', then go to your PPC Release folder and look for a folder named DBScript. Open the file '0create-db.sql' with notepad then copy and paste all content to the New Query window, right click and press 'Execute Query'. You can also simply click 0create-db.sql twice and it'll automatically perform the query. After you've done that, all databases and tables should be created. (lin2world, lin2db etc.)4. Close the New Query window.

L2full Lineage 2 Interlude Install Disc Iso Mount Windows 7

Look at the left side for 'Databases'. Open it, then go to lin2db tables. Right click on dbo.server and choose 'Open Table'. Now you'll configure the server settings in this table.ID: 1 (2, 3, 4 and so on for more servers)Name: Pick a 11 characters (no more, no less) name.IP: Insert the WAN IP here. (To get your WAN IP, )innerip: Insert your localhost (127.0.0.1) IP here.ageLimit: 0pkflag: 1kind: 0port: 7777region: 0 (1, 2, 3 and so on for more servers)4.2.

Configuring the OBDC:This should be piece of cake. You'll have to configure your OBDC in order for this to function correctly.1. Go on Start Administrative Tools Data Sources (OBDC):2. Go to 'File DSN' tab and click on 'Set Directory':3. Write the adress that appears in this window somewhere for your own records and then press 'Yes' to set that directory as default for OBDC file DSNs:P.S: It usually is always the same: 'C:Program FilesCommon FilesOBDCData Sources'4. Go to that place in your computer, and create two file DSNs:lin2world.dsnlin2db.dsnAfter you do that, open the DSNs with notepad and insert this:lin2world.dsn.

ODBCDRIVER=SQL ServerUID=saDATABASE=lin2dbWSID=hostnameAPP=Microsoft Data Access ComponentsTrustedConnection=YesSERVER=hostnameIf you're going to use other tables such as l2comm and so on, simply make more DSN files with respective names and alter the DATABASE line.As you can see in WSID and SERVER lines you'll have to replace hostname with your actual computer Host Name, which can be found by performing ipconfig /all.5. Go back to Start Administrative Tools Data Sources (OBDC), then go to 'File DSN' tab. The DSNs you've just created should be listed there. If they still do not list up, click on 'Add', choose 'SQL Server', browse the DSNs where they are located and press OK.It should then look like this:Congratulations, you've successfully configured your OBDC!

Building the Server:Now that you understand how the server works, I'll be explaining this with a bit more technical terms. If you fail to understand any of this, feel free toclick here and read the section 'Understanding the Server'.Let's get to work.1. Unzip the PPC Release to any folder of your choice in your server.2. Go to Start Run, type cmd and press enter. A new prompt window will be showed.