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

    Lua Check values from/to?

    Srry, I misquoted, it's the one from @Xeraphus local random_texts = {'Message1', 'Message2', 'Message3'} local random_texts_interval = 14 -- seconds local counter = 0 ------------------------------ function onThink() if counter < os.time() then counter = os.time() +...
  2. sowber

    Lua Check values from/to?

    [17:36:27.618] [Error - NpcScript Interface] [17:36:27.622] data/npc/scripts/rook/Cipfried.lua:onThink [17:36:27.625] Description: [17:36:27.627] data/npc/scripts/rook/Cipfried.lua:13: attempt to compare number with function
  3. sowber

    Lua Check values from/to?

    not about storages at all, (sorry about that), just curious if i'll get lag using this script for all npcs. It's a script wich send random default messages like tibiarl
  4. sowber

    Lua Check values from/to?

    Got it, and what about my npcs? all of them uses this random text script: local random_texts = {'Message1', 'Message2', 'Message3'} local random_texts_chance = 50 -- percent local random_texts_interval = 14 -- seconds ------------------------------ function onThink()...
  5. sowber

    Lua Check values from/to?

    to give storage id for a certain quest when player reaches 8 and show it in questlog
  6. sowber

    Lua Check values from/to?

    Hello, i'm trying to create a script wich checks PlayerStorageValue from number to number. How to it properly with just 1 line? Here comes an example: if getPlayerStorageValue(cid,44601-44700) < 0 then doPlayerSetStorageValue(cid,44601,1-44609,1) -- Storages doPlayerSendTextMessage(cid...
  7. sowber

    About XML/LUA

    well, currently xml is overriding lua. Gonna set it all to LUA instead of XML... Thanks @Xikini
  8. sowber

    About XML/LUA

    Yo, i'm working in TFS 0.4, and i know i can use lua and xml to set shop module to NPC's. What should i use ? Considering a simple shop module, nothing advanced. is there any diff between them? And what happens if the script has shop module activated in both xml/lua? Could i get any bug? Thanks.
  9. sowber

    Linux Best OS to run a TFS 0.4 rev 3777?

    Sup guys, which is the best OS to run a 0.4 rev 33777 + Gesior2012 ? Already tried to run it in ubuntu 14.04, but gome some errors. Does anyone know wich OS runs it stable? Thanks.
  10. sowber

    8.60 TFS 0.4 spellpack with correct damages

    @Blade33711 thanks
  11. sowber

    8.60 TFS 0.4 spellpack with correct damages

    does anyone have it? link's broken
  12. sowber

    Solved Best distro for 8.6?

    @Ninja Sure, gonna try it anyway, cuase it's the best way to learn and improve, thanks for sharing
  13. sowber

    Solved Best distro for 8.6?

    @Xeraphus thanks ;)
  14. sowber

    Solved Best distro for 8.6?

    Hello, i'm considering working in a realmap ots, so which is the best distro working on 8.6? Should i use the latest rev of 0.4, or should i go for 1.x? I know it's probably a noob question, but i'm still learning the processes to develop an OT. Thanks anyway.
  15. sowber

    8.60 real datapack w/ otxserver?

    Yo, does anyone know any 8.6 realmap datapack compatible w/ otxserver 3.0+? It should be as raw as possible, no customs stuffs or anything, sorry if this question sounds newbie, cause i'm really not familiar w/ the newest distros, since i don't work with OTS since 2011.
Back
Top