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

[9.1] The Forgotten Server v0.2.11pl2 (Mystic Spirit)

Status
Not open for further replies.
well, these errors are pretty straightforward..

the monster PK is using a spell(PK) that doesn't exist
Dharalion/fernfang/ferumbras/orshabaal are using effects that the server doesn't recognize
the other errors are also pretty straightforward, do you really need help to fix those?
 
well, these errors are pretty straightforward..

the monster PK is using a spell(PK) that doesn't exist
Dharalion/fernfang/ferumbras/orshabaal are using effects that the server doesn't recognize
the other errors are also pretty straightforward, do you really need help to fix those?


gain my trust and my rup +!!!
tanks tanks and tanks
 
you can logout with pz.
anyone knows how to fix it?.

That is only possible if your account has type 5. Please check if it does, if it doesn't I'll look into it because it has to be a bug then.
 
i also tought it at first, then made a new acc without type 5 and you cannot logout with pz, its ok
=)
 
uhmm... fast question... could anybody upload a TFS supporting 8.60? I currently see none in the distro section... Please help me, I really need it :D
 
uhmm... fast question... could anybody upload a TFS supporting 8.60? I currently see none in the distro section... Please help me, I really need it :D
Edit 0.3.6 or donate, editing is non stable but it might work. But your best shot is donating.
 
Okay... although it's kinda strange that every other client is released except TFS 8.60... no? I just can't see why, since most experienced mapper stopped upgrading their client at 8.60 :p
 
Okay... although it's kinda strange that every other client is released except TFS 8.60... no? I just can't see why, since most experienced mapper stopped upgrading their client at 8.60 :p
but 8.6 maps works with any 8.6+ client too, and it isn't strange at all ^^
 
Try compile in archlinux

archlinux.fr - outil collaboratif

++ -c -I"." -I"/usr/include/libxml2" -I"/usr/include/lua5.1" -I"/usr/include/mysql" -D_THREAD_SAFE -D_REENTRANT -D__NO_HOMEDIR_CONF__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Werror -Wall -O2 -o obj/game.o game.cpp
game.h: In member function 'void Game::serverSave()':
game.h:520:76: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp: In member function 'void Game::prepareServerSave()':
game.cpp:4696:30: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp:4698:22: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp: In constructor 'Game::Game()':
game.cpp:82:22: error: array subscript is above array bounds [-Werror=array-bounds]
cc1plus: all warnings being treated as errors

make: *** [obj/game.o] Error 1
 
A question, when I use a manapotion with 100 charges, it uses the 100 charges as one. anyone knows how to fix it? :)
 
archlinux.fr - outil collaboratif

++ -c -I"." -I"/usr/include/libxml2" -I"/usr/include/lua5.1" -I"/usr/include/mysql" -D_THREAD_SAFE -D_REENTRANT -D__NO_HOMEDIR_CONF__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Werror -Wall -O2 -o obj/game.o game.cpp
game.h: In member function 'void Game::serverSave()':
game.h:520:76: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp: In member function 'void Game::prepareServerSave()':
game.cpp:4696:30: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp:4698:22: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp: In constructor 'Game::Game()':
game.cpp:82:22: error: array subscript is above array bounds [-Werror=array-bounds]
cc1plus: all warnings being treated as errors

make: *** [obj/game.o] Error 1

Will be fixed for 0.2.12, until then you can manually patch it by opening game.h and changing:
bool serverSaveMessage[2];
to:
bool serverSaveMessage[3];
 
More Errors

Will be fixed for 0.2.12, until then you can manually patch it by opening game.h and changing:
bool serverSaveMessage[2];
to:
bool serverSaveMessage[3];

archlinux.fr - outil collaboratif

g++ -c -I"." -I"/usr/include/libxml2" -I"/usr/include/lua5.1" -I"/usr/include/mysql" -D_THREAD_SAFE -D_REENTRANT -D__NO_HOMEDIR_CONF__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Werror -Wall -O2 -o obj/luascript.o luascript.cpp
luascript.cpp: In static member function 'static int32_t LuaScriptInterface::luaGetPlayersByIPAddress(lua_State*)':
luascript.cpp:6538:11: error: variable 'mask' set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors

make: *** [obj/luascript.o] Error 1
 
A question, when I use a manapotion with 100 charges, it uses the 100 charges as one. anyone knows how to fix it? :)

Go into your potions file and change the instances of doTransformItem to doRemoveItem
 
Status
Not open for further replies.
Back
Top