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

Search results

  1. davidmemo

    TalkAction tfs 1.0 !buyaddon "addon

    This talkactions can said whats items you need and show one list of the outfit can give you and this is the script, you can change the items do you need, is very easy and is for only tfs 1.0 this is the code local text = '--Addon List--\n!buyaddon "citizen\n!buyaddon "hunter\n!buyaddon...
  2. davidmemo

    convert this script for use on tfs 1.0

    this is the script local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  3. davidmemo

    Solved tfs 1.0 new i need convert this line of my znoteshop.lua

    this is the line local accid = getAccountNumberByPlayerName(getCreatureName(cid))
  4. davidmemo

    Lua doPlayerAddItem tfs 1.0 bigfood burder quest/rewards.lua

    my big problem is that i in old vercion of me otservert i solved this problems but in this moment i don can solved :c this is my code error and this is my rewards.lua local reward = { [3148] = { {18501, 1}, {18502, 1}, {18503, 1}, {18402, 1}, {18396...
  5. davidmemo

    Solved checkArea and toPosition in boss.lua

    this is my msg error i update the code from https://github.com/PrinterLUA/FORGOTTENSERVER-ORTS but the error still appears :/
  6. davidmemo

    Ayuda server lag cuando los players estan peleando!

    Lo que sucede es que mi servidor es TFS 1.0 10.41 lo estay hosteando en windows server 2012 8gb de ram 200 megas de internet y el procesador es un xeon 4nucleos, el problema es que todo va perfecto pero cuando entra gente por lo regular de 30 players o mas y estan pekeando o peleando lo que...
  7. davidmemo

    Windows tfs 1.0 lag if 30 or more players are online

    the question is that i have one server is microsoft server location is Usa OS: Windows server 2012 Ram: 8GB cpu: intel xeon e5-2660 conection : 200mg download 40mb upload have tfs 1.0 last version and rl map
  8. 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)
  9. 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...
  10. 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...
  11. 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...
  12. 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 =...
  13. 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)...
  14. 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...
  15. 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...
Back
Top