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

    Lua Spell Scroll Script (error) [OTX3] *solved*

    Hey, So what I'm going for is pretty simple, I want spells to be learned from using a scroll. I've searched around and obviously there are lots of different tutorials for this, but none are seeming to work with my distribution. For something simple like "exura," I used the script from this...
  2. X

    Windows Item OTB 7.72

    Could someone re-up this? Link is broken :P Thanks!
  3. X

    Need a re-host of item editor for OTX 7.72 (by Kaiser)

    Does anyone still have the item editor that works with OTX? I searched for a while and I can only find these 2 links, http://speedy*****malware.localhost/ypBrp/otitemeditor-0.3.9-kaiser.rar and https://mega.co.nz/#!ZB4k3YyT!Y4-XXnNxY1ud5bvSswrzWXricJo07FOIgnBgzICJj0M, both are dead. If anyone still has this...
  4. X

    Compiling Compiling errors [TFS 1.2], Windows

    Well I just added it directly into lockfree.h Here's my code copy and pasted directly, if you want an actual screenshot just let me know: /** * The Forgotten Server - a free and open-source MMORPG server emulator * Copyright (C) 2016 Mark Samman <[email protected]> * * This program is...
  5. X

    Compiling Compiling errors [TFS 1.2], Windows

    I still got the same error :/ edit: the error is as follows: 1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------ 1> outputmessage.cpp 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\atomic(659): error C2338: You've instantiated std::atomic<T>...
  6. X

    Compiling Compiling errors [TFS 1.2], Windows

    I have been trying to compile ond's 7.4 TFS 1.2 for the last several days with no success. I keep running into this issue: https://github.com/otland/forgottenserver/issues/1754 I have tried everything in there, using the scorch program and then reinstalling VS 15.1, but I still get the same...
  7. X

    [7.72] OTHire 0.0.3

    Added
  8. X

    [7.72] OTHire 0.0.3

    Sorry, using windows!
  9. X

    [7.72] OTHire 0.0.3

    Hey @Peonso , I was able to get everything running just fine, but sometimes the server just closes for no reason. No error message, and its always after a random amount of time. Sometimes it closes after 30 seconds, sometimes 10 minutes. I haven't noticed any patterns, like using items causing...
  10. X

    [TFS 1.0] (xml) Son of Verminor outfit not changing (and others)

    BUMP, still can't solve alone.
  11. X

    [TFS 1.0] (xml) Son of Verminor outfit not changing (and others)

    I've already tried searching for similar issues and I have found nothing similar to this issue. The problem is pretty simple, I noticed that the monster "Son of Verminor" doesn't change his outfit like he is supposed to. In real Tibia he is supposed to change between a slime, a rat, a scorpion...
  12. X

    [TFS 1.0] Only allows one damage over time spell

    That makes sense, thank you. I didn't know anything about scripting or codes before Open Tibia, I have been teaching myself ever since I got interested in Open Tibia, still have a lot to learn!
  13. X

    [TFS 1.0] Only allows one damage over time spell

    Ah yes sorry I forgot to add that! Edited the code in my previous post. Still appears to work without it though...why is that?
  14. X

    [TFS 1.0] Only allows one damage over time spell

    Solved. Andu, good sir, you are the man. Just to make it easy for anyone who has the same problem, the following scripts now work: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_POISONDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_INSECTS) local area =...
  15. X

    [TFS 1.0] Only allows one damage over time spell

    Andu thanks so much for responding! Just wanted to make a couple clarifications. So you are referring to the script that Dawg posted? Then the correct script should be: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_POISONDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT...
  16. X

    [TFS 1.0] Only allows one damage over time spell

    It does indeed work...partially. Using that spell creates the AoE, does instant damage, and creates the condition (which is awesome thanks!), but no matter what level or magic level the player is, the poison damage is always 110 per turn. For example, the test character I used has level 61 and...
  17. X

    [TFS 1.0] Only allows one damage over time spell

    [SOLVED BY Andu, SEE BELOW FOR SOLUTION] So I found a nice script here on OTland by Codinablack for an AoE spell that does instant damage AND adds a condition to the target. The script is as follows: Code: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE)...
  18. X

    [UNSOLVED] Autosave

    Bump
  19. X

    [UNSOLVED] Autosave

    I just downloaded the latest version of TFS, and noticed that everything I do only saves during server save and with the /save command I added. Is there a way for me to put in an autosave every 30 min or so? Thanks
  20. X

    [UNSOLVED] Mount Item System

    I though the script already existed :p but thanks man
Back
Top