• 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

    Sorry I wouldn't know. It's worth it to search for it again on the forum, I recall someone posting the full list of GM commands available on this server. These seem to be the files somewhere inside the "/home/game" directory, but you're better off asking them directly. I suggest you download...
  2. SilverFern

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

    I've never changed the pvp mode in this server, but I've got a feeling this is only possible by editing the game binary on the server. You'll likely need to do something like I did in this post: edit the binary file (the game server file this time, not the client) with a disassembler, then...
  3. SilverFern

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

    Good to know that you're figuring out most of it by yourself. If issues like these happen again, it will be much easier for us to help you when you paste here a screenshot as well, as I still have no idea what happened with the failed commands. Another tip: if things start going south, just...
  4. SilverFern

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

    I'm curious on how you're running the terminal commands as described in the guide, because I installed the server several times and never had any of these issues. Anyway, I'm happy you're now getting closer to playing the game. What do you mean by "edit stuff"? If you're referring to things...
  5. SilverFern

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

    I noticed that Ubuntu removed version 22.04.2 from their website. You should be fine with 22.04.3, as that's just a minor release (notice how only the last number changed) and it should contain bugfixes only. Let me know how you get on, and share the error messages (with screenshots too...
  6. SilverFern

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

    Just to clarify, when I say "run a command", I mean launching the Terminal program, then browsing to a specific directory (usually the same directory where the files are located), then entering the commands word by word. Apologies if this isn't too beginner friendly, I guess it does indeed...
  7. SilverFern

    [Tutorial] How to run a fresh 7.7 Cipsoft Server

    Thanks for the citation. An important note: after 24 hours, this forum won't let you edit your original post anymore, so keep that in mind. Let's just say I learned that the hard way lol For char creation, you could also add the link to the Gesior account maker, as that seems to be the most...
  8. SilverFern

    [Tutorial] How to edit idle timeout on Tibia server 7.70

    Inside IDA, I searched for the string "You have been idle for", which took me to the function that shows that message to the player. Then I analyzed the surrounding instructions until I found something that looked like the 15 minutes value. There were 3 lines with something similar to that...
  9. SilverFern

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

    You can find the accounts credentials on step 6 of the tutorial. If you downloaded the "realots-schema-inc-players.zip" too, just try something like account 100 and password 100. Your VM's IP should have the same prefix as your PC's IP (e.g.: 192.168.0.xxx). If they don't, you need to go to...
  10. SilverFern

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

    I've never had any of these issues in the several times I set up the server, so I'm afraid the best we can do for now is to delete the VM and start clean again. Tip: right before running the script, create a VM snapshot on VirtualBox so you can quickly go back to it if things go wrong. Another...
  11. SilverFern

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

    You can ignore the first error, because it simply tries to delete the file "/home/game/save/game.id" if there's any. The second error means it could not find the library "libstdc++.so.5", which is supposed to be the "payhunted.so.9" file included in the "dennis-libraries.rar". I suspect that...
  12. SilverFern

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    If you're getting that error with the script, it means you either downloaded the wrong files or they were downloaded to the wrong folder. Please share the screenshot of the error message, as well as the content of the folder (e.g.: run ls and paste the output) in my other thread and I'll happily...
  13. SilverFern

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

    If you just want to create an account, you can either use the Gesior UI as some already suggested, or simply run some MySQL queries to insert a new account. I posted earlier a quick script that I personally use to create my chars here. Otherwise, if by fresh server you mean reset the map...
  14. SilverFern

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    You don't need to pass -R to chmod to grant permission recursively. You can use this instead: sudo chmod 777 /lib/* Or you could simply use my script, which automates pretty much the entire installation process for you.
  15. SilverFern

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    One of the libraries required to compile the servers (libboost-system-dev) has had breaking changes since this thread was created a few years ago. Before running cmake, you need to edit a couple of files inside "realotsloginserver-master": In "connection.cpp", replace Connection::read_timeout...
  16. SilverFern

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

    Run hostname -I in your Ubuntu shell. If the IP address doesn't look like it's in the same network as the IP of your host, you need to a) use Bridged Adapter in the network settings of your VM (e.g.: on VIrtualBox); and b) ideally set a static IP address on your VM, otherwise the IP might change...
  17. SilverFern

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    Good catch, it matches my findings too. I've never come across this problem myself because I've never inserted a player into the DB with values other than the default ones. Unlike other OTs, it seems the players table here only serves as an interface between the /game/usr files and RealOTS'...
  18. SilverFern

    [Tutorial] How to edit idle timeout on Tibia server 7.70

    After configuring my own Tibia 7.70 server, I was wondering how to change the 15 minutes timer to kick idle players. Short answer: Open the "game" file in a hex editor (e.g.: HexEd.it - Browser-based Online and Offline Hex Editing (https://hexed.it/)) and edit the following values to change...
  19. SilverFern

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

    To be honest I had been asking that question myself, and was surprised how hard it was to find any information about this anywhere, so I tried to figure it out on my own. Luckily, I found a way, see my post here: [Tutorial] How to edit idle timeout on Tibia server 7.70...
  20. SilverFern

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

    I haven't tested it on WSL, but I wouldn't be surprised if it didn't work given that it comes with different packages and settings. For instance, the error messages in your shell indicate that there are missing packages in your Ubuntu. For instance, it complains about "unzip" not being...
Back
Top