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

    [The_Hide] Taming Mounts (Like rl tibia)

    Your script in polish is not readable to me, about chance, you just have to change in tfs script.
  2. LucasFerraz

    [The_Hide] Taming Mounts (Like rl tibia)

    You should optimize it. Why do not use original TFS script? TFS original script just miss a fix to Music Box local ACTION_RUN, ACTION_BREAK, ACTION_NONE, ACTION_ALL = 1, 2, 3, 4 local TYPE_MONSTER, TYPE_NPC, TYPE_ACTION, TYPE_UNIQUE = 1, 2, 3, 4 local config = { [13307] = {NAME =...
  3. LucasFerraz

    [9.6] Realmap V3

    what
  4. LucasFerraz

    Current Outfit -> XML Line (For making NPCs)

    Which the diff from the other one? I didnt get it
  5. LucasFerraz

    [9.8] Track Maps

    I already asked him, he do not want to share(give/sell). I still don't know why people join Open Source Community :)
  6. LucasFerraz

    [9.8] Track Maps

    Position?
  7. LucasFerraz

    Lua doSaveHouse [HELP]

    Error here (if (getTileInfo(fromPosition).house) then), print:
  8. LucasFerraz

    [Modern AAC] How to redirect in system\application\controllers?

    /* Function to check if passed login and password are correct, it uses abstract database model. */ function _check_login() { $this->load->model("Account_model"); if($this->Account_model->check_login() == false) { $this->form_validation->set_message("_check_login", "Account name...
  9. LucasFerraz

    do monsters only think when there are players near?

    You can do it in globalevent
  10. LucasFerraz

    Lua NPC who teach spells

    Working perfect, thank you! EDIT: http://otland.net/project.php?issueid=2327
  11. LucasFerraz

    Lua NPC who teach spells

    You changed elseif(not parameters.vocation(cid)) then to elseif(not isInArray(parameters.vocation, getPlayerVocation(cid))) then. I will test
  12. LucasFerraz

    Lua NPC who teach spells

    modules - Pastebin.com
  13. LucasFerraz

    Lua NPC who teach spells

    Same error
  14. LucasFerraz

    Lua NPC who teach spells

    vocation nil value
  15. LucasFerraz

    Lua NPC who teach spells

    This error just occurs if the right vocation and right level try to learn
  16. LucasFerraz

    Feature [creatureEvent] onMove very advanced

    What about it? Error here (if (getTileInfo(fromPosition).house) then), print:
  17. LucasFerraz

    Feature [creatureEvent] onMove very advanced

    I want to know -.-
  18. LucasFerraz

    Lua NPC who teach spells

    Do not work
Back
Top