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

    OTClient Character direction deSync

    Same thing on OTC Redemption
  2. Sizaro

    OTClient Character direction deSync

    Tested with base OTCv8 and Nekiros downgrade, happens there aswell.
  3. Sizaro

    OTClient Character direction deSync

    Hello, I am using OTClientv8 and Nekiro's TFS-1.5-Downgrades 8.0 On my server theres a bug where if you run in a straight direction and then turn abruptly, you can sometimes desync the direction that the character is facing. Exactly waht you see below in the image. On the left side (client 1)...
  4. Sizaro

    AAC No access to Gesior ACC 1.5

    On a serious note, just use MyAAC instead.
  5. Sizaro

    TFS 1.X+ Client Crash After Login | TFS 1.5 Downgrade Nekiro

    Open ItemEditor, load your items.otb, press Tools then "Reload Item Attributes", save.
  6. Sizaro

    Mapeditor Triggers

    Remember a system like this needs to be 100% oversimplified. spawn is currently designed to be a one time use. So the trigger item is removed upon activation. I added this, for exceptions; if not item:getActionId() == 2100 then item:remove() end I have never used canary so I don't...
  7. Sizaro

    Mapeditor Triggers

    I have created (with some help from a few friends) a system where you can trigger specific things to happen, straight from the mapeditor. It is made to be as simple as possible. The idea is that all simple scripts should be possible to do in the mapeditor, without any creation of basic scripts...
  8. Sizaro

    [Germany] [Custom] Ironcore - The True Ironman Experience

    It is much slower yes
  9. Sizaro

    [Germany] [Custom] Ironcore - The True Ironman Experience

    [Cormaya Update] 1st of June Client Added the ability to turn off different fighting styles in client options. Added the ability to see the growth% directly in the skills panel through client options Added the ability to turn off max health in client options. Added the ability to see your...
  10. Sizaro

    [USA][CUSTOM][Starborn]

    Mother of god, and I thought I had seen everything 🤯
  11. Sizaro

    how to make the monster use teleport?

    local teleport = MoveEvent() local destination = Position(1542, 991, 10) function teleport.onStepIn(creature, item, position, fromPosition) local player = creature:getPlayer() if player then return false end fromPosition:sendMagicEffect(CONST_ME_MAGIC_RED)...
  12. Sizaro

    TFS 1.X+ NPC system nekiro 7.7

    in data/npc/lib/npcsystem/npchandler.lua in function NpcHandler:say Change npc:say(message, TALKTYPE_SAY, false, player, npc:getPosition()) to npc:say(message, TALKTYPE_SAY, false, nil, npc:getPosition())
  13. Sizaro

    Webdesign Custom tibia wiki

    Heres a perfect wiki design you can go by: Baldur's Gate 3 Wiki (https://bg3.wiki/)
  14. Sizaro

    Tibia Classic PRE 7.0

    Let’s continue this discussion about pre-7.0 tibia. 2 projects including ”Fossil” and bhr on OTA has projects in the works
  15. Sizaro

    AAC Unsafe site

    Let's Encrypt (https://letsencrypt.org/) or Connect, Protect and Build Everywhere (https://www.cloudflare.com/)
  16. Sizaro

    [PRE-ALPHA] Tales of Middle-Earth - Development Thread

    Like I said, way out of your league you will never finish this project. And if you finish it, it will probably be in such a broken state that its unplayable. Good luck anyways. My suggestion still stands, focus on this area. Bree as the main town, Old Forest, Buckland, Brandy Hills...
  17. Sizaro

    [PRE-ALPHA] Tales of Middle-Earth - Development Thread

    This project looks cool but looks way out of league, what you should do is focus on and around Bree area. Release when you have a functioning and fun to play on base, and then build upon that. If you're gonna wait until you've created the entire world this project will never see the light of day.
  18. Sizaro

    Windows When I start the TFS 1.5 engine it shuts down and says nothing

    Run the .exe file with Powershell instead and you will see the error. Just cd to your directory and type ./theforgottenserver-x64.exe
  19. Sizaro

    [TFS 1.2] Coin Conversion Scripts

    This script comes pretty much with any distro nowadays
Back
Top