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

Search results

  1. samuel157

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

    I used 2 weapons and 2 shields in my left and right hand, two weapons and equipped two shield slots in my left and right hand, but only the left attacks the right, not with both weapons. HAND RIGHT SWORD AND HAND LEFT AXE EXAMPLE.
  2. samuel157

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

    @MartyX i use dev c++
  3. 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...
  4. 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?
  5. 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++
  6. 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)...
  7. 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 {}...
  8. 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"...
  9. 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
  10. 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 +...
  11. 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
  12. 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...
  13. 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.
  14. samuel157

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

    the stone that goes from boosted is this 5879
  15. 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
  16. 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/
  17. 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
  18. 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...
  19. samuel157

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

    --[[ ================================================================================ = ROULETTE SYSTEM FOR TFS = = = = Author: Neutras...
Back
Top