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

    Lua dungeon lever error

    there were some easy bugs to fix, i fix local kickTo = {x = 956, y = 1039, z = 7} -- kick players after 15 minutes to this position local centerPos = {x = 1000, y = 1000, z = 7} local xRange = 5 local yRange = 4 -- positions and where go local p = { [1] = { player = {...
  2. zabuzo

    Lua dungeon lever error

    why on this part dont have errors? -- 3 how to: after enter in the dungeon, have 15 min to open the chest, if dont teleport to 956/1039/7 local function kickPlayers(players) local spectators = getSpectators(centerPos, false, true, 0, xRange, 0, yRange) for _, spec in ipairs(spectators)...
  3. zabuzo

    Lua dungeon lever error

    0.4, ty, i've edited the topic
  4. zabuzo

    Lua dungeon lever error

    is anybody know how to fix this error [23:47:32.173] [Error - Action Interface] [23:47:32.173] data/actions/scripts/dungeon_lever.lua:onUse [23:47:32.173] Description: [23:47:32.173] attempt to index a number value [23:47:32.173] stack traceback: [23:47:32.173] [C]: in function...
  5. zabuzo

    Lua Dugeon Lever

    bump
  6. zabuzo

    Lua Dugeon Lever

    Only one left! (X) 1 how to: if there is a team doing players cant go in (X) 2 how to: only accept different IPs ( ) 3 how to: after enter in the dungeon, have 15 min to open the chest, if dont teleport to 956/1039/7 (X) 4 how to: after go in have a exausted of 24 hours to go again (X) 5 how to...
  7. zabuzo

    Lua Dugeon Lever

    There is only this lefft: (X) 1 how to: if there is a team doing players cant go in (X) 2 how to: only accept different IPs ( ) 3 how to: after enter in the dungeon, have 15 min to open the chest, if dont teleport to 956/1039/7 (X) 4 how to: after go in have a exausted of 24 hours to go again (...
  8. zabuzo

    Lua Dugeon Lever

    So this is the script for now: local centerPos = Position(x = 1000, y = 1000, z = 7) local xRange = 5 local yRange = 4 -- positions and where go local p = { [1] = { player = { position = {x = 952, y = 1039, z = 7}, toPos = {x = 953, y = 1047, z = 6}...
  9. zabuzo

    Lua Dugeon Lever

    lol u do know everything!? haha what is it 86400? can i show how many minutes left to do dungeon again? is it right \/ local centerPos = Position(x = 1000, y = 1000, z = 7) local xRange = 5 local yRange = 4 -- positions and where go local p = { [1] = { player = {...
  10. zabuzo

    Lua Dugeon Lever

    Lol! Thank you so much! Now there are just 3 left, because i'm fucking dumb and i write 2 asks with number 3 (X) 1 how to: if there is a team doing players cant go in (X) 2 how to: only accept different IPs ( ) 3 how to: after enter have 15 min to do a quest, if dont teleport to 956/1039/7 ( )...
  11. zabuzo

    Lua Dugeon Lever

    THANK YOU (X) 1 how to: if there is a team doing players cant go in () 2 how to: only accept different IPs () 3 how to: after enter have 15 min to do a quest, if dont teleport to 956/1039/7 () 4 how to: after go in have a exausted of 24 hours to go again
  12. zabuzo

    Lua Dugeon Lever

    I want to make a full server based in dugeons but idk how to do the lever system, so i need some help I made this scripts by searching and copy from others scripts, i need 4 things that i asked in comments -- how to So just ctrl+f in scripts "-- how to" in scripts My questions are in the code...
  13. zabuzo

    TFS 0.X Quest random item in percent

    Thank you so much guys!
  14. zabuzo

    TFS 0.X Dugeon System

    bump
  15. zabuzo

    TFS 0.X Quest random item in percent

    Where is this possibility so i can fix? Players always have to get an item: {2525, 50}, {4874, 30}, {2435, 18}, {2502, 1}, {2503, 0.6}, {2504, 0.4} 50+30=80+18=98+1=99+0.6+0.4=100
  16. zabuzo

    TFS 0.X Quest random item in percent

    @Xikini It's not 100% Some times work, sometimes not, and shows this error on console: [23:53:49.034] [Error - Action Interface] [23:53:49.034] data/actions/scripts/dungeon_chest.lua:onUse [23:53:49.034] Description: [23:53:49.034] data/actions/scripts/dungeon_chest.lua:37: attempt to...
  17. zabuzo

    TFS 0.X Dugeon System

    bump
  18. zabuzo

    TFS 0.X Quest random item in percent

    Perfect! Thank you!
  19. zabuzo

    TFS 0.X Quest random item in percent

    bump
  20. zabuzo

    TFS 0.X Dugeon System

    My questions are in the code -- 1 how to: if there is a team doing players cant go in -- 2 how to: only accept different IPs -- after enter have 15 min to do a quest, if dont teleport to 956/1039/7 -- 4 how to: after go in have a exausted of 24 hours to go again -- 5 how to: check if player is...
Back
Top