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

    Lua Task system - tfs 1.3

    How come you aren't using Limos task system? Isn't it working on your distro? Or do you want to create your own? Limo's Task System, it works on the latest TFS from git hub as well. Currently using it myself.
  2. Demnish

    (OTXSERVER TFS1.2 BASSED)Look HP/Mana regeneration and percent on look

    Also works on the latest TFS release from git hub as of this date Improved it a little by adding the ticks/s, I also added the normal maxHit/ManaPoints instead of just the percent attribute: item.cpp // Show maxHitPoints on item if...
  3. Demnish

    Lua Task system - tfs 1.3

    npchandler.lua would be nice of you to share as well.
  4. Demnish

    How must be strong server at 1000 player?

    The scary thing is, the people doing the DDoS on the Tibia servers also lurks around in these forums. Since its the same community. Just a shame people have to do shit like that, really takes the omph out of server creation.
  5. Demnish

    How must be strong server at 1000 player?

    Is this good for starting a hosting service? 🤔 Because I'm considering it. I don't know if 50 UP is enough.
  6. Demnish

    Can you please give back our signatures?

    I had an awesome picture. Now we can't have images and we're limited to only 4~ lines. :( | V
  7. Demnish

    [Bug Report] Can't manually use runes on invisible creatures.

    Made an issue on git hub. Thought I'd post here as well since it is a pretty major one. When turning off hotkeys, it makes life so much harder. You're forced to carry AOE runes when you shouldn't have to. #capmatters #oldschoolneverdies #frifixplz
  8. Demnish

    TFS 1.X+ [TFS Master] Getting walkStack to work/finding an alternative

    Okay, so I managed to implement the stacking of parcels. It's a little buggy though. When you hold movement against the parcels the character is lagging a bit, trying to walk over while it can't, if you hold it for 10 seconds and then let go, the player will try walk over them for an extended...
  9. Demnish

    TFS 1.X+ [TFS Master] Getting walkStack to work/finding an alternative

    walkStack is disabled on your server: // iType.walkStack = !hasBitSet(FLAG_FULLTILE, flags); But, your height function is not the same as mine. Is Tile::getHeight() the only thing that needs to be changed for stacking to work? Getting walkStack to work is just one of the possible solutions...
  10. Demnish

    TFS 1.X+ [TFS Master] Getting walkStack to work/finding an alternative

    Hey guys! I'm currently using the most recent TFS from git hub. I can see inside items.cpp that walkStack is commented out. However, I very much would like to add this feature, if I'm not wrong it's the oldschool parcel stacking function right? If anyone know how to fix it that would be...
  11. Demnish

    Shot runes on invisible creatures?

    It's an old thread, but I recently encountered this problem aswell. The problem with making it into an area spell is the wasting of runes, which equals to a duct tape fix. This code isn't functional either and is also a duct tape fix: function onCastSpell(creature, variant, isHotkey) local...
  12. Demnish

    [TFS Master] Spellbook Script

    EDIT: I managed to find a few different scripts, pushed them together and managed to fix it. Feel free to use it (I've changed level -> mlevel, so change it back if you're using level for spells): function onUse(player, item, fromPosition, target, toPosition, isHotkey) local text = ""...
  13. Demnish

    Spells Versus Walls

    Yeah, use google translate.
  14. Demnish

    TFS 1.X+ Completely removing hotkeys

    Thanks, I'll check those files out. :)
  15. Demnish

    TFS 1.X+ Completely removing hotkeys

    Hey guys. I want to completely remove hotkeys from my server. So I have some questions regarding that: 1. Is it even necessary? Does hotkeyAimbotEnabled = false work just as well? 2. I'd imagine it's source based, so where would this be located? 3. I'm using OTClient, do I have to make changes...
  16. Demnish

    Spells Versus Walls

    You can PM me them, but I can't guarantee that I will do any of them, I'm currently in the middle of my own project.
  17. Demnish

    Compiling Compile issues

    Über great!
  18. Demnish

    Spells Versus Walls

    Of course. :)
  19. Demnish

    Lua How to prevent same ip from the reward?

    If your scripts with IP's are limited, try and find as many of them as you can on these forum for your distro, to look through for answers. Good luck!
Back
Top