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

The Forgotten Admin

setItemMagicLevel
getItemMagicLevel

Have HitChance, Armor, Defense, Attack, ExtraAttack, ExtraDefense, AttackSpeed. Only need this now.
 
Linux
xxxx:~/admin# g++ -o TheForgottenAdmin -lgmp *.cpp
commands.cpp: In function 'int setServer(char*)':
commands.cpp:54: error: 'strlen' was not declared in this scope
commands.cpp: In function 'int cmdConnect(char*)':
commands.cpp:83: error: 'strlen' was not declared in this scope
commands.cpp:206: error: 'rand' was not declared in this scope
commands.cpp: In function 'int commandBroadcast(char*)':
commands.cpp:322: error: 'strlen' was not declared in this scope
commands.cpp:329: error: 'strcpy' was not declared in this scope
commands.cpp: In function 'int commandKickPlayer(char*)':
commands.cpp:444: error: 'strlen' was not declared in this scope
commands.cpp:452: error: 'strcpy' was not declared in this scope
commands.cpp: In function 'int commandSetOwner(char*)':
commands.cpp:479: error: 'strlen' was not declared in this scope
commands.cpp:496: error: 'strcpy' was not declared in this scope
commands.cpp: At global scope:
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
commands.cpp:661: warning: deprecated conversion from string constant to 'char*'
main.cpp: In function 'int main(int, char**)':
main.cpp:66: error: 'srand' was not declared in this scope
main.cpp:70: warning: deprecated conversion from string constant to 'char*'
main.cpp:71: warning: deprecated conversion from string constant to 'char*'
main.cpp:90: error: 'strcmp' was not declared in this scope
main.cpp:96: error: 'strlen' was not declared in this scope
main.cpp:104: error: 'strlen' was not declared in this scope
main.cpp: In function 'CommandLine* parseLine(char*)':
main.cpp:184: error: 'strlen' was not declared in this scope
main.cpp:202: error: 'strlen' was not declared in this scope
main.cpp:205: error: 'strcpy' was not declared in this scope
main.cpp: In function 'int (* getCommand(char*, bool))(char*)':
main.cpp:226: error: 'strcmp' was not declared in this scope
main.cpp:230: error: 'strcmp' was not declared in this scope
networkmessage.cpp: In member function 'void NetworkMessage::AddString(const char*)':
networkmessage.cpp:272: error: 'strlen' was not declared in this scope
networkmessage.cpp:277: error: 'strcpy' was not declared in this scope
networkmessage.cpp: In member function 'void NetworkMessage::setEncryptionKey(const uint32_t*)':
networkmessage.cpp:292: error: 'memcpy' was not declared in this scope
networkmessage.cpp: In member function 'void NetworkMessage::XTEA_encrypt()':
networkmessage.cpp:306: error: 'memset' was not declared in this scope
rsa.cpp: In member function 'bool RSA::encrypt(char*, long int)':
rsa.cpp:70: error: 'memset' was not declared in this scope
xxxxx:~/admin#
Winshit
Compiler: Default compiler
Building Makefile: "C:\tfs\trunk.r3\Nowy folder\Makefile.win"
Executing make...
make.exe -f "C:\tfs\trunk.r3\Nowy folder\Makefile.win" all
g++.exe -c ../rsa.cpp -o ../rsa.o -I"C:/The Forgotten Dev-Cpp/include" -D__WINDOWS__

In file included from ../rsa.h:25,
from ../rsa.cpp:22:
../definitions.h:46: error: variable or field `OTSYS_SLEEP' declared void

../definitions.h:46: error: `OTSYS_SLEEP' declared as an `inline' variable
../definitions.h:46: error: `uint32_t' was not declared in this scope
../definitions.h:47: error: expected `,' or `;' before '{' token

make.exe: *** [../rsa.o] Error 1

Execution terminated
 
how do i fix wrong temple positon

how do i fix wronge temple position?? this is the only thing blocking me to get my ot public it is GUI - Mystic Spirit(tibiahelp.com (realmap+datafile)
 
Wrong temple postion

how i fix wrong temple position GUI - Mystic Spirit (tibiahealp.com
realmap+datafile
 
possibly make it so when u /info as an admin you actually get the players password.. and you can do it when the player is offline
:D
 
how can i change the level of the new players... (the account manager) to get my players start on lvl 45(its a example)
 
!sell nameofitem,cost
!buy nameofitem,cost
!hail name gives some point to buy rare items!!
 
Back
Top