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

    Spell Volatile Spiderling

    Volatile Spiderling forgottenserver 1.0 Summons a spider that remains on the field for up to 5 seconds. At the end of its duration or when dying the spider will explode, dealing poison damage to nearby enemies and poisoning them. data/creaturescripts/creaturescripts.xml <event...
  2. K

    Feature [TFS 1.0] Enable/Disable emoted spells on your character

    I have compiled this feature with latest version of forgottenserver 1.0 (from github). It seems that this error is connected with your source code. Have you installed/copied it correctly? Additionally, local changes in source code can cause errors.
  3. K

    Strange symbols in database

    Nobody cannot help you. You have to move your server from Windows to Linux. Additionally, you should update an source code. Your version of forgottenserver is outdated and probably it contains a lot of bugs. For instance - you can update mysql adapter (copy it from forgottenserver 1.0). I think...
  4. K

    How to add EXP Stages 7.6?

    It requires changes in source code. After it you have to compile your server again from source code (I think that you can find useful tutorial about it here). However, I don't recommend using YurOTS 0.9.4d (and other version of this tibia emulator) because it is unstable and contains a lot of...
  5. K

    When player spamms they get muted and can't use spells.

    What version of forgottenserver are you using?
  6. K

    Install website

    This error is caused by file permissions. You have to change the permissions of the files to read and write for all. I'm sure that your web server is able to read all files in website directory. So you have to add write permission to files from the list. You can read about it here (the article...
  7. K

    Exp stages

    What version of forgottenserver are you using?
  8. K

    Merry Xmas OTLand

    Merry Christmas ;)
  9. K

    Solved callback parameter should be a function

    You have to remove word "local" before function because it means that your function is visible only in this scope/file ("global.lua").
  10. K

    [8.50] Unnamed project, by Semozo. (DOWNLOAD POSSIBLE NOW)

    It looks amazing. I hope you will show more places from your map :)
  11. K

    Alush Mappings's

    It looks really good in my opinion. I'm waiting for more screenshots from your map :)
  12. K

    Need To Know These INfo

    I don't recommend hosting server on local computer. If you want to create server and put it online then you have to buy dedicated server (or vps). Also you should install Linux instead of crappy Windows.
  13. K

    TFS 1.0 Talking TP Signs

    Try this one: http://otland.net/threads/9-1-talking-signs.174622/.
  14. K

    TFS 1.0 Unknown element percent

    Fixed version <?xml version="1.0" encoding="UTF-8"?> <monster name="King" nameDescription="King" race="blood" experience="12000" speed="1500" manacost="0"> <health now="60000" max="60000"/> <look type="332" head="0" body="0" legs="0" feet="0" corpse="6080"/> <targetchange interval="2000"...
  15. K

    Crashing after start!?!?

    Are you able to send us debug information (call stack for example). If you're using Windows, you have to generate it with VS Express C++.
  16. K

    Linux what script using on shadowcores.twifysoft.net

    Probably they're using their own custom script (it means it isn't released on any forum). I think their AAC is based on ZnoteAAC (but I'm not sure!). Also, layout is unique (it's based on css library named bootstrap: http://getbootstrap.com/).
  17. K

    Lua Function "onEquip" launches twice, how to fix that?

    For temporary fix, you can use this script (see for more solutions https://github.com/otland/forgottenserver/issues/278) local config = {storage = 10000} function onEquip(cid, item, slot) local player = Player(cid) local value = math.max(player:getStorage(config.storage), 0) if value % 2 > 0...
  18. K

    [Archived] "[Quick Showoff] Post your latest maps"

    It looks really good, nice concept. I'm waiting for more your screenshots.
  19. K

    Beto's Mapping Thread

    It looks really really good. I hope that you will post here more amazing screenshot from your map :)
  20. K

    Nova [Teasers]

    It looks really good. I hope that you will post more screenshots from your map.
Back
Top