Jump to content

Intigko

Members
  • Posts

    247
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Intigko

  1. Εγώ που θέλω απλός να τεστάρω το Η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]

  2. εάν γίνει lock η όχι εγώ το αποφασίζω ως author και κάτι άλλο μπορεί να υπαρχουν ίδια topics αλλά όχι με τους ίδους σέρβερς στα polls

     

    OFF: (papariata,aflious,) τέτοιες λέξεις δεν υπάρχουν στο ελληνικό λεξιλόγιο οπότε please μάθε Ελληνικά

     

    εάν αποφασίσεις κάποτε να μάθεις και αγγλικά το locked δεν είναι locket

     

    Και ποιος σου είπε ότι το παιδί μιλάει ελληνικά...greeklish μιλάει.

  3. Εαν εχω καταλαβει καλα μιλας για το Developer's Tool ειναι ενα tool με το οποιο μπορεις να δεις τις armors,weaps,accessories,jewels ktl απο το client. Εαν θελεις αυτο απλα πες μου να σου βρω ακριβως το τοπικ που εχει γινει share ετσι ωστε να μαθεις πως λειτουργει.

     

    Ναι,βοήθησε έναν ανορθόγραφο,σε ευχαριστώ πολύ.

     

    Με αυτό το πρόγραμμα φτιάχνουν τα Custom ?

    Γιατί έχει δει κάποια custom(armor-weapon)και να τα παρουσιάζουν με αυτό το πρόγραμμα.

     

    Δείξε πως λειτουργεί...

  4. Παιδιά,τι ακριβώς είναι το 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

  5. clientmodification einai oti oti exi sxesi me client ph opos les na valis wings na ala3is name sthn armor kai oxi otan alazis kati sto pack apo items, to client einai 8ema e3wterika dld emfanisi oxi energia pos dld na sto po aaxax ;P dld ec ama 8es na kanis opos les dragonic d grade den eimai mono client einai kai ap to pack.... ok pas sto system mpenis kai vazis na lei dragonic d grade to vlepis d grade ala den ginete ++ 8eli na ala3is kai ap to pack dld ola sindiazonte 8eli gnosi liga apo ola ;))) (ama den katalaves pes to mou )

     

    Εσύ με κάλυψες περισσότερο.

    Θα σκεφτώ καλά τι ακριβώς είναι αυτό που ζητάω,και μετά θα το κάνω post.

    Παιδιά,δεν είναι ανάγκη να κάνουμε spam τώρα(κατάλαβα).

  6. Παιδιά,προσπαθώ να ανοίξω έναν 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.Και πείτε μου άμα δούλεψαν, επιτυχώς!!!!

     

    Δώστε μου λύσης αν μπορείτε γιατί εγώ δεν καταλαβαίνω τι κάνω λάθος  :-\

  7. Oτι πειραξεις βαλεις/βγαλεις απο το client side θεωρειται client modification πχ custom armors/weapon = custom modification , custom buffs = client modification οτιδηποτε πειραξεις στο client οτιδηποτε .. Θεωρειται client modification ελπιζω να σε καλυψα

     

    OK με καλύψατε,αν και η αλήθεια είναι ότι,δεν τύπωσα σωστά αυτό που ήθελα να πω.

  8. Παιδιά έχω μια απορία...τι είναι ακριβώς 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,Σωστά;

  9. Mages psaxno ena pc na aniksoume server eime enas kalos developer ego tha ton anigka se emena alla oute to jdk den litourgi oute ports den mou anigi kanena alla pack exo etimasi exo fix

    Πως γίνετε να είσαι τόσο καλός Developer απ την στιγμή που δεν μπορείς να κάνεις ούτε το jdk να δουλέψει στο PC σού ;

  10. Οι περισσοτεροι εδω μεσα σιγουρα μονο λ2 παιζεται αν και εχω να παιξω πολυ καιρο επειδη λιωνω στο wow και βαρεθηκα επειδη λοιπον οι παλιες αξιες δε ξεχνιουδε (Και βαρεθηκα και τον οφφισιαλ) και εχω μεινει και πισω, με ενα ψαξιμο στο πραιβετ σερβερς δε βρηκα τιποτα , μονο ψοφιους σερβερ μικρες κοινοτητες κτλπ. εσεις λοιπον που ξερεται σε πιους σερβερ λιωνεται μπας και κανω κανα λογκιν και ξανααρχισω λ2...

     

    Παίξε τον L2Revolt...μόνο αυτός αξίζει πλέον από Free server

  11. ελα μου θες και αρχαια ελληνικα..Εδω δεν ξερες την δημοτικη!

    Εχω να παιξω L2 μερικες εβδομαδες και νιωθω τελεια.

    Σαν κεντρο απεξαρτησης απο ναρκοτικα ειμαστε σε αυτο το topic.Ειμαι ο Στράτος και ειμαι καλα.

    Βλέπω το πόσο καλά την ξέρεις εσύ...

  12. Το παρερμήνευσα,αυτά είναι τα compiled revisions από το freya svn που σου έδωσα

    απλά διάλεξε ένα (το τελευταίο καλύτερα),κάντο download και κάνε setup τον σέρβερ σου.

     

    Καλός,το topic μπορεί να κλειδωθεί.

    Εάν έχω οποιαδήποτε άλλη απορία,θα σου στυλο μήνυμα έναν μου επιτρέπεις :)

  13.  

    Από εσένα τα έχω χρησιμοποίηση.

    Αυτά η μου βγάζουν κάποιον error η δεν δουλεύουν

    Μπορείς να με βοηθήσεις με κάνα pack(έτοιμο)δεν με ενδιαφέρει να έχει τίποτα fix ας είναι μούφα (απλός θέλω να πειραματιστώ)

     

    Γράψε μου...

  14. Παιδιά θέλω να μου δώσετε Freya SVN η Freya pack.

    Μην μου δώσετε αυτά τa L2JProject(SVN) που υπάρχουν στο forum,γιατί η δεν θα δουλέψουν η θα μου βγάλουν κάποια error.

    (έχουν γίνει topic με κάποια παιδιά που να δίνουν τα Freya pack τους...δεν με απασχολεί να είναι καλά,αρκεί να μου δώσετε)

     

×
×
  • Create New...