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

    Is it possible to run old versions on the newest TFS release?

    If so, how? And if not, which server would you recommend to run the 7.4 version?
  2. M

    Solved Problem with quest scripts

    So, i was using chests unique id the same as quest rewards item id. But i realized this was too outdated and decided to change to the system.lua script that seems to be the best. I followed everything found on this post here: http://otland.net/threads/tfs-0-2-1-0-system-lua-questsystem.185583/...
  3. M

    Solved NPC problem on selling/buying

    .So, i just started with my server again, im running TFS 8.6, but i realized that some npcs that sells and buy stuffs arent working correctly, for example, the npc Eryn, wont sell/buy wands/rods, here is the xml and the lua. <?xml version="1.0" encoding="UTF-8"?> <npc name="Eryn"...
  4. M

    Lua Complete Quest action

    So...with all the distros i used none of them came with a simple well explained quest chest action, and i didnt have any luck finding a good one, so i started working on this: specialquests = { {5803, 6528, 2453}, --poi {2400, 2494, 2431, 2112} --anni } special = false function onUse(cid...
  5. M

    Lua Items with too many charges

    Im running 0.3.6 tfs and my aol and my ice rapier comes with 100 charges for some reason, i already changed the charges in items.xml but it doesnt work at all. looks like the item get the carges value from somewhere else. any ideas on this?
  6. M

    Lua Help with some Actions

    So...i´ve been trying to figure out how to 2 to actions, here is what i need to do: One action is to be used on a tile that needs to access a player storage value, and let the player pass or not depending on the value. like the PoI hall that lead to the tp with rewads(those lightning things)...
  7. M

    Item Charges Problem

    So..im running tfs cryng damson 0.3.6 protocol 8.6, and just found a bug that i cant fix, if i have a stack of x potions, runes or whatever, when i use them, it use them all at once, not just one charge, even though i can separate them and use 1 by 1. Also the ice rapier is not breaking for some...
  8. M

    Suggestion - WASD

    I´ve just found out about this otserver client being developed and liked it alot. I´ve played tibia for quite some time and something that always bothered me was not being able to walk using the WASD keys. I know that alot of people also stop playing tibia for this reason, the controls are not...
  9. M

    Linux Can´t connect to the game server

    After a lot of struggle i finally got my Forgotten server crying damson 0.3.6 server for 8.6 protocol running on my new ubuntu vps. But i still have 1 last problem apperently, when i try to connect to the server i can get to the character list but when i try to log in it fails, it says "cannot...
  10. M

    Solved Function leaf()

    I´ve followed some tutorial on how to compile tfs and got stuck when i start the make process, apperently the function leaf() doesnt exist in the library anymore and makes the process fail, i read that i should change it to path().filename().string(), but i dont really know how do it. So if...
Back
Top