Jump to content

Vilmis

Administrator
  • Content Count

    304
  • Joined

  • Last visited

  • Days Won

    95

Posts posted by Vilmis


  1. On 4/15/2023 at 2:43 AM, l235 said:

    how can i add server time in community section?

    3.PNG

    Insert this:ย %servertime% to Community Board htm file. It should work.


  2. On 4/9/2023 at 7:40 PM, Ranil said:

    Hi,

    I cant create a new character, i get this error message.

    "You cannot create another character.Please delete the existing character and try again."

    Pls help me. :)ย Thanks

    Hello,

    Check developer.ini -> CharMaxNumberPerIP config.


  3. 21 hours ago, Laguna said:

    Hello guys I just discovered this wonderful project!

    I would really like to help you in buying one of your projects

    . unfortunately I'm not very practical in using the various peograms.

    I only know how to use navicat and mysql in a basic way. i tried your test server and it's AMAZING i would really like to buy it,

    I mean i would like to buy the datapack to play it completely offline with the GM commands just for my NOSTALGIA

    could you advise which project to buy? Thank you and sry for my bad ENGย :classic_blush:

    Hello,
    Thank you for a good word. ;)ย I appreciate it.
    Those both packs are same and just 1 doesn't have IP BINDING protection.
    What is IP BINDING or what does it mean ?ย 
    This means server files are protected by 1 IP and it won't work with another IP (external IP of server machine). Also, possible use: Domain or Subdomain instead of IP
    (It's changeable in your forum profile anytime).


  4. 6 minutes ago, termipl said:

    How to conect to test server? It dose not auto register

    Hello,
    Just downloadย Patch (System)ย 

    You must be signed in to view the link content in this post. Please Sign In or Sign Up.
    ย and add to your Lineage 2 Interlude client.
    Account creation is automatic - enter ID, PASSWORD and click on Log In.


  5. 1 hour ago, Ranil said:

    Done, pls close topic.

    Hello,
    I will.
    But first, could you tell me what mistake you was made of?
    Maybe it will be useful for someone in the future.


  6. 37 minutes ago, SubZero91 said:

    Is it possible to remove enchant items and other things if I buy the donate system? Or it will crash if I do so? Are there config options for newbies? I need a donate system for low rate server; that's why I'm asking.

    Thanks in advance.

    Hello,
    All features you don't want to use possible turn off.
    Probably I should mention this in description of donate system.


  7. 12 hours ago, l235 said:

    hello, I am getting the error in the picture in the loginserver client. I'm writing the loginserver and gameserver client details. Can anyone help with the issue? note: There is no problem. The clients are running fine but this might trigger something.

    LoginServer network/


    # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
    ExternalHostname = xxxx.servegame.com

    # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
    InternalHostname = xxxx.servegame.com

    # Bind ip of the loginServer, use * to bind on all available IPs
    LoginserverHostname = *
    LoginserverPort = 2106

    # How many times you can provide an invalid account/pass before the IP gets banned
    LoginTryBeforeBan = 20

    # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) ย 
    LoginBlockAfterBan = 600
    GMMinLevel = 100

    # The address on which login will listen for GameServers, use * to bind on all available IPs ย 
    LoginHostname = * <--- leave default which is *

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

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

    # If False, the licence (after the login) will not be shown
    # It is highly recomended for Account Seciurity to leave this option as defalut (True)
    ShowLicence = True

    # Database info
    Driver = ย com.mysql.jdbc.Driver
    URL = jdbc:mysql://localhost/

    # Parameters Databases - MYSQL
    # Login - Mysql's user
    Login = root
    # Password - Mysql's Password
    Password = ------
    # maximum number of simultaneous connecting to the database
    MaximumDbConnections = 1000

    # Default: 0
    MaximumDbIdleTime = 0

    # Including protection from flood
    # IMPORTANT: Put True for server security.
    EnableFloodProtection = False
    # Limit fast connections (input username / password)
    FastConnectionLimit = 15
    # Time of the normal connection (in ms)
    NormalConnectionTime = 700
    # Time fast connection (in ms)
    FastConnectionTime = 350
    # Maximum connections with the 1st IP
    MaxConnectionPerIP = 50

    # The lifetime of the session with the login server.ย 
    SessionTTL = 25000
    MaxSessions = 100

    # Choose the option: "true", to create an account when logging in automatically
    AutoCreateAccounts = False

    # The configuration of the local subnet
    # Example : 192.168
    # Ppimer : 10.1
    NetworkList = 192.168.;10.0.

    # ===============================================================
    # Test server configuration, not to switch on the game server! ย =
    # ===============================================================
    # Use the GG client authentication
    # Login server access let the client without GameGuard
    ForceGGAuth = False

    # =============================================================
    # Anti Bruteforce protection.
    # =============================================================
    #Count of trying connection to server, after which will be made checking IP addres
    #for a possible BrutForce
    #Reducing this value will increase the likelihood of false positives
    #Increasing this value will reduce the effectiveness of security (more chance find passwords for large accounts)
    BrutLogonAttempts = 15
    #The average time (in seconds) between attempts to connect to the server
    #Reducing this value will increase the likelihood of false positives
    #Increasing this value will reduce the effectiveness of security (more chance find passwords for large accounts)
    BrutAvgTime = 30
    #Number of second, for ban IP address, who time BrutAvgTime less specified
    #900 second = 15 minuteย 
    BrutBanIpTime = 1

    # =============================================================
    # Debugging packets
    # =============================================================
    DebugPackets = False

    ----------------------------------------------------------------------------------------------------------------------------------------------------

    Gameserver Network


    # Enter here (ip) address of your game server, or use the symbol *
    GameserverHostname = * <--- leave default which is *
    GameserverPort = 7777

    # Configure your external ip
    ExternalHostname = xxxx.servegame.com

    # Configure your internal ip
    InternalHostname = xxxx.servegame.com

    # Bunch ID and game server. It is better not to change.
    LoginPort = 9014
    LoginHost = localhostย <--- leave default which is localhost

    # Parameters Databases - MYSQL
    Driver = com.mysql.jdbc.Driver
    URL = jdbc:mysql://localhost/

    # Database name
    GameserverDB = ----
    LoginserverDB = -----

    # Login - Mysql's user
    Login = root
    # Password - Mysql's Password
    Password = ------
    # Attention: lazy init connections disabled!
    # Please, set only real values for your database
    # Default: 100
    MaximumDbConnections = 1000

    # Default: 0
    MaximumDbIdleTime = 0

    # The timeout before the single connection must be closed (in ms)
    # 0 - off
    SingleConnectionTimeOutDb = 1000

    # Setting emulation off the kernel (package SendStatus)
    RemoteWhoLog = False
    RemoteWhoSendTrash = False
    RemoteWhoMaxOnline = 329
    RemoteOnlineIncrement = 50
    RemoteWhoForceInc = 50
    RemotePrivStoreFactor = 12

    # Datapack folder
    # To exacute the server under debugger with eclipse use:
    # or point the folder directly to your server.
    DatapackRoot = .

    You must be signed in to view the link content in this post. Please Sign In or Sign Up.

    Hello,
    It seems like the connectionย constantly breaks off between login and game servers which means it might beย bad configuration.
    First of all, you should change some settings and I already marked what you have to change. Actually, just do reverse to default and check itย again.
    ย 


  8. You must be signed in to view the link content in this post. Please Sign In or Sign Up.


    You must be signed in to view the link content in this post. Please Sign In or Sign Up.

    L2jOrion Server Files (Changeset 30 | Revision 1087) [NO IP BINDING]


    L2jOrion Server Files (Changeset 30ย | Revision 1087)ย [NO IP BINDING]


    • Submitter
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
    • Submitted
      06/10/22
    • Category
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.

    ย 


  9. On 4/9/2022 at 5:07 PM, Miami said:

    When character is created there is no newbie status for it until you get the newbie weapon from cat.

    ย 

    15 hours ago, Miami said:

    Why that config should affect the very first created character on account? I have checked on fresh accounts and as you can see on vide and screenshots I have the only one character on account

    Just change that config from false to true for the test, because this pack gives a newbie status by default.ย 


  10. 36 minutes ago, Miami said:

    It shouldn't be related to AutoSaveManager cuz I tried that on 3-4 characters (I couldn't be so "lucky" to catch that autosave perfect timing for each char with the same steps lol)

    Perhaps you turned this config off?
    AltNewCharAlwaysIsNewbie = False in General.ini ?


  11. This what you call a bug is โ€žAuto Save Managerย โ€œ. Character data is RE-saving on server restart/shut down, disconnectionย or character's restart +ย โ€žAuto Save Managerย โ€œ. You turnedย โ€žAuto Save Managerย โ€œ on and it re-saved again exactly on that time when you bought a weapon, but maybe I'm wrong. Try to check it out.ย 
    1. Create a character.
    2. Go online.
    3. Go offline.
    4. Check database.


  12. You must be signed in to view the link content in this post. Please Sign In or Sign Up.


    You must be signed in to view the link content in this post. Please Sign In or Sign Up.

    L2jOrion Server Files Updates (Changeset 26 | Revision 845)


    *** This Changeset was dedicated to security, stability and better performance increasing mostly.ย 
    *** Please read txt files โ€ž!!! READ ME !!!.txtโ€œ. There is important information for you.
    *** ATTENTION! We've found and fixed the critical security breach. Make sure you're running on the latest version of server files.

    ย 

    CORRECTIONS

    • UPDATED -ย  Raid Curse and fixed no drop issue.
    • UPDATED -ย  Quest monster type from L2Npc to L2Monster for Strider quest. Now works fine.

    ADDONS

    • UPDATED - Bots Engine:
      • ADDED - A new config: BotsExcludeTargets that allows add creatures by their id.ย 
      • FIXED - Bot stuck in town.

    OPTIMIZATION

    • IMPROVED - Performance and stability (database connections, code cleanย  up/rework. Also, some database's directly connections changed ย toย character or server start up).
    • IMPROVED - Server pack secure against exploits and some cheats part 2.
    • MOVED - To void some unnecessary flood in game console a few loggers were moved to game/log/game folder.

    BUGS

    • FIXED - Quest:ย 246_PossessorOfAPreciousSoul_3,ย 607_ProveYourCourage_Ketra,ย ย 608_SlayTheEnemyCommander_Ketra, 613_ProveYourCourage_Varka and 614_SlayTheEnemyCommander_Varka: changed from random party member to full party members (Like L2OFF).
    • FIXED - Clan hall weekly payments. The new system had a few mistakes left behind.
    • FIXED - Castle siege running time issue. Siege time was not saved on server restart and it did not continue after server restart.ย 
    • FIXED - DressMe hair skin did notย appear after character's restart.

    OTHER

    • RENAMED - market_icons to item_icons (database table). Since we're using these icons for another systems we should not call it only market icons.
    • UPDATED - Admin's menu: online list and search list for more convenient management.
    • UPDATED - Admin's menu: add/edit/del drop list. Added the pages. So, no more messages like html is too long. Sorry, I had to do this a long time ago.

    • Submitter
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
    • Submitted
      04/06/22
    • Category
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.

    ย 

    • Like 1

ร—