• 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. River KA

    Lua TFS 1.X a nil value

    Send me your Discord through PM. Here it works, don't know why it is not working for you. --- Edit: Upgrade it to handle with stackable runes. function Player:conjureItem(reagentId, conjureId, conjureCount, effect) -- Ensures conjureCount if not conjureCount and conjureId ~= 0 then...
  2. River KA

    Lua TFS 1.X a nil value

    function Player:conjureItem(reagentId, conjureId, conjureCount, effect) -- Ensures conjureCount if not conjureCount and conjureId ~= 0 then local itemType = ItemType(conjureId) if itemType:getId() == 0 then return false end local charges = itemType:getCharges() if...
  3. River KA

    invalid password??

    1. Click to edit your account row. 2. Make sure that in password you select the SHA1 conversion once you change your password. 3. Execute this, and you are done.
  4. River KA

    I WOULD LIKE TO REQUEST A REFERENCE OF A "DEV" THAT WILL PROVIDE A SERVICE FOR ME

    If you want a trustable and a professional work, I recommend a friend of mine: @Ezzz You can find his references at: Programmer - Hire me on weekly basis (https://otland.net/threads/hire-me-on-weekly-basis.246148/)
  5. River KA

    /i in game to create items does not work tfs

    On accounts table, set your account type column to 6 — that means ACCOUNT_TYPE_GOD, and you can find it the value possibilities if you search for AccountType_t within enums.h. On players table, set your player group_id column to 6 — that means god of your TFS groups and you can find it within...
  6. River KA

    TFS 1.X+ No privileges for GOD actions

    On accounts table, set your account type column to 6 — that means ACCOUNT_TYPE_GOD, and you can find it the value possibilities if you search for AccountType_t within enums.h. On players table, set your player group_id column to 6 — that means god of your TFS groups and you can find it within...
  7. River KA

    [TFS 1.5] Sex System

    This deserves a trophy, lol
  8. River KA

    What "killed" RL Tibia for YOU?

    So, it's okay to have other blessings and AOL, but not TOF? Since you would lose all blessings and AOL on death, if wasn't because of TOF.
  9. River KA

    What "killed" RL Tibia for YOU?

    Thank you for your response. As I know, the Twist of Fate does not prevents you from losing experience and skill, unless you have other blessings. Because these other ones that will really prevent you from lose experience and skill. Then, the Twist of Fate prevents only by an indirectly way...
  10. River KA

    What "killed" RL Tibia for YOU?

    Why people complains too much about Twist of Fate blessing that prevents the AOL to drop, but never the AOL itself? I don't get it. I'm not defending the blessings, I don't like that idea too. I just don't understand why people think the Twist of Fate is bad and not the AOL.
  11. River KA

    *new player* Looking for a server that suits my needs

    https://kingdomageonline.com/
  12. River KA

    Custom Spell Programmer- Paid Job

    Which TFS version? Are you brazilian?
  13. River KA

    help metatable in lua

    function table.copy(t) -- In case you don't have it within your libs local ret = { } for k,v in pairs(t) do if type(v) ~= 'table' then ret[k] = v else ret[k] = table.copy(v) end end local metaTable = getmetatable(t) if metaTable then setmetatable(ret...
  14. River KA

    C++ Help me with crash server tfs 1.2

    bool Monster::canWalkTo(Position pos, Direction direction) const { pos = getNextPosition(direction, pos); if (attackedCreature) { const Position targetPos = attackedCreature->getPosition(); if (Position::getDistanceX(pos, targetPos) > 10 || Position::getDistanceY(pos...
  15. River KA

    Spell [TFS 1.x+] Omicron

    Where is the issue?
  16. River KA

    Spell [TFS 1.x+] Omicron

    local function executeCombat(_combat, player, var) -- Since we execute it only within this script, it can be a local function player = Player(player) -- player was cid, then we transform it to player userdata if not player then return end _combat:execute(player, var) end...
  17. River KA

    The Forgotten Server Icon Competition - Voting thread - V3

    @Alpha I never removed that because I never posted it at my Discord server, friend. Read my message again, ok?
  18. River KA

    The Forgotten Server Icon Competition - Voting thread - V3

    @zbizu How about another poll? No, thank you. I see no reason to compete again with the OTLand's team. @Kaspar Where's WibbenZ? He's too quiet. It's funny how he accused me and it's you that are defending him all the time instead. And thank you so much to post the proof print! That's all...
Back
Top