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

    Lua exp rates problem

    @Peonso global.lua dofile('data/lib/libs.lua') for dir in io.popen([[dir "data\lib\" /b /aa]]):lines() do dofile('data/lib/'..dir..'') end ropeSpots = {384, 418, 8278, 8592, 13189, 14435, 14436, 15635, 19518} doors = { [1209] = 1211, [1210] = 1211, [1212] = 1214, [1213] = 1214...
  2. T

    Lua exp rates problem

    @Peonso function Player:onBrowseField(position) return true end function Player:onLook(thing, position, distance) local description = "You see " .. thing:getDescription(distance) if self:getGroup():getAccess() then if thing:isItem() then description =...
  3. T

    Lua exp rates problem

    Hello, If i kill a rotworm on a level 8 char i get 40 exp! rates are not working, i use TFS 1.1 Lua Script Error: [Event Interface] data/events/scripts/player.lua:Player@onGainExperience data/events/scripts/player.lua:120: attempt to index global 'nextUseStaminaTime' (a nil value) stack...
  4. T

    Hoster I am offering FREE hosting.

    https://www.kimsufi.com/en/ 4GB Ram DOES exist. I'm willing to host anyone who needs help, stop judging me!
  5. T

    Hoster I am offering FREE hosting.

    I am still hosting free servers. PM me.
  6. T

    Hoster I am offering FREE hosting.

    Pardon? Do not make accusations @Danger II I just want to make use of my server and help someone out, not everyone is evil and narrowminded.
  7. T

    Solved Compile help 8.6

    If anyone needs help compiling on Linux, let me know Via PM.
  8. T

    A new 860 EVO ot?

    That's the attitude! 0 players online because nobody really knows about it. And nobody gives new OT's a chance. Thats WHY the OT community is SHIT!
  9. T

    A new 860 EVO ot?

    http://numoticot.ddns.net/ 8.60 EVO
  10. T

    [France] Numotic 8.6 EVO FUN

    BUMP
  11. T

    Do you want to be involved with my project?

    Hello, I have a OT hosted 24/7 in france on my own dedicated server. I have a lot of content, good map, good quests/spells etc! Problem: No staff, No active players. I'm looking for a team to help me promote this OT. A team to help me make this OT become popular and most of all ACTIVE! PM me.
  12. T

    Gm Isle [8.6]

    REUPLOAD OR DELETE THREAD!
  13. T

    [France] Numotic 8.6 EVO FUN

    BUMP
  14. T

    [France] Numotic 8.6 EVO FUN

    bump
  15. T

    Compiling HP/MANA BAR %

    @Aleada void ProtocolGame::AddPlayerStats(NetworkMessage_ptr msg) { msg->AddByte(0xA0); msg->AddU16(player->getHealth()); msg->AddU16(player->getPlayerInfo(PLAYERINFO_MAXHEALTH)); msg->AddU32(uint32_t(player->getFreeCapacity() * 100)); uint64_t experience =...
  16. T

    Compiling error :/

    void ProtocolGame::AddPlayerStats(NetworkMessage_ptr msg) { msg->AddByte(0xA0); msg->AddU16(player->getHealth()); msg->AddU16(player->getPlayerInfo(PLAYERINFO_MAXHEALTH)); msg->AddU32(uint32_t(player->getFreeCapacity() * 100)); uint64_t experience = player->getExperience()...
  17. T

    Compiling HP/MANA BAR %

    Most sources are different.... msg->AddByte(0xA0); msg->AddU16(player->getHealth()); msg->AddU16(player->getPlayerInfo(PLAYERINFO_MAXHEALTH)); Thats mine ..
  18. T

    Compiling HP/MANA BAR %

    No.... The source code is wrong and different from my source code @Athenuz
  19. T

    Compiling HP/MANA BAR %

    All of the threads give false information @Athenuz Please help instead of mocking.
  20. T

    Compiling HP/MANA BAR %

    Hello, How can I edit the source to allow my players to see their mana/hp in percentage in the tibia client. It bugs out and resets to 0 etc. I am using TFS .0.3.6 V8 Thanks
Back
Top