• 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!

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

Does anyone know if its possible to join the server using a OtClient?

I am able to play on my server using the modified 7.7 client but if I try to join my server using my OtClient it does not connect.
 
One last question. Is it possible at all for friends to join me now with the setup I ended up with, playing wih the 192.168~ IP? If so, how would it work?
 
Hiring someone who can find me the correct formula for skilling on the leaked Cipsoft server 7.72
 
One last question. Is it possible at all for friends to join me now with the setup I ended up with, playing wih the 192.168~ IP? If so, how would it work?
If you are behind a router, you need to set up port forwarding, or create a virtual LAN, such as Hamachi.

Hiring someone who can find me the correct formula for skilling on the leaked Cipsoft server 7.72
You need a certain number of points in order to advance to the next skill level, and upon the advancement that number is multiplied by a static multiplier corresponding to that skill and your vocation. That's all.
 
I've checked every single skill calculator, and archived websites, yet none of them actually provide the real formula or time. Even this is wrong: Formulae (https://tibia.fandom.com/wiki/Formulae?oldid=328359#Melee_Skill_Levels)
It is correct, except for the fact that it mentions "blood hits" and if you don't consider rounding.
E.g. if you are a druid, the multiplier for melee skill is 1.8 and starting value is 50, so you need:
  • 50 hits to advance from skill 10 to 11
  • 50 * 1.8 = 90 hits to advance 11-12 (140 in total)
  • 90 * 1.8 = 162 hits to advance 12-13 (302 in total)
  • 162 * 1.8 = 291 hits to advance 13-14 (593 in total)
etc. etc. So, overall you can describe it as 50 * y^(x-10), but each transitional result shall be rounded down because all the numbers are integers (hence, de facto the multiplier is 1800 / 1000, not 1.8).

Here is your formula. You can donate my salary to a charity of your choice.
 
Last edited:
If you are behind a router, you need to set up port forwarding, or create a virtual LAN, such as Hamachi.

I have port forwarded already. I suppose the idea is for them to join through my host OS's IP? Problem is I don't have a public one there either.
 
It is correct, except for the fact that it mentions "blood hits" and if you don't consider rounding.
E.g. if you are a druid, the multiplier for melee skill is 1.8 and starting value is 50, so you need:
  • 50 hits to advance from skill 10 to 11
  • 50 * 1.8 = 90 hits to advance 11-12 (140 in total)
  • 90 * 1.8 = 162 hits to advance 12-13 (302 in total)
  • 162 * 1.8 = 291 hits to advance 13-14 (593 in total)
etc. etc. So, overall you can describe it as 50 * y^(x-10), but each transitional result shall be rounded down because all the numbers are integers (hence, de facto the multiplier is 1800 / 1000, not 1.8).

Here is your formula. You can donate my salary to a charity of your choice.

Thank you, and an amount has been donated to aid Palestine, I appreciate the reminder.
 
I just confirmed that houses don't save. I got myself invited to one, was happy about the progress, cleaned it out to use it, then restarted the server and all the original stuff was back inside. Is there any way to fix this? I will be really sad if I can't have a house :(
 
I just confirmed that houses don't save. I got myself invited to one, was happy about the progress, cleaned it out to use it, then restarted the server and all the original stuff was back inside. Is there any way to fix this? I will be really sad if I can't have a house :(
Houses are saved on the map. If after restarting all the items were back, it means that you have not closed the server in a way that that it saved the map.
 
Houses are saved on the map. If after restarting all the items were back, it means that you have not closed the server in a way that that it saved the map.

I always close it with ctrl+c like you're supposed to in order to save character progress. What way should I close it to get the houses to save? When I do close it, the last message in the server is always one that says something like "saving houses...", without being followed by any notification that it was completed or successful (which the character saving message before it does provide). I did notice that the map in general is reset every time I close the server.
 
I always close it with ctrl+c like you're supposed to in order to save character progress. What way should I close it to get the houses to save? When I do close it, the last message in the server is always one that says something like "saving houses...", without being followed by any notification that it was completed or successful (which the character saving message before it does provide). I did notice that the map in general is reset every time I close the server.
Ctrl+C sends signal 2, in order to save the map you need to close by signal 3, 15 or 30. Signals 3 and 30 will result in instant shutdown and the map will not be refreshed (so even refreshable tiles are going to be saved), while signal 15 will result in closing the server in 6 minutes (after three red messages, just like before the server save), and will save and refresh the map.
 
Ctrl+C sends signal 2, in order to save the map you need to close by signal 3, 15 or 30. Signals 3 and 30 will result in instant shutdown and the map will not be refreshed (so even refreshable tiles are going to be saved), while signal 15 will result in closing the server in 6 minutes (after three red messages, just like before the server save), and will save and refresh the map.

Very interesting! What's the command for these signals, and do they also include the rest of the saving that ctrl+c does, or will they only save the map?
 

I tried "SIGPWR" and "SIGTERM", I typed them both into the terminal and it did nothing. I tried adding sudo before them and still nothing. I found no other explanations anywhere of what the commands you type to execute them are, so should I just assume that I'm indeed supposed to just type them as they are, and that the fact that it did nothing means that they simply don't work for whatever reason? They seem to be basic linux commands, do you have it confirmed that they can be used for OT server? Like, has it been tested and worked for people? In case I'm not actually typing them wrong.
 
I found no other explanations anywhere of what the commands you type to execute them are, so should I just assume that I'm indeed supposed to just type them as they are
Have you read the page that I posted? The "Sending Signals" paragraph in particular. It explains what command you can use to sends signals to a process, and how to use it exactly.
 
Have you read the page that I posted? The "Sending Signals" paragraph in particular. It explains what command you can use to sends signals to a process, and how to use it exactly.

I read the entire thing, and I don't understand the "Sending Signals" section at all. It has a bunch of random numbers that I have no clue what they mean, I figured that part doesn't apply here. Signal 2 being a simple ctrl+c made me think that maybe the other signals has those too, but if I have to find some number to use them, how do I know what number I should use? It talks about a number that is the signal, and one that is the process ID, and I don't even know if the server counts as the signal or the pid, I really can't even experiment with it with the information in that section as every part of it is a mystery to me and there's no way I could come up with the right numbers when I don't even know where to begin looking. They're not even talking about the signals I need, which is 15 or 30. Ohh, wait, so the signal is what is sent to kill the OT, of course. See, I'm so confused about this stuff that I even got lost about the very basics of it. But I guess what I need is to find what the pid is (which I suppose is basically the identification of the OT server?). Now the examples given there start to make sense, but I still don't know how I'm supposed to know the pid.
Edit: I looked up finding pids, and found some commands for it, but I seem to need a name of the process to get the pid. What would the OT process be called?
 
Last edited:
Another problem: I tried to have a friend join my server by hexediting my host IP into the client, which if I'm not mistaken should allow him to connect because I have port forwarded. He got this when he tried to connect: "Cannot connect to a login server. Error: Connection timeout"
What is wrong, and how can he join?
 
Ctrl+C sends signal 2, in order to save the map you need to close by signal 3, 15 or 30. Signals 3 and 30 will result in instant shutdown and the map will not be refreshed (so even refreshable tiles are going to be saved), while signal 15 will result in closing the server in 6 minutes (after three red messages, just like before the server save), and will save and refresh the map.
ctrl+c: signal 2

to save map:
signal 3 or 30

save and refresh:
signal 15

ctrl+d = signal 3

Screenshot_20231031_005356_Opera.png

try
 
ctrl+c: signal 2

to save map:
signal 3 or 30

save and refresh:
signal 15

ctrl+d = signal 3

try

I completely missed that signal 3 might be able to make it easy for me to solve, this makes me very hopeful!
But now I have a new bunch of problems :(
First off, most houses aren't in the owners dat even though they have stuff in them on the server, so I can't invite myself to them. Can I just copy the info of some other house into the file and edit the house ID to the one I want to be invited to? Is that something that is doable?
When I do manage to invite myself to houses, even though I put myself as subowner, I can't open doors, and they're often closed. I guess I might have to edit in my character ID as owner, is there a way to easily find those in the character files?
But most importantly, while I was trying to get access to a house to change stuff up inside to then try the signal 3 thing and see if the changes saved, when I was starting the server back up after one restart it got the error in the picture I attached. Now it gets it every time I try to start it up, so I can't use the server anymore. What do I do? :/
 

Attachments

Back
Top