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

    [TFS 0.3] Save every 15 minutes

    TFS 0.3.0 I need working save.lua script every 15 minutes and broadcast msg. I've got this in ots files: function onThink(interval, lastExecution) saveServer() return TRUE end Thanks!
  2. Jarhead

    [TFS 0.3] !online and /ban command script

    Hiho! TFS 0.3.0 I need this commands !online for players and /ban (account ban) for god ofc :) Rep++
  3. Jarhead

    [TFS 0.3] First items lua script

    I made this myself (all vocations will get leather set and other s**t :D) Working on 0.3.0 Add to creaturescripts.xml: <event type="login" name="FirstItems" script="firstitems.lua"/> Create firstitems.lua in scripts: local firstItems = { 2512, 2384, 2643, 2458, 2649 } function onLogin(cid) if...
  4. Jarhead

    [TFS 0.3] First items lua script

    Hi, I need firstitems script for tfs 0.3.0.0 with this items: All vocations: Backpack - 2003 10 platinium coins - 2152 Sorc: Wand of vortex - 2190 Leather armor - 2467 Chain helmet - 2458 Leather legs - 2649 Leather boots - 2643 Wooden shield - 2512 Druid: Snakebite rod - 2182 Leather armor...
  5. Jarhead

    Znote: Death list

    @Znote Can you help?
  6. Jarhead

    Znote: Death list

    Hi again! ;) I have a problem with death list on Znote AAC, website shows: Notice: Undefined index: is_player in /home/ot/www/public_html/characterprofile.php on line 286 [13 December 2016 (19:29)] Killed at level 193 by monster: Szatan. Death list in characterprofile.php: 286 line...
  7. Jarhead

    Znote AAC creating a character.

    Hmm, setting this permission doesn't help :( Also I got this error on top 5 players widget. Solved: I just set permisson to all files on folder 'cache' via WinSCP. Thank you very much @Cornex and @HalfAway. This is a great example of awesome community!
  8. Jarhead

    Znote AAC creating a character.

    Ok, now I can login on website and server. Thanks guys! How do I repair this on main site: No changelogs submitted. Warning: fopen(engine/cache/news.cache.php): failed to open stream: Permission denied in /home/ot/www/public_html/engine/function/cache.php on line 91 Warning: fwrite() expects...
  9. Jarhead

    Znote AAC creating a character.

    It's the same thing?: passwordType = "plain" When I changed this to "sha1" all my accounts got hashed password.
  10. Jarhead

    Znote AAC creating a character.

    Thank you! Now I got problem with accounts... When creating account, in database 'accounts' I can see new accounts, but password is changing for '7c4a8d09ca3762af61e59520943dc26494f8941b' I need to change this manually to login :( How I can fix this?
  11. Jarhead

    Znote AAC creating a character.

    Hi, I got this error: string(749) "INSERT INTO `players`(`name`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`...
  12. Jarhead

    Debestia ACC Maker

    Czy posiada ktoś acc makera pod stary serwer Gesiora, Debestia 8.3?
  13. Jarhead

    Gesior AAC Instalation problem

    I just change config.lua for this and it works: accountManager = false namelockManager = true newPlayerChooseVoc = true newPlayerSpawnPosX = 100 newPlayerSpawnPosY = 40 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 10 newPlayerMagicLevel = 2 generateAccountNumber = false...
  14. Jarhead

    Gesior AAC Instalation problem

    I'm trying to install AAC for TFS 0.2.13+ and after set server path, I got this error: Parse error: syntax error, unexpected '--' (T_DEC), expecting ';' in /home/ot**/www/public_html/classes/configlua.php(56) : eval()'d code on line 1 First three lines of configlua.php <?php...
  15. Jarhead

    OTS na linuxie vps

    Do zamknięcia.
  16. Jarhead

    OTS na linuxie vps

    Jestem w stanie sypnąć trochę grosza, za pomoc w starcie otsa. Na czym stoje: Tibia 8.3, ots chodzi przez wine. I tak jak wyżej.
  17. Jarhead

    OTS na linuxie vps

    Przy próbie zalogowania wyświetla się że nie prawidłowe hasło. Jak ogarnąć te bazę danych? Przy tworzeniu postaci wywala taki komunikat:
  18. Jarhead

    TEAM SEARCH ONLY GOOD PLAYERS

    Good joke mate. I really enjoyed running on open battles 100v100 (scream: paralyze, trap, combo!) before Cipsoft make pvp system sucks (ppl easily run out from trap etc. It was on 9.00+ Tibia I think).
  19. Jarhead

    OTS na linuxie vps

    I co z config.lua? Jeśli ten na forgottenserver nie ma wielu opcji np. newplayerspawn i całkowicie różni się od tego z plików otsa.
  20. Jarhead

    OTS na linuxie vps

    Szanowny Panie, to akurat wiem :D Mam problem bo nie wiem do jakiego folderu powrzucać pliki otsa razem z bazą danych. Wystarczy zamienić pliki które są w folderze: forgottenserver?
Back
Top