
Intigko
Members-
Posts
247 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Intigko
-
Εγώ που θέλω απλός να τεστάρω το Η5 τι ακριβώς αλλάζω εδώ πέρα ? [tt]# --------------------------------------------------------------------------- # 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 # --------------------------------------------------------------------------- # Where's the Login server this gameserver should connect to # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # 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 # Bind address for gameserver. You should not need to change it in most cases. # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: * (0.0.0.0) 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/l2jgs (default) # URL = jdbc:hsqldb:hsql://localhost/l2jgs # URL = jdbc:sqlserver://localhost/database = l2jgs/user = sa/password = URL = jdbc:mysql://localhost/l2jgs # Database user info (default is "root" but it's not recommended) Login = root # Database connection password Password = # 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 # Numbers of protocol revisions that server allows to connect. # Delimiter is ; # WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u> # Default: 267;268;271;273 AllowedProtocolRevisions = 267;268;271;273 # --------------------------------------------------------------------------- # 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[/tt] το ίδιο και εδώ [tt]# --------------------------------------------------------------------------- # 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 # --------------------------------------------------------------------------- # Bind ip of the LoginServer, use * to bind on all available IPs # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: * (0.0.0.0) LoginserverHostname = * # Default: 2106 LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: * (0.0.0.0) LoginHostname = * # The port on which login will listen for GameServers # Default: 9014 LoginPort = 9014 # --------------------------------------------------------------------------- # 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 # 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/l2jls (default) # URL = jdbc:hsqldb:hsql://localhost/l2jls # URL = jdbc:sqlserver://localhost/database = l2jls/user = sa/password = URL = jdbc:mysql://localhost/l2jls # 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 # Datapack root directory. # Defaults to current directory from which the server is started unless the below line is uncommented. #DatapackRoot = C:/Work/tmp/DataPack # --------------------------------------------------------------------------- # Developer Settings # --------------------------------------------------------------------------- # Default: False Debug = False # --------------------------------------------------------------------------- # Restart LS every 24 hours? # --------------------------------------------------------------------------- # Default: False, 24 LoginRestartSchedule = False LoginRestartTime = 24[/tt]
-
Πως μετακινώ items από freya σε interlude ;
Intigko replied to Intigko's topic in [Request] Client Dev Help
με την μετάφραση του google θα την βγάλω πάλι -
GR Υπάρχει κανένα tutorial εδώ που να μου εξηγεί πως θα περνώ Items από Freya και να τα βάζω π.χ σε Interlude ; ------------------------------------------------------------------------------------------------------ English There is no tutorial here that I spend Items by Freya and put it eg in Interlude ?
-
[Interlude]Ποίος είναι καλύτερος Server ?
Intigko replied to B0sSHuNTeR's topic in General Discussion [Greek]
Και ποιος σου είπε ότι το παιδί μιλάει ελληνικά...greeklish μιλάει. -
Pos Pernao ta arxeia ston Server mou ?
Intigko replied to Koraki91's question in Request Server Development Help [Greek]
αυτό ακριβώς έψαχνα και εγώ -
Παιδιά,τι ακριβώς είναι το Using the Developper Mode; Πια είναι η δουλειά του; Πως μπορώ να ωφεληθώ από αυτό; Τι πράγματα μπορείς να κανεις με αυτό; ---------------------------------------------------------------------------------------------- Δώστε μου ένα παράδειγμα,μια δουλειά που έχει γίνει από αυτό το πρόγραμμα (καμιά photo,video,τίποτα τέτοιο) ---------------------------------------------------------------------------------------------- Children what exactly is Using the Developer Mode; Now is his job? How do I benefit? What things can you do with it? ---------------------------------------------------------------------------------------------- Give me an example, a work done by this program (photo video no such thing) ---------------------------------------------------------------------------------------------- Ευχαριστώ/Thanks
-
Δεν κάνει login στον C4 server μου...
Intigko replied to Intigko's question in Request Server Development Help [Greek]
Dump.... -
Δεν κάνει login στον C4 server μου...
Intigko replied to Intigko's question in Request Server Development Help [Greek]
Ν'άσε καλά,περιμένω με ανυπομονησία :) -
Τι είναι ακριβώς L2clientModifications;
Intigko replied to Intigko's question in Request Server Development Help [Greek]
Εσύ με κάλυψες περισσότερο. Θα σκεφτώ καλά τι ακριβώς είναι αυτό που ζητάω,και μετά θα το κάνω post. Παιδιά,δεν είναι ανάγκη να κάνουμε spam τώρα(κατάλαβα). -
Δεν κάνει login στον C4 server μου...
Intigko posted a question in Request Server Development Help [Greek]
Παιδιά,προσπαθώ να ανοίξω έναν C4 server για το σπίτι μου,και δεν κάνει login... Έχω άνοιξη Freya(επιτυχώς),αλλά δεν καταλαβαίνω γιατί δεν ανοίγει ο C4 με αυτά εδώ Complite... http://svn.l2jserver.com/branches/L2_GameServer_c4/ http://svn.l2jdp.com/branches/C4_Datapack/ Έχει προσπαθήσει κανείς σας να άνοιξη c4 server; Δοκιμάστε αν μπορείτε να ανοίξετε με αυτά τα GS και DP.Και πείτε μου άμα δούλεψαν, επιτυχώς!!!! Δώστε μου λύσης αν μπορείτε γιατί εγώ δεν καταλαβαίνω τι κάνω λάθος :-\ -
Τι είναι ακριβώς L2clientModifications;
Intigko replied to Intigko's question in Request Server Development Help [Greek]
OK με καλύψατε,αν και η αλήθεια είναι ότι,δεν τύπωσα σωστά αυτό που ήθελα να πω. -
Τι είναι ακριβώς L2clientModifications;
Intigko replied to Intigko's question in Request Server Development Help [Greek]
Εάν εγγραφες κάτι περισσότερο με περισσότερες πληροφορίες θα το εκτιμούσα... -
Τι είναι ακριβώς L2clientModifications;
Intigko posted a question in Request Server Development Help [Greek]
Παιδιά έχω μια απορία...τι είναι ακριβώς L2clientModifications; Εάν κατάλαβα καλά το L2clientModifications... είναι: να βάζεις φτερά στο Lineage2,Παίρνεις μια Armor από freya και την βάζεις σε Interlude(αντίστοιχο και με το weapon) Η ακόμα και να κανεις μια armor π.χ την Dragonic χρήση,απαιτούνται γνώσης L2clientModifications; σωστά κατάλαβα....αυτό είναι; Ενώ άμα πάρο μια armor Dragonic που είναι Sgrade και την Κάνω Dgrade(το ίδιο και με το weapon) Η άμα κάνω μια armor να δίνη Speed+223 Και P.atack+400 και Atack.speed+756 Δεν απαιτείται γνώση L2clientModifications,Σωστά; -
PSAXNO GIA PC KITAXTE
Intigko replied to arisPlC's question in Request Server Development Help [Greek]
Πως γίνετε να είσαι τόσο καλός Developer απ την στιγμή που δεν μπορείς να κάνεις ούτε το jdk να δουλέψει στο PC σού ; -
Παίξε τον L2Revolt...μόνο αυτός αξίζει πλέον από Free server
-
[Discussion]Πως νιωσατε οταν σταματησατε το L2?
Intigko replied to Sirocco's topic in General Discussion [Greek]
Βλέπω το πόσο καλά την ξέρεις εσύ... -
[Discussion]Πως νιωσατε οταν σταματησατε το L2?
Intigko replied to Sirocco's topic in General Discussion [Greek]
Υπάρξει τις πνευματικότητας σε μια άλλη διάσταση... (Ο νοών νοήτω) -
Καλός,το topic μπορεί να κλειδωθεί. Εάν έχω οποιαδήποτε άλλη απορία,θα σου στυλο μήνυμα έναν μου επιτρέπεις :)
-
Συγγνώμη,δεν κατάλαβα,ένα ένα θα τα κάνω download τα αρχεία και μετά αποσυμπίεση;
-
Από εσένα τα έχω χρησιμοποίηση. Αυτά η μου βγάζουν κάποιον error η δεν δουλεύουν Μπορείς να με βοηθήσεις με κάνα pack(έτοιμο)δεν με ενδιαφέρει να έχει τίποτα fix ας είναι μούφα (απλός θέλω να πειραματιστώ) Γράψε μου...
-
dump...
-
Παιδιά θέλω να μου δώσετε Freya SVN η Freya pack. Μην μου δώσετε αυτά τa L2JProject(SVN) που υπάρχουν στο forum,γιατί η δεν θα δουλέψουν η θα μου βγάλουν κάποια error. (έχουν γίνει topic με κάποια παιδιά που να δίνουν τα Freya pack τους...δεν με απασχολεί να είναι καλά,αρκεί να μου δώσετε)
-
Fail server.Normal Scroll Enchant Rate: 95% WTF NOOB