
kostakis45
Members-
Posts
74 -
Joined
-
Last visited
Never -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by kostakis45
-
Omg ti allo na kanw?
kostakis45 replied to kostakis45's question in Request Server Development Help [Greek]
AVTA EINAI TA CONFIG MOU. 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 = l2hellgates.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 # TCP port the login server listen to for gameserver connection requests # 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 = ............... # Default: 100 MaximumDbConnections = 1400 # 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 = false # 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 = 1400 # 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 = l2hellgates.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 = 127.0.0.1 # 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 = true # Enforce GameGuard authorization from client? # If True, login server will kick client if the client bypassed GameGuard authentication. # Default: False ForceGGAuth = False # 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 = 1 # --------------------------------------------------------------------------- # 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 = ........... # 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 -
Omg ti allo na kanw?
kostakis45 replied to kostakis45's question in Request Server Development Help [Greek]
nai ola kanonika einai.apla oloi oi upoloipoi ton vlepoune down ton server kai den mporoune na logaroune.exw frikarei.nai no-ip exw. -
Omg ti allo na kanw?
kostakis45 replied to kostakis45's question in Request Server Development Help [Greek]
no-ip exw.ta configs omws den ta exw peiraksei katholou.einai ta idia apos kai prin kai douleve o server kanonika.kai empenan atoma mesa. -
Omg ti allo na kanw?
kostakis45 replied to kostakis45's question in Request Server Development Help [Greek]
einai anoixta -
Paidia exw ena provlimataki kai thelw epigwntws help.Loipon.Kathws o server mou itan anoixtos kai upirxe kosmos pou epaize kanonika to pc mou kanei ena rr epeidi kollise i karta grafikwn.Egine i epanekinnisi kai evala pali ton server na doulepsei omws kaineis den mporouse na logarei gt ton vlepoune down,akoma kai sto hopzone.ola ta configs einai ok gt den exw allaksei kati.Mono egw ton vlepw up kai mporw na logarw.Mipws exei kaneis idea gt eprokeito?Ty poly.
-
[English] Here is the imports for gracia-final l2jserver. [Greek] Edw einai ta imports pou prepei na allaksete se gracia-final l2jserver. from java.util import Iterator from net.sf.l2j.util import Rnd from net.sf.l2j.gameserver.model.quest import State from net.sf.l2j.gameserver.model.quest import QuestState from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest from net.sf.l2j.gameserver.network.serverpackets import CreatureSay from net.sf.l2j import L2DatabaseFactory [English] It's a nice share but when i press in PvP or PK button it show's me something like errors.Do anyone know why? [Greek] Bravo MA3X polu kalo share file sunexise etc.Wstoso exw provlima me ton npc kathws otan epilego ta koumpia PvP 'i PK mou vgaei ala ntalwn,kati san errors.Mipws mporei kapoios na mou pei to gt kai pws tha ginei fix? [English] This is the error i've get. [Greek]Avto einai to error pou mou vgazi. http://img3.imageshack.us/img3/4752/pvpp.jpg [English] The foto is from galidos share who have the same problem. [Greek] i foto einai apo ton Galidor apo tin selida ena pou profanws exei to idio provlima.
-
[Help] Olympaid Buffer
kostakis45 replied to kostakis45's question in Request Server Development Help [L2J]
well i find a solution to my problem without changing anything in core side.anyway.ty a lot.someone lock this topic.ty. -
[Help] Olympaid Buffer
kostakis45 replied to kostakis45's question in Request Server Development Help [L2J]
there is no another way?damn. -
I would like to know how i can fix my Olympiad buffer.The problem is:When the players teleported from Olympiad to the Stadium and want make buffs from npc the npc don't do nothing.Is anybody here to help me to resolve this problem?Ty for those who give me the right answers.Btw i use L2JServer (Gracia_Final) last revision.I'm waiting for some help.
-
[Share]Forgotten Scrolls
kostakis45 replied to kostakis45's topic in Server Development Discussion [Greek]
VEVEWS.LEITOURGOUNE MIA XARA STON SERVER MOY. -
Kalispera se olous tous anagnwstes tou mxc.Thelw na sas rwtisw to eksis.Exw L2JServer pack last revision (Gracia-Fianl)sto opoio ola ta skills einai perasmena,ola leitourgoune kanonika ektos apo ta certifications.Eidou i erwtisi mou.Gia na ta kanw na doulepsoune ta certifications mporw apla na mpw sto xml file me ta certif skills kai na arxisw na addarw stats?Tha doulepsoune etc??I mipws thelei allages mesa apo java?Opoios kserei as mou apantisei sas parakalw.Kai akoma kalutera ean isxuei i erwtisi 1 pou ethesa tote ean exei kanenas sas etoimo to xml tha tou eimouna evgnomwn ama to ekane share,Ty.
-
[Share]Forgotten Scrolls
kostakis45 replied to kostakis45's topic in Server Development Discussion [Greek]
Einai ta books gia na matheis ta 81-83 lvl skills. -
Den kserw ama exei kanei kaneis allo tetoio share alla opws kai na exei edw molis eftiaksa gia olous osous theloune ta Forgottens Scrolls sta shop tous den exoune para mono na katevasoune ta multisells poio katw.Elpizw na voithisa estw kai ligo.Einai gia Gracia-Final. Download:http://www.4shared.com/file/232679303/613d0138/_online.html
-
Geia se olous.Paidia edw kai meres prospathw na vrw apo pou mporw na allaksw tin wra ston server mou, ALLA DUSTUXWS TPT.Ean kserei kapoios kai mporei na me katatopisei tha tou eimouna evgnomwn.Sas ekliparw paides,to kefali mou tha kanei BAM.Exw L2JServer(Gracia-Final) last revision.
-
sorry about double posts.i just forgot to modify the previous one and add a new.my mistake.About the server.Yes it's a new server and it has donate.None who plays in the server has tell me that is a problem with that.About my free website.As i say the main website is under construction and it will be soon enough published with domain name.In hopzones.com you will find our server in privates servers.Just look for L2 Hellgates there and voila.To download the system go to http://www.megaupload.com/?d=2AWKMJ08.I don't think that the server is *FAIL*.I've put all my knowledge of those years that i play L2 and finaly made a server like i think that it should be.Thanks all those guys that supported me and all those guys who made all those usefull guides about servers.
-
then just don't play.if you don't like it it's your problem.but for those who plays on the server i don't know what you must say to them.If you say that this server is for noob's then you say it for all these guys.I don't think these a good idea.This isn't right.
-
Server Infos Exp x5000 Sp x5000 Rate Drop Adena x4000 Enchant Rates Normal Scrolls 70 Blessed Scrolls 82 Safe Enachant 6 Max Enchant Armor 25 Max Enachant Weapon 20 Custom Staffs Custom Teleporter Gm Shop Special Shop Custom Buffer with all buffs for 1 hour Working Bosses Events TVT Admin Gm Events Custom Zones Farming Zone 1 Pilgrims Temple Farming Zone 2 Giran Harbor Farming Zone 3 Gludin Village Gold Bar Zone This is some new updates on the server.Chek it out.Enjoy us and you will like it. Website:l2hellgates.ucoz.com ps. Sorry about ucoz,the main website is under construction.
-
You are the only person that i've banned.I wish the best for you and your server.
-
Ama theleis dokimase edw. http://www.wix.com/kostakis45/l2hellgates/
-
Prin arxisw na saw pw prota mia kalimera tetoia wra pou einai,as mpoume sto psitw twra,eimai meres on sto mxc kai prospathw na vrw kana topic gia to pws mporeis na prostatepseis ton server sou apo hlapex/phx kai alla diafora programs,to apotelesma mou einai to apeiro ksenixti pou exw riksei sto mxc gia ton logo pou sas eipa parapanw xwris na vrw kapoio guide pou na leei kati peri prostasias.Ektos apo kapoia pou lene pws na apofugeis to lag ktl....Eimai edw kai sas zitaw tapeina voitheia gt exw meres twra pou kanw search se olo to geniko newtwork(tropos tou legin) kai den vrika tpt.Ean uparxei kapoios pou na kserei pws mporw na kanw kati me to prob mou pliz na mou steilei kapoio post i kapoia selida me to ti prepei na kanw.Apo ttin kaila mou den kserw kai ama vriskomai sto swsto topik.SAS PARAKALW AS ME VOITHISEI KAPOIOS.Ean thelete na kserete xrisimopoiw l2jserver Gracia-Final last revision
-
Well if you can't believe that the server is going very well then try it to.The guys is one week in the server and they like it.Also for the ucoz website.I like it much more then other webs.And it help me a lot.So what if it's free?Dosen't make it's job like the other webs?Can't understand it.Yes i have put donate on free web.So?
-
Thanks a lot guys.
-
Thanks for support Razieljericgo
-
Try to put this to your host: # Copyright © 1993-1999 Microsoft Corp. # # Este ι um arquivo HOSTS de exemplo usado pelo Microsoft TCP/IP para Windows. # # Este arquivo contιm os mapeamentos de endereηos IP para nomes de host. Cada # entrada deve ser mantida em uma linha individual. O endereηo IP deve # ser colocado na primeira coluna, seguido do nome de host correspondente. # O endereηo IP e o nome do host devem ser separados por pelo menos um # espaηo. # # Adicionalmente, comentαrios (como estes) podem ser inseridos em linhas # individuais ou apσs o nome de computador indicado por um sνmbolo '#'. # # Por exemplo: # # 102.54.94.97 rino.acme.com # servidor de origem # 38.25.63.10 x.acme.com # host cliente x 127.0.0.1 localhost (C:/Windows/system32/drivers/etc/hosts. open the file host with notepad then delete evrything inside it and make a copy paste that host i gave you.save and try to relogin.tell me if you are ok.I'm not saying that you are retard.I'm just tying to help you to login.And one more thing.When you download the system.rar ?If you have download it a week early then you have to download it again cause i update it.Ty for listening.
-
then you have a problem with your host