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

    TFS 1.X+ Console error in function '__add' (index a number)

    Thanks for noticing @Infernum, i also saw it before you posted, anyway. I was trying to merge scripts, failed. When i turn off tar.lua, ice.lua works as intended. any idea's? 1615673359 My working solution is not to use the same function names in both scripts. Changed to in ice.lua ~ and...
  2. trustjah

    TFS 1.X+ Console error in function '__add' (index a number)

    function sendConditionCults(playerid, _type, fromPos, toPos, tempo) local player = Player(playerid) if not player or not player:getPosition():isInRange(fromPos, toPos) then return false end local inf = configQuest[_type] print(tempo) tempo = tempo + 2 if tempo...
  3. trustjah

    TFS 1.X+ Console error in function '__add' (index a number)

    print(tempo) ? print(passagemPiso1Piso2) ? don't really know what i am doing here. thanks for responding.
  4. trustjah

    TFS 1.X+ Console error in function '__add' (index a number)

    Hello Otland, I've been trying to get this running the last couple of days but to no avail. the console is throwing; attempt to index a number value stack traceback: [C]: at 0x00388a20 [C]: in function '__add' data/movements/scripts/quests/cults_of_tibia/tar.lua:56: in...
  5. trustjah

    Compiling The Ruby Server

    this is an example; https://support.pixelink.com/support/solutions/articles/3000044961-configuring-visual-studio-for-c-c-projects Include the directory. Open the Property Manager from the View -> Other Windows menu. Click on the project and navigate down to Microsoft.Cpp.x64.user. Right click...
  6. trustjah

    Compiling The Ruby Server

    'boost/asio.hpp': No such file or directory https://www.boost.org/doc/libs/1_70_0/boost/asio.hpp Did you install boost?
  7. trustjah

    Client 7.72 Crash on hunt!

    No crash dump or any other information? We cannot guess what caused this.
  8. trustjah

    TFS 1.X+ Server crash when trading with npc after adding #2130 from otservbr

    I know the code differs alot. I can hack my way around this but it seemed like a tiny change, the code added/removed really isn't all that much to be honest. the modal windows just doesn't want to open on these 2 NPC's due to some incorrect bytes? i don't really know. Well i have reverted the...
  9. trustjah

    TFS 1.X+ Server crash when trading with npc after adding #2130 from otservbr

    Hey guys, I've pick this commit Changeable npc currency by dex-89 · Pull Request #2130 · opentibiabr/otservbr-global (https://github.com/opentibiabr/otservbr-global/pull/2130) from the otservbr repo but the client is crashing every time i trade with a NPC. is it incompatible with my 10.95 client...
  10. trustjah

    Scripter Service for TFS 1.X

    Is @Pox still around?
  11. trustjah

    TFS 1.X+ Spell Invalid area table.

    I completely forgot about the spells lib, thanks for pointing it out. I figured everything was inside data/lib Thank you.
  12. trustjah

    TFS 1.X+ Thread 2 "tfs" received signal SIGSEGV, Segmentation fault.

    I'd suggest to redownload and recompile your sources. How you been modifying source code?
  13. trustjah

    TFS 1.X+ Spell Invalid area table.

    Hey, Been struggling for the last few hours trying to find what i am missing here. I've been trying to add spells but the console is throwing errors. Thought is was compat or table related but i havent got a clue really. This is what the actual spell scripts looks like; Using some version...
  14. trustjah

    TFS 1.X+ Adding doors - bad argument #1 to 'pairs' (table expected, got numbers)

    Hey people, i am trying to incorporate this script function onUse(player, item, fromPosition, target, toPosition, isHotkey) local itemId = item:getId() if table.contains(questDoors, itemId) then if player:getStorageValue(item.actionid) ~= -1 then...
  15. trustjah

    [TFS1.3] Svargrond Arena, monster dont respawn

    https://github.com/opentibiabr/otservbr-global/tree/develop/data/scripts/movements/quests/svargrond_arena
  16. trustjah

    TFS 1.X+ Cant load loot <Item name> does not work

    Thanks! savior, have a beer!
  17. trustjah

    TFS 1.X+ Cant load loot <Item name> does not work

    Hey @Evil Puncker, sorry for the confusion i was manually adjusting that file so that screenshot is incorrect. here is whats actually happening. I've been searching for some commits but cannot seem to find anything related to this or don't know what to search for in the first place. I found...
  18. trustjah

    TFS 1.X+ Cant load loot <Item name> does not work

    Anyone know what commit i have to pick for item name to work? at the moment only item id is being recognized. I've been using some kind of version of TFS 1.2 Thanks in advance.
Back
Top