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

    NPC FOR BLESS

    someone can help me for add verification for buy all bless, something that only add ones that are missing TFS 1.2 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function...
  2. M

    [10.00/11] OTXServer Full Global Daily Updated!

    someone can help... i have download source and login.php from git, client from tibia official website. site work perfectly. put login.php on C:\xampp\htdocs right?
  3. M

    Lua Castle War

    Ok thanks. large storage works normally?
  4. M

    Lua Castle War

    I need help in this script, all function work perfectly but function for remove Enemies don't work unsing tfs 1.2 10.99 Globalents function onTime() Game.broadcastMessage("[Castle Of Honor] Castle is open! All guilds have 1 HOUR to dominate it, after that it will be closed again and opened...
  5. M

    [tfs 1.2] Add experience when player log in

    getExpForLevel(player:getLevel() + 100) -> getExpForLevel(100)
  6. M

    bomberman-tfs-1.x

    I have this bug #0 0x00000000005ec23e in Game::internalRemoveItem(Item*, int, bool, unsigned int) () No symbol table info available. #1 0x000000000070581e in LuaScriptInterface::luaItemRemove(lua_State*) () No symbol table info available. #2 0x0000648b4ffbaa88 in ?? () from...
  7. M

    BUG SEGMENTATION FAULT ( GDB )

    if this bug for like bug on my server, its not script, its on map. i cant explain now
  8. M

    BUG SEGMENTATION FAULT ( GDB )

    You have solved ?
  9. M

    Solved Server Crash Bt Log tfs 1.2

    Thanks?
  10. M

    Solved Server Crash Bt Log tfs 1.2

    BT Log. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x69ea0a830700 (LWP 28309)] 0x00000000005bc0ae in Item::getItemCount() const () (gdb) bt full #0 0x00000000005bc0ae in Item::getItemCount() const () No symbol table info available. #1 0x00000000005eaf81 in...
  11. M

    TFS 1.3 broadcastMessage problem

    using this broadcastMessage("Server is saving game in one minute. Please logout.", MESSAGE_EVENT_ADVANCE)
  12. M

    NPC TRADE DONATE

    change itens for gold nugget ? tfs ?
  13. M

    All Lua Scripts

    Add bomberman-tfs-1.x
  14. M

    bomberman-tfs-1.x

    I decided post this event for i don't have support chaitosoft where i buy this event i my server cause crash
  15. M

    Lua Slot system mistake

    local function loadSet(cid) local player = Player(cid) if not player then return false end local t = {} for slot=1,10 do t[slot] = '' local s = getPlayerSlotItem(player,slot).uid if s ~= 0 then local targetItem = Item(s) if not targetItem then...
  16. M

    Action .::1-Row Slot Machine::. TFS [0.3/0.4/1.0/1.2]

    --[[ .::1-Row Slot Machine::. For TFS 1.2 by Cybermaster (cbrm) ]]-- -- 1. FRUITS TEMP, FRUITS = { ['APPLE'] = 2674, ['BANANA'] = 2676, ['BERRY'] = 2680, ['CHERRY'] = 2679, ['LEMON'] = 8841, ['MANGO'] = 5097, ['MELON'] = 2682, ['ORANGE'] = 2675...
  17. M

    Action .::1-Row Slot Machine::. TFS [0.3/0.4/1.0/1.2]

    :( not work fo me, not Actions on tiles if i use lever 13:32 You see an item of type 1094. Item ID: 1094, Action ID: 100.
  18. M

    Lua Add Script tfs 1.2 10.99

    someone can help to add this event Action - .::1-Row Slot Machine::. TFS [0.3/0.4/1.0/1.2] i add all script, dont have error, it work but fruits dont apear
Back
Top