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

    Lua Snowball War Event Error

    CACHE_GAMEAREAPOSITIONS = {} on in lib Lib
  2. L

    Lua Snowball War Event Error

    TFS 1.2 10.98 Error Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) attempt to index a nil value stack traceback: [C]: at 0x013f7489e0 [C]: in function 'teleportTo' data/globalevents/scripts/SnowBall_Event.lua:12: in function...
  3. L

    GlobalEvent Snowball War Event (TFS 1.X)

    globalevent function startGame(rounds) if rounds == 0 then if #CACHE_GAMEPLAYERS < SnowBall_Configurations.Event_MinPlayers then for _, players in ipairs(CACHE_GAMEPLAYERS) do Player(players):teleportTo(Player(players):getTown():getTemplePosition())...
  4. L

    GlobalEvent Snowball War Event (TFS 1.X)

    i have this error > Broadcasted message: "[Snowball Event]: Faltam 1 minuto(s) e 1 jogador(es) par a o jogo comeþar.". > Broadcasted message: "[Snowball Event]: O evento foi cancelado por conta de nÒ o ter no minimo 2 jogadores.". > Broadcasted message: "[Snowball Event]: O evento foi aberto, vß...
  5. L

    C++ Exp Shared

    Is possible if player dont atk monsters dont get exp from exp shared ? player use mc for up, one character killing monster and other using heal tfs 1.2 10.99
  6. L

    Party fot teleport

    I need action movements if player have 4 members in party teleport to pos x if not have 4 members back to pos y using tfs 1.2 10.99
  7. L

    Convert Script to tfs 1.2

    wrong vocations vocations = { -- you need to set your numbers from vocations.xml {3, 6}, -- paladin > 3, 7 {4, 7}, -- knight > 4, 8 now working. Very very thaks, @Static_ and @Thexamx happy forever
  8. L

    Convert Script to tfs 1.2

    changed tmpPlayer:teleportTo(config.dungeonPosition) to tmpPlayer:teleportTo(config.dungeonPos)
  9. L

    Convert Script to tfs 1.2

    Lua Script Error: [TalkAction Interface] data/talkactions/scripts/dungeon.lua:onSay attempt to index a nil value stack traceback: [C]: at 0x013f3689e0 [C]: in function 'teleportTo' data/talkactions/scripts/dungeon.lua:79: in function <data/talkactions/ cripts/dungeon.lua:48>
  10. L

    Convert Script to tfs 1.2

    Lua Script Error: [TalkAction Interface] data/talkactions/scripts/dungeon.lua:onSay data/talkactions/scripts/dungeon.lua:74: attempt to call method 'teleportTo' (a nil value) stack traceback: [C]: in function 'teleportTo' data/talkactions/scripts/dungeon.lua:74: in function...
  11. L

    Convert Script to tfs 1.2

    Lua Script Error: [TalkAction Interface] data/talkactions/scripts/dungeon.lua:onSay data/talkactions/scripts/dungeon.lua:29: attempt to compare nil with number stack traceback: [C]: in function '__lt' data/talkactions/scripts/dungeon.lua:29: in function <data/talkactions/s...
  12. L

    Convert Script to tfs 1.2

    i receive this message 00:36 The dungeon is already in use. based in your script but don't work :( no errors and nothing local config = { dungeon_one_open = 33311, dungeon_one_pos = Position(32336, 32217, 7), -- teleport poss knight_in_que = 33313, sorc_in_que = 33314, paladin_in_que = 33315...
  13. L

    Convert Script to tfs 1.2

    dont work =x, no erros im using tfs 1.2 10.99
  14. L

    TalkAction Dungeon with que system (need all vocs)

    please converte for tfs 1.2 =x
  15. L

    tfs 1.2 Dungeon System.

    BUMP
  16. L

    Convert Script to tfs 1.2

    Is possible convert this script for tfs 1.2 and players can use with 4 peoples in party or all voc TalkAction - Dungeon with que system (need all vocs)
  17. L

    [TFS 1.2] Send Player Items to Depot

    Abaa has logged in. Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/others/login.lua:onLogin data/global.lua:159: bad argument #1 to 'pairs' (table expected, got nil) stack traceback: [C]: at 0x013f2b89e0 [C]: in function 'pairs'...
  18. L

    [TFS 1.2] Send Player Items to Depot

    yes
  19. L

    [TFS 1.2] Send Player Items to Depot

    If server start execute script and send itens from player dp
Back
Top