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

OpenTibia IP Changer for Linux

rodo@rodo-desktop:~/Escritorio/ip-changer$ cmake
cmake version 2.6-patch 4
Usage

cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>

wtf? :eek:
 
Code:
Install the project...
-- Install configuration: ""
-- Installing: /usr/bin/ip-changer
CMake Error at ip-changer/cmake_install.cmake:41 (FILE):
  file INSTALL cannot copy file
  "/home/norrby/ip-changer/ip-changer/ip-changer" to "/usr/bin/ip-changer".
Call Stack (most recent call first):
  cmake_install.cmake:37 (INCLUDE)


make: *** [install] Fel 1
norrby@farmer:~/ip-changer$
 
rodo@rodo-desktop:~/Escritorio/ip-changer$ make install
[ 9%] Built target pList
[100%] Built target ip-changer
Install the project...
-- Install configuration: ""
-- Installing: /usr/bin/ip-changer
CMake Error at ip-changer/cmake_install.cmake:41 (FILE):
file INSTALL cannot copy file
"/home/rodo/Escritorio/ip-changer/ip-changer/ip-changer" to
"/usr/bin/ip-changer".
Call Stack (most recent call first):
cmake_install.cmake:37 (INCLUDE)


make: *** [install] Error 1

qt4 is installed, what's wrong?
 
I'm getting this error everytime I try to install something...
Errors were encountered while processing:
libaudio2
libmpg123-0
libopenal1
wine1.2
libqtgui4
libqt4-designer
libqt4-qt3support
libqt4-svg
libqt4-phonon
libqt4-webkit
libqt4-scripttools
libqt4-help
libaudio-dev
libqt4-dev
libqt4-opengl
libqt4-opengl-dev
 
I installed all right.
I can run tibia (i run the official linux player from console ./Tibia) and play on official servers.
I can run ip-changer.
I can find the Tibia process.
I can press the change ip button and it seems right.

When I try to login an OTserver it just says error network(0) couldn't connect...

Any hints on how to solve this?¿

Thank you in advance!
 
I installed all right.
I can run tibia (i run the official linux player from console ./Tibia) and play on official servers.
I can run ip-changer.
I can find the Tibia process.
I can press the change ip button and it seems right.

When I try to login an OTserver it just says error network(0) couldn't connect...

Any hints on how to solve this?¿

Thank you in advance!

What version of tibia client are you running?
Are you sure you choose the correct one?
 
Im so stupid I cant even get anything right. can someone get a already compiled one like the one on the first page but that works for 8.54 or that someone writes me a frickin' guide. :)
 
Getting this error:
root@stylaren-desktop:/home/stylaren/ip-changer# make .
make: Nothing to be done for `.'.
root@stylaren-desktop:/home/stylaren/ip-changer# cmake .
CMake Error at /usr/share/cmake-2.6/Modules/FindQt4.cmake:1432 (MESSAGE):
Qt qmake not found!
Call Stack (most recent call first):
CMakeLists.txt:4 (find_package)

Where can i find and how do i install qt qmake :p
 
Code:
root@bido-desktop:/home/bido/Downloads# make
[  9%] Building CXX object ip-changer/pList/CMakeFiles/pList.dir/pList.cpp.o
/home/bido/Downloads/ip-changer/ip-changer/pList/pList.cpp:1:27: error: boost/regex.hpp: Arquivo ou diretório não encontrado
/home/bido/Downloads/ip-changer/ip-changer/pList/pList.cpp: In function ‘int pList::getList(std::vector<pList::Proc, std::allocator<pList::Proc> >&, bool)’:
/home/bido/Downloads/ip-changer/ip-changer/pList/pList.cpp:25: error: ‘boost’ has not been declared
/home/bido/Downloads/ip-changer/ip-changer/pList/pList.cpp:25: error: expected initializer before ‘exp’
/home/bido/Downloads/ip-changer/ip-changer/pList/pList.cpp:26: error: ‘boost’ has not been declared
/home/bido/Downloads/ip-changer/ip-changer/pList/pList.cpp:26: error: expected primary-expression before ‘>’ token
/home/bido/Downloads/ip-changer/ip-changer/pList/pList.cpp:26: error: ‘results’ was not declared in this scope
/home/bido/Downloads/ip-changer/ip-changer/pList/pList.cpp:27: error: ‘boost’ has not been declared
/home/bido/Downloads/ip-changer/ip-changer/pList/pList.cpp:27: error: ‘exp’ was not declared in this scope
make[2]: ** [ip-changer/pList/CMakeFiles/pList.dir/pList.cpp.o] Erro 1
make[1]: ** [ip-changer/pList/CMakeFiles/pList.dir/all] Erro 2
make: ** [all] Erro 2
root@bido-desktop:/home/bido/Downloads#
Ubuntu 9.10 =x
 
Back
Top