Jump to content
  • 0

[Help] pliris apelpisia plz rixte mia matia


Question

Posted

guys exw apelpistei exw anoiksei ports exw ri8misei ta config panw apo 20 fores metrimenes kai dn lei na anoiksei o serv. exw apenergopioisei ta firewall router kai windows kamia idea? episeis exw dokimasei l2jofficial kai l2jarchid packs pri ligo kairo doulevan telia!

dn kserw ti ginete exw apelpisetei

Recommended Posts

  • 0
Posted

kala ok na ta kai etsi:

 

gameserver:

# ---------------------------------------------------------------------------
# Game Server Settings
# ---------------------------------------------------------------------------
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
# ---------------------------------------------------------------------------
# Networking
# ---------------------------------------------------------------------------
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# Common settings...
# 127.0.0.1 - If you are playing alone on a test server
# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
# If this IP is resolvable by the Login Server, just leave *.
# ---------------------------------------------------------------------------
# Default: *
ExternalHostname = xxxx.no-ip.biz

# ---------------------------------------------------------------------------
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
# If this IP is resolvable by the Login Server, just leave *.
# ---------------------------------------------------------------------------
# Default: *
InternalHostname = 127.0.0.1

# Where's the Login server this gameserver should connect to
# Default: 127.0.0.1
LoginHost = 127.0.0.1

# Default: 9014
LoginPort = 9014

# Default: *
GameserverHostname = *

# Default: 7777
GameserverPort = 7777

# ---------------------------------------------------------------------------
# Database
# ---------------------------------------------------------------------------
# Specify the appropriate driver and url for the database you're using.
# Examples:
# Driver = com.mysql.jdbc.Driver (default)
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
Driver = com.mysql.jdbc.Driver

# Database URL
# URL = jdbc:mysql://localhost/l2jdb (default)
# URL = jdbc:hsqldb:hsql://localhost/l2jdb
# URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password =
URL = jdbc:mysql://localhost/l2jdb

# Database user info (default is "root" but it's not recommended)
Login = root

# Database connection password
Password = xxxx

# Default: 100
MaximumDbConnections = 100

# Default: 0
MaximumDbIdleTime = 0

# ---------------------------------------------------------------------------
# Misc Server Settings
# ---------------------------------------------------------------------------
# This is the server ID that the Game Server will request.
# Example: 1 = Bartz
# Default: 1
RequestServerID = 1

# True = The Login Server will give an other ID to the server if the requested ID is already reserved.
# Default: True
AcceptAlternateID = true

# Datapack root directory.
# Defaults to current directory from which the server is started unless the below line is uncommented.
#DatapackRoot = C:/Work/tmp/DataPack

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

# Minimum and maximum protocol revision that server allow to connect.
# Warning: You must make sure that the minimum revision is always less than or equal to the maximum revision.
# Default: 83
MinProtocolRevision = 1

# Default: 87
MaxProtocolRevision = 999

# ---------------------------------------------------------------------------
# Misc Player Settings
# ---------------------------------------------------------------------------

# Character name template.
# Examples:
# CnameTemplate = [A-Z][a-z]{3,3}[A-Za-z0-9]*
# The above setting will allow names with first capital letter, next three small letters,
# and any letter (case insensitive) or number, like OmfgWTF1
# CnameTemplate = [A-Z][a-z]*
# The above setting will allow names only of letters with first one capital, like Omfgwtf
# Default .* (allows any symbol)
CnameTemplate = .*

# This setting restricts names players can give to their pets.
# See CnameTemplate for details
PetNameTemplate = .*

# Maximum number of characters per account.
# Default: 7 (client limit)
CharMaxNumber = 7

 

loginserver:

# ---------------------------------------------------------------------------
# Login Server Settings
# ---------------------------------------------------------------------------
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
# ---------------------------------------------------------------------------
# Networking
# ---------------------------------------------------------------------------
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# Common settings...
# 127.0.0.1 - If you are playing alone on a test server
# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
# ---------------------------------------------------------------------------
# Default: 127.0.0.1
ExternalHostname = xxx.no-ip.biz
# ---------------------------------------------------------------------------
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
# ---------------------------------------------------------------------------
# Default: 127.0.0.1
InternalHostname = 127.0.0.1

# ---------------------------------------------------------------------------
# If you are behind a router which using its own local IP for Port Forwarding then set this to the routers
# local IP if you want people outside your internal network to be able to connect to your server.
# ---------------------------------------------------------------------------
# RouterHostname =

# Bind ip of the LoginServer, use * to bind on all available IPs
# Default: *
LoginserverHostname = *

# Default: 2106
LoginserverPort = 2106

# The address on which login will listen for GameServers, use * to bind on all available IPs
# Default: *
LoginHostname = *

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

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

# ---------------------------------------------------------------------------
# Security
# ---------------------------------------------------------------------------
# Default: True
LogLoginController = true

# How many times you can provide an invalid account/pass before the IP gets banned.
# Default: 10
LoginTryBeforeBan = 10

# Time you won't be able to login back again after LoginTryBeforeBan tries to login.
# Default: 600 (10 minutes)
LoginBlockAfterBan = 600

# If set to True any GameServer can register on your login's free slots
# Default: False
AcceptNewGameServer = false

# Enforce GameGuard authorization from client?
# If True, login server will kick client if the client bypassed GameGuard authentication.
# Default: True
ForceGGAuth = true

# Flood Protection. All values are in MILISECONDS.
# Default: True
EnableFloodProtection = true

# Default: 15
FastConnectionLimit = 15

# Default: 700
NormalConnectionTime = 700

# Default: 350
FastConnectionTime = 350

# Default: 50
MaxConnectionPerIP = 50

# ---------------------------------------------------------------------------
# Database
# ---------------------------------------------------------------------------
# Specify the appropriate driver and url for the database you're using.
# Examples:
# Driver = com.mysql.jdbc.Driver (default)
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
Driver = com.mysql.jdbc.Driver

# Database URL
# URL = jdbc:mysql://localhost/l2jdb (default)
# URL = jdbc:hsqldb:hsql://localhost/l2jdb# URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password =
URL = jdbc:mysql://localhost/l2jdb

# Database user info (default is "root" but it's not recommended)
Login = root

# Database connection password
Password = xxxx

# Default: 10
MaximumDbConnections = 10

# Default: 0
MaximumDbIdleTime = 0

# ---------------------------------------------------------------------------
# Misc.
# ---------------------------------------------------------------------------
# If False, the license (after the login) will not be shown.
# Default: True
ShowLicence = true

# Default: True
AutoCreateAccounts = true

# ---------------------------------------------------------------------------
# Developer Settings
# ---------------------------------------------------------------------------
# Default: False
Debug = false

# Default: False
Assert = false

# Default: False
Developer = false

  • 0
Posted

xxxx o kwdikas toy mysql Cool meta apo afto to post apla alakse ton internal k external vale tin NO-IP sou klise to firewall sou anikse ta port's 2106/7777 se TCP k UDP perna sto system sou sto l2.ini tin no ip k have fun

 

# Default: *
ExternalHostname = xxxx.no-ip.biz

# ---------------------------------------------------------------------------
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
# If this IP is resolvable by the Login Server, just leave *.
# ---------------------------------------------------------------------------
# Default: *
InternalHostname = xxxx.no-ip.biz

# Where's the Login server this gameserver should connect to
# Default: 127.0.0.1
LoginHost = xxxx.no-ip.biz

# TCP port the login server listen to for gameserver connection requests
# Default: 9014
LoginPort = 9014

# Default: *
GameserverHostname = xxxx.no-ip.biz

# Default: 7777

 

etc ta xw egw :D

  • 0
Posted

xxxx o kwdikas toy mysql Cool meta apo afto to post apla alakse ton internal k external vale tin NO-IP sou klise to firewall sou anikse ta port's 2106/7777 se TCP k UDP perna sto system sou sto l2.ini tin no ip k have fun

 

ta exw kanei ayta alla 8a dokimasw alli mia fora kai to xxxx dn ine o real kodikos :D

 

a kai login host kai game serv host name me to no-ip ? dn to eixa etc pote :P

  • 0
Posted

ta exw kanei ayta alla 8a dokimasw alli mia fora kai to xxxx dn ine o real kodikos :D

esy kses anyway koita to post mou panw kai elpizw na lyseis to problima sou :A

sta configs tou login server k internal k external vale to 127.0.0.1 k oxi tin no-ip s

  • 0
Posted
esy kses anyway koita to post mou panw kai elpizw na lyseis to problima sou :A

sta configs tou login server k internal k external vale to 127.0.0.1 k oxi tin no-ip s

 

filos exoume sinergasia me to pedi....proti fora sinantame tetio prob...kaname oti mporeis na fantasteis...ftasame se simio na valoume oti ip uparxei sto router...kai den ginete tpt...wtf its going on...an einai kapios na voithisei na 3erei oti den eimaste noobs...giayto mhn deinete noob apantiseis...doste sovares luseis ....oxi san ---->mhn valeis ekei to no ip kai tetioa....XRISIMES APANTHSEIS! ;)

  • 0
Posted

filos exoume sinergasia me to pedi....proti fora sinantame tetio prob...kaname oti mporeis na fantasteis...ftasame se simio na valoume oti ip uparxei sto router...kai den ginete tpt...wtf its going on...an einai kapios na voithisei na 3erei oti den eimaste noobs...giayto mhn deinete noob apantiseis...doste sovares luseis ....oxi san ---->mhn valeis ekei to no ip kai tetioa....XRISIMES APANTHSEIS! ;)

 

afou den eiste noobs vreite monoi sas tin lysh egw ftaiw XD

 

-TM

  • 0
Posted

E3upnakia....upotithete oti eisai VIP member kai nomizo pos 3ereis kamia allh lusei...kai den ftes!

apla pano apla skeytika oti an kanoume help request....tha skeytonte parapano muala apo 2 ;) gia na vroun lusei

  • 0
Posted

afou den eiste noobs vreite monoi sas tin lysh egw ftaiw XD

 

-TM

 

kl ok twra na min leme ta aytonoita alla toses fores anoiksame servs kai aytes tis meres les kai dn mas 8eloun ta packs loipon thnx gia ton xrono sas elpizoume na vroume lysi...

  • 0
Posted

i apelpisia olokliri eisai

 

ama exeis sagem modem den anoigoun ta ports, an den exeis sagem tote diko sou lathos sto anoigma twn ports.

 

an den vriskeis lysh piase kai pare ena pc apo hosting company >.>

 

PS: giati eimai sigouros pws tha einai alo ena pre-configured pack? -.-"

  • 0
Posted
i apelpisia olokliri eisai

 

ama exeis sagem modem den anoigoun ta ports, an den exeis sagem tote diko sou lathos sto anoigma twn ports.

 

an den vriskeis lysh piase kai pare ena pc apo hosting company >.>

 

PS: giati eimai sigouros pws tha einai alo ena pre-configured pack? -.-"

 

se sena ti na po??? prota ap'ola an i3eres kala apo ports tha i3eres oti mporoun ola ta modem na anoi3oun ports ektos apo ta fritz pou thelei patenta ekei....exw sagem modem kai anoi3a mia xara ton server...prin kati mines to kalokairi....

  • 0
Posted

i apelpisia olokliri eisai

 

ama exeis sagem modem den anoigoun ta ports, an den exeis sagem tote diko sou lathos sto anoigma twn ports.

 

an den vriskeis lysh piase kai pare ena pc apo hosting company >.>

 

PS: giati eimai sigouros pws tha einai alo ena pre-configured pack? -.-"

 

haha no no file compile apo to guide s einai kai na s pw twra pou einai i ironia ta router pou dokimazoume einai baudtec kai frits box kai to palio pou eixe to allo paidi itan sagem kai sto sagem anoige kanonikotata :P

  • 0
Posted
http://www.l2jserver.com/nightly/  <----- (gracia final ct2.3 L2j) download apo edw latest revision's kai oti custom shits thelaite afou eiste pr0z0r's ta pernate me ta xerakia sas kai an 8elete enan server as ton poume kalo parte ena dedicated machine apo kei pou pernoun oi pr0z0r's hostyourdream h opos to lene telos padwn
Guest
This topic is now closed to further replies.


  • Posts

    • I tried their panel a few weeks ago mostly to test out how well it would work if you want to buy instagram followers, and it worked smoother than I expected. The delivery was quick and the followers didn’t drop off after a day or two like on some other services I’ve tried. For anyone just starting out and wanting to grow fast, it’s been a solid option so far.
    • MultiSell_begin [armor_shop_dynaa] 533 is_dutyfree = 1 selllist={ {{{[epic_dk_heavy_armor];1};{[epic_dk_heavy_legs];1};{[epic_dk_heavy_gloves];1};{[epic_dk_heavy_boots];1};{[epic_dk_heavy_helmet];1}};{{[lembrancade];1};{[stonewater];1};{[stonewind];1}}}; {{{[epic_dk_light_armor];1};{[epic_dk_light_gloves];1};{[epic_dk_light_boots];1};{[epic_dk_light_helmet];1}};{{[lembrancade];1};{[stonewater];1};{[stonewind];1}}}; {{{[epic_dk_robe_armor];1};{[epic_dk_robe_gloves];1};{[epic_dk_robe_boots];1};{[epic_dk_robe_helmet];1}};{{[lembrancade];1};{[stonewater];1};{[stonewind];1}}} } MultiSell_end try this
    • 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 
  • 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