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

    The reason why tfs is delayed: we let the great programmers goes away

    It is a fact that in a short time @fabian766 created (or modified) a tfs that is thousands of times better than the standard tfs here in otland. I recently saw him commenting that he doesn't work 100% on his tfs, due to lack of time (because he needs to work in another job to pay the house...
  2. R

    AAC ZnoteAac Shop

    post your !shop.lua code
  3. R

    TFS 1.X+ Doubt using and or in lua

    that hard, and I almost an hour in this shit
  4. R

    [TFS 1.3] Missing Voice Module

    data/npc/scripts/loot.lua, post the code
  5. R

    TFS 1.X+ Doubt using and or in lua

    the error is in this line Premium: " .. player:isPremium() and 'Is' or 'Not' .. How can i solve this line error? function onSay(player, words, param) player:popupFYI("Player Info!" .. "\nInitial Information: " .. "\nNick: " .. player:getName() .. "\nLevel: " ...
  6. R

    TFS 1.X+ Lua remove item charges

    don`t now, but i`m using tfs 1.3 for 8.6 i think i have
  7. R

    TFS 1.X+ Lua remove item charges

    i edited above, can u look too? if player drop item, addevent keep runing :(
  8. R

    Lua Wood cutter lua

    I appreciate your effort in trying to help me, I will take your code and read it calmly. as soon as i get it to the lua i post it here to the community. thank you so much
  9. R

    TFS 1.X+ Lua remove item charges

    but when it go into addEvent, it doesn't run, because it return false: print(removeItem:hasAttribute(ITEM_ATTRIBUTE_CHARGES)) if removeItem:hasAttribute(ITEM_ATTRIBUTE_CHARGES) then it print false, but my item have 100 charges left, probable because removeItem is a table, and not a item...
  10. R

    TFS 1.X+ Lua remove item charges

    here i get this error: Lua Script Error: [Action Interface] data/actions/scripts/wandMagic.lua:onUse data/actions/scripts/wandMagic.lua:12: attempt to call method 'hasAttribute' (a nil value) stack traceback: [C]: in function 'hasAttribute' data/actions/scripts/wandMagic.lua:12...
  11. R

    TFS 1.X+ Lua remove item charges

    why are u removing addEvent inside removeCharges function? i need this add event repeat... with uncomment addEvent i get error: Lua Script Error: [Action Interface] data/actions/scripts/wandSkills.lua:onUse LuaScriptInterface::luaAddEvent(). Arguments #3 and #4 are unsafe stack traceback...
  12. R

    TFS 1.X+ Lua remove item charges

    either failed bro, the first one: data/actions/scripts/wandSkills.lua:5: attempt to index local 'checkItem' (a number value) and second: data/actions/scripts/wandSkills.lua:5: attempt to index local 'checkItem' (a nil value)
  13. R

    TFS 1.X+ Lua remove item charges

    but what i need to pass? item.uid?
  14. R

    TFS 1.X+ Lua remove item charges

    Hello, I made this code where the player uses a rune that has 300 charges. Each charge will give him 1 crystal coin. But there is a bug, when there are 2 runes in the backpack. When I use rune 2, the charge is being deducted from rune 1 (I think it's because it comes first in the backpack). how...
  15. R

    Spells Versus Walls

    it happens with all wall? or this specific wall
  16. R

    Lua position changed, why?

    Why positionTWO changed positionOne? how can i do that position2 will not change position one? local positionONE = Position(100, 100, 7) local positionTWO = positionONE positionTWO.x = 500 print("positionONE:", positionONE.x, positionONE.y, positionONE.z)...
  17. R

    Compiling Tfs SDK vs VCPKG

    1.3* when u test u give me the answer, thx a lot bro
  18. R

    Compiling Tfs SDK vs VCPKG

    and is it possible to do some method where I can compile both source 1.2 and 1.3 on the same computer?
  19. R

    Compiling Tfs SDK vs VCPKG

    there are 2 methods to compile the source in windows I had source 1.2 and the TFS SDK method (everything goes well). However when I download source 1.3, it gives several errors during compilation, so I thought, I will install VCPKG and try. I installed vcpkg and gave a thousand errors when...
  20. R

    Merry Christmas!

    MC.
Back
Top