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

    C++ TFS 0.3.6 ~[SOURCE-EDIT] How to use two weapons and two shields simultaneously?

    const Item* rightItem = inventory[SLOT_RIGHT]; WeaponType_t type = item->getWeaponType(), rightType = rightItem->getWeaponType(); if(rightItem->getSlotPosition() & SLOTP_TWO_HAND) ret = RET_DROPTWOHANDEDITEM...
  2. samuel157

    C++ TFS 0.3.6 ~[SOURCE-EDIT] How to use two weapons and two shields simultaneously?

    TFS 0.3.6 ~[SOURCE-EDIT] How to use two weapons and two shields simultaneously?
  3. samuel157

    C++ How to compile TFS 0.3.6 for 64-bit DEV C++

    How to compile TFS 0.3.6 for 64-bit DEV C++
  4. samuel157

    C++ TFS 0.3.6 - 8.60 Spawn Monsters

    Code: spawnMonster(it->first, sb.mType, sb.pos, sb.direction, 4200); bool Spawn::spawnMonster(uint32_t spawnId, MonsterType* mType, const Position& pos, Direction dir, int16_t t, bool startup /*= false*/) { Monster* monster = Monster::createMonster(mType); if(!monster)...
  5. samuel157

    TFS 0.X TFS 0.3.6 [LUA] COMMAND BUY SELL MARKET SELLER TRADE OFF IN GAME

    @potinho command !List I want that when I sell 3 demon armors for 1 vip coin !sell demon armor 3, 1 I want the command !buy to buy the 3 demon armors for the example price !buy demon armor 3, 1, Player name -- Initialize activeSells if not already initialized activeBuys = activeBuys or {}...
  6. samuel157

    TFS 0.X TFS 0.3.6 [LUA] COMMAND BUY SELL MARKET SELLER TRADE OFF IN GAME

    !buy demon armor, 3, 1, player name demo armor send only 3 demon armor !buy demon armor, 3, 1, player name buy 3 demon armors for 1 vip coin at the price the player launches on the market as 3 @potinho <talkaction words="!buy;!sell" event="script" value="buy.lua"/> <talkaction words="!list"...
  7. samuel157

    Report Data/Spoof IP: sv.luxot.com.br | Site: luxot.com.br

    the characters don't give because they die and the same thing happens in caveboot it's full of mc parody
  8. samuel157

    TFS 0.X 0.3.6 what do i do here config.lua

    adminLogsEnabled = true displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outLogName = "" errorLogName = "" truncateLogsOnStartup = false -D__ENABLE_SERVER_LOGS__ -D__GUI_LOGS__ I have already added these flags to compile, but even so I press CTRL +...
  9. samuel157

    Report Data/Spoof IP: sv.luxot.com.br | Site: luxot.com.br

    1178 players online. Report Data/Spoof IP: sv.luxot.com.br | Site: luxot.com.br
  10. samuel157

    C++ is it possible to put a bar in tfs 0.3.6

    protocolgame.cpp tfs 0.3.6 link: ////////////////////////////////////////////////////////////////////////// Ope - Pastebin.com (https://pastebin.com/BfrxTUXy) // C++ change to show it on 'bar' - 9.6 ots only protocolgame.cpp Find: msg->put<uint16_t>(720); and replace with: // offline training...
  11. samuel157

    TFS 0.X [TFS 0.3.6 - 8.60] - how to make full automap Link on .bmp on Link:

    @Mateus Robeerto is INAPP And TROLL.
  12. samuel157

    Lua Bonus Potion: 0%. increases healing from potions for 1000000000 Does anyone have code?

    the stone that goes from boosted is this 5879
  13. samuel157

    TFS 0.X [TFS 0.3.6 - 8.60] - how to make full automap Link on .bmp on Link:

    [TFS 0.3.6 - 8.60] - how to make full automap Link on .bmp on Link: https://www.mediafire.com/file/1bntjoj1cgcmymh/Automap.rar/file
  14. samuel157

    TFS 0.X [TFS 0.3.6 - 8.60] HOW DO I MAKE IT APPEAR HITKK on YELLOW? Show Damage K / KK

    [TFS 0.3.6 - 8.60] HOW DO I MAKE IT APPEAR HITKK on YELLOW? Show Damage K / KK https://otland.net/threads/show-damage-k-kk.288346/
  15. samuel157

    Suggestion vBulletin Old School 19 years of pure content

    I'm very happy with the forum, just want to leave a suggestion and if the forum isn't better with old school vBulletin
  16. samuel157

    TFS 0.X Roulette System (TFS 0.3.6) How do i install

    local config = { effect = 1345, -- effect on player effectReward = 322, --- effect on top of premium effectLever = 320, -- effect on top of lever eventCoin = 2159, -- item to play qtdCoin = 5, --amount of coin to play lose = false, --chaance for win NOTHING XD...
  17. samuel157

    TFS 0.X ROULETTE SYSTEM FOR TFS 0.3.6 HELP ME SET UP

    --[[ ================================================================================ = ROULETTE SYSTEM FOR TFS = = = = Author: Neutras...
  18. samuel157

    TFS 0.X [TFS-0.3.6 - 8.60] AUTOMAP FULL CLIENT CLASSIC TIBIA HELP!

    how to create automap of my complete server put the automap file in %appdata% file.map
  19. samuel157

    TFS 0.X TFS 0.3.6 - 8.60 How do i Ban [HD]

    function onSay(cid, words, param) if getPlayerGroupId(cid) < 6 then doPlayerSendCancel(cid, "Você não tem permissão para usar este comando.") return false end if param == "" then doPlayerSendCancel(cid, "Uso: !banhd <nome do jogador>") return false...
Back
Top