• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. SilverFern

    Script and tutorial to automate install of "Leaked" 7.70 server

    I'll put one of my personal scripts here in case someone doesn't want to download another project or just want a quick way to create a new char: Create a file called "create-char.sh" on your Ubuntu with the following content: #!/bin/bash if ! service mysql status > /dev/null; then echo...
  2. SilverFern

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    Are you still having this issue? If so, please share the exact queries you're executing on your database. I just did the following test and it worked as expected: I executed this query on http://localhost/phpmyadmin: INSERT INTO `players` VALUES (64556,'Tester...
  3. SilverFern

    Script and tutorial to automate install of "Leaked" 7.70 server

    I just tested it on my VM and it works as expected. I simply press Ctrl+C in each terminal to stop the services. Did you download the optional file "realots-schema-inc-players.zip" ? If so, can you try logging in to any existing player instead of using the one you edited? (use 100 for both...
  4. SilverFern

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    Thanks, I appreciate the feedback. I'll answer that in the other thread, but I think it has to do with the order in which the services are stopped, as I didn't have this issue when I tested my scripts yesterday.
  5. SilverFern

    Script and tutorial to automate install of "Leaked" 7.70 server

    To create your own character, you can either find the SQL commands to be executed on your MySQL database, or use one of the existing account creation tools such as Gesior2012. I'll try to come up with a simple command when I'm back home. How are you stopping the server? I think the order...
  6. SilverFern

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    You mean you're getting the same error message when trying to launch the game file? Another reason for this error is that the game server couldn't read the file from "home/game/.tibia" (you might need to run chmod 777 on this). Also, double check this file if it has the correct paths (all paths...
  7. SilverFern

    Script and tutorial to automate install of "Leaked" 7.70 server

    For those who don't want to sign up to the forum, or can't/don't want to download the scripts to see what they do, I'm posting them here as plain text too. install.sh #!/bin/bash # INTRODUCTION # # Script by SilverFern (https://otland.net/members/silverfern.238325/) # Tested on a clean install...
  8. SilverFern

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    Yes, if the chmod command didn't output anything, it means it worked. As good as the tutorial is, I agree that sometimes it's still not clear enough. When it says home, I think it refers to the home directory of your current user (~/) rather than the /home/game. In my own experience, it doesn't...
  9. SilverFern

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    Regarding the query manager issue, make sure you did the following: executed chmod 777 in the "/home/game/bin/game" file you update "realots-query-manager-master/main.cpp" with the IP address of your VM The chmod command looks right, but when you copy text from this page and paste it on the...
  10. SilverFern

    Script and tutorial to automate install of "Leaked" 7.70 server

    Due to a sudden resurgence of people interested in hosting the leaked 7.7 server, I came up with a script to automate all the steps outlined in the excellent tutorial by @Crevasse, and also took the opportunity to make some improvements to work on a more recent version of Ubuntu. All you need...
  11. SilverFern

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    @karnouth @Innocentz A few things that you should look at: If you're running VirtualBox, make sure to configure your VM to use Bridged Adapter in the Network settings Make sure all IP in all files were updated with the IP of your VM (including the bind-address in the...
  12. SilverFern

    Client 7.7 Error: Cannot connect to a login server

    I had the same problem recently. Edit the 7.70 client with a hex editor and make sure that all 5 hosts below have been replaced with your VM's IP address: test.cipsoft.com server.tibia.com server2.tibia.com tibia1.cipsoft.com tibia2.cipsoft.com
Back
Top