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

Search results

  1. S

    what to learn for ot server?

    LUL
  2. S

    what to learn for ot server?

    read the link that i've posted above and if you want to try compiling by yourself you can download the required files to do so, there's also a tutorial on how to do it.
  3. S

    what to learn for ot server?

    making your own .exe file to start your server using these files.
  4. S

    RME for 10.98

    maybe try THIS one
  5. S

    what to learn for ot server?

    how to compile, how to script, how to map. And if im not mistaken, if you want to add custom functions to your server u have to learn how to c++ aswell. (might be wrong however)
  6. S

    [Germany] Athxzor 10.99 STARTING 30.1.2017 !!! CUSTOM ALL!!!

    thats just a transform ring used commonly in 8.6 ots. I was talking about the items that you mentioned in your server description
  7. S

    [Germany] Athxzor 10.99 STARTING 30.1.2017 !!! CUSTOM ALL!!!

    screenshot of anything custom other than your map?
  8. S

    Bag with items quest

    add another - near change so its a comment, i'm sorry for that mistake change line local container = player:addItem(xxxx) - change it to whatever ID the container is to local container = player:addItem(xxxx) -- change it to whatever ID the container is
  9. S

    Bag with items quest

    Here, i've had a really nasty lesson from Xeraphus (duhh he even called me a monkey) but i've learned how to use the tables now) so here you go :) local items = { {2168, 2} } function onUse(player, item, fromPosition, target, toPosition, isHotkey) local storage =...
  10. S

    Lua Question Sote in Game

    <action itemid="xxxx" script="djin.lua" /> -- xxxx = id of the item, preferably something that can be put in your bp make a file and name it djin.lua (or change it to w/e u want) function onUse(player, item, fromPosition, target, toPosition, isHotkey) local storage =...
  11. S

    Bag with items quest

    function onUse(player, item, fromPosition, ItemEx, toPosition, isHotkey) local user = player:getStorageValue(xxxx) -- Put your own storage value instead of xxxx, could be anything that u dont use in your other scripts if user == -1 then player:setStorageValue(xxxx, 1) -- change...
  12. S

    Windows Setting up a TFS 1.2

    Mr @Xeraphus helped me already and showed me some basics (even fixed my map, weirdest bug i've ever encountered) which im certainly grateful for. Thank you for your input aswell @Seckan
  13. S

    Windows OT Server stuck at char select

    did you forward the ports? anything coming up in the console? how did you connect? you can use localhost or 127.0.0.1 in your ip changer to connect if its based on your pc
  14. S

    Anime Talk

    Kuzu No Honkai probably my favourite anime this year so far! its great, it only has 2 episodes because its on-going but im already so into it i demand more, so much more!! :3
  15. S

    Tibia items game, use the last letter.

    Reagent Flask
  16. S

    Windows Setting up a TFS 1.2

    This pops up when i open "UniController.exe", the tutorial is outdated i guess since he has 2 exe files and i only have 1. Before you ask, yes i've red those "must read" files, all 3 of them. One of them mentions about compiling and i dont want that, i just want a clean .exe without having to...
  17. S

    Windows Setting up a TFS 1.2

    Hi everyone, im currently trying to figure out how to set up a blank (empty, no scripts etc) TFS for testing purposes. It's not a project, i just want to learn how to script and i thought that using a live ots with 5x5 area would be a good testing place. However, i cannot start up the exe file...
  18. S

    HalfAway's Hosting Thread

    this ^
  19. S

    Learning a new coding language

    amazing what u can find on internet these days :D
  20. S

    Help with otclient

    tried other graphic settings, turn on vertical sync, opened otclient as administator?
Back
Top