Client Related Question
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 50
- Joined: Wed Mar 24, 2010 10:42 pm
Client Related Question
Hi!
I put my post here because I dont know where to put it.
I installed April 10 Nightly.
In earlier versions of L2 like c4 I add servers adderss in windows host and I used to run l2.exe and that was it.
In gracia that doesnt work. What should I do to make the client connect?
tnx!
I put my post here because I dont know where to put it.
I installed April 10 Nightly.
In earlier versions of L2 like c4 I add servers adderss in windows host and I used to run l2.exe and that was it.
In gracia that doesnt work. What should I do to make the client connect?
tnx!
- Notorious
- Posts: 501
- Joined: Thu May 28, 2009 3:50 pm
- Location: Sweden
Re: Client Related Question
1. Click Start -> All Programs -> Accessories -> Notepad
2. In the window that pops up, enter the following EXACTLY:
start "" system\l2.bin
3. Click File -> Save As...
4. In the field "Save as type" change to "All Files"
5. In the field "File Name" enter: StartL2.bat
6. In the field "Save in" (at the top) locate the folder where the game is installed, normally C:\Program Files\Lineage II\
7. Make sure you are saving in the right place - you should see a file called "LineageII.exe" or "LineageII" there with a brownish icon.
8. Click Save
9. Close Notepad
10. Right click on the Start-button in Windows.
11. From the menu, choose "Explore" - Now the file explorer starts.
12. Use the file explorer to locate the newly created file "StartL2.bat".
13. Right click on the file.
14. From the menu, choose "Send to -> Desktop (create shortcut)"
15. You should now have a shortcut to StartL2.bat on your desktop, which you can use whenever you want to start the game without running the updater (like if NCZ0ft's server is down!)
2. In the window that pops up, enter the following EXACTLY:
start "" system\l2.bin
3. Click File -> Save As...
4. In the field "Save as type" change to "All Files"
5. In the field "File Name" enter: StartL2.bat
6. In the field "Save in" (at the top) locate the folder where the game is installed, normally C:\Program Files\Lineage II\
7. Make sure you are saving in the right place - you should see a file called "LineageII.exe" or "LineageII" there with a brownish icon.
8. Click Save
9. Close Notepad
10. Right click on the Start-button in Windows.
11. From the menu, choose "Explore" - Now the file explorer starts.
12. Use the file explorer to locate the newly created file "StartL2.bat".
13. Right click on the file.
14. From the menu, choose "Send to -> Desktop (create shortcut)"
15. You should now have a shortcut to StartL2.bat on your desktop, which you can use whenever you want to start the game without running the updater (like if NCZ0ft's server is down!)
-
- Posts: 50
- Joined: Wed Mar 24, 2010 10:42 pm
Re: Client Related Question
I will give it a try, thank you very much!
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Client Related Question
start "" system\l2.bin
does not work
does not work
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Client Related Question
Create a file in notepad, inside the file add:
Save it as start.bat
Put it in your Lineage 2 folder, like c:\Lineage II\
Also you can write the full path to the l2.bin file and put the start.bat file anywhere, example:
Code: Select all
@start system\l2.bin
Save it as start.bat
Put it in your Lineage 2 folder, like c:\Lineage II\
Also you can write the full path to the l2.bin file and put the start.bat file anywhere, example:
Code: Select all
@start c:\Lineage II\system\l2.bin
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Client Related Question
@start C:\program files\lineage ii\system\l2.bin
in a .bat file does not work
in a .bat file does not work
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- Notorious
- Posts: 501
- Joined: Thu May 28, 2009 3:50 pm
- Location: Sweden
Re: Client Related Question
Must have " around the path when space in it: @start "C:\program files\lineage ii\system\l2.bin"
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Client Related Question
@start "C:\Program Files\Lineage II\system\L2.bin"
does not work
you sure about this?
What should I have it open with by default?
I mean <attachment>
does not work
you sure about this?
What should I have it open with by default?
I mean <attachment>
You do not have the required permissions to view the files attached to this post.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- Notorious
- Posts: 501
- Joined: Thu May 28, 2009 3:50 pm
- Location: Sweden
Re: Client Related Question
Please try the solution I provided in the second post of this thread. If you follow it exactly, it WILL work.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Client Related Question
And I just said i've tried all of the mentioned ones in this thread, NOT WORKING
Edit: it doesn't even work if I open CMD at system folder and type start l2.bin
Edit: it doesn't even work if I open CMD at system folder and type start l2.bin
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- ThePhoenixBird
- L2j Inner Circle
- Posts: 1857
- Joined: Fri May 27, 2005 5:11 pm
Re: Client Related Question
,bat file should work, anyways try this viewtopic.php?f=94&t=15645
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Client Related Question
meh, it's not like i really need it, i'm just saying that FOR ME it doesn't work
I don't wanna install a new program for something so trivial
I don't wanna install a new program for something so trivial
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 50
- Joined: Wed Mar 24, 2010 10:42 pm
Re: Client Related Question
Hi!
It worked for me but the game will stay in the splash screen. Is that problem related to l2.ini and server ip
Tnx
It worked for me but the game will stay in the splash screen. Is that problem related to l2.ini and server ip
Tnx
- ThePhoenixBird
- L2j Inner Circle
- Posts: 1857
- Joined: Fri May 27, 2005 5:11 pm
Re: Client Related Question
check your antivirus software or gameguard is just mocking on you
l2.ini? what is the problem with that? dont touch it, dont speak about it! jeez sacrilege!!!
l2.ini? what is the problem with that? dont touch it, dont speak about it! jeez sacrilege!!!
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Client Related Question
Oh will you stop that, many people use and will use patched system files, you just can't stop them.
Changing ip in l2.ini or patching system folder has no effect on gameplay, unless you change things the way they shouldn't be (and those who don't know how usually don't do it).
Changing ip in l2.ini or patching system folder has no effect on gameplay, unless you change things the way they shouldn't be (and those who don't know how usually don't do it).
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.