Jump to content

Recommended Posts

Posted

Hello i have made guide to have much servers with one system and without change l2.ini

First of all you need the Official system

Now Lets start make a txt file open the txt and in there write

@echo off

title your title

color 41

echo (1) your server name

echo.

echo (2) your 2on server name

echo.

set /P upgrade_mode="Choose you server number, after press Enter

if %upgrade_mode%==1 goto [glow=red,2,300]your server name[/glow]

if %upgrade_mode%==2 goto [glow=blue,2,300]your 2on server name[/glow]

 

:write here what you have add to red glow

echo 127.0.0.1 localhost > C:\windows\system32\drivers\etc\hosts

echo here the ip of server L2authd.Lineage2.com >> C:\windows\system32\drivers\etc\hosts

echo here the ip of GGEMU nProtect.lineage2.com >> C:\windows\system32\drivers\etc\hosts

start l2.exe

exit

 

:write here what you have add to blue glow

echo 127.0.0.1 localhost > C:\windows\system32\drivers\etc\hosts

echo here the ip of 2on server L2authd.Lineage2.com >> C:\windows\system32\drivers\etc\hosts

echo here the ip of GGEMU nProtect.lineage2.com >> C:\windows\system32\drivers\etc\hosts

start l2.exe

exit

if you want to add more server go to

echo (1) your server name

echo.

echo (2) your 2on server name

echo.

and add 3 server

Example:

echo (3) your 3st server name

echo.

after that go here

if %upgrade_mode%==1 goto [glow=red,2,300]your server name[/glow]

if %upgrade_mode%==2 goto [glow=blue,2,300]your 2on server name[/glow]

and add

if %upgrade_mode%==3 goto [glow=green,2,300]your 3st server name[/glow]

and now add the ip

:write here what you have add to green glow

echo 127.0.0.1 localhost > C:\windows\system32\drivers\etc\hosts

echo here the ip of 3st server L2authd.Lineage2.com >> C:\windows\system32\drivers\etc\hosts

echo here the ip of GGEMU nProtect.lineage2.com >> C:\windows\system32\drivers\etc\hosts

start l2.exe

exit

Now rename this file from filename.txt to filename.bat

and add it to l2 system and you ready

Guide made it by me xD

Posted

i have test it for 1 week and i dont have any problem if you dont have Official system you can only to add in the l2.ini to [glow=brown,2,300]ServerAddr=[/glow] the ip L2authd.Lineage2.com

and is ready

  • 7 months later...
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...