Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2J Making a Kamael Server on Windows [Step-By-Step]

Initiate Mage
Joined
Nov 7, 2007
Messages
9
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

I don't have any server pack... (At least not public one) So don't you ever say it's mine... the packs I share are L2JFree and L2JEMU and none of them are mine, so give the credits to the ppl who actually works on them...

Droppo.-

I'm sorry... I wanted to say the packs you have at your thread.
Of course the credits go to the L2JFree and L2JEMU...
(I've edited my previous post)
 
Just Ask ME!!!
Joined
Nov 16, 2006
Messages
833
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

I have this error...

BloodyCoder - Making a Kamael Server on Windows [Step-By-Step] - RaGEZONE Forums


and i can use dances and songs from 3rd classs...
 
Initiate Mage
Joined
Mar 27, 2008
Messages
4
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

ok guys for any who are getting "haking tool dicovered" or something like that when logging in put this in you host file
216.107.250.194 nprotect.lineage2.com:wavetowel
 
Initiate Mage
Joined
Mar 29, 2008
Messages
6
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

What should i make to other ppl from other PCs can login my server? I have dynamic IP. Have to write right HOST file or what...? Tnx for answers cyaa :D
 
Mythic Archon
Joined
Feb 11, 2006
Messages
745
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

Question:
How can I make the server accesible (to be played on) by ALL Local, LAN, and WAN? How does the Server Config File have to look like?

[Meaning: Playing L2 on the same pc as Server (Local), Playing on the same network as Server (LAN 192.168.x.x) and From remote (WAN)]

It stumped me, I want it to be able to do them all at once [Local, LAN, and WAN]


-Rozandas
 
Initiate Mage
Joined
Sep 26, 2006
Messages
8
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

i have done everything by the book but i get the following errors when i start the following:
-------------------------
startLoginServer.bat/startGameServer.bat:
'java' is not recognized as an internal or external command,operable program or batch file.

Admin restart...

starting l2jfree
-----------------------------
how to solve this problem?i have installed jdk 6.

thnx alot
 
Initiate Mage
Joined
Jul 2, 2006
Messages
4
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

I have this problem when running database_installer.bat

BloodyCoder - Making a Kamael Server on Windows [Step-By-Step] - RaGEZONE Forums


Seems it doesnt find the DB...or maybe mysql.exe dont work....im using windows vista.
Thanks in advance for help :)
 
Initiate Mage
Joined
Sep 26, 2006
Messages
8
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

I have this problem when running database_installer.bat



Seems it doesnt find the DB...or maybe mysql.exe dont work....im using windows vista.
Thanks in advance for help :)

just press f for full install
 
Initiate Mage
Joined
Feb 20, 2007
Messages
1
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

i have the server running fine, i can login and play for a few seconds but later i have gameguard errors like "hacking tool..." "game guard error" "update game guard canceled", etc....

how i can disable gameguard?

i alredy tried "216.107.250.194 nprotect.lineage2.com" but dont work

sorry for the bad english
 
Initiate Mage
Joined
Mar 27, 2008
Messages
4
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

Question:
How can I make the server accesible (to be played on) by ALL Local, LAN, and WAN? How does the Server Config File have to look like?

[Meaning: Playing L2 on the same pc as Server (Local), Playing on the same network as Server (LAN 192.168.x.x) and From remote (WAN)]

It stumped me, I want it to be able to do them all at once [Local, LAN, and WAN]


-Rozandas

Set your login config up like this

# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=0.0.0.0
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
LoginHostname=127.0.0.1
LoginPort=9014

this should allow it to connect to whatever the server is set at
and the server config with the IP like this

# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname=0.0.0.0 >USE THE 0.0.0.0 IT DETECTS WHATEVER ONE IS NEEDED<
GameserverPort=7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname= >YOUR WAN IP HERE<
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname= >YOUR LAN IP HERE<
# Define internal networks (10.0.0.0/8,192.168.0.0/16 is default internal networks)
InternalNetworks=
# Define optional networks and router IPs
# IP (200.100.200.100) or fully qualified domain name
# (google.com) that resolves to an IP (use ping to determine if a domain resolves).
# Format: ip,net/mask;ip,net/mask,net/mask
# (mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*)
# Note: keep InternalNetworks and OptionalNetworks blank for compatibility with older login server
OptionalNetworks=
# The Loginserver host and port
LoginPort=9014
LoginHost=127.0.0.1 >USE LOCALHOST<

this will allow others and yourself to connect.
 
Initiate Mage
Joined
Jul 26, 2006
Messages
9
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

I have this problem when running database_installer.bat

BloodyCoder - Making a Kamael Server on Windows [Step-By-Step] - RaGEZONE Forums


Seems it doesnt find the DB...or maybe mysql.exe dont work....im using windows vista.
Thanks in advance for help :)

u have the same problem and its not just click f we have broblem!
 
Initiate Mage
Joined
Jul 26, 2006
Messages
9
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

anyone can help me with the login serverr its doin server termineted w/e
 
Initiate Mage
Joined
Feb 21, 2007
Messages
7
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

Question: How come I cant save any npc: For Example:"I spawned Roy The Cat ID#31228 for me, and when i restart the server, the npc i spanwned disappears, eventho i used the command "//save_npc". This command doesnt work for this server, why? Also //edit_npc doesnt work, and a few others. Can anyone help me resolve this issue for this server?
 
Joined
Oct 5, 2006
Messages
4,293
Reaction score
103
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

Question: How come I cant save any npc: For Example:"I spawned Roy The Cat ID#31228 for me, and when i restart the server, the npc i spanwned disappears, eventho i used the command "//save_npc". This command doesnt work for this server, why? Also //edit_npc doesnt work, and a few others. Can anyone help me resolve this issue for this server?

this is the class master. you must enable it from the configs and then it will not dissapear.
 
Initiate Mage
Joined
Nov 29, 2007
Messages
1
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

Exception in thread ''main'' java.lang.IllegalArgumentException: Argument must be an file containing a list of scripts to be loading at net.sf.l2j.gameserver.scripting.L2ScriptEngineManager.executeScriptList<L2ScriptEngineManager.java:211> at net.sf.l2j.gameserver.GameServer.<init><Gameserver.java:433> at net.sf.l2j.gameserver.GameServer.main<Gameserver.java:724>
That's my error. Help please :(

UPDATE: Fixed it. Downloaded latest nightly, took data files, and inserted into both data folders and its workin great. Thanks for the great guide!
 
Last edited:
Initiate Mage
Joined
Feb 28, 2008
Messages
2
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

I couldn't find any topic about Kamael client so I was wondering is there any need for patching its system files as it was case with Interlude client?I tried to patch them,but then client just couldn't run then,And when I returned all files and just edited l2.ini,client successfully started .However,I still have a problem with gameguard but I will try this LLEWESOFT's emulator.
 
Initiate Mage
Joined
Mar 29, 2008
Messages
6
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

Set your login config up like this

# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=0.0.0.0
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
LoginHostname=127.0.0.1
LoginPort=9014

this should allow it to connect to whatever the server is set at
and the server config with the IP like this

# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname=0.0.0.0 >USE THE 0.0.0.0 IT DETECTS WHATEVER ONE IS NEEDED<
GameserverPort=7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname= >YOUR WAN IP HERE<
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname= >YOUR LAN IP HERE<
# Define internal networks (10.0.0.0/8,192.168.0.0/16 is default internal networks)
InternalNetworks=
# Define optional networks and router IPs
# IP (200.100.200.100) or fully qualified domain name
# (google.com) that resolves to an IP (use ping to determine if a domain resolves).
# Format: ip,net/mask;ip,net/mask,net/mask
# (mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*)
# Note: keep InternalNetworks and OptionalNetworks blank for compatibility with older login server
OptionalNetworks=
# The Loginserver host and port
LoginPort=9014
LoginHost=127.0.0.1 >USE LOCALHOST<

this will allow others and yourself to connect.

That doesnt help for me :S With dynamic IP still ppl cant coonect to me :S Any other suggeestion?:sq_yellow
 
Initiate Mage
Joined
Feb 28, 2008
Messages
2
Reaction score
0
Re: [GUIDE]Making a Kamael Server on Windows [Step-By-Step]

Try to disable and shutdown your antivirus or firewall software.That usually helps.
As for me,everything is working fine.Client only got stuck at beginning because of antivirus.
 
Back
Top