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

    TFS 1.X+ Event erro

    hello, I have this error in this function what can it be?
  2. J

    Lua New Attributes

    I can't, my source already has some changes
  3. J

    Lua New Attributes

    good morning, i have a problem here when deploying this system in my source, my items.cpp and items.h are not the same as github. how can i add this part?
  4. J

    Lua Boss Event

    hello, could someone modify this script for the event to start in interval mode instead of days? tfs 1.3 function onThink(interval) Bosses:checkTime() return true end note: in case the event is starting for scheduled days I want it to start every 1h
  5. J

    Lua Snavy & Levi - Free Scripting Service - TFS 1.3

    hello, could make a lottery system every 2 hours will be drawn among the following parameters: gold tokens or 30% exp. in this case all online players will win one of the above parameters
  6. J

    TFS 1.X+ CRASH server

    BUMP!!!!
  7. J

    TFS 1.X+ CRASH server

    as well? I didn't understand what I meant, I'm a layman at that
  8. J

    TFS 1.X+ CRASH server

    good morning, my server is crashing I have these log what can it be?
  9. J

    Lua FIX erro on autoloot

    unsuccessfully, am trying to make these changes can help me? autoloot in my monsters.lua file function Monster:onDropLoot(corpse) if configManager.getNumber(configKeys.RATE_LOOT) == 0 then return end local mType = self:getType() if mType:isRewardBoss() then...
  10. J

    Lua FIX erro on autoloot

    what should i change?
  11. J

    Lua FIX erro on autoloot

    fix? function Monster:onDropLoot(corpse) if configManager.getNumber(configKeys.RATE_LOOT) == 0 then return end local mType = self:getType() if mType:isRewardBoss() then corpse:registerReward() return end local player =...
  12. J

    TFS 1.X+ Market crash client

    I didn't make any changes version 10+
  13. J

    TFS 1.X+ Market crash client

    hello, i'm debugging when trying to open the market.
  14. J

    Lua autoloot does not work

    BUMP
  15. J

    Convert script to tfs 1.3

    good, can someone convert these scripts to tfs 1.3?
  16. J

    Lua autoloot does not work

    Good morning, how can I change these changes in my script? autoloot function Monster:onDropLoot(corpse) if configManager.getNumber(configKeys.RATE_LOOT) == 0 then return end local mType = self:getType() if mType:isRewardBoss() then corpse:registerReward()...
  17. J

    [12.x] OTServBR-Global

    I installed the libs using the source without edits even though the error when trying to compile
  18. J

    [12.x] OTServBR-Global

    tried here with the source of the repository the same error
  19. J

    TFS 1.X+ Compiling error

    if (outfit.lookType != 0) { key = "LookType"; item->setCustomAttribute(key, static_cast<int64_t>(outfit.lookType)); key = "LookHead"; item->setCustomAttribute(key, static_cast<int64_t>(outfit.lookHead)); key = "LookBody"; item->setCustomAttribute(key...
  20. J

    [12.x] OTServBR-Global

    @EduardoDantas with the changes of protocol 12.64 when trying to compile this error objective, a solution? /home/source/src/item.h:463:4: required from ‘void ItemAttributes::setCustomAttribute(std::__cxx11::string&, R) [with R = long int; std::__cxx11::string =...
Back
Top