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

    how to change?

    1.Config.lua if you have enabled "experience stages" in config.lua then => 2. data/XML/stages.xml if not Config.lua
  2. W

    Solved Display TimeLeft

    bump
  3. W

    Lua Really misterious problem with a creature script

    everything looks good, Any errors ? also tried it like that? function onKill(cid, target) doBroadcastMessage("Just a test if its executed") if getPlayerStorageValue(cid, 18001) == 5 then setPlayerStorageValue(cid, 17012, 19) end if getCreatureName(target) == "Dragon"...
  4. W

    Solved Display TimeLeft

    Distro: TFS 0.3.6 Tibia 8.6 Ok thread edit. How i can display time left, this code gives me error. local curtime = getGlobalStorageValue(1337) local timeleft = curtime - os.time() doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Next lottery in: " ..os.time("%X", timeleft).. "")...
  5. W

    Lua Simple lever script, error

    Works like charm, ohh now i see. Why i used leverPos if i have onUse method lolol Thanks
  6. W

    Lua Simple lever script, error

    Still the same errors. [Error - Action Interface] data/actions/scripts/quests/bkquestlever.lua:onUse Description: attempt to index a nil value stack traceback: [C]: in function 'getTileItemById' data/actions/scripts/quests/bkquestlever.lua:13: in function <data/actio...
  7. W

    Lua Quest log show

    Check data/xml/quests.xml
  8. W

    Lua Simple lever script, error

    Hi, i made simple lever script that you switch lever -> stairs dis/appear. It works but gives errors in console o_O? Why there are errors ... Distro: 0.3.6 build 3293 Error: [Error - Action Interface] data/actions/scripts/quests/bkquestlever.lua:onUse Description: attempt to index a nil value...
  9. W

    Lua doSendAnimatedText Length

    Lol why :D its client limited?
  10. W

    Lua doSendAnimatedText Length

    Hey, is there any way to change Text Length in doSendAnimatedText function? Because when i try to do: doSendAnimatedText(getCreaturePosition(cid), "abcdefghijklmnoprst", TEXTCOLOR_GREEN) i ony get "abcdefghi" output, why not full text?
  11. W

    Solved General programming question

    Thanks for helping me but i found it! :) Thing i was looking for is a file called "LUA_FUNCTIONS" in "doc" directory of my server. Thanks again. :)
  12. W

    Solved General programming question

    I found Your Tutorial, it gave me a bit of knowledge :) but still i miss any info about what function returns and what method, parameters it has, so if there is none special editors for Lua OTS programming then i have to learn by reading other's scripts.
  13. W

    Solved General programming question

    Hello, last time on forum i was long time ago. Since that i have learnt some C++/C# and now after i returned i was like ok easy lets code some scripts... but after a while few questions came up. How do you get those functions for lua scripting so easly, how you know what it returns and what...
  14. W

    Windows [Solved]Code::Blocks TFS Compiling Error

    Hello, i've got a little error, fixed like 100 of them lol, but now i've got one that i can't fix ... thats what i get O.o Code is : DBResult* result = new SQLiteResult(stmt); return verifyResult(result); 144 line in databasesqlite.cpp Thanks. -edit- no idea what happened...
  15. W

    Stian's Dev-cpp repack 0.2 (with crypto++ and 64bit) !

    nvm fixed all problems, compiling fine just make sure to Update OpenSSL to 9.8a and download repack from MEGAUPLOAD link in #1 thanks. Why there is still no edit button ...
  16. W

    Stian's Dev-cpp repack 0.2 (with crypto++ and 64bit) !

    Last 4 lines of my error in log:
  17. W

    memory consume problem

    ye i just removed some useless map, now TFS consume 700MB ram ;p i have other question: Dedicated Servers are expensive these days, can i use VPS to host my server for month then earn for dedi ? if yes, anyone can recommend me any site that i can buy VPS - best Poland site xd
  18. W

    memory consume problem

    hmm i thinkg 1GB Ram for this TFS + 56MB Map and 50+- People would be enought right? *Debian Lenny 32bit
  19. W

    memory consume problem

    a bit small ? xD i thought it consume 100-200mb+- xD x64 - my os | tfs - compiled for x32 i was checking how much i need ram on VPS to host that and i just saw WTF 1.2GB ?!?! :P how much would this consume on Debian 5.0 Lenny?
  20. W

    memory consume problem

    Hello, tfs consume alot of memory with 56mb map O.o, what may cause problem? Windows: Windows 7 64 bit ss here: http://i54.tinypic.com/30vcf3c.png
Back
Top