• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Brooke

    Advance points

    hello people! I'm having some problem with my advance points, tfs 0.4 Error: [Error - CreatureScript Interface] data/creaturescripts/scripts/points.lua:onAdvance Description: data/creaturescripts/scripts/points.lua:14: attempt to perform arithmetic on local 'points' (a boolean value) stack...
  2. Brooke

    Mining system TFS 0.3.6

    I'm looking for a Mining system, TFS 0.3.6. You collect resources and can trade them for other items etc..
  3. Brooke

    Castle query 0.3.6

    Nvm, i just found it thanks
  4. Brooke

    Solved Storage tile

    Hey! This script is working perfectly, but how can I add a storage to the tile, so people can enter the city every time? function onStepIn(cid, item, pos) if getPlayerItemCount(cid, 10107) >= 1 then doPlayerRemoveItem(cid, 10107, 1) doTeleportThing(cid, {x = 1000, y = 1000, z = 7})...
  5. Brooke

    Linux NPC error

    [17:7:29.785] [Error - NpcScript Interface] [17:7:29.785] data/npc/scripts/Rabaz.lua [17:7:29.785] Description: [17:7:29.785] data/npc/scripts/Rabaz.lua:55: attempt to call method 'addBuyableItemContainer' (a nil value) [17:7:29.785] [Warning - NpcEvents::NpcEvents] Cannot load script...
  6. Brooke

    Bomberman

    Bomberman, 0.3.6 tfs Any player can join at the same time. They just have to press the lever and they will get teleported to the same zone. shouldnt there be "Already in use?"
  7. Brooke

    Bomberman help

    New problem. Anyone can join at the same time, it's really weird. They just have to press the lever, and they will get teleported to the same zone. shouldnt there be something "Already in use?"
  8. Brooke

    Solved Bomberman

    I get this error in my console (when a player kill himself) 0.3.6 + the zone doesnt reset, bombs / blocks. [Error - TalkAction Interface] In a timer event called from: data/talkactions/scripts/bomb.lua:onSay Description: data/talkactions/scripts/bomb.lua:133: attempt to concatenate a boolean...
  9. Brooke

    Linux Compiling error

    Linux ubuntu, tfs 0.3.6 war system This error comes up after a while when I compile "make" luascript.cpp: In static member function âstatic int32_t LuaScriptInterface::handleFunction(lua_State*)â: luascript.cpp:904:23: error: âlua_pushglobaltableâ was not declared in this scope Do you want...
  10. Brooke

    Lua Last man standing - error

    I get this error in my console, tfs 0.3.6 warsystem. linux [Error - GlobalEvent Interface] data/globalevents/scripts/lastman.lua:onThink Description: (luaDoCreateMonster) Monster with name '' not found [Error - GlobalEvent Interface] data/globalevents/scripts/lastman.lua:onThink Description...
  11. Brooke

    Solved Spell ethereal spear

    I get this error in console, tfs 0.3.6 war system [Error - Spell Interface] In a callback: data/spells/scripts/attack/ethereal spear.lua:onGetFormulaValues (Unknown script file) Description: (luaGetPlayerSkillLevel) Player not found [Error - Spell Interface] In a callback...
  12. Brooke

    Linux Mysql query error

    I randomly noticed this error on my console.. mysql_real_query(): SELECT * FROM pending_balance - MYSQL ERROR: Table 'server.pending_balance' doesn't exist (1146) mysql_real_query(): SELECT * FROM suspend WHERE status = 0 - MYSQL ERROR: Table 'server.suspend' doesn't exist (1146) Anyone has...
  13. Brooke

    Linux ubuntu compiling

    I'm trying to compile the sources and then I get this error. Ubuntu 12.04.3 LTS tfs 0.3.6, 3429 configure: error: "lua header not found." I tried to do this: wget http://www.lua.org/ftp/lua-5.1.4.tar.gz tar -xzvf lua* cd lua* make linux && make install then do ./configure again After I did...
Back
Top