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

    [TFS 1.4] Spell: Empower Summons (Monster AI)

    Try adding the line "and not tile:hasFlag(TILESTATE_FLOORCHANGE)" to the function teleportSummon like i have done below. local function teleportSummon(summon, position) local tile = Tile(position) if tile and tile:isWalkable() and not tile:hasFlag(TILESTATE_PROTECTIONZONE)...
  2. slayzer

    Recreate the thrill?

    Good luck on your project! Unfortunately custom maps rarely gets the numbers of players they deserve. People only want to play "RL" map. Maybe with a few custom spawns. I personally love custom maps so i really wish you succeed :)
  3. slayzer

    Nelvara, Reset and Update Discussion Thread - The Unity of Nations, Misty Mountains

    If you look at the pictures in the discord or on the wiki then you might be able to spot yourself (Source: I found 2 of my character names there)
  4. slayzer

    Nelvara, Reset and Update Discussion Thread - The Unity of Nations, Misty Mountains

    100 players showing interest in a custom OT these days is quite a lot 😅 Good luck! hope to see it online sometime in the future
  5. slayzer

    Nelvara, Reset and Update Discussion Thread - The Unity of Nations, Misty Mountains

    I would give it a go yeah! Remember really liking the map. Didnt find any pictures on my PC, but i did find a guide i made for the server https://nelvara.fandom.com/wiki/Vampire_Bride_Quest/Spoiler Apparently my name was Cereal ingame
  6. slayzer

    Nelvara, Reset and Update Discussion Thread - The Unity of Nations, Misty Mountains

    I sure do. Still got some fond memories of this server :)
  7. slayzer

    I just wanted to say goodbye before I going away on my other adventures

    Fucking knew this was happened the moment i saw the thread. You can leave, but you will always be back. Always
  8. slayzer

    Tibia 3D Multiplayer Project - what do you think?

    Looks awesome now, keep up the good work!
  9. slayzer

    Why there is no normal servers anymore?

    If you ever were to try modern tibia again, then i would recommend playing ironman. That is what i currently play and i love it. No market, no trading with others or getting carried through quests. Felt super awesome looting elvish bow after 891 elf scouts, since it was a huge upgrade for me and...
  10. slayzer

    Where to start learning about OT Clients/Servers?

    You can get pretty far with just Lua code honestly. https://otland.net/threads/scripting-guide.74030/ This guide is what got me started. Only issue is is that its written for an older TFS, so not all functions will be relevant. https://github.com/otland/forgottenserver/wiki This wiki will be...
  11. slayzer

    Nostalther Violet - True 7.4 Reverse Engineered Project

    Looks really nice. Shame its on US West though.. not sure if i miss the nostalgic 150 ms ping. Will still give it a go though. Also i don't know how people can write shit about a server they have never tried.. hate that about Otland
  12. slayzer

    What happened to znote.eu?

    Issues with the host. He is working on a solution.
  13. slayzer

    YurOTS (TFS 1.2) MySQL 🎇 Happy New Year

    Its impossible to help you without knowing what problems and errors you have
  14. slayzer

    Suggestion Remove otservlist subforum

    The internet and especially this forum is so full of toxic individuals who only finds joy in harassing others. People literally go into threads just to shit talk. I am assuming they are just trolls. And after many years there are mostly just trolls left. If the moderators banned them then the...
  15. slayzer

    Lua Task system: Problem with sharing tasks in party

    I can, but be aware that this script is designed for the server i am working for. Some parts might need to be changed in order to get it to work on your server. Revscript: Tasks.lua monster_tasks = { { id = 19000, task_name = "Trolls", monster_names = {"Troll"...
  16. slayzer

    Lua Manarune show added mana/health after use

    I only posted the functions i changed. You are missing local runeTest = Spell(SPELL_RUNE) at the top
  17. slayzer

    Lua Manarune show added mana/health after use

    Not tested. function calculateMana(creature) local level = creature:getLevel() local magicLevel = creature:getMagicLevel() return math.random(level, level * 2) + math.random(magicLevel, magicLevel * 3) end function runeTest.onCastSpell(creature, variant) local target =...
  18. slayzer

    TFS 1.X+ Distance effect damage

    Not sure if its allowed, but you could maybe have two Combats? CombatOne is the same as the one in your script. You can change it so it deals 0 damage. CombatTwo got the same area as CombatOne, but doesn't have an effect. It just deals damage. Tried to toss something together fast. Cant test it...
  19. slayzer

    [France] [7.4] Faloria | Server started [11th Feb - 2022]

    It's fun to see people who hate the server log in and play regularly. Even regularly bump the thread to give the server more exposure :)
  20. slayzer

    Retrocores serious privacy violation ! Watch out !

    Holy fuck people on Otland are toxic. I feel like every thread contains attacks and accusations. Can anyone actually confirm that full screen screenshots are being captured and sent to a server? Please give me a wireshark dump of the network trafic going out (You should easily be able to spot...
Back
Top