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

Tibia OTBr IPChanger, for Linux

Elwyn

Well-Known Member
Joined
Aug 24, 2014
Messages
212
Reaction score
76
This IPChanger works for any version of Tibia

Download: https://github.com/gugahoa/ipchanger-otbr/archive/master.zip
Repository: https://github.com/gugahoa/ipchanger-otbr

How to use:
(You need to have Python3.4)

First you need to install pip https://pip.pypa.io/en/latest/installing.html
Instructions:
Download: https://bootstrap.pypa.io/get-pip.py
After downloading get-pip.py, go to the folder where it is and run:
Code:
$ sudo python3.4 get-pip.py
$ sudo pip3.4 install python-ptrace

Then you have to run the following commands so that the IPChanger can attach to the Tibia process:
Code:
$ echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope

If you don't want to run the commands above, edit /etc/sysctl.d/10-ptrace.conf and change:
Code:
kernel.yama.ptrace_scope = 1
To
Code:
kernel.yama.ptrace_scope = 0

Then you just need to go to where you extracted the ipchanger and execute main.py:
Code:
./main.py
 
Just noticed a mistake, and I can't edit the thread, strange.

The mistake was:
If you don't want to run the commands above, edit /etc/sysctl.d/10-ptrace.conf and change:

I should have written:
If you don't want to run the commands above every time you restart the pc, edit /etc/sysctl.d/10-ptrace.conf and change:
 
Back
Top