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

  1. N

    [URGENT] Globalevents error (Unknown scriptfile)

    send your globalevents.xml and your new script
  2. N

    TFS 0.X Stop printing errors in console

    it's just written in another way, but it still returns an error. Would have to change in luascript.cpp
  3. N

    TFS 0.X Stop printing errors in console

    I believe that only changes in source would solve.
  4. N

    TFS 1.X+ TFS 1.3 Walking and using Runes and Potions

    to use rune and potion while running find this function (line 1321) void Player::onWalk(Direction& dir) { Creature::onWalk(dir); setNextActionTask(nullptr); setNextAction(OTSYS_TIME() + getStepDuration(dir)); } change for this: void Player::onWalk(Direction& dir) {...
  5. N

    TFS 0.X Script teleport vip

    He gain access when use rune or finish quest?
  6. N

    TFS 0.X Stop printing errors in console

    function onSay(cid, words, param) local func = doCreateMonster if(words:sub(2, 2) == "n") then func = doCreateNpc end local position = getCreaturePosition(cid) local effect = CONST_ME_MAGIC_RED if(func(param, position) == LUA_ERROR) then effect = CONST_ME_POFF doPlayerSendTextMessage(cid...
  7. N

    TFS 1.X+ TFS 1.3 Walking and using Runes and Potions

    can you post your action.cpp?
  8. N

    Thread with this ID does not exits.

    en - Whenever I post a news on lastnews.php nothing happens, and if I try to post on forum.php it returns me a page written just that, "Thread with this ID does not exits." pt - Sempre que vou posta uma news no lastnews.php nada acontece, e se eu tento postar pelo forum.php me retorna uma pagina...
  9. N

    KILLED, TFS IN UBUNTU 14 -- HELP

    I use TFS 0.4, compiled on ubutu 14, and I'm trying to open the server, but every attempt happens this. after loading maps, he doesn't open, the tfs simply closes. Does anyone have any idea what it might be? maybe the size of the map?
  10. N

    scripts/macros for kondras otclientv8 bot

    some script for fastattack, just like elf / magebot
Back
Top Bottom