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

    Gesior Accounts

    how can I do to create character in gesior need premium account?
  2. xLosT

    Linux segmentation fault

    when running CTF event sometimes crash my server and this is my error.. segmentation fault
  3. xLosT

    Linux Direct Proxy

    is possible to create a direct proxy? without the need to use programs such as tibia tunnel, proxifier, etc. just connect to a ip and create a redirect to my server exemple with SOCAT, but the socat redirects is not only using the connection
  4. xLosT

    Lag

    Bump
  5. xLosT

    Potion Friend

    how can I do in order to enable the potion friend be used only if the 2 chars have pz look?
  6. xLosT

    Lag

    Bump
  7. xLosT

    Lag

    I have a problem with my server lag I go into the other server that are hosted in the same company and the ping is much lower, the use of dedicated not even come in 30% and i use HD SSD. anyone have any idea what could be? maybe a script or even the executable? I use TFS 0.4 REV 3777 edited...
  8. xLosT

    Delete Item

    i have this script, i need after save text in restore.txt delete all items in config local config = { [1] = {itemid = 2195, points = 5}, [2] = {itemid = 8888, points = 20}, [3] = {itemid = 6953, points = 15}, [4] = {itemid = 2000, points = 1} } local tablesToSearch = {"player_items"...
  9. xLosT

    recovery points

    bump
  10. xLosT

    recovery points

    bump or save in txt Name, Item, New Name
  11. xLosT

    recovery points

    i need one script to recovery points I enter the recovery server and say !recover Vip Boots, New Character Name in script= Vip Boots is 8 Points add 8 Points to other database in another server
  12. xLosT

    Cannot attack player for 6 seconds when logging in

    change loginProtectionPeriod = 1 * 1000
  13. xLosT

    Lua Script Help

    Bump
  14. xLosT

    Suggestion TIBIACAST DOWN?

    yes tibiacast is hosted in www.staminus.net and staminus is down
  15. xLosT

    Lua Script Help

    if (getCreatureStorage(lastHit, config.lastKillerStorage) == getPlayerGUID(cid)) then doPlayerSendTextMessage(lastHit, MESSAGE_STATUS_CONSOLE_BLUE, "Sorry, you do not get frag when killing the same player (ip)!") return TRUE else local percent = config.percentExp --...
  16. xLosT

    Lua Script Help

    i have this script doPlayerAddExperience(lastHit, gain) doCreatureSetStorage(lastHit, config.lastKillerStorage, getPlayerGUID(cid)) add exp and storage to last player hit i need change to add exp and storage to all players hit
  17. xLosT

    Exp for war servers HELP

    function onKill(cid, target, lastHit) config = { percentExp = 4, } local percent = config.percentExp -- you get 5% experience from enemys total exp local xp = getPlayerExperience(cid) -- fetch enemy experience local calc = ((xp/100) * percent) -- calculate 1% of enemy...
  18. xLosT

    Exp for war servers HELP

    I found one of my old script, see if you can do something with it local percent = config.percentExp -- you get 5% experience from enemys total exp local xp = getPlayerExperience(cid) -- fetch enemy experience local calc = ((xp/100) * percent) -- calculate 1% of enemy...
  19. xLosT

    Exp for war servers HELP

    I also like that you need to create a script with stages exp
  20. xLosT

    Lua Block Login If online

    I want to block entry to the game if the player is already online in tables players "online =1" i use 1 database 2 servers
Back
Top