• 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 Talaturen's IP Changer

Status
Not open for further replies.
Are you sure it's the IP Changer causing this and not the server?
 
Are you sure it's the IP Changer causing this and not the server?

Yeah I used default everything and debugged when making a new char, the acc manager works its just super unstable..but I could be wrong im done testing for now.
 
ok, its server side, since I tested with another IP changer and got debug -.-
 
Updated to support 8.62, now also using Qt 4.7 instead of Qt 4.6.2.
 
Quick to update, great work as always <3

Red
 
Lol it dosn't have 8.60 support D:
 
@Tala, it would be great if you do a tutorial/README how to compile it under UNIX.

You can't, it doesn't work there. Use this ip-changer instead.

it doesnt work yet ?

Code:
sudo apt-get install libqt4-dev
cd /to/directory
qmake -project
pico ip-changer.pro
QT += network\ xml
qmake && make

QT += network\ xml what does it mean ?

when i entered this line i get error with qt - commands not found

i try to compile and i get errors:
Code:
kacpersky@kacpersky-laptop:~/src$ qmake -project && qmake && make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o iplist.o iplist.cpp
iplist.cpp:24:21: error: QtNetwork: No such file or directory
iplist.cpp:25:22: error: QTcpSocket: No such file or directory
In file included from iplist.cpp:28:
statusreader.h:24:28: error: QXmlSimpleReader: No such file or directory
In file included from iplist.h:28,
                 from iplist.cpp:27:
userinterface.h:90: error: ISO C++ forbids declaration of ‘QHttp’ with no type
userinterface.h:90: error: expected ‘;’ before ‘*’ token
In file included from iplist.cpp:28:
statusreader.h:27: error: expected class-name before ‘{’ token
statusreader.h:43: error: ISO C++ forbids declaration of ‘QXmlAttributes’ with no type
statusreader.h:43: error: expected ‘,’ or ‘...’ before ‘&’ token
statusreader.h: In member function ‘bool StatusReader::startElement(const QString&, const QString&, const QString&, int)’:
statusreader.h:45: error: ‘attrs’ was not declared in this scope
statusreader.h: At global scope:
statusreader.h:43: warning: unused parameter ‘QXmlAttributes’
iplist.cpp: In member function ‘connectionError_t IPList::getServerData(QString&, short unsigned int, QString&, QString&)’:
iplist.cpp:205: error: ‘QTcpSocket’ was not declared in this scope
iplist.cpp:205: error: ‘clientSocket’ was not declared in this scope
iplist.cpp:205: error: expected type-specifier before ‘QTcpSocket’
iplist.cpp:205: error: expected ‘;’ before ‘QTcpSocket’
iplist.cpp:243: error: ‘QXmlInputSource’ was not declared in this scope
iplist.cpp:243: error: expected ‘;’ before ‘source’
iplist.cpp:244: error: ‘source’ was not declared in this scope
iplist.cpp:246: error: ‘QXmlSimpleReader’ was not declared in this scope
iplist.cpp:246: error: expected ‘;’ before ‘reader’
iplist.cpp:247: error: ‘reader’ was not declared in this scope
iplist.cpp: At global scope:
iplist.cpp:479: warning: unused parameter ‘selection’
make: *** [iplist.o] Błąd 1

i think that i dont have some libraries. Could you help me with this ?
 
Status
Not open for further replies.
Back
Top Bottom