Jump to content

Recommended Posts

Posted

Hi guys,


A friend of mine asked me to help him with a transfer of L2jHELLAS  from Win 7 to Ubuntu Server. Everything is fine but whenever I login I get traffic down and 9999 ping so I cannot login on the actual server.


I will copy -paste here some info from the login/gameserver config... perhaps someone could help me with this:


 


loginserver.ini


ExternalHostname = 38.96...... (my public IP)



InternalHostname = 127.0.0.1


LoginserverHostname = 38.96...... (my public IP)

LoginserverPort = 2106


LoginHostname = 38.96...... (my public IP)


LoginPort = 9014

 




 


gameserver.ini


GameserverHostname = 38...... (my public IP)



GameserverPort = 7777


ExternalHostname = 38.96...... (my public IP)


InternalHostname = 127.0.0.1


LoginPort = 9014

LoginHost = 38.96...... (my public IP)

 





 


Tried all sorts of combinations with these IP's ...unfortunately the messge is the same, the needed ports are open in the firewall (tried also with firewall off) - still the same.


 


 


Please advise!


Thanks in advance!


 


Posted

Make sure you have automatic config off do those like this:

 

# Bind ip of the LoginServer, use * to bind on all available IPs
LoginserverHostname = *
LoginserverPort = 2106
 
# The address on which login will listen for GameServers
# use * to bind on all available IPs
LoginHostname = *
 
# The port on which login will listen for GameServers
LoginPort = 9014

 

 

# Bind IP of the gameserver, use * to bind on all available IPs
GameserverHostname = *
GameserverPort = 7777
 
# The Loginserver host and port
LoginPort = 9014
LoginHost = 127.0.0.1

 

 

only change in both ls and gs these configs:

ExternalHostname = 127.0.0.1

InternalHostname = 127.0.0.1

nothing more nothing less...

Posted

Placed the IP's exactly as you mentioned, started again but still ping 9999 traffic down..... did some research in /gameserver/log/stdout:

Connecting to login on 127.0.0.1:9014
LoginServerThread: Damn! Registeration Failed: Reason: wrong hexid
 
Figured it has to be registered again, cleaned the last registration, generated a new one, selected 1, copy-pasted in gameserver/config but it still displays
Connecting to login on 127.0.0.1:9014
LoginServerThread: Damn! Registeration Failed: Reason: wrong hexied
 
....... not to mention Traffic Down, ping 9999
 
 
I'm going crazy!!  :rage:
Posted

 

Placed the IP's exactly as you mentioned, started again but still ping 9999 traffic down..... did some research in /gameserver/log/stdout:

Connecting to login on 127.0.0.1:9014
LoginServerThread: Damn! Registeration Failed: Reason: wrong hexid
 
Figured it has to be registered again, cleaned the last registration, generated a new one, selected 1, copy-pasted in gameserver/config but it still displays
Connecting to login on 127.0.0.1:9014
LoginServerThread: Damn! Registeration Failed: Reason: wrong hexied
 
....... not to mention Traffic Down, ping 9999
 
 
I'm going crazy!!  :rage:

 

go to login server and put accept newgameserver true...

Posted

Done that, now 2 server appear one that is mine traffic down 9999 ping, the other traffic light 9999 ping.

The message in stdout has disappeared but now it shows:

Connecting to login on 127.0.0.1:9014
LoginServerThread: Connected on login as Server 3 : Kain
What should I do about this 9999 ping?
Posted

you don't know how to get a server up and you want have your own server??

ohmygad why??? just why? ??? :(

we all started that way.

Posted

you don't know how to get a server up and you want have your own server??

ohmygad why??? just why? ??? :(

I don't rly know as well how to properly configure the IPs, open ports and other related shits, so that means I can't have a server && I can do shit in java? :D

 

Wrong thinking :)

Posted

I don't rly know as well how to properly configure the IPs, open ports and other related shits, so that means I can't have a server && I can do shit in java? :D

 

Wrong thinking :)

ask for help friend if you ever need cuz i died trying to figure it out while the bitch didn't want to help.

Posted

I don't rly know as well how to properly configure the IPs, open ports and other related shits, so that means I can't have a server && I can do shit in java? :D

 

Wrong thinking :)

 

i didn't speak about java -.- Tryskell, Elfocrash, Boorinio, You, Me we all know java but if you want to have your own server

you must know everything, ready thousand of guides+topics bla bla bla

Posted

you must know everything, ready thousand of guides+topics bla bla bla

No, you don't.. In order to 'know' it, you must learn it. When you do it for 1st time you learn.. So dunno why you laugh about such stuff, anyway.. :P

Posted

No, you don't.. In order to 'know' it, you must learn it. When you do it for 1st time you learn.. So dunno why you laugh about such stuff, anyway.. :P

days passed, time changed, now those that failed every day with their lol emu/archid servers are "devs" now... thats why

Posted

You got +1 not because i am greek because you try to create something stable and guess what is free tested quite nice pack for custom server, my suggestions?

 

(remove all customs from the pack and keep trunk file with the clean one) then make branch and put the current version, make fixes on the clean one and apply them also on the branches

 

then try to take 1-1 java file and do your best to clean it,make it more good coded so packet sniffer programms wont harm (this will avoid new phx bugs on feature)

 

keep busy on rewritting quests/ai(s)/retail content that missing then keep busy with fixing the spawnlists/droplists etc... and then you can also rewrite/add customs

 

i am not the one to tell you what to do... just saying

Posted

dear maximilian2 - sorry I bothered you with my 'silly question' but trust me it's not a pleasure banging my head with this problem - I've read EVERYTHING about 9999ping on the net and trust me I'm not unix noob.

meanwhile, if anyone is generous enough to help a brother with this 9999 PING, please reply.

maximilian, don't bother! 

Guest
This topic is now closed to further replies.



  • Posts

    • A simple script which randomizes your target from shortest -> furthest so you can farm with Rush Impact on your doombringer   Edit your skill id (Default 45179): SkillList.ByID(45159, sweep)   Edit your search range (Default 900):  Script.NewThread(@SweepThread, Pointer(900));     var bSweepFurthest: boolean; // Global state variable to track which mob to get next // This procedure now alternates between finding the furthest and nearest mob. procedure SweepThread(dist: integer); var sweep: TL2Skill; mob: TL2Npc; begin while Delay(100) do begin if (Engine.Status = lsOnline) and SkillList.ByID(45159, sweep) then begin // Decide which mob to find based on the bSweepFurthest state if (bSweepFurthest) then begin mob:= GetFurthestSweepableMob(dist); // Looking for the furthest mob end else begin mob:= GetNearestSweepableMob(dist); // Looking for the nearest mob end; if (mob <> nil) then begin if Engine.SetTarget(mob) then Delay(1); Engine.UseSkill(sweep) ; // Flip the state for the next loop iteration bSweepFurthest := not bSweepFurthest; end; end; end; end; // Corrected to check for dead mobs function GetNearestSweepableMob(dist: integer): TL2Npc; var i: integer; begin Result:= nil; for i:= 0 to NpcList.Count-1 do begin if (NpcList(i).Valid) and (User.DistTo(NpcList(i)) < dist) and not (NpcList(i).Dead) then begin // <<< Corrected: Sweepable mobs are dead Result:= NpcList(i); dist:= User.DistTo(NpcList(i)); end; end; end; // Modified to accept a distance parameter and corrected to check for dead mobs function GetFurthestSweepableMob(dist: integer): TL2Npc; var i: integer; max_dist: integer; begin Result:= nil; max_dist:= 0; for i:= 0 to NpcList.Count-1 do begin if (NpcList(i).Valid) and (User.DistTo(NpcList(i)) < dist) // <<< Changed from 400 to the 'dist' parameter and not (NpcList(i).Dead) // <<< Corrected: Sweepable mobs are dead and (User.DistTo(NpcList(i)) > max_dist) then begin Result:= NpcList(i); max_dist:= User.DistTo(NpcList(i)); end; end; end; // Main execution block begin // Initialize the state to start by finding the furthest mob first bSweepFurthest := true; // Start the thread, passing 300 as the max distance for both nearest and furthest searches Script.NewThread(@SweepThread, Pointer(900)); Delay(-1); end.  
    • 🔥 O servidor que vai mudar seu conceito de Lineage 2! ⚔️ https://L2Destruction.com.br | Chronicle C4 - Scion of Destiny Um clássico com alma moderna. Eventos inéditos, mecânicas revolucionárias e um PvP/PvE intenso como você nunca viu! ✅ Rates: XP 75 / SP 65 / Adena 75 ✅ Party Level Up ✅ Anti-bot, anti-pay-to-win ✅ Comunidade ativa e suporte dedicado 🎯 Se você busca emoção de verdade, este é o servidor! 🔗 Acesse: https://L2Destruction.com.br 🛡️ Prepare-se para o combate. O seu destino começa agora. 🔥 The server that will redefine your Lineage 2 experience! ⚔️ https://L2Destruction.com.br | Chronicle C4 - Scion of Destiny A classic reborn with modern systems. Unique events, custom mechanics, and non-stop PvP/PvE action await you! ✅ Rates: XP 75 / SP 65 / Adena 75 ✅ Party Level Up ✅ No bots, no pay-to-win ✅ Active community and dedicated support 🎯 If you want a real challenge — this is your server! 🔗 Visit: https://L2Destruction.com.br 🛡️ The battle begins now. Your destiny awaits. 🔥 ¡El servidor que va a revolucionar tu experiencia en Lineage 2! ⚔️ https://L2Destruction.com.br | Chronicle C4 - Scion of Destiny Un clásico con alma moderna. Eventos únicos, mecánicas avanzadas y acción PvP/PvE constante como nunca antes. ✅ Rates: XP 75 / SP 65 / Adena 75 ✅ Party Level Up ✅ Sin bots, sin pay-to-win ✅ Comunidad activa y soporte dedicado 🎯 Si buscas una experiencia real — este es tu servidor. 🔗 Ingresa a: https://L2Destruction.com.br 🛡️ Prepárate para la guerra. Tu destino comienza ahora!  
    • Dear friends! We are pleased to present our new Telegram bot for purchasing  Telegram Stars  Convenient and easy to use The best prices Fast, cheap, and safe Support for multiple payment methods ➡ Go to the bot to purchase Telegram Stars Useful links: Telegram bot for purchasing Telegram Stars: Go Digital goods store: Go Store’s Telegram bot: Go SMM Panel: Go Contacts and support: ➡ Telegram: https://t.me/socnet_support  ➡ Telegram channel: https://t.me/accsforyou_shop  ➡ WhatsApp: https://wa.me/79051904467  ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Discord: socnet_support  ➡ Discord server: https://discord.gg/y9AStFFsrh  ➡ ✉ Email: solomonbog@socnet.store  Through these contacts you can also: — get consultations on wholesale purchases — establish a partnership (current partners: https://socnet.bgng.io/partners ) — become our supplier SocNet — digital goods and premium subscriptions store 
    • Dear friends! We are pleased to present our new Telegram bot for purchasing  Telegram Stars  Convenient and easy to use The best prices Fast, cheap, and safe Support for multiple payment methods ➡ Go to the bot to purchase Telegram Stars Useful links: Telegram bot for purchasing Telegram Stars: Go Digital goods store: Go Store’s Telegram bot: Go SMM Panel: Go Contacts and support: ➡ Telegram: https://t.me/socnet_support  ➡ Telegram channel: https://t.me/accsforyou_shop  ➡ WhatsApp: https://wa.me/79051904467  ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Discord: socnet_support  ➡ Discord server: https://discord.gg/y9AStFFsrh  ➡ ✉ Email: solomonbog@socnet.store  Through these contacts you can also: — get consultations on wholesale purchases — establish a partnership (current partners: https://socnet.bgng.io/partners ) — become our supplier SocNet — digital goods and premium subscriptions store 
    • Great product, easy to install/handle and nice guy @Splicho! Amazing work mate.
  • 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