Jump to content

Question

Posted (edited)

Hello guys. I have bought a dedicated server running Windows Server 2012 and I'm trying to set up an L2J C4 server, a classic server, without custom npc's, without gm shop, without donations. I've installed everything and also I opened ports 2106, 7777, and the login server and the game server are up. I have installed on my personal laptop Lineage C4, I have edited the l2.ini file with the server's IP address. I've started the game, logged in, I can see the server in the list, it's up, but when I select the server and click "OK" to start creating my char, nothing happened. I'm asking an experienced person to give me some clues, what I did wrong and where should I look? It's the gameserver bugged or I just missed to edit something?

 

 I have attached an screenshot regarding the part where is not working.

 

 Regards,

 

      Teodor!

 

 

fwmxog.png

Edited by DooMFeaR

Recommended Posts

  • 0
Posted (edited)

maybe differende protocol ver

check gameserver setting's and change min and max protocol

Edited by pirama
  • 0
Posted

maybe differende protocol ver

check gameserver setting's and change min and max protocol

 

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

MinProtocolRevision = 1

MaxProtocolRevision = 999

 

 What should I put?

  • 0
Posted

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

MinProtocolRevision = 1

MaxProtocolRevision = 999

 

 What should I put?

is not from this 

can you share login server and game server config ?

remove db password if share it

  • 0
Posted

OK...

 

 

 Loginserver.proprietes

# This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? => http://l2j.sourceforge.net
#
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
# **= If you want to get you WAN IP, visit http://www.whatismyip.com
# ===================================================================================================

# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=185.141.xxx.xxx

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname=185.141.xxx.xxx

# Bind ip of the loginserver, use * to bind on all available IPs
LoginserverHostname=*
LoginserverPort=2106
LoginTryBeforeBan=20
GMMinLevel=100

# The port on which login will listen for GameServers
LoginPort=9014

# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = False

# If false, the licence (after the login) will not be shown
ShowLicence = True

# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL=jdbc:mysql://xxxxxxxx
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=xxxxxxxxxx
Password=xxxxxxxx
MaximumDbConnections=50

# Useable values: "True" - "False", use this option to choose whether accounts will be created
# automatically or not.
AutoCreateAccounts=False

# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
# (0 = disable)
IpUpdateTime=0


# ==============================================================
# Test server setting, shoudnt be touched in online game server
# ==============================================================

Debug = False
Assert = False
Developer = False
# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth=True

#FloodProtection. time in ms
EnableFloodProtection=True
FastConnectionLimit=15
NormalConnectionTime=700
FastConnectionTime=350
MaxConnectionPerIP=50

 server.proprietes

# This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? => http://l2j.sourceforge.net
#
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
# **= If you want to get you WAN IP, visit http://www.whatismyip.com
# ===================================================================================================
 
# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================

# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname=185.141.xxx.xxx
GameserverPort=7777

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname=185.141.xxx.xxx

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname=*

# Bind ip of the loginserver, use * to bind on all available IPs
LoginserverHostname=185.141.xxx.xxx
LoginserverPort=2106
LoginTryBeforeBan=20

# The Loginserver host and port
LoginPort=9014
LoginHost=127.0.0.1

# This is the server id that the gameserver will request (i.e. 0 is Bartz)
RequestServerID = 1
# If set to true, the login will give an other id to the server  if the requested id is allready reserved
AcceptAlternateID = False

# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL=jdbc:mysql://xxxxxxxxxxxx
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=xxxxxxxx
Password=xxxxxxxxx
MaximumDbConnections=100

# Datapack root directory, defaults to current directory from which the server is started
# DatapackRoot = C:/Work/tmp/DataPackC3

# Define character name template
# Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*
# will allow names with first capital letter, next three small letters,
# and any (capital or not) letter or number, like ZbigN1eW
# Most rational to have CnameTemplate=[A-Z][a-z]*
# meaning names only of letters with first one capital, like Zbigniew
# Default .* - any namy of any symbols
CnameTemplate=.*
PetNameTemplate=.*

# Maximum number of chars per account - 0 = illimited - default = 7
CharMaxNumber = 7

# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers=5000


# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 1
MaxProtocolRevision = 999

# Safe Reboot
#   This will prevent some exploit during restart/shutdown process
SafeReboot = True
  • 0
Posted (edited)

server

GameserverHostname=185.141.xxx.xxx
InternalHostname = lanip
LoginserverHostname = lanip or *

login

ExternalHostname=185.141.xxx.xxx

InternalHostname=lan ip

if server and client is in same massine on l2.ini give lanip if not 185.141.xxx.xxx

 

and check your port 

http://www.canyouseeme.org/

Edited by pirama
  • 0
Posted

It's weird because canyouseeme.org sees my ports closed, even if I'm turning off the windows firewall... I can't understand why.

  • 0
Posted

It's weird because canyouseeme.org sees my ports closed, even if I'm turning off the windows firewall... I can't understand why.

on your router ? you open port's?

  • 0
Posted

on your router ? you open port's?

 

It's not with a router.... It's a dedicated server. I pay for it. I have bought it from host1plus.com

  • 0
Posted (edited)

If it's not protocol mismatch, then most likely port is blocking you.

 

I've checked using canyouseeme.org and somehow the ports for game server and login server are blocked. I have tried to create some rules for the ports, I have tried to disable the firewall but the ports are still blocked/closed. I have to give host1plus an email regarding this issue. Maybe they are blocking some ports on purpose. Any suggestions what else to try for now?

 

 OS: Windows Server 2012

Edited by DooMFeaR
  • 0
Posted

Nothing in my mind. I have the same problem with my net provider. They say that they block nothing, I make rules, disable windows firewall and still nothing. Dat windows OS.. Try Linux :D

  • 0
Posted (edited)

Nothing in my mind. I have the same problem with my net provider. They say that they block nothing, I make rules, disable windows firewall and still nothing. Dat windows OS.. Try Linux :D

 

I have tried to configure this l2j server under a debian distribution but I've failed... I need guidance doing this under linux otherwise I'm doing a shitty job. :D

 

PS. I got a reply on my last email to the provider and they said:

 

 

 

Hi Theo,

 

Thank you for contacting us. By default we don't block ports on the server, except the 25 in case of detecting spam.

 

Run the command telnet localhost 7777 and check if it's listed as released.

 

PS: There must be a service running on the port 7777 to be performed successfully.

 

If you have any further questions or requests, feel free to contact us again.

 

Regards,

 

David C.

Support Engineer

 

Any more advices now? I have tried to follow all the results from google regarding how to open ports under windows server 2012. Still nothing :(

Edited by DooMFeaR
  • 0
Posted

Problem solved! After I moved the server on one of my laptops. I still couldn't connect. Changed the game server and it appears it was a bugged l2j pack. Now everything's ok! Thank you for your help

Guest
This topic is now closed to further replies.


  • Posts

    • Signature x1 :   Elemental Master 76lvl Subclass : Swordsinger 66Ivl   +Email goes with account.     Im selling this account because lack of time to play.I did zero trades on this server so account will be clean.   Price 1.3k €     I will accept payment on : *Skrill *Binance   *We can use middleman service on buyer ask   My history sells from other servers : https://maxcheaters.com/topic/247034-💰-elmorlab-x5-aden-💰-adventurer-78-nobless-bonus/
    • Hello! Are you sure you want to make it specifically as a cloak?
    • This back accessory is converted from a cloak, but unfortunately, it's only available for human male warriors. Other races don't have the animation rigged. I hope to improve this back accessory. After importing the animation and skeleton using Unreal Engine 2 Runtime, I get an error when saving it back to a .UKX file. Could you please advise me on how to add other races without encountering errors? Thank you very much!   https://www.mediafire.com/file/g52dgvbp0l28sdo/MFighter_Fuckl2jangel.ukx/file These are the effects of back accessories
    • Welcome to L2EpicFail Server developed by gamers for gamers!  OBT - 9th November 2025 at 18:00 GMT+0 GRAND OPENING - 14th November 2025 at 18:00 GMT+0 Website : https://l2epic.fail/ Discord : https://discord.gg/6hwhrkrHBG     Server Features and Rates Xp – 15x Sp – 9x Adena – 6x Drop – 3x Spoil - 3x Seal Stones drop -  3x   Epic Raid Boss drop - 1x Regular RBs - EXP 5x, SP 5x, drop 4x   Quest drop - 1x (some quests customized to 3x) Quest reward - 1x, Adena 3x, EXP 3x, SP 3x     Premium Account Xp +20% Sp +20% Adena +20% Drop +20% Spoil +20% Quest reward +20%   get by vote or donate World chat 20 times/day use ">" in chat. Buff Book outside of town. Applies to all accounts.     Special Features Classic interface ActiveAnticheat Vote System Missions Attendance check And more in information below     Noblesse There are 3 ways how to make noblesse 1 - Retail Quest with killing barakiel 2 - Modifed Quest, choose killing mobs for 100 items instead of barakiel 3 - Can be bought for Epic Coins     Raid Rank Killing regular Raids gives points according to the level of the RB to the clan of the player who killed the boss. At the end of every month, there will be rewards for top clans. For more info, follow our Discord.   monthly period killing RB = points to clan according to RB level rewards up to Valakas Necklace (not the first month) current statistics can be checked online     Epic Bosses & Respawns   Queen Ant 20 - 30 hours respawn window 1 hour always displayed in .epic auto PvP zone Max grade allowed - C -grade, Boss level 80 HP boosted drop chance 40% guards, nurses lvl 40   Orfen 20 - 30 hours respawn window 1 hour always displayed in .epic auto PvP zone Max grade allowed - B -grade, Boss level 80 HP boosted drop chance 40% earring gives +1 WIT, +1 INT   Core 20 - 30 hours respawn window 1 hour always displayed in .epic auto PvP zone Max grade allowed - B -grade, Boss level 80 HP boosted drop chance 40% ring gives +1 STR, +1 DEX   Zaken 44 - 54 hours respawn window 1 hour always displayed in .epic auto PvP zone  Max grade allowed - A -grade, Boss level 80 doors opened only 5 mins HP boosted   Baium Every Sunday 20:30 - 21:30 window 1 hour always displayed in .epic auto PvP zone (13 - 14th ToI level) regular HP   Frintezza Every Monday, Wednesday, Friday 20:00 - 21:00 window 1 hour always displayed in .epic auto PvP zone (all IT entrance) max 5 parties to entry max 500 range from NPC   Antharas Every two weeks on Saturday 21:00 - 22:00 window 1 hour always displayed in .epic auto PvP zone (bridge to heart)   Valakas Every two weeks on Saturday 21:00 - 22:00 window 1 hour always displayed in .epic auto PvP zone (Klein to heart)   every Epic RB drops Epic Medals equal to RB level x 10     Regular Bosses all regular RBs HP boosted M. def boosted a bit to give advantage to fighters all regular RBs respawn 24 - 30 hours every RB drops Epic Medals equal to RB level     Added Skills Mass Sweep - All Bounty Hunters 40+ Block Buff - All Characters, toggle Escape: 20 seconds - All Characters, no more SoEs   Skills autolearn. Losing skills after 16 levels of delevel. Max buffs 24 + 4 with books (no autolearn)     Augments NoGrade - 4% chance MidGrade - 5% chance HighGrade - 7% chance TopGrade - 6% chance   GM shop weapon/armor/jwl (max C grade) shots/spiritshots (max C grade) mana potions (500 MP, 5s)     NPC buffer all buffs, songs, dances including 3rd prof + resists 1 hour duration all chars Buff Book in inventory     Global Gatekeeper all towns including cata/necro ToI 3/5/7/10th     Olympiad Thursday to Saturday 18:00 - 23:50 UTC+0 period 7 days no class participants min 5 base class participants min 10 max enchant +6     Class Transfer 1st class 50k adena 2nd class 500k adena 3rd class 20kk adena + 700 Halisha marks (tradeable)     Noblesse Quest Quest retail like. Moonstone Shards, Demons Blood etc. quest drop boosted     Subclass Quest To get the quest, you have to be 75+ on your main character (start Reorin in Giran) Bring item from Cabrio chest Bring items from Hallate, Kernon and Golkonda chests Bring this back to Reorin Bring 984 B-grade crystals and top B weapon to Reorin Get low A-grade weapon as reward Done , you can take subclass (up to 5) from any Master in town     Clans all clan members get clan skills (no need for titles) max clan slots 65, max ppl in PvP zone 63 leave/dismiss penalty 0 hours max clans in ally 3     Others   max 3 windows per HWID (only one in PvP zone) protection after teleport for 20 seconds arrows and spellbooks drop turned off weight limit 10x, stackable enchants and LS champions blue (5x HP) min level for trade = 40, chat = 20 BoM/MoM spawned in towns
    • Hi, thank you for your help but still the same , try treadpool as well and try put buffs in database for it work in background but I still with the same problems. what confused me is in npc it works fine but in scheme.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock