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

    Lights turns on automatic at X-time!

    local time = 57600 -- time in seconds Means 16 hours before it turns off?
  2. Wartio

    Lights turns on automatic at X-time!

    12 hours = 43 200 seconds But if i put 43200 seconds it will be like 43 secs in my server, so shall i put "4320000"? and it will be 12 hours?
  3. Wartio

    Lights turns on automatic at X-time!

    What should i write here to make the lights turn off after maybe 5 hours?.. Cuz 1000 is like 1 second in my server xdd "addEvent(turnOnLights, time * 1000)"
  4. Wartio

    Lights turns on automatic at X-time!

    Never mind!!! I got it working :D, You added _ to time 2x times, just removed them and its working ;D!!! Thanks alot mate!
  5. Wartio

    Lights turns on automatic at X-time!

    Im getting error "Unexpected symbol near line 28, near "5" And it all works the lights turns on but not off maybe some wrong symobls in script?
  6. Wartio

    Lights turns on automatic at X-time!

    Finally works :) Could you possibly add a small script that makes the light auto turn off again in X time?, If thats ok with you
  7. Wartio

    Lights turns on automatic at X-time!

    I already tried that script too, but gives me massive laggs and then at the end it says "Could not execute event "nightlights" and nothing happens ingame EDIT: Im using TFS 0.4 Rev 3884.
  8. Wartio

    Lights turns on automatic at X-time!

    Thanks for helping, but the lights still does not turn on, they remain to id 1479, i only get broadcast but nothing else.
  9. Wartio

    Lights turns on automatic at X-time!

    :/, Where shall i put it?
  10. Wartio

    Lights turns on automatic at X-time!

    Ok thanks, this is alright ? local width = 1000 local height = {x = 1826, y = 1565, z = 7}, {x = 1837, y = 1569, z = 7}, {x = 1820, y = 1551, z = 7}, {x = 1874, y = 1591, z = 7}, {x = 1864, y = 1598, z = 7}, {x = 1851, y = 1603, z = 7}, {x = 1845, y = 1597, z = 7}, {x = 1852, y = 1592, z = 7}...
  11. Wartio

    Lights turns on automatic at X-time!

    I really dont know what you mean, could you please post full script with those positions?.. Im trying to do it but it does not work well :/
  12. Wartio

    Lights turns on automatic at X-time!

    @artofwork Could you make the lights on these positions only turn on? {x = 1826, y = 1565, z = 7, stackpos = 2}, {x = 1837, y = 1569, z = 7, stackpos = 2}, {x = 1820, y = 1551, z = 7, stackpos = 2}, {x = 1874, y = 1591, z = 7, stackpos = 2}, {x = 1864, y = 1598, z = 7, stackpos = 2}, {x =...
  13. Wartio

    Lights turns on automatic at X-time!

    What does width and height stand for?
  14. Wartio

    Lights turns on automatic at X-time!

    Yea, its only those positions i have written in the script, its about 18 lights i think.. But i cant get them working, i dont know why.. I only get broadcast "The city's streets are lit up. Have a safe evening" But the lights dont turn on (i have all lights id 1479, it suppose to change to...
  15. Wartio

    Lights turns on automatic at X-time!

    @artofwork is it possible to make it work atleast? to turn on the lights ?
  16. Wartio

    Lights turns on automatic at X-time!

    I got a script from this thread: http://otland.net/threads/light-up-the-streets-at-night.197060/ But the lights does not turn on ingame for some reason ;/ Can someone script this and make it so the All lights with id 1479 around the whole map local t = { {x = 1826, y = 1565, z = 7, stackpos =...
  17. Wartio

    Items.XML HELP!

    But when i try to use the items.xml with my new map it doesnt work. Why :/ it does not give any error from ingame positions etc.. it only says about items.xml
  18. Wartio

    Items.XML HELP!

    NVM. just tested it again with my old map, it works now :), But i get alot of other errors.
  19. Wartio

    Items.XML HELP!

    Still same. Could you post any tfs 0.4 rev 3884 items folder?
  20. Wartio

    Items.XML HELP!

    Dunno exactly, but i used those items.xml and otb from my old tfs 0.4 rev 3884, and it worked before but now it just stopped for no reason @Limos Im using TFS 0.4 Rev 3884 without errors, all worked about 2 days ago, but when i mapped some stuff in remere map editor and saved then it wouldnt...
Back
Top