• 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. davidmemo

    Solved boss tfs 1.0

    xD sorr
  2. davidmemo

    Solved boss tfs 1.0

    my error console my code line: 2 for x = fromPosition.x, toPosition.x do line: 71 if player:getStorageValue(boss.storage) ~= 1 or not checkArea(boss.fromPos, boss.toPos) then line: 64 function onStepIn(cid, item, position, fromPosition)
  3. davidmemo

    Solved isSorcerer, isDruid error console

    the problem is that I download the new version, but did not include the new compat.lua many functions that included the old compat, and I copy and paste that was missing in the new old compat.lua, and all this happened to compile the most updated version of its vercion TheForgottenServer,you did...
  4. davidmemo

    Solved gm ghost.lua for game master help

    this is my code function onSay(cid, words, param) local player = Player(cid) if not player:getGroup():getAccess() then return true end if player:getAccountType() < ACCOUNT_TYPE_GOD then return false end local position = player:getPosition() local...
  5. davidmemo

    Solved tfs Destroy field rune

    this is my error console this is my code function onCastSpell(creature, var) local position = variantToPosition(var) local tile = position:getTile() local field = tile and tile:getItemByType(ITEM_TYPE_MAGICFIELD) if field and isInArray(FIELDS, field:getId()) then...
  6. davidmemo

    Solved Error Tile tfs 1.0

    tanks :$
  7. davidmemo

    Solved Error Tile tfs 1.0

    This is the console error: this is my lua local holeId = { 294, 369, 370, 383, 392, 408, 409, 410, 427, 428, 430, 462, 469, 470, 482, 484, 485, 489, 924, 3135, 3136, 7933, 7938, 8170, 8286, 8285, 8284, 8281, 8280, 8279, 8277, 8276, 8323, 8567, 8585, 8596, 8595, 8249, 8250, 8251...
  8. davidmemo

    Solved isSorcerer, isDruid error console

    tanks i solve this error by changing this if not (isSorcerer(cid) or isDruid(cid)) then for this if not player:isSorcerer() or player:isDruid() then
  9. davidmemo

    Solved isSorcerer, isDruid error console

    This is the error console this is my script local berserker = Condition(CONDITION_ATTRIBUTES) berserker:setParameter(CONDITION_PARAM_TICKS, 10 * 60 * 1000) berserker:setParameter(CONDITION_PARAM_SKILL_MELEE, 5) berserker:setParameter(CONDITION_PARAM_SKILL_SHIELD, -10) local mastermind =...
  10. davidmemo

    Solved Tfs 1.0 error Parchment help!

    tanks,
  11. davidmemo

    Solved Tfs 1.0 error Parchment help!

    this is my error in console! and this is my code local demonPositions = { Position(33060, 31623, 15), Position(33066, 31623, 15), Position(33060, 31627, 15), Position(33066, 31627, 15) } function onRemoveItem(item, tile, position) local targetItem = Item(item.uid)...
  12. davidmemo

    Solved warning messages in my compiling

    thank you very much, I was just worried
  13. davidmemo

    Solved Combat not found

    this is the console error: Lua Script Error: [Spell Interface] data/spells/scripts/party/heal.lua:onCastSpell stack traceback: [C]: in function 'doCombat' data/spells/scripts/party/heal.lua:47: in function <data/spells/scripts/party/heal.lua:15> this my...
  14. davidmemo

    Solved warning messages in my compiling

    i dont know if this messages can crash my otf :c 1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------ 1> otpch.cpp 1>C:\local\boost_1_55_0\boost/asio/detail/impl/socket_ops.ipp(1346): warning C4996: 'WSASocketA': Use WSASocketW() instead or define...
  15. davidmemo

    Solved [TFS 1.0] doPlayerAdditem

    muchas gracias :)
  16. davidmemo

    Solved [TFS 1.0] doPlayerAdditem

    heeeeeelp i have the same problem, and i dont know how solved this problem i can read your solution, but i dont know where i need paste this code
Back
Top