• 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

    Solved TFS 0.4 Level Up big clounds with thunder effect.

    Hello, as title says i am trying to change level up animation which was set on default, but i can't find it anywhere. Any idea where i can find it? (tried with notepad++ search for "CONST_ME_BIGCLOUDS") nothing found just spell.
  2. W

    Compiling TFS 0.4 r3884 sqlite problem

    Sup, i am trying to compile this rev but got alot errors with sqlite... make[1]: Entering directory `/root/ots/trunk.r3884' g++ -I/usr/include/libxml2 -O2 -fomit-frame-pointer -D__USE_SQLITE__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -Wno-unused-parameter...
  3. W

    TFS 0.4 Freeze

    Hiho, my tfs just freezes after 6hours +- after starting it, no idea what is going on. No errors in console, also quoted server clean and server save and it still freezes. Any idea what is going on ?
  4. W

    Lua Clean Globalevent problem.

    Sup, clean globalevent freezes server o_O no idea why there aren't much code lol Also i have set up it for 13:00 and it cleaned at 22:00 o_O wtf? Distro: TFS 0.4 Client: Tibia 8.60 Dedi: Debian 6 32bit globalevents.xml <globalevent name="clean" time="13:00" event="script" value="clean.lua"/>...
  5. W

    PayGol rozliczenie? + Homepay umowa.

    Witam, mam parę pytań. Czy umiał by mi ktoś kopsnąć przykładową umowę z Homepaya jak ona wygląda? Jak wygląda rozliczanie z PayGolem, tak samo jak w homepay ? Po miesiącu przychodzi umowa o dzieło podpisać i wysłać? a potem rozliczyć PIT 11 ? :confused:
  6. W

    Solved Kill specific ammount of monsters. problem

    -EDIT- Fixed, forgot to add return true at the end of creaturescript ...
  7. W

    Znote Paygol problem

    Hiho, i have a little problem... Configured it like tutorials said but after i do tests it checks the code, says that everything is ok and then my index.php page appears without any message or w/o adding points :S First of i made PayGol account and configured it like that: Then i edited my...
  8. W

    [8.60]Need people for testing server.

    Heyy, as title says i am looking for people who are bored or would like to help others, i would like to test my server. If someone would like to play around and report some bugs or something i would be wery thankfull and maybe i will add title after tests to every person which participated :)...
  9. W

    Looking for people for testing server.

    Heyy, as title says i am looking for people who are bored or would like to help others, i would like to test my server. If someone would like to play around and report some bugs or something i would be wery thankfull and maybe i will add title after tests to every person which participated :)...
  10. W

    Solved Write server info to file error

    -edit- Error in 3rd post. Hiho, i have managed to add server info to Znote AAC and it works but it looks like it can get the values from socket once for five minutes. x = number First time or after five minutes+- i refresh page, it shows correct: Server Online Players: x Uptime: xh xm but...
  11. W

    [Rozwiązany] Mintshost hosting<=>ots te same ip

    Witam, nie wie ktoś jak zrobić przekierowanie z hostingu www na vps ? Żeby na strone i do otsa było to samo ip.
  12. W

    Linux Debian 6 Starting TFS 0.3.6pl1 error

    -EDIT- Nevermind, deleted few lines in c++ which were about blacklist. Ok so successfully compiled TFS 0.3.6.pl1 on my new VPS Debian 6 32bit with Direct Admin. After that i copied data from my pc to my vps and tried to run tfs with command: root@xxx:~/forgottenserver/source#...
  13. 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).. "")...
  14. 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...
  15. 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?
  16. 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...
  17. 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...
  18. 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
  19. W

    Lua createitem.lua error

    Error: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/createitem.lua:onSay data/talkactions/scripts/createitem.lua:11: attempt to index local 't' (a boolean value) stack traceback: data/talkactions/scripts/createitem.lua:11: in function...
  20. W

    [Naprawiony]Ktos zginie to nic expa nie spada ;/

    Jezeli ktos zginie to itemki wypadaja normalnie a exp nie spada wogole... TFS v0.3.4pl2 w config lua jest ustawione na 40% spadku expa playerdeath.lua local config = { deathListEnabled = getBooleanFromString(getConfigInfo('deathListEnabled')), sqlType = getConfigInfo('sqlType')...
Back
Top