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

    TFS 1.2 npc that checks if monster x name exist if yes teleport

    https://github.com/otland/forgottenserver/blob/master/data/talkactions/scripts/teleport_to_creature.lua
  2. Peonso

    Fossil | 4.0 | Development Thread

    Devblog - Weeks #2-3 Mostly steady progress, greater part of it on map, really close to achieving a really cool reacreation similar to what the map would look like in 1998-2000. What is missing now are part of the maps that should be accessible, have minimaps available but the lack of...
  3. Peonso

    What do you love the most about custom map OTServers?

    I hate when there are too many cities expecting 1000 players, and then it has way less and you don't meet people in depots.
  4. Peonso

    otcv8 block player attack by battle windows, enable only creature

    https://github.com/nekiro/TFS-1.5-Downgrades/blob/7.72/config.lua.dist#L4 There is a config.lua setting to handle it server side regarding what @Gesior.pl was talking about.
  5. Peonso

    [7.1] Real Tibia Map as close as possible

    At 32380,32078,10 there is a pick hole that connects to nowhere.
  6. Peonso

    OpenTibia Convert any map to 7.6

    printscreen the files in the map folder
  7. Peonso

    OpenTibia Convert any map to 7.6

    Follow the guide lines, you failed first step.
  8. Peonso

    Tibia 6.x Protocol - Resources?

    That's my plan, I don't see how hard can it be to just change otc layout and mostly remove features.
  9. Peonso

    Tibia Classic PRE 7.0

    It's an overlap from the old minimap with the new one. That room and the one below with the dragons used to be bigger. You making those maps yourself based on minimaps? I tried too find info on that white tiled big room on the last image (with the stones in the center), couldn't find any...
  10. Peonso

    Tibia Classic PRE 7.0

    Uknown source? Where is this from? @kay share the gold!!
  11. Peonso

    felipe93 is thief BECARFUL

    @Kaspar, when the name and shame forum section is opening?
  12. Peonso

    Fossil | 4.0 | Development Thread

    Devblog - Week #1 I was struck by the desire of running a "pre-7.0 era" server after reading Demon Hell PRE 7.0 (https://otland.net/threads/demon-hell-pre-7-0.280382/). I already followed most threads in OtLand regarding that sort of server for a long time, none of them ever went past the...
  13. Peonso

    [7.72] OTHire 0.0.3

    I used default one I think local shutdownAtServerSave = true local function serverSave() if shutdownAtServerSave then doSetGameState(GAME_STATE_CLOSED) doSaveServer(true) doSetGameState(GAME_STATE_SHUTDOWN) else doSetGameState(GAME_STATE_CLOSED)...
  14. Peonso

    Function onUse in spells

    https://otland.net/threads/click-to-select-area-instant-spell.260110/ https://otland.net/threads/use-spells-with-crosshair.254416/
  15. Peonso

    Fossil | 4.0 | Development Thread

    I was just checking that on that youtube channel I linked, everything jumped. Kinda weird, having the monster play the move animation only while standing still (the ones that have one). Gonna have to fix that. The whole purpose of OTC is about being able to set the looks and behavior as you...
  16. Peonso

    Fossil | 4.0 | Development Thread

    The animation is easy to remove by having only the standstilll sprite, that gonna happen. But I like your solution of setting speed to 0 client side. Only my character is supposed to "jump" sqm, or everything moved like that?
  17. Peonso

    Fossil | 4.0 | Development Thread

    In an age of war, price inflation, hunger, hate and many crypto-nft scams, there is not much hope left that things will get better. Let's be honest, they won't. The best course of action is to neglect your children and job even more, and alienate yourself from this crazy world. Dive down the...
  18. Peonso

    Suggestion [Project Showoff] subsection to Discussion

    I used Discussion as either:devblog, proposal discussion, hype builder pseudo advertsiment, many times and it kinda sux when don't have such section on the forum directed at that.
  19. Peonso

    any 7.6 login servers?

    https://github.com/OTCv8/OpenTibiaLoginServer/commit/115c153a47e92a6d7b43add5fa0bd2e9de8368bd
  20. Peonso

    How to get FREE VPS from Oracle Cloud

    I was able to compile OTHire in it no problem. Since I'm totally noob gonna need some more time to setup the entire server in this Linux thing, but thanks nonetheless @Gesior.pl.
Back
Top