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

    Lua Exp extra for players vips

    can somebody tell me what lines do I have to remove, it doesnt work with tfs 1.5 downgraded 8.6 by nekiro Edit: Already solved it, if anyone want it, you just have to edit player.lua and let this function like this: function Player:onGainExperience(source, exp, rawExp) if not source or...
  2. P

    TSF 1.5 Yalahar mechanism

    Hello, I've been looking for a yalahar mechanism action that works, but so far I've only seen from tfs 0.4-, and it doesnt work on my server, I'll post here the action.lua that I'm using local t = { [51151] = {x=32729, y=31200, z=5}, [51152] = {x=32734, y=31200, z=5}, [51153] =...
  3. P

    [TFS 1.3] Spell cooldown. I am exhausted

    I added this and deleted the cooldown on the spells.xml , I can spam the spell and the spell will appear like text every 1 second and waste my mana, even though it justs attacks on the spell with the timer + 1 second, and that second I dont know where it comes from How can I make it that it...
  4. P

    TFS 1.5 Global Bank request

    I didnt know I had to recompile, thank you!! it works now perfectly
  5. P

    TFS 1.5 Global Bank request

    I've just eddited that answer, yeah I've tried
  6. P

    TFS 1.5 Global Bank request

    I tried it but didnt work, still the npcs doesnt see the money on my bank balance, just the one in my backpack. :( I saw that the protocolgame.cpp in that tutorial shows this change: msg.add<uint64_t>(player->getMoney()); msg.add<uint64_t>(player->getMoney() +...
  7. P

    TFS 1.5 Global Bank request

    I already have that function. The only times I see it works is when buying houses, it seems like npcs doesnt consider the players bank balance. Does anybody know where I can check that? I'm thinking the error is there Edit: I think it may be in this part of the 050-function.lua, I thinks...
  8. P

    TFS 0.X Buy items with money backpack or bank balance 0.4

    Could you help me with this? I'm using last Nekiro Downgraded 8.6 and this is the script of that part in game.cpp if (moneyCount < money) { return false; } for (const auto& moneyEntry : moneyMap) { Item* item = moneyEntry.second; if (moneyEntry.first < money)...
  9. P

    TFS 1.5 Global Bank request

    I'm using the latest TFS 1.5 downgraded to 8.6 by Nekiro, and i'm having problems to add the option that you can but items from npcs without having the money in your backpack and instead taking the cash from bp and also the rest from the bank. Can anyone help me? I already search the whole...
  10. P

    Error compiling Ubuntu 20.04

    After compiling, it always says this and doesnt make any tfs file to run the server. [100%] Linking CXX executable tfs c++: fatal error: Killed signal terminated program lto1 compilation terminated. lto-wrapper: fatal error: /usr/bin/c++ returned 1 exit status compilation terminated...
  11. P

    Action Interface error (doors)

    do you happen to know where can I get that function?
  12. P

    Action Interface error (doors)

    When I try to open a door this error pops up. Lua Script Error: [Action Interface] data/actions/scripts/other/doors.lua:onUse data/actions/scripts/other/doors.lua:42: attempt to call global 'getItemLevelDoor' (a nil value) stack traceback: [C]: in function 'getItemLevelDoor'...
  13. P

    Lua Door error

    could you post the solution? what did you add? or did u changed getLevelDoor to getItemLevelDoor?
  14. P

    Mysql Error on Vip List

    I keep having this error when add someone to vip, when log out with vip and relogin the vip list is clean. I'm using TFS 1.4 Nekiro downgraded 8.6 [Error - mysql_real_query] Query: INSERT INTO account_viplist (account_id, player_id) VALUES (1, 3) Message: Field 'description' doesn't have a...
  15. P

    TFS version

    Where can I find this?
  16. P

    PROBLEM WITH NPC: Lua Script Error: [Npc interface]

    it keeps bumping up on the cmd Lua Script Error: [Npc interface] data/npc/scripts/data/npc/scripts/Arkuliuss.lua:eek:nThink data/npc/lib/npcsystem/npchandler.lua:623: table index is nil stack traceback: [C]: in function '__newindex' data/npc/lib/npcsystem/npchandler.lua:623: in function...
  17. P

    PROBLEM WITH HIGHEST_BIDDER

    [Error - mysql_real_query] Query: SELECT id, highest_bidder, last_bid, (SELECT balance FROM players WHERE players.id = highest_bidder) AS balance FROM houses WHERE owner = 0 AND bid_end != 0 AND bid_end < 1643836093 Message: Unknown column 'highest_bidder' in 'field list' [Error -...
  18. P

    SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

    hi, is there a way to change the client from 10.98 to 8.6? I installed this on my vps and everything works fine except i dont know how to change the client protocol Is there a way I can choose what tfs to install? (I want to install TFS 1.3)
  19. P

    Admin Log

    got the same problem
  20. P

    Cannot get my server online

    I've tried everything and opened ports, granted permissions on antivirus and computer. when I open the server.exe, the admin log writes this down. [29/1/2022 13:23:51] (Error - ?open@ServicePort@@QEAAXV?$vector@Vaddress@ip@asio@boost@@V?$allocator@Vaddress@ip@asio@boost@@@std@@@std@@G@Z)...
Back
Top