Jump to content
  • 0

[Help] Connecting To My Own Server


Question

Posted (edited)

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

15 answers to this question

Recommended Posts

  • 0
Posted

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. 

  • 0
Posted

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). 

  • 0
Posted

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>
  • 0
Posted

 

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>
  • 0
Posted

 

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)

  • 0
Posted

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. 

  • 0
Posted

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

  • 0
Posted (edited)

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
  • 0
Posted (edited)

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
  • 0
Posted (edited)

 

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
  • 0
Posted (edited)

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
Guest
This topic is now closed to further replies.


  • Posts

    • I would like to know about the Acis base of the data pack I use. The server source and server file could not find that information. I respectfully ask for the help of masters.🥲
    • discord - adver745645   https://t.me/adenala2   THERE ARE A LOT OF ADEN AT A VERY GOOD PRICE!!! HURRY  
    • Artificial Intelligence for all Chronicles. Developed in L2 HighFive branch since 2023 but it can be adapted to any project including Fand-C, aCis, Frozen, Scripts even compiled projects such as Lucera with some aditional cost.   Features:  1. Grouped of templates to create your own BOT (including skill, items, appearance, sex e.t.c.) 2. Bot can participate in Olympiad (+ any event with extra cost base on your event engine) 3. Bot walk nearby NPC to receive buff, receive equipment and teleport to any other area 4. Bot will accept party & clan invitation and follow party leader to wherever he go including teleport 6. Bot will trade player back dropped items from PK or fallen Raid Bosses after they visit a peace zone 7. Bot will open store and sell configurable item in configurable prices to players. 8. Bot will attack and cast spells in a realistic way. All classes are used including buffers, summoners, bishops e.t.c. 9. Buffer and bishops will cast buff to party members when player has no available or overriden buffs. 10. Bot will enchant their equipent and re-purchase upon failure. Their weapon will also switched between hero weapon and retail weapon when they need to. 11. Bot can move in complex map system and find monsters or players but they can also follow routes for specific paths using configurable XML if you want to.   Preview of some features: Olympiad Trade Store PvP   Example of a single configurable template in XML: https://pastebin.com/RXZVGCfA   Price: 270 Euro (Compiled) - 450 Euro (Source)    Contact Me Discord: https://discord.gg/gKAsAhJNuq MaxCheaters: https://maxcheaters.com/profile/243647-out-of-time/ Gmail: l2outoftime@gmail.com RCS Message: +30 698 740 8501  
    • Good day! Due to the increasing number of questions, "Do you provide services for the client?" - I decided to answer with a separate topic. I provide services for editing/modifying the client and individual files, namely: 1. Transfer/Creation/Editing locations, geodata.   2. All kinds of work with NPCs, including transfer, animation, adding effects to them and logos.   3. Actually, Transfer/Creation/Edit any EFFECTS, including Abnormal Effects.   4. Any work with weapons, armor, accessories and everything related to it.   5. Create or edit textures, including dynamic textures.   6. Creating a Lobby Screen, Lobby Char Selection (character selection window) and Lobby Char Creation (character creation window). What I don't do: 1. Coding in any form (except for CB).   I started publishing my work recently, here - YouTube And here - RuTube If required, I respect confidentiality. Any other questions? Welcome to Telegram or PM.
  • Topics

×
×
  • Create New...