Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by HariSeldon

  1. HariSeldon

    [EP8] Docker repack

    When I have time, I will try to prepare a guide. But don't expect every site to work. Many of the older sites posted here are written in PHP 5 and I don't see the point in doing anything for them. Websites written in PHP 7+ can be launched on modern Linux. Previously, I used the pdo_dblib...
  2. HariSeldon

    [EP8] Docker repack

    1. Install Debian. 2. Log in to the virtual machine interface (not putty!) using the root username and password. 3. Execute Commands: echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config systemctl restart ssh 4. Connect to the server using WinScp/Putty with the username and password root.
  3. HariSeldon

    [EP8] Docker repack

    This error occurs after a critical failure. This is not a cause, but a consequence. Look in the logs for the error that precedes the failure.
  4. HariSeldon

    [EP8] Docker repack

    This Cabal Online server management system is based on Docker containers. This repack provides great opportunities to automate your Cabal Online server, as well as high stability and protection from certain types of attacks. I hope that the quick installation and setup will help newbies get...
  5. HariSeldon

    Cabal GM Tool Help

    Yes. But to be honest, I don't think it's an overflow issue. There is a limit, but it concerns the amount that will be shown to the user. If you have exceeded the limit, you will not see some of the items, but it will definitely not be empty. I would suggest checking the DBAgents logs. I...
  6. HariSeldon

    Cabal GM Tool Help

    DELETE FROM [CabalCash].[dbo].[MyCashItem] WHERE [IsUse]=0 By running this script in SSMS, you will delete all non-received items.
  7. HariSeldon

    A Little Discussion?

    Method 1. Open your dlls in hex-editor, find this text there and replace it with your own. You must not change the number of bytes in a word, otherwise it will not work. Extra bytes you can set to 0x00. This may not work if the file is protected. Method 2. Attach to the game process using a...
  8. HariSeldon

    [CentOS 7/8 Repack] Full Cabal Server Installation + CentOS SQL (Database) [Updated 2023]

    Try creating shortcuts to this file in directories /usr/lib, /usr/lib32 ln -s /usr/lib64/libgssapi_krb5.so.2 /usr/lib/libgssapi_krb5.so.2 ln -s /usr/lib64/libgssapi_krb5.so.2 /usr/lib32/libgssapi_krb5.so.2
  9. HariSeldon

    Alz drop from dungeons

    AlzControl.scp Set 0 for last 4 columns.
  10. HariSeldon

    Project Nevareth - The most advanced Cabal Online private development

    Considering that CO development always takes place under conditions of limited budget, low motivation, etc., there is a healthy skepticism. But I also think that we don't have many people who are willing to throw money around to become a sponsor. And they should be aware of all the risks...
  11. HariSeldon

    How to edit character name?

    update Server01.dbo.cabal_character_table set Name='[GM]char' where Name='char' or update Server01.dbo.cabal_character_table set Name='[GM]char' where CharacterIdx='0'
  12. HariSeldon

    Creating 2 or more servers!

    /etc/systemd/system Add additional services there and apply the settings: systemctl daemon-reexec
  13. HariSeldon

    Dungeon information

    For episode 8 dungeons, this is already added by default, and no one will ask about it. I understand that you are doing necroposting to gain ratings, but there is no need to mislead users.
  14. HariSeldon

    Dungeon information

    You are wrong and you continue to persist in this, it is sad. I say this because I have seen and edited the cabalmain code to support additional dungeon ids. And if cabalmain does not have your new dungeon id in the switch case loop, then this will not work - there is no magic. If you think that...
  15. HariSeldon

    Dungeon information

    Then try to do it "correctly". I managed to achieve this by making changes to cabalmain, after I wrote the previous message. I also advise you to check the sources I wrote about above before exposing.
Back
Top