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

Recent content by davidmemo

  1. davidmemo

    Zombie Event BETA! [Tfs 1.0] Vers: 0.5

    emm theforgottenserver 1.0 but i solved this problem thanks :D
  2. davidmemo

    convert this script for use on tfs 1.0

    Sorry re-upload, I don't can open the link :/
  3. 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...
  4. davidmemo

    Zombie Event BETA! [Tfs 1.0] Vers: 0.5

    i have one problem and this is the code dofile('data/zombie_system.lua') function onSay(cid, words, param) local player = Player(cid) if Game.getStorageValue(zeStartedGlobalStorage) == 2 then player:sendTextMessage(MESSAGE_INFO_DESCR, 'The Zombie Event has already...
  5. 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)...
  6. davidmemo

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

    thanks *-* emm i have a question this no is equals? local accid = getAccountNumberByPlayerName(player:getName())
  7. davidmemo

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

    this is the line local accid = getAccountNumberByPlayerName(getCreatureName(cid))
  8. 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...
  9. davidmemo

    Solved checkArea and toPosition in boss.lua

    thanks solved :3
  10. davidmemo

    Solved checkArea and toPosition in boss.lua

    i update my boss.lua from the forgottenserver-ort
  11. davidmemo

    Solved checkArea and toPosition in boss.lua

    this is my boss.lua i dont undestand :c for x = fromPosition.x, toPosition.x do function onStepIn(cid, item, position, fromPosition)
  12. davidmemo

    Windows [Znote paac]

    when you see your page from another browser also see this ad?
  13. 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 :/
  14. davidmemo

    Nothing to fully working server with RL map on Debian 7. Or just how to configure a dedicated server

    here apt-get install mysql-server php5-mysql in my putty show this
Back
Top Bottom