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

TFS 0.4 Update 8.6~

Onizuka

Member
Joined
Jul 5, 2008
Messages
2,291
Reaction score
14
Lua:
luascript.cpp: In member function 'virtual void LuaInterface::registerFunctions()':
luascript.cpp:1398: error: 'LuaScriptInterface' has not been declared
luascript.cpp: At global scope:
luascript.cpp:8460: error: 'LuaScriptInterface' has not been declared
luascript.cpp: In function 'int32_t luaGetItemParent(lua_State*)':
luascript.cpp:8463: error: 'getEnv' was not declared in this scope
luascript.cpp:8465: error: 'popNumber' was not declared in this scope
luascript.cpp:8468: error: 'getError' was not declared in this scope
luascript.cpp:8468: error: 'error' was not declared in this scope
luascript.cpp:8474: error: 'pushThing' was not declared in this scope
make[1]: *** [luascript.o] Error 1
make[1]: Leaving directory `/home/trunk.r3681'
make: *** [all] Error 2
ks315:/home/trunk.r3681#


Any ideas?;x

Regards.
 
Lua:
protocolgame.cpp: In member function 'void ProtocolGame::parseAttack(NetworkMessage&)':
protocolgame.cpp:1326: error: expected ';' before 'msg'
protocolgame.cpp:1327: error: statement cannot resolve address of overloaded function
cc1plus: warnings being treated as errors
protocolgame.cpp:1324: error: unused variable 'creatureId'
protocolgame.cpp: In member function 'void ProtocolGame::sendCancelTarget()':
protocolgame.cpp:2041: error: 'class NetworkMessage' has no member named 'AddByte'
protocolgame.cpp:2041: error: expected ';' before 'with'
make[1]: *** [protocolgame.o] Error 1
make[1]: Leaving directory `/home/trunk.r3681'
make: *** [all] Error 2

Missing some tag '? And thanks for helping.
 
Lua:
protocolgame.cpp: In member function 'void ProtocolGame::parseAttack(NetworkMessage&)':
protocolgame.cpp:1326: error: expected ';' before 'msg'
protocolgame.cpp:1327: error: statement cannot resolve address of overloaded function
cc1plus: warnings being treated as errors
protocolgame.cpp:1324: error: unused variable 'creatureId'
protocolgame.cpp: In member function 'void ProtocolGame::sendCancelTarget()':
protocolgame.cpp:2042: error: expected ';' before 'msg'
protocolgame.cpp:2042: error: statement cannot resolve address of overloaded function

??;'x
 
Last edited:

Similar threads

Replies
2
Views
646
Back
Top