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

    Need help running server???

    Change 127.0.0.1 to localhost
  2. 1268995

    Compiling Monster walk above corpse

    He needs the especific part that must be change. In others posts with solution they do not post the especific part to change?
  3. 1268995

    Lua Error on make small tree desappear on this script

    Hello. I am about a hour and a half trying to find a solution for this, and NOTTHING! In this script, when player cut the tree, when the tree is cutted, it transforms to other item id. So the tree, when cutted, become a small tree. 10 seconds after cutting the tree, the small tree MUST become...
  4. 1268995

    Solved Why exhausted are not working on this script?

    setPlayerStorageValue(cid, gab.storage, os.time() + gab.exhausted) I am setting player storage with -> os.time + 3 second exhausted. So if my os.time are, for example, 10:47:00, if i add 3 seconds to it the player will have 3 seconds of exhauusted (exhausted until 10:47:03). I Still dont...
  5. 1268995

    Spriting like a boss. (Just a beginner haha)

    Ok, you are using painting to do your sprites. But you will put them where? in Noxitu Sprite Editor?
  6. 1268995

    How: gesior stuff for counting player online time

    As you said, this code are old. In this script: function onThink(interval, lastExecution) if (tonumber(os.date("%d")) ~= getGlobalStorageValue(23456)) then setGlobalStorageValue(23456, (tonumber(os.date("%d")))) db.executeQuery("UPDATE `players` SET...
  7. 1268995

    Solved Why exhausted are not working on this script?

    Full script: terra = {1304,1305} levels = { [-1] = 2229, ---- skull [0] = 1294, --- small stone [1] = 3976, --- worm [10] = 2149, -- Small Emerald [12] = 2146, -- Small Sapphire [15] = 2145, -- Small Diamond [17] = 2150, -- Small Amethyst [20] = 2147, -- Small Ruby [25] = 2144, -- Black Pearls...
  8. 1268995

    How: gesior stuff for counting player online time

    Oh, i found pro stats here: https://otland.net/threads/gesior-acc-maker-tfs-0-3-5-powergamers-and-online-time-stats.44762/page-3#post-2084852 I will test and tell u if it worked!
  9. 1268995

    Windows Bad Open Map

    Your remeres do not support tibia 10.77 Portuguese, as he said do not speak english: (seu remeres não suporta a versão do tibia 10.77)
  10. 1268995

    Solved Why exhausted are not working on this script?

    Don't work... i putted 5. Also putted 5000 (to se if it was in miliseconds), and none worked. I tested and i dont think is having conflict between the two storages: local gab = { exhausted = 2.7, -- Time you are exhausted. by second storage = 91355 -- Storage used for "exhaust." } local...
  11. 1268995

    How: gesior stuff for counting player online time

    On this link u posted me, there is a : 4. In folder with acc. maker unpack file: pro-stats.zip The link of this pro-stats.zip are BROKEN. Do you remember if this pro-stats.zip were essencial to script work?
  12. 1268995

    Can not loggin my own ot

    doors 7171 7272 are locked onrouter? are locked on ur firewall?
  13. 1268995

    Solved Why exhausted are not working on this script?

    Hello guys, this a system and i am having problens in an exhausted script. Take a look: local gab = { exhausted = 2.7, -- Time you are exhausted. by second storage = 91355 -- Storage used for "exhaust." } local config = { storage = 19333, chance = 10, --- chance de achar um item ou não k =...
  14. 1268995

    Solved how: potion that when used gives, for example, 1k EXP

    Worked, love yaaaaaaaaa!!!
  15. 1268995

    Solved how: potion that when used gives, for example, 1k EXP

    Hello guys. I make some research here but do not found anything. Is that possible to create a potion that when used gives player 1k exp? 1k is just an example. I think its a simple lua script, but not simple for me that are very very noob. But the idea is good. Thanks!
  16. 1268995

    Spriting like a boss. (Just a beginner haha)

    Wich editor do u use? Noxitu? If yes, Noxitu work in 8.6 version?
  17. 1268995

    Novia's OT Serv (Official Mapping Thread) [8.54]

    I just enter in remeres and see that ur map are similar, but is NOT like mine. The shape are similar. Sorry for that.
  18. 1268995

    How: gesior stuff for counting player online time

    Hello. I really dont know if i am posting this on the right place. Sorry if i am not. I make some search and i do not find anything about that. I was thinking about giving a reward for the most online player on the week. But to do this i must know how much time all players spent online. i...
  19. 1268995

    Novia's OT Serv (Official Mapping Thread) [8.54]

    I have your main city on my map but idk where i take it :/ Can you please send me the map of where u take ur main city? Send me the download link if its possible!
Back
Top