• 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!

otland

  1. D

    New on Otland – What’s the best free OT server to start building my own game?

    I'm new here on Otland and I'm thinking about creating my own OT server. I've been doing a lot of research, but I'm still unsure about which base to use to get started. I'd like to hear from those with experience: What’s the best free OT server currently available to put online? Do you...
  2. Paxiz

    TFS 1.3 Teleport to trainers

    Paxiz submitted a new resource: TFS 1.3 Teleport to trainers - not tested Read more about this resource...
  3. Paxiz

    TFS 1.3 Teleport to trainers

    Script: teleport_with_tileCheck.lua local ENTRY_AID = 60005 -- ActionID on teleport local TARGET_ITEMID = 100 -- You must be teleported only to tile with id 100 change it to your tileid on training monk rooms or other area local fromPos = Position(1000, 1000, 7) -- on your map left up corner...
  4. Paxiz

    TFS 1.3 Quest Chest with item and level and vocation check

    Script vocationChest_with_addLevel.lua in your actions. local AID = 59996 -- action to your chest local STORAGE_ID = 93930593 -- storage id your chest local rewards = { [SORCERER] = {items = {itemid, itemid, itemid}, count = 10, extra = itemid}, -- count for extra itemid [DRUID] =...
  5. Paxiz

    TFS 1.3 Random Teleport

    Script random_teleport.lua in your movements: local TELEPORT_DESTINATIONS = { Position(1000, 1000, 7), -- teleport 1 Position(1020, 1020, 7), -- teleport 2 Position(1025, 1025, 7), -- teleport 3 Position(1030, 1030, 7) -- teleport 4 } function onStepIn(creature, item...
  6. Paxiz

    Teleport with level range TFS1.3

    local destinations = { [1] = Position(500, 500, 7), -- level 1–50 [2] = Position(1000, 1000, 7), -- level 51–100 [3] = Position(1500, 1500, 7), -- level 100+ } function onStepIn(creature, item, position, fromPosition) if not creature:isPlayer() then return true end...
  7. damianek113092

    LastBastion Nowy OTS w produkcji. Admin jest dość skromną osobą, więc chce, by to dotarło do szerszego grona odbiorców!

    Jako że subskrybuję ten kanał i jestem pod wrażeniem zarówno treści, jak i pomysłu na OTS. Zapraszam na kanał CM Tomek na YouTube! To miejsce, gdzie samodzielnie tworzony OTS nabiera życia! Znajdziesz tu filmy z wyjątkowej produkcji, mapowania, skryptowania – od customowego Rooka po niesamowity...
  8. Rookig

    Lua Quiver TFS 1.5 7.72 - Need help!

    Hello everyone someone can help me with Quiver on 1.5 7.72? ex. quiver going on ammo slot, you can pack 6-8 stacks of arrow inside + this quiver will give you ex. 300 cap on arrows when you have equipped it. I will give big + for any help, really need that solution, thank you!
  9. fruitalchemist

    [Affiliate service] Advertise your server on Google Ads.

    🌟 Boost Your Sales with Affiliation Services and Shop Overhaul Guidance! 🌟 Heyllo OTLanders, Gods and Gamemasters! Are you looking to take your business to the next level? Do you want to skyrocket your sales and reach a wider audience? Look no further! I'm excited to introduce my top-notch...
  10. Voltage#8688

    Forums profile title removal

    Hello, Ive read that this: https://gyazo.com/734e2a5449f2c88a013143196db938cc "Web Designer for XY" < Written by my, and it looks like this is a premium feature now. I would like to have it removed completly. Im not working with rangersarcani.com anymore. Please someone in charge delete this...
  11. ROKI721

    [Windows] Batch File with del all temporary files + autostart.

    We have here on otland.net people looking for help with ots, I thought it would be nice to share something that can be useful not only in creating a server. Come on if you need it. 1. You need: keyboard + 2 minutes. ---- Click [Windows] + R, write notepad and press enter. @echo off title...
  12. SalvaART

    [EUROPE][8.60] Triasot - Saturday 16:00 CET [Custom Evolution Map]

    The server was created by experienced Tibia players. When we say experienced, we mean players who have been playing this game from practically the beginning. We stand out with our own custom evo map, full balance of vocations, spells, potions, runes, and old school gameplay... TriasOT 8.60...
  13. Voviz

    My own otland/forgottenserver online incompatible with my own compile edubart/otclient

    Hey guys. I put up the latest version of otland/forgottenserver and when trying to connect using the client edubart/otclient version the following message appears: Only clients with protocol 12.81 allowed! all help is very welcome
  14. GhostX

    [OtLand Official Mapping Competition] [S2] - February Voting Thread *SEASON 2 FINALE*

    Welcome to the voting thread for February's mapping competition & Season 2's Finale! Who shall be crowned the champion of Season 2!? VOTING STAGE: October - "Enchanted Forest" Congratulations to your February Winner & Season 2 Winner @eiserne festung Remember: The prize for the winner of the...
  15. GhostX

    [OtLand Official Mapping Competition] [S2] - February Sign Up

    Welcome to the grand finale of Season 2 of the official mapping competitions! The winner of this OTLand Official Mapping Contest will receive premium to their OtLand account. At the end of a "season", the winner will receive an additional prize! Stay tuned. More details and current standings...
  16. GhostX

    [OtLand Official Mapping Competition] [S2] - September Voting Thread

    Welcome back to a new season of the official OTland Mapping Competitions. VOTING STAGE: September - "Cyberpunk" The entrants shall remain anonymous until the voting stage has concluded. Remember: The prize for the winner of the competition will receive 3-months free premium on OtLand. It is...
  17. nugo

    Suggestion Can we please enable post edits (remove edit expiry) in the Advertisement forum only?

    Hello, Can we please remove the edit post expiry timer in the Advertisement forum? I understand why you added it on the website as a whole to stop people removing there content years later but this feature doesn't really apply to the Advertisement section of the forum and is a painful feature...
  18. nugo

    How does hosting with a proxy work on OTserverlist?

    Lets say you have a server in the EU and a Proxy server in the US, can you add duplicate servers one with the proxy IP in USA and one with the EU IP so you can see it listed for both areas? Or is that not possible/against the rules?
  19. ROKI721

    Remere's | Map dimensions Bug

    Hello, i have a problem with my editor. If i change map dimensions with 2048 | 2048 to any other, my editor has been crashed. I Can't import any map with dimension highter of 2048 or create empty map with highter size map. @Community OTland can u help me with this? Screens in spoiler: I cant...
  20. GhostX

    [OtLand Official Mapping Competition] - September Voting Thread

    VOTING STAGE: SEPTEMBER - "AUTUMN" Well we are finally here! The first voting thread of the relaunch for the OtLand Official Mapping Competition. It was great to see so many sign up and the feedback/reception this has got has been great! The entrants shall remain anonymous until the voting...
Back
Top