Jump to content
  • 0

[Help] Connecting To My Own Server


x0r

Question

hi

 

 i've been having a problem connecting to my server after everything set up. Would run l2.exe, the splash art would load then after 10-15s .. nothing. Not even l2.exe process in task manager. 

 

i setup l2 high five server, for local use only. ran loginserver and gameserver, no errors. but the client file i download didn't come with l2.exe so had i to download a separate system folder. (also changed the l2.ini file : 127.0.0.1) when i try to load l2.exe it wouldn't run. 

 

so at this point I'm not sure why the problem is happening, i looked around and other people had similar problems but their was only after the game was loaded (during server selection screen). 

 

i'm running windows 10 x64, i have the latest mysql/jdk and navicat premium. 

 

do i need to change default -ipconfig.xml file? in the folder it says not needing to change if use default.

 

thanks for help

 

 

 

p.s. the client i installed said freya (high five) and the splash art during loading says lineage 2 freya, does this not work with l2 h5 server ? (do i have to get a different client/ server files)

Edited by x0r
Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

I DID IT... I AM A MASTER HACKER!!

 

call me MR.Robot cause, I'm that dope! 

JK, thanks for all your help guys (and girls?), i was able to troubleshoot it out. Took sometime and experimenting, but figured a work around. 

Link to comment
Share on other sites

  • 0

hi

 

 i've been having a problem connecting to my server after everything set up. Would run l2.exe, the splash art would load then after 10-15s .. nothing. Not even l2.exe process in task manager. 

 

i setup l2 high five server, for local use only. ran loginserver and gameserver, no errors. but the client file i download didn't come with l2.exe so had i to download a separate system folder. (also changed the l2.ini file : 127.0.0.1) when i try to load l2.exe it wouldn't run. 

 

so at this point I'm not sure why the problem is happening, i looked around and other people had similar problems but their was only after the game was loaded (during server selection screen). 

 

i'm running windows 10 x64, i have the latest mysql/jdk and navicat premium. 

 

do i need to change default -ipconfig.xml file? in the folder it says not needing to change if use default.

 

thanks for help

 

 

 

p.s. the client i installed said freya (high five) and the splash art during loading says lineage 2 freya, does this not work with l2 h5 server ? (do i have to get a different client/ server files)

Basically is client problem. Have not something to do with your server if the client doesnt run. Everything i think is from windows 10. My idea is to search in topzone-hopzone one h5 server with windows 10 system, download, change l2.ini with your local ip and try to run.  The other way is to find Nwindow.dll file for windows 10(located in l2 system folder). (im not sure if that works i have listen this but i have not try it). 

Link to comment
Share on other sites

  • 0

thanks for the info niko, btw i tried compatibility and nada.. i'm try find a different system folder, or try with a different client maybe freya or gracia

 

can any1 tell me if this ipconfig.xml looks right? this line (<!-- Localhost here -->) looks out of place.

 

p.s. i'm a total retard when it comes to coding (only did 1year in highschool 12 years ago) >_>

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
	<!-- Localhost here -->
	<define subnet="127.0.0.0/8" address="127.0.0.1" />
	<!-- Internalhosts here (LANs IPs) -->
	<define subnet="10.0.0.0/8" address="10.0.0.0" />
	<define subnet="172.16.0.0/19" address="172.16.0.0" />
	<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>
Link to comment
Share on other sites

  • 0

 

thanks for the info niko, btw i tried compatibility and nada.. i'm try find a different system folder, or try with a different client maybe freya or gracia

 

can any1 tell me if this ipconfig.xml looks right? this line (<!-- Localhost here -->) looks out of place.

 

p.s. i'm a total retard when it comes to coding (only did 1year in highschool 12 years ago) >_>

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
	<!-- Localhost here -->
	<define subnet="127.0.0.0/8" address="127.0.0.1" />
	<!-- Internalhosts here (LANs IPs) -->
	<define subnet="10.0.0.0/8" address="10.0.0.0" />
	<define subnet="172.16.0.0/19" address="172.16.0.0" />
	<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>

dont try to use system from other clients. try to use h5 system

 

 

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>
Link to comment
Share on other sites

  • 0

 

thanks for the info niko, btw i tried compatibility and nada.. i'm try find a different system folder, or try with a different client maybe freya or gracia

 

can any1 tell me if this ipconfig.xml looks right? this line (<!-- Localhost here -->) looks out of place.

 

p.s. i'm a total retard when it comes to coding (only did 1year in highschool 12 years ago) >_>

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
	<!-- Localhost here -->
	<define subnet="127.0.0.0/8" address="127.0.0.1" />
	<!-- Internalhosts here (LANs IPs) -->
	<define subnet="10.0.0.0/8" address="10.0.0.0" />
	<define subnet="172.16.0.0/19" address="172.16.0.0" />
	<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>

try this system: http://apocalyps.eu/download/system.rar

that works on me (windows 10 x64)

Link to comment
Share on other sites

  • 0

thanks alot m8, btw my system folder is clean with no l2.exe, 

how can i patch my own system folder to make an l2.exe,  for future so i don't have to look around for a system folder with one.

 

i tried the other method creating a bat file with

 

@echo off

start l2.bin

exit

 

but the command runs for half a millisecond then disappears, and l2 doesn't start. So im thinking i'm missing a step here. 

Link to comment
Share on other sites

  • 0

thanks alot m8, btw my system folder is clean with no l2.exe, 

how can i patch my own system folder to make an l2.exe,  for future so i don't have to look around for a system folder with one.

 

i tried the other method creating a bat file with

 

@echo off

start l2.bin

exit

 

but the command runs for half a millisecond then disappears, and l2 doesn't start. So im thinking i'm missing a step here. 

Why u go from the hard way? Just download from link of i give you, change the ip with your local ip and all be happy

Link to comment
Share on other sites

  • 0

Paste inside your system and run the patcher. Still, take l2.exe from another patch and use it to launch the game.

 

http://www.4shared.com/rar/ICmhuXTmce/l2endec.html

Edited by SweeTs
Link to comment
Share on other sites

  • 0

soo i don't whats going on.. but my client is connecting some EU server, even though i have the serveradr in l2.ini set to 127.0.0.1

Edited by x0r
Link to comment
Share on other sites

  • 0

 

yeah the H5 patched system link doesn't work, thanks for the share though

 

 

nvm, my adblock was stopping the captcha verification. thanks for the share again though

Edited by x0r
Link to comment
Share on other sites

  • 0

So at this point i don't know how to fix this,

 

if i use pre patched system folder i get these two problems:

- doesn't connect to localhost: b/c it doesn't use l2.ini for path

- i get "warning, l2 doesn't run with this windows / files corrupt / damage, please contact administrator"

 

if i try to patch my own system folder i get

"warning! some game files are corrupted or not found!

 

any tips?

 

 preferably change this system folder provided by nikko 

 

----- "try this system: http://apocalyps.eu/...load/system.rar that works on me (windows 10 x64)"

 

 so that i can change the address path to connect to localhost, because changing the l2ini in that folder doesn't do anything. 

Edited by x0r
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • I can use this folder system for High Five offline server?   The folder does not have a l2.exe file.   Thank you very much if anyone can help me.   https://drive.google.com/file/d/13kU-g_4JJ-sP-kg2F7pqkUOVKmQdubFm/view
    • I know, but...every time I have problem with IP address setup 😞
    • ENGLISH As you know, we have always profiled in the development of Java emulators, we continue to do our favorite thing, and now we have the opportunity to provide you with services in the field of private development of L2 assemblies Essence, Classic and High Five, which we have been doing in recent years, we have not been working on basic builds for a long time and work only on contracts for the world's best projects. These are the best builds we can offer, we have test servers and we can show them to you on the test, and if you are very good at gameplay, you will see a big difference in the quality and detail of the official content compared to the basic builds. These are the best top solutions in the world, which are currently used to implement the largest projects in the world. We guarantee 100% implementation of all official content. If you have any questions about testing, discussions, etc., please contact our studio and we will discuss everything. At the moment, you can get acquainted with the preliminary information and prices for Private L2 contracts here: Private Server packs L2 Essence 464, 447, 388, 362, 286 protocols Private server packs L2Classic Private server pack High Five РУССКИЙ --------------------------------------------- Как вы знаете мы всегда профилировались на разработке в сфере Java эмуляторов, мы продолжаем заниматься своим любимым делом, и сейчас у нас появилась возможность предоставлять вам услуги в сфере приватных разработок L2 сборок Essence, Classic и High Five, которыми мы занимаемся последние годы, мы уже давно не работаем над базовыми сборками и работаем только на контрактах для лучших мировых проектов. Это лучшие сборки, которые мы можем предложить, у нас есть тестовые сервера, и мы можем показать их вам на тесте, и если вы очень хорошо разбираетесь в игровом процессе, вы увидите большую разницу в качестве и детализации официального контента по сравнению с базовыми сборками. Это лучшие топовые решения в мире, которые на данный момент используются для реализации крупнейших проектов в мире. Мы даем гарантии - 100% реализации всего официального контента. По вопросам тестирования, обсуждений и тд - пишите по контактам нашей студии и мы все обсудим. На данный момент вы можете ознакомиться с предварительной информацией и ценами на Приватные контракты L2 тут: Приватные Сборки L2 Essence 464, 447, 388, 362, 286 protocols Приватные Сборки L2Classic Приватная Сборка High Five -------------------------------------------------------------- Contacts: Telegram: https://t.me/L2scripts Whatsapp, Viber: +1 (916) 226 1910 С уважением, Администрация !
    • I can sell it. If you are interested just pm.
  • Topics

×
×
  • Create New...